@vkontakte/vkui 5.0.0 → 5.0.1

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 (4582) hide show
  1. package/README.md +12 -2
  2. package/dist/cjs/components/ActionSheet/ActionSheet.d.ts +18 -0
  3. package/dist/cjs/components/ActionSheet/ActionSheet.js +30 -63
  4. package/dist/cjs/components/ActionSheet/ActionSheet.js.map +1 -1
  5. package/{.cache/ts/src → dist/cjs}/components/ActionSheet/ActionSheetContext.d.ts +0 -0
  6. package/dist/cjs/components/ActionSheet/ActionSheetContext.js +0 -3
  7. package/dist/cjs/components/ActionSheet/ActionSheetContext.js.map +1 -1
  8. package/{.cache/ts/src → dist/cjs}/components/ActionSheet/ActionSheetDefaultIosCloseItem.d.ts +0 -0
  9. package/dist/cjs/components/ActionSheet/ActionSheetDefaultIosCloseItem.js +3 -8
  10. package/dist/cjs/components/ActionSheet/ActionSheetDefaultIosCloseItem.js.map +1 -1
  11. package/dist/cjs/components/ActionSheet/ActionSheetDropdown.d.ts +4 -0
  12. package/dist/cjs/components/ActionSheet/ActionSheetDropdown.js +12 -27
  13. package/dist/cjs/components/ActionSheet/ActionSheetDropdown.js.map +1 -1
  14. package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +3 -0
  15. package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js +18 -47
  16. package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
  17. package/dist/cjs/components/ActionSheet/types.d.ts +21 -0
  18. package/dist/cjs/components/ActionSheet/types.js.map +1 -1
  19. package/dist/cjs/components/ActionSheetItem/ActionSheetItem.d.ts +30 -0
  20. package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js +57 -74
  21. package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
  22. package/dist/cjs/components/AdaptivityProvider/AdaptivityContext.d.ts +25 -0
  23. package/dist/cjs/components/AdaptivityProvider/AdaptivityContext.js +0 -3
  24. package/dist/cjs/components/AdaptivityProvider/AdaptivityContext.js.map +1 -1
  25. package/dist/cjs/components/AdaptivityProvider/AdaptivityProvider.d.ts +9 -0
  26. package/dist/cjs/components/AdaptivityProvider/AdaptivityProvider.js +28 -51
  27. package/dist/cjs/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
  28. package/dist/cjs/components/Alert/Alert.d.ts +24 -0
  29. package/dist/cjs/components/Alert/Alert.js +60 -96
  30. package/dist/cjs/components/Alert/Alert.js.map +1 -1
  31. package/dist/cjs/components/AppRoot/AppRoot.d.ts +17 -0
  32. package/dist/cjs/components/AppRoot/AppRoot.js +46 -85
  33. package/dist/cjs/components/AppRoot/AppRoot.js.map +1 -1
  34. package/{.cache/ts/src → dist/cjs}/components/AppRoot/AppRootContext.d.ts +0 -0
  35. package/dist/cjs/components/AppRoot/AppRootContext.js +0 -3
  36. package/dist/cjs/components/AppRoot/AppRootContext.js.map +1 -1
  37. package/{.cache/ts/src → dist/cjs}/components/AppRoot/AppRootPortal.d.ts +0 -0
  38. package/dist/cjs/components/AppRoot/AppRootPortal.js +11 -28
  39. package/dist/cjs/components/AppRoot/AppRootPortal.js.map +1 -1
  40. package/{.cache/ts/src → dist/cjs}/components/AppRoot/ScrollContext.d.ts +0 -0
  41. package/dist/cjs/components/AppRoot/ScrollContext.js +34 -62
  42. package/dist/cjs/components/AppRoot/ScrollContext.js.map +1 -1
  43. package/dist/cjs/components/AppearanceProvider/AppearanceProvider.d.ts +11 -0
  44. package/dist/cjs/components/AppearanceProvider/AppearanceProvider.js +6 -25
  45. package/dist/cjs/components/AppearanceProvider/AppearanceProvider.js.map +1 -1
  46. package/dist/cjs/components/Avatar/Avatar.d.ts +55 -0
  47. package/dist/cjs/components/Avatar/Avatar.js +35 -84
  48. package/dist/cjs/components/Avatar/Avatar.js.map +1 -1
  49. package/dist/cjs/components/Avatar/AvatarBadge/AvatarBadge.d.ts +4 -0
  50. package/dist/cjs/components/Avatar/AvatarBadge/AvatarBadge.js +25 -0
  51. package/dist/cjs/components/Avatar/AvatarBadge/AvatarBadge.js.map +1 -0
  52. package/dist/cjs/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.d.ts +11 -0
  53. package/dist/cjs/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.js +35 -0
  54. package/dist/cjs/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.js.map +1 -0
  55. package/{.cache/ts/src/components/Avatar → dist/cjs/components/Avatar/AvatarBadge}/icons.d.ts +0 -0
  56. package/dist/cjs/components/Avatar/AvatarBadge/icons.js +39 -0
  57. package/dist/cjs/components/Avatar/AvatarBadge/icons.js.map +1 -0
  58. package/{.cache/ts/src → dist/cjs}/components/Avatar/helpers.d.ts +0 -0
  59. package/dist/cjs/components/Avatar/helpers.js +1 -2
  60. package/dist/cjs/components/Avatar/helpers.js.map +1 -1
  61. package/dist/cjs/components/Badge/Badge.d.ts +8 -0
  62. package/dist/cjs/components/Badge/Badge.js +12 -14
  63. package/dist/cjs/components/Badge/Badge.js.map +1 -1
  64. package/dist/cjs/components/Banner/Banner.d.ts +74 -0
  65. package/dist/cjs/components/Banner/Banner.js +52 -66
  66. package/dist/cjs/components/Banner/Banner.js.map +1 -1
  67. package/dist/cjs/components/BaseGallery/BaseGallery.d.ts +3 -0
  68. package/dist/cjs/components/BaseGallery/BaseGallery.js +72 -122
  69. package/dist/cjs/components/BaseGallery/BaseGallery.js.map +1 -1
  70. package/{.cache/ts/src → dist/cjs}/components/BaseGallery/helpers.d.ts +0 -0
  71. package/dist/cjs/components/BaseGallery/helpers.js +17 -28
  72. package/dist/cjs/components/BaseGallery/helpers.js.map +1 -1
  73. package/dist/cjs/components/BaseGallery/types.d.ts +43 -0
  74. package/dist/cjs/components/BaseGallery/types.js.map +1 -1
  75. package/dist/cjs/components/Button/Button.d.ts +18 -0
  76. package/dist/cjs/components/Button/Button.js +55 -92
  77. package/dist/cjs/components/Button/Button.js.map +1 -1
  78. package/{.cache/ts/src → dist/cjs}/components/ButtonGroup/ButtonGroup.d.ts +0 -0
  79. package/dist/cjs/components/ButtonGroup/ButtonGroup.js +25 -34
  80. package/dist/cjs/components/ButtonGroup/ButtonGroup.js.map +1 -1
  81. package/dist/cjs/components/Calendar/Calendar.d.ts +33 -0
  82. package/dist/cjs/components/Calendar/Calendar.js +68 -87
  83. package/dist/cjs/components/Calendar/Calendar.js.map +1 -1
  84. package/dist/cjs/components/CalendarDay/CalendarDay.d.ts +23 -0
  85. package/dist/cjs/components/CalendarDay/CalendarDay.js +37 -45
  86. package/dist/cjs/components/CalendarDay/CalendarDay.js.map +1 -1
  87. package/dist/cjs/components/CalendarDays/CalendarDays.d.ts +24 -0
  88. package/dist/cjs/components/CalendarDays/CalendarDays.js +41 -55
  89. package/dist/cjs/components/CalendarDays/CalendarDays.js.map +1 -1
  90. package/dist/cjs/components/CalendarHeader/CalendarHeader.d.ts +28 -0
  91. package/dist/cjs/components/CalendarHeader/CalendarHeader.js +70 -79
  92. package/dist/cjs/components/CalendarHeader/CalendarHeader.js.map +1 -1
  93. package/dist/cjs/components/CalendarRange/CalendarRange.d.ts +19 -0
  94. package/dist/cjs/components/CalendarRange/CalendarRange.js +54 -76
  95. package/dist/cjs/components/CalendarRange/CalendarRange.js.map +1 -1
  96. package/dist/cjs/components/CalendarTime/CalendarTime.d.ts +10 -0
  97. package/dist/cjs/components/CalendarTime/CalendarTime.js +24 -39
  98. package/dist/cjs/components/CalendarTime/CalendarTime.js.map +1 -1
  99. package/dist/cjs/components/Card/Card.d.ts +9 -0
  100. package/dist/cjs/components/Card/Card.js +17 -18
  101. package/dist/cjs/components/Card/Card.js.map +1 -1
  102. package/dist/cjs/components/CardGrid/CardGrid.d.ts +12 -0
  103. package/dist/cjs/components/CardGrid/CardGrid.js +17 -22
  104. package/dist/cjs/components/CardGrid/CardGrid.js.map +1 -1
  105. package/dist/cjs/components/CardScroll/CardScroll.d.ts +14 -0
  106. package/dist/cjs/components/CardScroll/CardScroll.js +26 -50
  107. package/dist/cjs/components/CardScroll/CardScroll.js.map +1 -1
  108. package/dist/cjs/components/Cell/Cell.d.ts +41 -0
  109. package/dist/cjs/components/Cell/Cell.js +41 -75
  110. package/dist/cjs/components/Cell/Cell.js.map +1 -1
  111. package/dist/cjs/components/Cell/CellCheckbox/CellCheckbox.d.ts +4 -0
  112. package/dist/cjs/components/Cell/CellCheckbox/CellCheckbox.js +14 -26
  113. package/dist/cjs/components/Cell/CellCheckbox/CellCheckbox.js.map +1 -1
  114. package/dist/cjs/components/Cell/CellDragger/CellDragger.d.ts +5 -0
  115. package/dist/cjs/components/Cell/CellDragger/CellDragger.js +9 -24
  116. package/dist/cjs/components/Cell/CellDragger/CellDragger.js.map +1 -1
  117. package/{.cache/ts/src → dist/cjs}/components/Cell/useDraggable.d.ts +0 -0
  118. package/dist/cjs/components/Cell/useDraggable.js +20 -48
  119. package/dist/cjs/components/Cell/useDraggable.js.map +1 -1
  120. package/dist/cjs/components/CellButton/CellButton.d.ts +10 -0
  121. package/dist/cjs/components/CellButton/CellButton.js +14 -17
  122. package/dist/cjs/components/CellButton/CellButton.js.map +1 -1
  123. package/dist/cjs/components/Checkbox/Checkbox.d.ts +11 -0
  124. package/dist/cjs/components/Checkbox/Checkbox.js +49 -96
  125. package/dist/cjs/components/Checkbox/Checkbox.js.map +1 -1
  126. package/dist/cjs/components/Chip/Chip.d.ts +25 -0
  127. package/dist/cjs/components/Chip/Chip.js +29 -49
  128. package/dist/cjs/components/Chip/Chip.js.map +1 -1
  129. package/dist/cjs/components/ChipsInput/ChipsInput.d.ts +10 -0
  130. package/dist/cjs/components/ChipsInput/ChipsInput.js +12 -19
  131. package/dist/cjs/components/ChipsInput/ChipsInput.js.map +1 -1
  132. package/dist/cjs/components/ChipsInputBase/ChipsInputBase.d.ts +16 -0
  133. package/dist/cjs/components/ChipsInputBase/ChipsInputBase.js +41 -79
  134. package/dist/cjs/components/ChipsInputBase/ChipsInputBase.js.map +1 -1
  135. package/dist/cjs/components/ChipsSelect/ChipsSelect.d.ts +44 -0
  136. package/dist/cjs/components/ChipsSelect/ChipsSelect.js +64 -132
  137. package/dist/cjs/components/ChipsSelect/ChipsSelect.js.map +1 -1
  138. package/dist/cjs/components/ConfigProvider/ConfigProvider.d.ts +10 -0
  139. package/dist/cjs/components/ConfigProvider/ConfigProvider.js +22 -46
  140. package/dist/cjs/components/ConfigProvider/ConfigProvider.js.map +1 -1
  141. package/dist/cjs/components/ConfigProvider/ConfigProviderContext.d.ts +36 -0
  142. package/dist/cjs/components/ConfigProvider/ConfigProviderContext.js +3 -14
  143. package/dist/cjs/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
  144. package/dist/cjs/components/ConfigProvider/ConfigProviderOverride.d.ts +9 -0
  145. package/dist/cjs/components/ConfigProvider/ConfigProviderOverride.js +26 -0
  146. package/dist/cjs/components/ConfigProvider/ConfigProviderOverride.js.map +1 -0
  147. package/dist/cjs/components/ContentCard/ContentCard.d.ts +31 -0
  148. package/dist/cjs/components/ContentCard/ContentCard.js +47 -58
  149. package/dist/cjs/components/ContentCard/ContentCard.js.map +1 -1
  150. package/dist/cjs/components/Counter/Counter.d.ts +14 -0
  151. package/dist/cjs/components/Counter/Counter.js +22 -26
  152. package/dist/cjs/components/Counter/Counter.js.map +1 -1
  153. package/dist/cjs/components/CustomScrollView/CustomScrollView.d.ts +10 -0
  154. package/dist/cjs/components/CustomScrollView/CustomScrollView.js +22 -64
  155. package/dist/cjs/components/CustomScrollView/CustomScrollView.js.map +1 -1
  156. package/{.cache/ts/src → dist/cjs}/components/CustomScrollView/useTrackerVisibility.d.ts +0 -0
  157. package/dist/cjs/components/CustomScrollView/useTrackerVisibility.js +8 -21
  158. package/dist/cjs/components/CustomScrollView/useTrackerVisibility.js.map +1 -1
  159. package/dist/cjs/components/CustomSelect/CustomSelect.d.ts +60 -0
  160. package/dist/cjs/components/CustomSelect/CustomSelect.js +87 -183
  161. package/dist/cjs/components/CustomSelect/CustomSelect.js.map +1 -1
  162. package/dist/cjs/components/CustomSelectDropdown/CustomSelectDropdown.d.ts +16 -0
  163. package/dist/cjs/components/CustomSelectDropdown/CustomSelectDropdown.js +33 -60
  164. package/dist/cjs/components/CustomSelectDropdown/CustomSelectDropdown.js.map +1 -1
  165. package/dist/cjs/components/CustomSelectOption/CustomSelectOption.d.ts +46 -0
  166. package/dist/cjs/components/CustomSelectOption/CustomSelectOption.js +34 -54
  167. package/dist/cjs/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
  168. package/dist/cjs/components/DateInput/DateInput.d.ts +16 -0
  169. package/dist/cjs/components/DateInput/DateInput.js +86 -128
  170. package/dist/cjs/components/DateInput/DateInput.js.map +1 -1
  171. package/dist/cjs/components/DatePicker/DatePicker.d.ts +23 -0
  172. package/dist/cjs/components/DatePicker/DatePicker.js +94 -129
  173. package/dist/cjs/components/DatePicker/DatePicker.js.map +1 -1
  174. package/dist/cjs/components/DateRangeInput/DateRangeInput.d.ts +22 -0
  175. package/dist/cjs/components/DateRangeInput/DateRangeInput.js +82 -128
  176. package/dist/cjs/components/DateRangeInput/DateRangeInput.js.map +1 -1
  177. package/dist/cjs/components/Div/Div.d.ts +8 -0
  178. package/dist/cjs/components/Div/Div.js +9 -13
  179. package/dist/cjs/components/Div/Div.js.map +1 -1
  180. package/dist/cjs/components/DropdownIcon/DropdownIcon.d.ts +5 -0
  181. package/dist/cjs/components/DropdownIcon/DropdownIcon.js +15 -22
  182. package/dist/cjs/components/DropdownIcon/DropdownIcon.js.map +1 -1
  183. package/dist/cjs/components/Epic/Epic.d.ts +9 -0
  184. package/dist/cjs/components/Epic/Epic.js +10 -21
  185. package/dist/cjs/components/Epic/Epic.js.map +1 -1
  186. package/{.cache/ts/src → dist/cjs}/components/Epic/ScrollSaver.d.ts +0 -0
  187. package/dist/cjs/components/Epic/ScrollSaver.js +5 -16
  188. package/dist/cjs/components/Epic/ScrollSaver.js.map +1 -1
  189. package/{.cache/ts/src → dist/cjs}/components/File/File.d.ts +0 -0
  190. package/dist/cjs/components/File/File.js +23 -33
  191. package/dist/cjs/components/File/File.js.map +1 -1
  192. package/dist/cjs/components/FixedLayout/FixedLayout.d.ts +20 -0
  193. package/dist/cjs/components/FixedLayout/FixedLayout.js +21 -40
  194. package/dist/cjs/components/FixedLayout/FixedLayout.js.map +1 -1
  195. package/{.cache/ts/src → dist/cjs}/components/FocusTrap/FocusTrap.d.ts +0 -0
  196. package/dist/cjs/components/FocusTrap/FocusTrap.js +30 -60
  197. package/dist/cjs/components/FocusTrap/FocusTrap.js.map +1 -1
  198. package/dist/cjs/components/FocusVisible/FocusVisible.d.ts +9 -0
  199. package/dist/cjs/components/FocusVisible/FocusVisible.js +8 -7
  200. package/dist/cjs/components/FocusVisible/FocusVisible.js.map +1 -1
  201. package/dist/cjs/components/Footer/Footer.d.ts +7 -0
  202. package/dist/cjs/components/Footer/Footer.js +8 -13
  203. package/dist/cjs/components/Footer/Footer.js.map +1 -1
  204. package/dist/cjs/components/FormField/FormField.d.ts +32 -0
  205. package/dist/cjs/components/FormField/FormField.js +32 -43
  206. package/dist/cjs/components/FormField/FormField.js.map +1 -1
  207. package/dist/cjs/components/FormItem/FormItem.d.ts +16 -0
  208. package/dist/cjs/components/FormItem/FormItem.js +29 -45
  209. package/dist/cjs/components/FormItem/FormItem.js.map +1 -1
  210. package/dist/cjs/components/FormLayout/FormLayout.d.ts +7 -0
  211. package/dist/cjs/components/FormLayout/FormLayout.js +17 -22
  212. package/dist/cjs/components/FormLayout/FormLayout.js.map +1 -1
  213. package/dist/cjs/components/FormLayoutGroup/FormLayoutGroup.d.ts +18 -0
  214. package/dist/cjs/components/FormLayoutGroup/FormLayoutGroup.js +23 -36
  215. package/dist/cjs/components/FormLayoutGroup/FormLayoutGroup.js.map +1 -1
  216. package/dist/cjs/components/FormStatus/FormStatus.d.ts +9 -0
  217. package/dist/cjs/components/FormStatus/FormStatus.js +29 -0
  218. package/dist/cjs/components/FormStatus/FormStatus.js.map +1 -0
  219. package/{.cache/ts/src → dist/cjs}/components/Gallery/Gallery.d.ts +0 -0
  220. package/dist/cjs/components/Gallery/Gallery.js +16 -34
  221. package/dist/cjs/components/Gallery/Gallery.js.map +1 -1
  222. package/dist/cjs/components/Gradient/Gradient.d.ts +15 -0
  223. package/dist/cjs/components/Gradient/Gradient.js +18 -17
  224. package/dist/cjs/components/Gradient/Gradient.js.map +1 -1
  225. package/dist/cjs/components/GridAvatar/GridAvatar.d.ts +19 -0
  226. package/dist/cjs/components/GridAvatar/GridAvatar.js +29 -26
  227. package/dist/cjs/components/GridAvatar/GridAvatar.js.map +1 -1
  228. package/dist/cjs/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.d.ts +4 -0
  229. package/dist/cjs/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.js +25 -0
  230. package/dist/cjs/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.js.map +1 -0
  231. package/dist/cjs/components/Group/Group.d.ts +25 -0
  232. package/dist/cjs/components/Group/Group.js +42 -54
  233. package/dist/cjs/components/Group/Group.js.map +1 -1
  234. package/dist/cjs/components/Header/Header.d.ts +19 -0
  235. package/dist/cjs/components/Header/Header.js +43 -61
  236. package/dist/cjs/components/Header/Header.js.map +1 -1
  237. package/dist/cjs/components/HorizontalCell/HorizontalCell.d.ts +12 -0
  238. package/dist/cjs/components/HorizontalCell/HorizontalCell.js +35 -45
  239. package/dist/cjs/components/HorizontalCell/HorizontalCell.js.map +1 -1
  240. package/dist/cjs/components/HorizontalScroll/HorizontalScroll.d.ts +20 -0
  241. package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js +44 -81
  242. package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
  243. package/dist/cjs/components/HorizontalScroll/HorizontalScrollArrow.d.ts +8 -0
  244. package/dist/cjs/components/HorizontalScroll/HorizontalScrollArrow.js +19 -28
  245. package/dist/cjs/components/HorizontalScroll/HorizontalScrollArrow.js.map +1 -1
  246. package/{.cache/ts/src → dist/cjs}/components/HoverPopper/HoverPopper.d.ts +0 -0
  247. package/dist/cjs/components/HoverPopper/HoverPopper.js +16 -41
  248. package/dist/cjs/components/HoverPopper/HoverPopper.js.map +1 -1
  249. package/dist/cjs/components/IconButton/IconButton.d.ts +9 -0
  250. package/dist/cjs/components/IconButton/IconButton.js +10 -23
  251. package/dist/cjs/components/IconButton/IconButton.js.map +1 -1
  252. package/dist/cjs/components/Image/Image.d.ts +19 -0
  253. package/dist/cjs/components/Image/Image.js +14 -39
  254. package/dist/cjs/components/Image/Image.js.map +1 -1
  255. package/dist/cjs/components/Image/ImageBadge/ImageBadge.d.ts +4 -0
  256. package/dist/cjs/components/Image/ImageBadge/ImageBadge.js +25 -0
  257. package/dist/cjs/components/Image/ImageBadge/ImageBadge.js.map +1 -0
  258. package/dist/cjs/components/ImageBase/ImageBase.d.ts +45 -0
  259. package/dist/cjs/components/ImageBase/ImageBase.js +106 -111
  260. package/dist/cjs/components/ImageBase/ImageBase.js.map +1 -1
  261. package/dist/cjs/components/ImageBase/ImageBaseBadge/ImageBaseBadge.d.ts +30 -0
  262. package/dist/cjs/components/ImageBase/ImageBaseBadge/ImageBaseBadge.js +35 -35
  263. package/dist/cjs/components/ImageBase/ImageBaseBadge/ImageBaseBadge.js.map +1 -1
  264. package/dist/cjs/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.d.ts +38 -0
  265. package/dist/cjs/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.js +36 -59
  266. package/dist/cjs/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.js.map +1 -1
  267. package/dist/cjs/components/ImageBase/context.d.ts +3 -0
  268. package/dist/cjs/components/ImageBase/context.js +13 -0
  269. package/dist/cjs/components/ImageBase/context.js.map +1 -0
  270. package/dist/cjs/components/ImageBase/helpers.d.ts +21 -0
  271. package/dist/cjs/components/ImageBase/helpers.js +63 -0
  272. package/dist/cjs/components/ImageBase/helpers.js.map +1 -0
  273. package/dist/cjs/components/ImageBase/types.d.ts +9 -0
  274. package/dist/cjs/components/ImageBase/types.js.map +1 -1
  275. package/dist/cjs/components/ImageBase/validators.d.ts +10 -0
  276. package/dist/cjs/components/ImageBase/validators.js +105 -0
  277. package/dist/cjs/components/ImageBase/validators.js.map +1 -0
  278. package/dist/cjs/components/InfoRow/InfoRow.d.ts +8 -0
  279. package/dist/cjs/components/InfoRow/InfoRow.js +12 -18
  280. package/dist/cjs/components/InfoRow/InfoRow.js.map +1 -1
  281. package/dist/cjs/components/Input/Input.d.ts +9 -0
  282. package/dist/cjs/components/Input/Input.js +22 -30
  283. package/dist/cjs/components/Input/Input.js.map +1 -1
  284. package/dist/cjs/components/InputLike/InputLike.d.ts +12 -0
  285. package/dist/cjs/components/InputLike/InputLike.js +15 -31
  286. package/dist/cjs/components/InputLike/InputLike.js.map +1 -1
  287. package/dist/cjs/components/InputLike/InputLikeDivider.d.ts +2 -0
  288. package/dist/cjs/components/InputLike/InputLikeDivider.js +8 -12
  289. package/dist/cjs/components/InputLike/InputLikeDivider.js.map +1 -1
  290. package/dist/cjs/components/Link/Link.d.ts +12 -0
  291. package/dist/cjs/components/Link/Link.js +9 -16
  292. package/dist/cjs/components/Link/Link.js.map +1 -1
  293. package/dist/cjs/components/List/List.d.ts +6 -0
  294. package/dist/cjs/components/List/List.js +9 -23
  295. package/dist/cjs/components/List/List.js.map +1 -1
  296. package/{.cache/ts/src → dist/cjs}/components/List/ListContext.d.ts +0 -0
  297. package/dist/cjs/components/List/ListContext.js +0 -4
  298. package/dist/cjs/components/List/ListContext.js.map +1 -1
  299. package/dist/cjs/components/LocaleProvider/LocaleProvider.d.ts +17 -0
  300. package/dist/cjs/components/LocaleProvider/LocaleProvider.js +24 -0
  301. package/dist/cjs/components/LocaleProvider/LocaleProvider.js.map +1 -0
  302. package/dist/cjs/components/MiniInfoCell/MiniInfoCell.d.ts +38 -0
  303. package/dist/cjs/components/MiniInfoCell/MiniInfoCell.js +38 -38
  304. package/dist/cjs/components/MiniInfoCell/MiniInfoCell.js.map +1 -1
  305. package/dist/cjs/components/ModalCard/ModalCard.d.ts +9 -0
  306. package/dist/cjs/components/ModalCard/ModalCard.js +22 -43
  307. package/dist/cjs/components/ModalCard/ModalCard.js.map +1 -1
  308. package/dist/cjs/components/ModalCardBase/ModalCardBase.d.ts +39 -0
  309. package/dist/cjs/components/ModalCardBase/ModalCardBase.js +32 -52
  310. package/dist/cjs/components/ModalCardBase/ModalCardBase.js.map +1 -1
  311. package/dist/cjs/components/ModalDismissButton/ModalDismissButton.d.ts +6 -0
  312. package/dist/cjs/components/ModalDismissButton/ModalDismissButton.js +12 -18
  313. package/dist/cjs/components/ModalDismissButton/ModalDismissButton.js.map +1 -1
  314. package/dist/cjs/components/ModalPage/ModalPage.d.ts +49 -0
  315. package/dist/cjs/components/ModalPage/ModalPage.js +47 -68
  316. package/dist/cjs/components/ModalPage/ModalPage.js.map +1 -1
  317. package/dist/cjs/components/ModalPageHeader/ModalPageHeader.d.ts +9 -0
  318. package/dist/cjs/components/ModalPageHeader/ModalPageHeader.js +16 -30
  319. package/dist/cjs/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
  320. package/dist/cjs/components/ModalRoot/ModalRoot.d.ts +28 -0
  321. package/dist/cjs/components/ModalRoot/ModalRoot.js +47 -185
  322. package/dist/cjs/components/ModalRoot/ModalRoot.js.map +1 -1
  323. package/{.cache/ts/src → dist/cjs}/components/ModalRoot/ModalRootAdaptive.d.ts +0 -0
  324. package/dist/cjs/components/ModalRoot/ModalRootAdaptive.js +6 -13
  325. package/dist/cjs/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
  326. package/{.cache/ts/src → dist/cjs}/components/ModalRoot/ModalRootContext.d.ts +0 -0
  327. package/dist/cjs/components/ModalRoot/ModalRootContext.js +3 -12
  328. package/dist/cjs/components/ModalRoot/ModalRootContext.js.map +1 -1
  329. package/dist/cjs/components/ModalRoot/ModalRootDesktop.d.ts +28 -0
  330. package/dist/cjs/components/ModalRoot/ModalRootDesktop.js +26 -78
  331. package/dist/cjs/components/ModalRoot/ModalRootDesktop.js.map +1 -1
  332. package/{.cache/ts/src → dist/cjs}/components/ModalRoot/constants.d.ts +0 -0
  333. package/dist/cjs/components/ModalRoot/constants.js.map +1 -1
  334. package/{.cache/ts/src → dist/cjs}/components/ModalRoot/types.d.ts +0 -0
  335. package/dist/cjs/components/ModalRoot/types.js +0 -1
  336. package/dist/cjs/components/ModalRoot/types.js.map +1 -1
  337. package/{.cache/ts/src → dist/cjs}/components/ModalRoot/useModalManager.d.ts +0 -0
  338. package/dist/cjs/components/ModalRoot/useModalManager.js +19 -58
  339. package/dist/cjs/components/ModalRoot/useModalManager.js.map +1 -1
  340. package/dist/cjs/components/ModalRoot/useModalRootContext.d.ts +1 -0
  341. package/dist/cjs/components/ModalRoot/useModalRootContext.js +14 -0
  342. package/dist/cjs/components/ModalRoot/useModalRootContext.js.map +1 -0
  343. package/{.cache/ts/src → dist/cjs}/components/ModalRoot/withModalRootContext.d.ts +0 -0
  344. package/dist/cjs/components/ModalRoot/withModalRootContext.js +2 -12
  345. package/dist/cjs/components/ModalRoot/withModalRootContext.js.map +1 -1
  346. package/dist/cjs/components/NativeSelect/NativeSelect.d.ts +19 -0
  347. package/dist/cjs/components/NativeSelect/NativeSelect.js +43 -70
  348. package/dist/cjs/components/NativeSelect/NativeSelect.js.map +1 -1
  349. package/{.cache/ts/src → dist/cjs}/components/NavTransitionContext/NavTransitionContext.d.ts +0 -0
  350. package/dist/cjs/components/NavTransitionContext/NavTransitionContext.js +2 -12
  351. package/dist/cjs/components/NavTransitionContext/NavTransitionContext.js.map +1 -1
  352. package/dist/cjs/components/Pagination/Pagination.d.ts +44 -0
  353. package/dist/cjs/components/Pagination/Pagination.js +40 -61
  354. package/dist/cjs/components/Pagination/Pagination.js.map +1 -1
  355. package/dist/cjs/components/Panel/Panel.d.ts +10 -0
  356. package/dist/cjs/components/Panel/Panel.js +22 -36
  357. package/dist/cjs/components/Panel/Panel.js.map +1 -1
  358. package/dist/cjs/components/PanelHeader/PanelHeader.d.ts +21 -0
  359. package/dist/cjs/components/PanelHeader/PanelHeader.js +55 -84
  360. package/dist/cjs/components/PanelHeader/PanelHeader.js.map +1 -1
  361. package/dist/cjs/components/PanelHeaderBack/PanelHeaderBack.d.ts +9 -0
  362. package/dist/cjs/components/PanelHeaderBack/PanelHeaderBack.js +14 -31
  363. package/dist/cjs/components/PanelHeaderBack/PanelHeaderBack.js.map +1 -1
  364. package/dist/cjs/components/PanelHeaderButton/PanelHeaderButton.d.ts +10 -0
  365. package/dist/cjs/components/PanelHeaderButton/PanelHeaderButton.js +21 -44
  366. package/dist/cjs/components/PanelHeaderButton/PanelHeaderButton.js.map +1 -1
  367. package/{.cache/ts/src → dist/cjs}/components/PanelHeaderClose/PanelHeaderClose.d.ts +0 -0
  368. package/dist/cjs/components/PanelHeaderClose/PanelHeaderClose.js +6 -17
  369. package/dist/cjs/components/PanelHeaderClose/PanelHeaderClose.js.map +1 -1
  370. package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.d.ts +10 -0
  371. package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.js +33 -54
  372. package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
  373. package/dist/cjs/components/PanelHeaderContext/PanelHeaderContext.d.ts +9 -0
  374. package/dist/cjs/components/PanelHeaderContext/PanelHeaderContext.js +26 -49
  375. package/dist/cjs/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
  376. package/{.cache/ts/src → dist/cjs}/components/PanelHeaderEdit/PanelHeaderEdit.d.ts +0 -0
  377. package/dist/cjs/components/PanelHeaderEdit/PanelHeaderEdit.js +10 -20
  378. package/dist/cjs/components/PanelHeaderEdit/PanelHeaderEdit.js.map +1 -1
  379. package/{.cache/ts/src → dist/cjs}/components/PanelHeaderSubmit/PanelHeaderSubmit.d.ts +0 -0
  380. package/dist/cjs/components/PanelHeaderSubmit/PanelHeaderSubmit.js +6 -17
  381. package/dist/cjs/components/PanelHeaderSubmit/PanelHeaderSubmit.js.map +1 -1
  382. package/{.cache/ts/src → dist/cjs}/components/PanelSpinner/PanelSpinner.d.ts +0 -0
  383. package/dist/cjs/components/PanelSpinner/PanelSpinner.js +4 -15
  384. package/dist/cjs/components/PanelSpinner/PanelSpinner.js.map +1 -1
  385. package/dist/cjs/components/Placeholder/Placeholder.d.ts +24 -0
  386. package/dist/cjs/components/Placeholder/Placeholder.js +22 -31
  387. package/dist/cjs/components/Placeholder/Placeholder.js.map +1 -1
  388. package/dist/cjs/components/PopoutRoot/PopoutRoot.d.ts +7 -0
  389. package/dist/cjs/components/PopoutRoot/PopoutRoot.js +28 -34
  390. package/dist/cjs/components/PopoutRoot/PopoutRoot.js.map +1 -1
  391. package/dist/cjs/components/PopoutWrapper/PopoutWrapper.d.ts +12 -0
  392. package/dist/cjs/components/PopoutWrapper/PopoutWrapper.js +34 -48
  393. package/dist/cjs/components/PopoutWrapper/PopoutWrapper.js.map +1 -1
  394. package/{.cache/ts/src → dist/cjs}/components/Popover/Popover.d.ts +0 -0
  395. package/dist/cjs/components/Popover/Popover.js +31 -75
  396. package/dist/cjs/components/Popover/Popover.js.map +1 -1
  397. package/dist/cjs/components/Popper/Popper.d.ts +56 -0
  398. package/dist/cjs/components/Popper/Popper.js +46 -75
  399. package/dist/cjs/components/Popper/Popper.js.map +1 -1
  400. package/dist/cjs/components/PopperArrow/PopperArrow.d.ts +7 -0
  401. package/dist/cjs/components/PopperArrow/PopperArrow.js +16 -15
  402. package/dist/cjs/components/PopperArrow/PopperArrow.js.map +1 -1
  403. package/dist/cjs/components/Progress/Progress.d.ts +9 -0
  404. package/dist/cjs/components/Progress/Progress.js +16 -19
  405. package/dist/cjs/components/Progress/Progress.js.map +1 -1
  406. package/dist/cjs/components/PromoBanner/PromoBanner.d.ts +40 -0
  407. package/dist/cjs/components/PromoBanner/PromoBanner.js +30 -46
  408. package/dist/cjs/components/PromoBanner/PromoBanner.js.map +1 -1
  409. package/dist/cjs/components/PullToRefresh/PullToRefresh.d.ts +22 -0
  410. package/dist/cjs/components/PullToRefresh/PullToRefresh.js +44 -95
  411. package/dist/cjs/components/PullToRefresh/PullToRefresh.js.map +1 -1
  412. package/dist/cjs/components/PullToRefresh/PullToRefreshSpinner.d.ts +9 -0
  413. package/dist/cjs/components/PullToRefresh/PullToRefreshSpinner.js +19 -23
  414. package/dist/cjs/components/PullToRefresh/PullToRefreshSpinner.js.map +1 -1
  415. package/dist/cjs/components/Radio/Radio.d.ts +9 -0
  416. package/dist/cjs/components/Radio/Radio.js +26 -45
  417. package/dist/cjs/components/Radio/Radio.js.map +1 -1
  418. package/dist/cjs/components/RadioGroup/RadioGroup.d.ts +8 -0
  419. package/dist/cjs/components/RadioGroup/RadioGroup.js +13 -15
  420. package/dist/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
  421. package/{.cache/ts/src → dist/cjs}/components/RangeSlider/RangeSlider.d.ts +0 -0
  422. package/dist/cjs/components/RangeSlider/RangeSlider.js +15 -32
  423. package/dist/cjs/components/RangeSlider/RangeSlider.js.map +1 -1
  424. package/dist/cjs/components/RangeSlider/UniversalSlider.d.ts +14 -0
  425. package/dist/cjs/components/RangeSlider/UniversalSlider.js +26 -62
  426. package/dist/cjs/components/RangeSlider/UniversalSlider.js.map +1 -1
  427. package/dist/cjs/components/Removable/Removable.d.ts +23 -0
  428. package/dist/cjs/components/Removable/Removable.js +44 -77
  429. package/dist/cjs/components/Removable/Removable.js.map +1 -1
  430. package/dist/cjs/components/RichCell/RichCell.d.ts +55 -0
  431. package/dist/cjs/components/RichCell/RichCell.js +43 -55
  432. package/dist/cjs/components/RichCell/RichCell.js.map +1 -1
  433. package/dist/cjs/components/RichTooltip/RichTooltip.d.ts +12 -0
  434. package/dist/cjs/components/RichTooltip/RichTooltip.js +19 -21
  435. package/dist/cjs/components/RichTooltip/RichTooltip.js.map +1 -1
  436. package/dist/cjs/components/Root/Root.d.ts +20 -0
  437. package/dist/cjs/components/Root/Root.js +32 -69
  438. package/dist/cjs/components/Root/Root.js.map +1 -1
  439. package/dist/cjs/components/ScreenSpinner/Icon48CancelCircle.d.ts +2 -0
  440. package/dist/cjs/components/ScreenSpinner/Icon48CancelCircle.js +5 -9
  441. package/dist/cjs/components/ScreenSpinner/Icon48CancelCircle.js.map +1 -1
  442. package/dist/cjs/components/ScreenSpinner/Icon48DoneOutline.d.ts +2 -0
  443. package/dist/cjs/components/ScreenSpinner/Icon48DoneOutline.js +5 -9
  444. package/dist/cjs/components/ScreenSpinner/Icon48DoneOutline.js.map +1 -1
  445. package/dist/cjs/components/ScreenSpinner/ScreenSpinner.d.ts +9 -0
  446. package/dist/cjs/components/ScreenSpinner/ScreenSpinner.js +26 -36
  447. package/dist/cjs/components/ScreenSpinner/ScreenSpinner.js.map +1 -1
  448. package/dist/cjs/components/Search/Search.d.ts +17 -0
  449. package/dist/cjs/components/Search/Search.js +65 -105
  450. package/dist/cjs/components/Search/Search.js.map +1 -1
  451. package/dist/cjs/components/SegmentedControl/SegmentedControl.d.ts +19 -0
  452. package/dist/cjs/components/SegmentedControl/SegmentedControl.js +35 -58
  453. package/dist/cjs/components/SegmentedControl/SegmentedControl.js.map +1 -1
  454. package/dist/cjs/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.d.ts +6 -0
  455. package/dist/cjs/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js +16 -33
  456. package/dist/cjs/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js.map +1 -1
  457. package/dist/cjs/components/Select/Select.d.ts +11 -0
  458. package/dist/cjs/components/Select/Select.js +32 -50
  459. package/dist/cjs/components/Select/Select.js.map +1 -1
  460. package/dist/cjs/components/SelectMimicry/SelectMimicry.d.ts +13 -0
  461. package/dist/cjs/components/SelectMimicry/SelectMimicry.js +33 -45
  462. package/dist/cjs/components/SelectMimicry/SelectMimicry.js.map +1 -1
  463. package/dist/cjs/components/Separator/Separator.d.ts +11 -0
  464. package/dist/cjs/components/Separator/Separator.js +9 -15
  465. package/dist/cjs/components/Separator/Separator.js.map +1 -1
  466. package/dist/cjs/components/SimpleCell/SimpleCell.d.ts +63 -0
  467. package/dist/cjs/components/SimpleCell/SimpleCell.js +48 -67
  468. package/dist/cjs/components/SimpleCell/SimpleCell.js.map +1 -1
  469. package/{.cache/ts/src → dist/cjs}/components/Slider/Slider.d.ts +0 -0
  470. package/dist/cjs/components/Slider/Slider.js +12 -29
  471. package/dist/cjs/components/Slider/Slider.js.map +1 -1
  472. package/dist/cjs/components/Snackbar/Snackbar.d.ts +46 -0
  473. package/dist/cjs/components/Snackbar/Snackbar.js +55 -86
  474. package/dist/cjs/components/Snackbar/Snackbar.js.map +1 -1
  475. package/dist/cjs/components/Spacing/Spacing.d.ts +12 -0
  476. package/dist/cjs/components/Spacing/Spacing.js +12 -20
  477. package/dist/cjs/components/Spacing/Spacing.js.map +1 -1
  478. package/dist/cjs/components/Spinner/Spinner.d.ts +8 -0
  479. package/dist/cjs/components/Spinner/Spinner.js +11 -20
  480. package/dist/cjs/components/Spinner/Spinner.js.map +1 -1
  481. package/dist/cjs/components/SplitCol/SplitCol.d.ts +33 -0
  482. package/dist/cjs/components/SplitCol/SplitCol.js +23 -46
  483. package/dist/cjs/components/SplitCol/SplitCol.js.map +1 -1
  484. package/dist/cjs/components/SplitLayout/SplitLayout.d.ts +17 -0
  485. package/dist/cjs/components/SplitLayout/SplitLayout.js +14 -23
  486. package/dist/cjs/components/SplitLayout/SplitLayout.js.map +1 -1
  487. package/dist/cjs/components/SubnavigationBar/SubnavigationBar.d.ts +9 -0
  488. package/dist/cjs/components/SubnavigationBar/SubnavigationBar.js +25 -32
  489. package/dist/cjs/components/SubnavigationBar/SubnavigationBar.js.map +1 -1
  490. package/dist/cjs/components/SubnavigationButton/SubnavigationButton.d.ts +24 -0
  491. package/dist/cjs/components/SubnavigationButton/SubnavigationButton.js +41 -50
  492. package/dist/cjs/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
  493. package/dist/cjs/components/Switch/Switch.d.ts +9 -0
  494. package/dist/cjs/components/Switch/Switch.js +17 -36
  495. package/dist/cjs/components/Switch/Switch.js.map +1 -1
  496. package/dist/cjs/components/Tabbar/Tabbar.d.ts +15 -0
  497. package/dist/cjs/components/Tabbar/Tabbar.js +15 -28
  498. package/dist/cjs/components/Tabbar/Tabbar.js.map +1 -1
  499. package/dist/cjs/components/TabbarItem/TabbarItem.d.ts +17 -0
  500. package/dist/cjs/components/TabbarItem/TabbarItem.js +25 -36
  501. package/dist/cjs/components/TabbarItem/TabbarItem.js.map +1 -1
  502. package/dist/cjs/components/Tabs/Tabs.d.ts +14 -0
  503. package/dist/cjs/components/Tabs/Tabs.js +120 -29
  504. package/dist/cjs/components/Tabs/Tabs.js.map +1 -1
  505. package/dist/cjs/components/TabsItem/TabsItem.d.ts +30 -0
  506. package/dist/cjs/components/TabsItem/TabsItem.js +53 -53
  507. package/dist/cjs/components/TabsItem/TabsItem.js.map +1 -1
  508. package/{.cache/ts/src → dist/cjs}/components/Tappable/Tappable.d.ts +0 -0
  509. package/dist/cjs/components/Tappable/Tappable.js +82 -164
  510. package/dist/cjs/components/Tappable/Tappable.js.map +1 -1
  511. package/dist/cjs/components/TextTooltip/TextTooltip.d.ts +20 -0
  512. package/dist/cjs/components/TextTooltip/TextTooltip.js +21 -29
  513. package/dist/cjs/components/TextTooltip/TextTooltip.js.map +1 -1
  514. package/dist/cjs/components/Textarea/Textarea.d.ts +12 -0
  515. package/dist/cjs/components/Textarea/Textarea.js +24 -47
  516. package/dist/cjs/components/Textarea/Textarea.js.map +1 -1
  517. package/dist/cjs/components/Tooltip/Tooltip.d.ts +69 -0
  518. package/dist/cjs/components/Tooltip/Tooltip.js +80 -121
  519. package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
  520. package/{.cache/ts/src → dist/cjs}/components/Tooltip/TooltipContainer.d.ts +0 -0
  521. package/dist/cjs/components/Tooltip/TooltipContainer.js +3 -11
  522. package/dist/cjs/components/Tooltip/TooltipContainer.js.map +1 -1
  523. package/{.cache/ts/src → dist/cjs}/components/Touch/Touch.d.ts +0 -0
  524. package/dist/cjs/components/Touch/Touch.js +55 -94
  525. package/dist/cjs/components/Touch/Touch.js.map +1 -1
  526. package/{.cache/ts/src → dist/cjs}/components/Touch/TouchContext.d.ts +0 -0
  527. package/dist/cjs/components/Touch/TouchContext.js +2 -4
  528. package/dist/cjs/components/Touch/TouchContext.js.map +1 -1
  529. package/dist/cjs/components/Typography/Caption/Caption.d.ts +14 -0
  530. package/dist/cjs/components/Typography/Caption/Caption.js +22 -20
  531. package/dist/cjs/components/Typography/Caption/Caption.js.map +1 -1
  532. package/dist/cjs/components/Typography/Footnote/Footnote.d.ts +13 -0
  533. package/dist/cjs/components/Typography/Footnote/Footnote.js +17 -18
  534. package/dist/cjs/components/Typography/Footnote/Footnote.js.map +1 -1
  535. package/dist/cjs/components/Typography/Headline/Headline.d.ts +13 -0
  536. package/dist/cjs/components/Typography/Headline/Headline.js +24 -28
  537. package/dist/cjs/components/Typography/Headline/Headline.js.map +1 -1
  538. package/dist/cjs/components/Typography/Paragraph/Paragraph.d.ts +12 -0
  539. package/dist/cjs/components/Typography/Paragraph/Paragraph.js +18 -21
  540. package/dist/cjs/components/Typography/Paragraph/Paragraph.js.map +1 -1
  541. package/dist/cjs/components/Typography/Subhead/Subhead.d.ts +12 -0
  542. package/dist/cjs/components/Typography/Subhead/Subhead.js +17 -22
  543. package/dist/cjs/components/Typography/Subhead/Subhead.js.map +1 -1
  544. package/dist/cjs/components/Typography/Text/Text.d.ts +12 -0
  545. package/dist/cjs/components/Typography/Text/Text.js +18 -25
  546. package/dist/cjs/components/Typography/Text/Text.js.map +1 -1
  547. package/dist/cjs/components/Typography/Title/Title.d.ts +13 -0
  548. package/dist/cjs/components/Typography/Title/Title.js +20 -20
  549. package/dist/cjs/components/Typography/Title/Title.js.map +1 -1
  550. package/dist/cjs/components/UsersStack/UsersStack.d.ts +30 -0
  551. package/dist/cjs/components/UsersStack/UsersStack.js +71 -69
  552. package/dist/cjs/components/UsersStack/UsersStack.js.map +1 -1
  553. package/dist/cjs/components/View/View.d.ts +54 -0
  554. package/dist/cjs/components/View/View.js +76 -153
  555. package/dist/cjs/components/View/View.js.map +1 -1
  556. package/dist/cjs/components/View/ViewInfinite.d.ts +65 -0
  557. package/dist/cjs/components/View/ViewInfinite.js +59 -150
  558. package/dist/cjs/components/View/ViewInfinite.js.map +1 -1
  559. package/{.cache/ts/src → dist/cjs}/components/View/utils.d.ts +0 -0
  560. package/dist/cjs/components/View/utils.js +2 -4
  561. package/dist/cjs/components/View/utils.js.map +1 -1
  562. package/dist/cjs/components/VisuallyHiddenInput/VisuallyHiddenInput.d.ts +11 -0
  563. package/dist/cjs/components/VisuallyHiddenInput/VisuallyHiddenInput.js +8 -12
  564. package/dist/cjs/components/VisuallyHiddenInput/VisuallyHiddenInput.js.map +1 -1
  565. package/dist/cjs/components/WriteBar/WriteBar.d.ts +29 -0
  566. package/dist/cjs/components/WriteBar/WriteBar.js +26 -49
  567. package/dist/cjs/components/WriteBar/WriteBar.js.map +1 -1
  568. package/dist/cjs/components/WriteBarIcon/WriteBarIcon.d.ts +20 -0
  569. package/dist/cjs/components/WriteBarIcon/WriteBarIcon.js +24 -49
  570. package/dist/cjs/components/WriteBarIcon/WriteBarIcon.js.map +1 -1
  571. package/{.cache/ts/src → dist/cjs}/helpers/appearance.d.ts +0 -0
  572. package/dist/cjs/helpers/appearance.js +4 -9
  573. package/dist/cjs/helpers/appearance.js.map +1 -1
  574. package/{.cache/ts/src → dist/cjs}/helpers/avatar.d.ts +0 -0
  575. package/dist/cjs/helpers/avatar.js +0 -1
  576. package/dist/cjs/helpers/avatar.js.map +1 -1
  577. package/{.cache/ts/src → dist/cjs}/helpers/getHoverClassName.d.ts +0 -0
  578. package/dist/cjs/helpers/getHoverClassName.js +0 -3
  579. package/dist/cjs/helpers/getHoverClassName.js.map +1 -1
  580. package/{.cache/ts/src → dist/cjs}/helpers/getOrDefault.d.ts +0 -0
  581. package/dist/cjs/helpers/getOrDefault.js +0 -1
  582. package/dist/cjs/helpers/getOrDefault.js.map +1 -1
  583. package/{.cache/ts/src → dist/cjs}/helpers/getPlatformClassName.d.ts +0 -0
  584. package/dist/cjs/helpers/getPlatformClassName.js +0 -2
  585. package/dist/cjs/helpers/getPlatformClassName.js.map +1 -1
  586. package/dist/cjs/helpers/getPointerClassName.d.ts +2 -0
  587. package/dist/cjs/helpers/getPointerClassName.js +22 -0
  588. package/dist/cjs/helpers/getPointerClassName.js.map +1 -0
  589. package/{.cache/ts/src → dist/cjs}/helpers/getSizeXClassName.d.ts +0 -0
  590. package/dist/cjs/helpers/getSizeXClassName.js +0 -1
  591. package/dist/cjs/helpers/getSizeXClassName.js.map +1 -1
  592. package/{.cache/ts/src → dist/cjs}/helpers/getSizeYClassName.d.ts +0 -0
  593. package/dist/cjs/helpers/getSizeYClassName.js +0 -1
  594. package/dist/cjs/helpers/getSizeYClassName.js.map +1 -1
  595. package/{.cache/ts/src → dist/cjs}/helpers/getViewHeightClassName.d.ts +0 -0
  596. package/dist/cjs/helpers/getViewHeightClassName.js +0 -7
  597. package/dist/cjs/helpers/getViewHeightClassName.js.map +1 -1
  598. package/{.cache/ts/src → dist/cjs}/helpers/getViewWidthClassName.d.ts +0 -0
  599. package/dist/cjs/helpers/getViewWidthClassName.js +7 -11
  600. package/dist/cjs/helpers/getViewWidthClassName.js.map +1 -1
  601. package/{.cache/ts/src → dist/cjs}/helpers/math.d.ts +0 -0
  602. package/dist/cjs/helpers/math.js +4 -11
  603. package/dist/cjs/helpers/math.js.map +1 -1
  604. package/dist/cjs/helpers/range.d.ts +9 -0
  605. package/dist/cjs/helpers/range.js +33 -0
  606. package/dist/cjs/helpers/range.js.map +1 -0
  607. package/{.cache/ts/src → dist/cjs}/hoc/withContext.d.ts +0 -0
  608. package/dist/cjs/hoc/withContext.js +1 -10
  609. package/dist/cjs/hoc/withContext.js.map +1 -1
  610. package/dist/cjs/hoc/withInsets.d.ts +3 -0
  611. package/dist/cjs/hoc/withInsets.js +3 -8
  612. package/dist/cjs/hoc/withInsets.js.map +1 -1
  613. package/{.cache/ts/src → dist/cjs}/hoc/withPlatform.d.ts +0 -0
  614. package/dist/cjs/hoc/withPlatform.js +4 -18
  615. package/dist/cjs/hoc/withPlatform.js.map +1 -1
  616. package/dist/cjs/hooks/useAdaptivity.d.ts +6 -0
  617. package/dist/cjs/hooks/useAdaptivity.js +4 -38
  618. package/dist/cjs/hooks/useAdaptivity.js.map +1 -1
  619. package/dist/cjs/hooks/useAdaptivityConditionalRender/constants.d.ts +68 -0
  620. package/dist/cjs/hooks/useAdaptivityConditionalRender/constants.js +80 -0
  621. package/dist/cjs/hooks/useAdaptivityConditionalRender/constants.js.map +1 -0
  622. package/dist/cjs/hooks/useAdaptivityConditionalRender/helpers.d.ts +6 -0
  623. package/dist/cjs/hooks/useAdaptivityConditionalRender/helpers.js +42 -0
  624. package/dist/cjs/hooks/useAdaptivityConditionalRender/helpers.js.map +1 -0
  625. package/dist/cjs/hooks/useAdaptivityConditionalRender/index.d.ts +2 -0
  626. package/dist/cjs/hooks/useAdaptivityConditionalRender/index.js +13 -0
  627. package/dist/cjs/hooks/useAdaptivityConditionalRender/index.js.map +1 -0
  628. package/dist/cjs/hooks/useAdaptivityConditionalRender/types.d.ts +16 -0
  629. package/dist/cjs/hooks/useAdaptivityConditionalRender/types.js +6 -0
  630. package/dist/cjs/hooks/useAdaptivityConditionalRender/types.js.map +1 -0
  631. package/dist/cjs/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.d.ts +2 -0
  632. package/dist/cjs/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.js +35 -0
  633. package/dist/cjs/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.js.map +1 -0
  634. package/dist/cjs/hooks/useAdaptivityHasHover.d.ts +8 -0
  635. package/dist/cjs/hooks/useAdaptivityHasHover.js +31 -0
  636. package/dist/cjs/hooks/useAdaptivityHasHover.js.map +1 -0
  637. package/dist/cjs/hooks/useAdaptivityHasPointer.d.ts +8 -0
  638. package/dist/cjs/hooks/useAdaptivityHasPointer.js +31 -0
  639. package/dist/cjs/hooks/useAdaptivityHasPointer.js.map +1 -0
  640. package/dist/cjs/hooks/useAdaptivityWithJSMediaQueries.d.ts +18 -0
  641. package/dist/cjs/hooks/useAdaptivityWithJSMediaQueries.js +105 -0
  642. package/dist/cjs/hooks/useAdaptivityWithJSMediaQueries.js.map +1 -0
  643. package/dist/cjs/hooks/useAppearance.d.ts +1 -0
  644. package/dist/cjs/hooks/useAppearance.js +6 -12
  645. package/dist/cjs/hooks/useAppearance.js.map +1 -1
  646. package/{.cache/ts/src → dist/cjs}/hooks/useAutoDetectAppearance.d.ts +0 -0
  647. package/dist/cjs/hooks/useAutoDetectAppearance.js +18 -46
  648. package/dist/cjs/hooks/useAutoDetectAppearance.js.map +1 -1
  649. package/{.cache/ts/src → dist/cjs}/hooks/useBooleanState.d.ts +0 -0
  650. package/dist/cjs/hooks/useBooleanState.js +3 -11
  651. package/dist/cjs/hooks/useBooleanState.js.map +1 -1
  652. package/{.cache/ts/src → dist/cjs}/hooks/useBridgeAdaptivity.d.ts +0 -0
  653. package/dist/cjs/hooks/useBridgeAdaptivity.js +7 -26
  654. package/dist/cjs/hooks/useBridgeAdaptivity.js.map +1 -1
  655. package/{.cache/ts/src → dist/cjs}/hooks/useCalendar.d.ts +0 -0
  656. package/dist/cjs/hooks/useCalendar.js +12 -26
  657. package/dist/cjs/hooks/useCalendar.js.map +1 -1
  658. package/{.cache/ts/src → dist/cjs}/hooks/useChipsInput.d.ts +0 -0
  659. package/dist/cjs/hooks/useChipsInput.js +10 -22
  660. package/dist/cjs/hooks/useChipsInput.js.map +1 -1
  661. package/{.cache/ts/src → dist/cjs}/hooks/useChipsSelect.d.ts +0 -0
  662. package/dist/cjs/hooks/useChipsSelect.js +16 -41
  663. package/dist/cjs/hooks/useChipsSelect.js.map +1 -1
  664. package/{.cache/ts/src → dist/cjs}/hooks/useDateInput.d.ts +0 -0
  665. package/dist/cjs/hooks/useDateInput.js +19 -45
  666. package/dist/cjs/hooks/useDateInput.js.map +1 -1
  667. package/{.cache/ts/src → dist/cjs}/hooks/useEffectDev.d.ts +0 -0
  668. package/dist/cjs/hooks/useEffectDev.js +0 -3
  669. package/dist/cjs/hooks/useEffectDev.js.map +1 -1
  670. package/{.cache/ts/src → dist/cjs}/hooks/useEnsuredControl.d.ts +0 -0
  671. package/dist/cjs/hooks/useEnsuredControl.js +3 -10
  672. package/dist/cjs/hooks/useEnsuredControl.js.map +1 -1
  673. package/{.cache/ts/src → dist/cjs}/hooks/useEventListener.d.ts +0 -0
  674. package/dist/cjs/hooks/useEventListener.js +0 -12
  675. package/dist/cjs/hooks/useEventListener.js.map +1 -1
  676. package/{.cache/ts/src → dist/cjs}/hooks/useExternRef.d.ts +0 -0
  677. package/dist/cjs/hooks/useExternRef.js +2 -8
  678. package/dist/cjs/hooks/useExternRef.js.map +1 -1
  679. package/{.cache/ts/src → dist/cjs}/hooks/useFocusVisible.d.ts +0 -0
  680. package/dist/cjs/hooks/useFocusVisible.js +4 -11
  681. package/dist/cjs/hooks/useFocusVisible.js.map +1 -1
  682. package/{.cache/ts/src → dist/cjs}/hooks/useGlobalEventListener.d.ts +0 -0
  683. package/dist/cjs/hooks/useGlobalEventListener.js +0 -3
  684. package/dist/cjs/hooks/useGlobalEventListener.js.map +1 -1
  685. package/dist/cjs/hooks/useId.d.ts +1 -0
  686. package/dist/cjs/hooks/useId.js +27 -0
  687. package/dist/cjs/hooks/useId.js.map +1 -0
  688. package/{.cache/ts/src → dist/cjs}/hooks/useInsets.d.ts +0 -0
  689. package/dist/cjs/hooks/useInsets.js +5 -25
  690. package/dist/cjs/hooks/useInsets.js.map +1 -1
  691. package/{.cache/ts/src → dist/cjs}/hooks/useKeyboard.d.ts +0 -0
  692. package/dist/cjs/hooks/useKeyboard.js +6 -19
  693. package/dist/cjs/hooks/useKeyboard.js.map +1 -1
  694. package/{.cache/ts/src → dist/cjs}/hooks/useKeyboardInputTracker.d.ts +0 -0
  695. package/dist/cjs/hooks/useKeyboardInputTracker.js +4 -15
  696. package/dist/cjs/hooks/useKeyboardInputTracker.js.map +1 -1
  697. package/{.cache/ts/src → dist/cjs}/hooks/useMediaQueries.d.ts +0 -0
  698. package/dist/cjs/hooks/useMediaQueries.js +2 -11
  699. package/dist/cjs/hooks/useMediaQueries.js.map +1 -1
  700. package/{.cache/ts/src → dist/cjs}/hooks/useObjectMemo.d.ts +0 -0
  701. package/dist/cjs/hooks/useObjectMemo.js +0 -6
  702. package/dist/cjs/hooks/useObjectMemo.js.map +1 -1
  703. package/{.cache/ts/src → dist/cjs}/hooks/useOrientationChange.d.ts +0 -0
  704. package/dist/cjs/hooks/useOrientationChange.js +7 -19
  705. package/dist/cjs/hooks/useOrientationChange.js.map +1 -1
  706. package/{.cache/ts/src → dist/cjs}/hooks/usePagination.d.ts +0 -0
  707. package/dist/cjs/hooks/usePagination.js +14 -36
  708. package/dist/cjs/hooks/usePagination.js.map +1 -1
  709. package/{.cache/ts/src → dist/cjs}/hooks/usePatchChildrenRef.d.ts +0 -0
  710. package/dist/cjs/hooks/usePatchChildrenRef.js +0 -10
  711. package/dist/cjs/hooks/usePatchChildrenRef.js.map +1 -1
  712. package/{.cache/ts/src → dist/cjs}/hooks/usePlatform.d.ts +0 -0
  713. package/dist/cjs/hooks/usePlatform.js +3 -14
  714. package/dist/cjs/hooks/usePlatform.js.map +1 -1
  715. package/{.cache/ts/src → dist/cjs}/hooks/usePrevious.d.ts +0 -0
  716. package/dist/cjs/hooks/usePrevious.js +0 -3
  717. package/dist/cjs/hooks/usePrevious.js.map +1 -1
  718. package/{.cache/ts/src → dist/cjs}/hooks/useTimeout.d.ts +0 -0
  719. package/dist/cjs/hooks/useTimeout.js +0 -6
  720. package/dist/cjs/hooks/useTimeout.js.map +1 -1
  721. package/dist/cjs/hooks/useTodayDate.d.ts +10 -0
  722. package/dist/cjs/hooks/useTodayDate.js +42 -0
  723. package/dist/cjs/hooks/useTodayDate.js.map +1 -0
  724. package/{.cache/ts/src → dist/cjs}/hooks/useWaitTransitionFinish.d.ts +0 -0
  725. package/dist/cjs/hooks/useWaitTransitionFinish.js +14 -12
  726. package/dist/cjs/hooks/useWaitTransitionFinish.js.map +1 -1
  727. package/dist/cjs/index.d.ts +327 -0
  728. package/dist/cjs/index.js +106 -214
  729. package/dist/cjs/index.js.map +1 -1
  730. package/dist/cjs/lib/SSR.d.ts +11 -0
  731. package/dist/cjs/lib/SSR.js +10 -33
  732. package/dist/cjs/lib/SSR.js.map +1 -1
  733. package/dist/cjs/lib/accessibility.d.ts +15 -0
  734. package/dist/cjs/lib/accessibility.js +30 -8
  735. package/dist/cjs/lib/accessibility.js.map +1 -1
  736. package/dist/cjs/lib/adaptivity/constants.d.ts +37 -0
  737. package/dist/cjs/lib/adaptivity/constants.js +62 -0
  738. package/dist/cjs/lib/adaptivity/constants.js.map +1 -0
  739. package/dist/cjs/lib/adaptivity/functions.d.ts +22 -0
  740. package/dist/cjs/lib/adaptivity/functions.js +72 -0
  741. package/dist/cjs/lib/adaptivity/functions.js.map +1 -0
  742. package/dist/cjs/lib/adaptivity/index.d.ts +3 -0
  743. package/dist/cjs/lib/adaptivity/index.js +28 -0
  744. package/dist/cjs/lib/adaptivity/index.js.map +1 -0
  745. package/dist/cjs/lib/adaptivity/types.d.ts +12 -0
  746. package/dist/cjs/lib/adaptivity/types.js +6 -0
  747. package/dist/cjs/lib/adaptivity/types.js.map +1 -0
  748. package/{.cache/ts/src → dist/cjs}/lib/animate.d.ts +0 -0
  749. package/dist/cjs/lib/animate.js +2 -9
  750. package/dist/cjs/lib/animate.js.map +1 -1
  751. package/{.cache/ts/src → dist/cjs}/lib/browser.d.ts +0 -0
  752. package/dist/cjs/lib/browser.js +5 -17
  753. package/dist/cjs/lib/browser.js.map +1 -1
  754. package/{.cache/ts/src → dist/cjs}/lib/calendar.d.ts +0 -0
  755. package/dist/cjs/lib/calendar.js +0 -31
  756. package/dist/cjs/lib/calendar.js.map +1 -1
  757. package/{.cache/ts/src → dist/cjs}/lib/callMultiple.d.ts +0 -0
  758. package/dist/cjs/lib/callMultiple.js +0 -4
  759. package/dist/cjs/lib/callMultiple.js.map +1 -1
  760. package/{.cache/ts/src → dist/cjs}/lib/classNames.d.ts +0 -0
  761. package/dist/cjs/lib/classNames.js +0 -11
  762. package/dist/cjs/lib/classNames.js.map +1 -1
  763. package/dist/cjs/lib/date.d.ts +30 -0
  764. package/dist/cjs/lib/date.js +12 -57
  765. package/dist/cjs/lib/date.js.map +1 -1
  766. package/{.cache/ts/src → dist/cjs}/lib/dom.d.ts +0 -0
  767. package/dist/cjs/lib/dom.js +1 -16
  768. package/dist/cjs/lib/dom.js.map +1 -1
  769. package/{.cache/ts/src → dist/cjs}/lib/fx.d.ts +0 -0
  770. package/dist/cjs/lib/fx.js +0 -1
  771. package/dist/cjs/lib/fx.js.map +1 -1
  772. package/{.cache/ts/src → dist/cjs}/lib/getNavId.d.ts +0 -0
  773. package/dist/cjs/lib/getNavId.js +0 -3
  774. package/dist/cjs/lib/getNavId.js.map +1 -1
  775. package/{.cache/ts/src → dist/cjs}/lib/is.d.ts +0 -0
  776. package/dist/cjs/lib/is.js +4 -3
  777. package/dist/cjs/lib/is.js.map +1 -1
  778. package/{.cache/ts/src → dist/cjs}/lib/isRefObject.d.ts +0 -0
  779. package/dist/cjs/lib/isRefObject.js +0 -4
  780. package/dist/cjs/lib/isRefObject.js.map +1 -1
  781. package/{.cache/ts/src → dist/cjs}/lib/offset.d.ts +0 -0
  782. package/dist/cjs/lib/offset.js +0 -1
  783. package/dist/cjs/lib/offset.js.map +1 -1
  784. package/dist/cjs/lib/platform.d.ts +8 -0
  785. package/dist/cjs/lib/platform.js +1 -14
  786. package/dist/cjs/lib/platform.js.map +1 -1
  787. package/{.cache/ts/src → dist/cjs}/lib/polyfills.d.ts +0 -0
  788. package/dist/cjs/lib/polyfills.js +11 -25
  789. package/dist/cjs/lib/polyfills.js.map +1 -1
  790. package/{.cache/ts/src → dist/cjs}/lib/removeObjectKeys.d.ts +0 -0
  791. package/dist/cjs/lib/removeObjectKeys.js +0 -3
  792. package/dist/cjs/lib/removeObjectKeys.js.map +1 -1
  793. package/{.cache/ts/src → dist/cjs}/lib/select.d.ts +0 -0
  794. package/dist/cjs/lib/select.js +5 -21
  795. package/dist/cjs/lib/select.js.map +1 -1
  796. package/{.cache/ts/src → dist/cjs}/lib/styles.d.ts +0 -0
  797. package/dist/cjs/lib/styles.js +0 -1
  798. package/dist/cjs/lib/styles.js.map +1 -1
  799. package/{.cache/ts/src → dist/cjs}/lib/supportEvents.d.ts +0 -0
  800. package/dist/cjs/lib/supportEvents.js +0 -5
  801. package/dist/cjs/lib/supportEvents.js.map +1 -1
  802. package/{.cache/ts/src → dist/cjs}/lib/taptic.d.ts +0 -0
  803. package/dist/cjs/lib/taptic.js +0 -3
  804. package/dist/cjs/lib/taptic.js.map +1 -1
  805. package/{.cache/ts/src → dist/cjs}/lib/testing.d.ts +0 -0
  806. package/dist/cjs/lib/testing.js +0 -2
  807. package/dist/cjs/lib/testing.js.map +1 -1
  808. package/{.cache/ts/src → dist/cjs}/lib/touch.d.ts +0 -0
  809. package/dist/cjs/lib/touch.js +5 -17
  810. package/dist/cjs/lib/touch.js.map +1 -1
  811. package/{.cache/ts/src → dist/cjs}/lib/useIsomorphicLayoutEffect.d.ts +0 -0
  812. package/dist/cjs/lib/useIsomorphicLayoutEffect.js +2 -5
  813. package/dist/cjs/lib/useIsomorphicLayoutEffect.js.map +1 -1
  814. package/{.cache/ts/src → dist/cjs}/lib/utils.d.ts +0 -0
  815. package/dist/cjs/lib/utils.js +4 -25
  816. package/dist/cjs/lib/utils.js.map +1 -1
  817. package/dist/cjs/lib/warnOnce.d.ts +4 -0
  818. package/dist/cjs/lib/warnOnce.js +3 -3
  819. package/dist/cjs/lib/warnOnce.js.map +1 -1
  820. package/{.cache/ts/src → dist/cjs}/shared/breakpoints.d.ts +0 -0
  821. package/dist/cjs/shared/breakpoints.js +4 -1
  822. package/dist/cjs/shared/breakpoints.js.map +1 -1
  823. package/{.cache/ts/src → dist/cjs}/types.d.ts +0 -0
  824. package/dist/components/ActionSheet/ActionSheet.d.ts +4 -14
  825. package/dist/components/ActionSheet/ActionSheet.js +30 -43
  826. package/dist/components/ActionSheet/ActionSheet.js.map +1 -1
  827. package/dist/components/ActionSheet/ActionSheetContext.js.map +1 -1
  828. package/dist/components/ActionSheet/ActionSheetDefaultIosCloseItem.js +2 -2
  829. package/dist/components/ActionSheet/ActionSheetDefaultIosCloseItem.js.map +1 -1
  830. package/dist/components/ActionSheet/ActionSheetDropdown.d.ts +2 -2
  831. package/dist/components/ActionSheet/ActionSheetDropdown.js +12 -16
  832. package/dist/components/ActionSheet/ActionSheetDropdown.js.map +1 -1
  833. package/dist/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +1 -2
  834. package/dist/components/ActionSheet/ActionSheetDropdownDesktop.js +19 -28
  835. package/dist/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
  836. package/dist/components/ActionSheet/types.d.ts +14 -2
  837. package/dist/components/ActionSheet/types.js.map +1 -1
  838. package/dist/components/ActionSheetItem/ActionSheetItem.d.ts +5 -2
  839. package/dist/components/ActionSheetItem/ActionSheetItem.js +59 -59
  840. package/dist/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
  841. package/dist/components/AdaptivityProvider/AdaptivityContext.d.ts +2 -2
  842. package/dist/components/AdaptivityProvider/AdaptivityContext.js.map +1 -1
  843. package/dist/components/AdaptivityProvider/AdaptivityProvider.d.ts +1 -1
  844. package/dist/components/AdaptivityProvider/AdaptivityProvider.js +31 -44
  845. package/dist/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
  846. package/dist/components/Alert/Alert.d.ts +1 -2
  847. package/dist/components/Alert/Alert.js +61 -74
  848. package/dist/components/Alert/Alert.js.map +1 -1
  849. package/dist/components/AppRoot/AppRoot.d.ts +3 -5
  850. package/dist/components/AppRoot/AppRoot.js +48 -65
  851. package/dist/components/AppRoot/AppRoot.js.map +1 -1
  852. package/dist/components/AppRoot/AppRootContext.js.map +1 -1
  853. package/dist/components/AppRoot/AppRootPortal.js +11 -17
  854. package/dist/components/AppRoot/AppRootPortal.js.map +1 -1
  855. package/dist/components/AppRoot/ScrollContext.js +34 -43
  856. package/dist/components/AppRoot/ScrollContext.js.map +1 -1
  857. package/dist/components/AppearanceProvider/AppearanceProvider.d.ts +3 -3
  858. package/dist/components/AppearanceProvider/AppearanceProvider.js +6 -14
  859. package/dist/components/AppearanceProvider/AppearanceProvider.js.map +1 -1
  860. package/dist/components/Avatar/Avatar.d.ts +16 -9
  861. package/dist/components/Avatar/Avatar.js +33 -71
  862. package/dist/components/Avatar/Avatar.js.map +1 -1
  863. package/dist/components/Avatar/AvatarBadge/AvatarBadge.d.ts +4 -0
  864. package/dist/components/Avatar/AvatarBadge/AvatarBadge.js +16 -0
  865. package/dist/components/Avatar/AvatarBadge/AvatarBadge.js.map +1 -0
  866. package/dist/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.d.ts +11 -0
  867. package/dist/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.js +26 -0
  868. package/dist/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.js.map +1 -0
  869. package/dist/components/Avatar/{icons.d.ts → AvatarBadge/icons.d.ts} +0 -0
  870. package/dist/components/Avatar/AvatarBadge/icons.js +29 -0
  871. package/dist/components/Avatar/AvatarBadge/icons.js.map +1 -0
  872. package/dist/components/Avatar/helpers.js +1 -2
  873. package/dist/components/Avatar/helpers.js.map +1 -1
  874. package/dist/components/Badge/Badge.d.ts +1 -2
  875. package/dist/components/Badge/Badge.js +12 -9
  876. package/dist/components/Badge/Badge.js.map +1 -1
  877. package/dist/components/Banner/Banner.d.ts +1 -2
  878. package/dist/components/Banner/Banner.js +53 -49
  879. package/dist/components/Banner/Banner.js.map +1 -1
  880. package/dist/components/BaseGallery/BaseGallery.d.ts +1 -2
  881. package/dist/components/BaseGallery/BaseGallery.js +73 -104
  882. package/dist/components/BaseGallery/BaseGallery.js.map +1 -1
  883. package/dist/components/BaseGallery/helpers.js +17 -24
  884. package/dist/components/BaseGallery/helpers.js.map +1 -1
  885. package/dist/components/BaseGallery/types.d.ts +5 -3
  886. package/dist/components/BaseGallery/types.js.map +1 -1
  887. package/dist/components/Button/Button.d.ts +2 -2
  888. package/dist/components/Button/Button.js +55 -77
  889. package/dist/components/Button/Button.js.map +1 -1
  890. package/dist/components/ButtonGroup/ButtonGroup.js +23 -27
  891. package/dist/components/ButtonGroup/ButtonGroup.js.map +1 -1
  892. package/dist/components/Calendar/Calendar.d.ts +2 -3
  893. package/dist/components/Calendar/Calendar.js +69 -71
  894. package/dist/components/Calendar/Calendar.js.map +1 -1
  895. package/dist/components/CalendarDay/CalendarDay.d.ts +1 -2
  896. package/dist/components/CalendarDay/CalendarDay.js +38 -36
  897. package/dist/components/CalendarDay/CalendarDay.js.map +1 -1
  898. package/dist/components/CalendarDays/CalendarDays.d.ts +2 -2
  899. package/dist/components/CalendarDays/CalendarDays.js +42 -41
  900. package/dist/components/CalendarDays/CalendarDays.js.map +1 -1
  901. package/dist/components/CalendarHeader/CalendarHeader.d.ts +0 -1
  902. package/dist/components/CalendarHeader/CalendarHeader.js +70 -62
  903. package/dist/components/CalendarHeader/CalendarHeader.js.map +1 -1
  904. package/dist/components/CalendarRange/CalendarRange.d.ts +3 -3
  905. package/dist/components/CalendarRange/CalendarRange.js +54 -62
  906. package/dist/components/CalendarRange/CalendarRange.js.map +1 -1
  907. package/dist/components/CalendarTime/CalendarTime.d.ts +0 -1
  908. package/dist/components/CalendarTime/CalendarTime.js +24 -29
  909. package/dist/components/CalendarTime/CalendarTime.js.map +1 -1
  910. package/dist/components/Card/Card.d.ts +1 -2
  911. package/dist/components/Card/Card.js +17 -13
  912. package/dist/components/Card/Card.js.map +1 -1
  913. package/dist/components/CardGrid/CardGrid.d.ts +1 -2
  914. package/dist/components/CardGrid/CardGrid.js +17 -14
  915. package/dist/components/CardGrid/CardGrid.js.map +1 -1
  916. package/dist/components/CardScroll/CardScroll.d.ts +1 -2
  917. package/dist/components/CardScroll/CardScroll.js +27 -38
  918. package/dist/components/CardScroll/CardScroll.js.map +1 -1
  919. package/dist/components/Cell/Cell.d.ts +2 -3
  920. package/dist/components/Cell/Cell.js +42 -57
  921. package/dist/components/Cell/Cell.js.map +1 -1
  922. package/dist/components/Cell/CellCheckbox/CellCheckbox.d.ts +0 -1
  923. package/dist/components/Cell/CellCheckbox/CellCheckbox.js +14 -16
  924. package/dist/components/Cell/CellCheckbox/CellCheckbox.js.map +1 -1
  925. package/dist/components/Cell/CellDragger/CellDragger.d.ts +1 -2
  926. package/dist/components/Cell/CellDragger/CellDragger.js +10 -11
  927. package/dist/components/Cell/CellDragger/CellDragger.js.map +1 -1
  928. package/dist/components/Cell/useDraggable.js +20 -42
  929. package/dist/components/Cell/useDraggable.js.map +1 -1
  930. package/dist/components/CellButton/CellButton.d.ts +1 -2
  931. package/dist/components/CellButton/CellButton.js +14 -11
  932. package/dist/components/CellButton/CellButton.js.map +1 -1
  933. package/dist/components/Checkbox/Checkbox.d.ts +0 -2
  934. package/dist/components/Checkbox/Checkbox.js +49 -75
  935. package/dist/components/Checkbox/Checkbox.js.map +1 -1
  936. package/dist/components/Chip/Chip.d.ts +2 -3
  937. package/dist/components/Chip/Chip.js +30 -35
  938. package/dist/components/Chip/Chip.js.map +1 -1
  939. package/dist/components/ChipsInput/ChipsInput.d.ts +0 -1
  940. package/dist/components/ChipsInput/ChipsInput.js +11 -13
  941. package/dist/components/ChipsInput/ChipsInput.js.map +1 -1
  942. package/dist/components/ChipsInputBase/ChipsInputBase.d.ts +0 -1
  943. package/dist/components/ChipsInputBase/ChipsInputBase.js +42 -63
  944. package/dist/components/ChipsInputBase/ChipsInputBase.js.map +1 -1
  945. package/dist/components/ChipsSelect/ChipsSelect.d.ts +0 -1
  946. package/dist/components/ChipsSelect/ChipsSelect.js +65 -110
  947. package/dist/components/ChipsSelect/ChipsSelect.js.map +1 -1
  948. package/dist/components/ConfigProvider/ConfigProvider.d.ts +1 -5
  949. package/dist/components/ConfigProvider/ConfigProvider.js +22 -35
  950. package/dist/components/ConfigProvider/ConfigProvider.js.map +1 -1
  951. package/dist/components/ConfigProvider/ConfigProviderContext.d.ts +5 -6
  952. package/dist/components/ConfigProvider/ConfigProviderContext.js +3 -5
  953. package/dist/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
  954. package/dist/components/ConfigProvider/ConfigProviderOverride.d.ts +9 -0
  955. package/dist/components/ConfigProvider/ConfigProviderOverride.js +19 -0
  956. package/dist/components/ConfigProvider/ConfigProviderOverride.js.map +1 -0
  957. package/dist/components/ContentCard/ContentCard.d.ts +1 -2
  958. package/dist/components/ContentCard/ContentCard.js +47 -46
  959. package/dist/components/ContentCard/ContentCard.js.map +1 -1
  960. package/dist/components/Counter/Counter.d.ts +5 -4
  961. package/dist/components/Counter/Counter.js +23 -15
  962. package/dist/components/Counter/Counter.js.map +1 -1
  963. package/dist/components/CustomScrollView/CustomScrollView.d.ts +0 -1
  964. package/dist/components/CustomScrollView/CustomScrollView.js +23 -54
  965. package/dist/components/CustomScrollView/CustomScrollView.js.map +1 -1
  966. package/dist/components/CustomScrollView/useTrackerVisibility.js +9 -15
  967. package/dist/components/CustomScrollView/useTrackerVisibility.js.map +1 -1
  968. package/dist/components/CustomSelect/CustomSelect.d.ts +1 -3
  969. package/dist/components/CustomSelect/CustomSelect.js +88 -165
  970. package/dist/components/CustomSelect/CustomSelect.js.map +1 -1
  971. package/dist/components/CustomSelectDropdown/CustomSelectDropdown.d.ts +1 -2
  972. package/dist/components/CustomSelectDropdown/CustomSelectDropdown.js +34 -45
  973. package/dist/components/CustomSelectDropdown/CustomSelectDropdown.js.map +1 -1
  974. package/dist/components/CustomSelectOption/CustomSelectOption.d.ts +1 -2
  975. package/dist/components/CustomSelectOption/CustomSelectOption.js +35 -39
  976. package/dist/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
  977. package/dist/components/DateInput/DateInput.d.ts +0 -1
  978. package/dist/components/DateInput/DateInput.js +87 -108
  979. package/dist/components/DateInput/DateInput.js.map +1 -1
  980. package/dist/components/DatePicker/DatePicker.d.ts +1 -3
  981. package/dist/components/DatePicker/DatePicker.js +92 -113
  982. package/dist/components/DatePicker/DatePicker.js.map +1 -1
  983. package/dist/components/DateRangeInput/DateRangeInput.d.ts +0 -1
  984. package/dist/components/DateRangeInput/DateRangeInput.js +83 -108
  985. package/dist/components/DateRangeInput/DateRangeInput.js.map +1 -1
  986. package/dist/components/Div/Div.d.ts +1 -2
  987. package/dist/components/Div/Div.js +8 -8
  988. package/dist/components/Div/Div.js.map +1 -1
  989. package/dist/components/DropdownIcon/DropdownIcon.d.ts +2 -2
  990. package/dist/components/DropdownIcon/DropdownIcon.js +14 -14
  991. package/dist/components/DropdownIcon/DropdownIcon.js.map +1 -1
  992. package/dist/components/Epic/Epic.d.ts +0 -1
  993. package/dist/components/Epic/Epic.js +10 -12
  994. package/dist/components/Epic/Epic.js.map +1 -1
  995. package/dist/components/Epic/ScrollSaver.js +5 -10
  996. package/dist/components/Epic/ScrollSaver.js.map +1 -1
  997. package/dist/components/File/File.js +22 -24
  998. package/dist/components/File/File.js.map +1 -1
  999. package/dist/components/FixedLayout/FixedLayout.d.ts +1 -2
  1000. package/dist/components/FixedLayout/FixedLayout.js +22 -25
  1001. package/dist/components/FixedLayout/FixedLayout.js.map +1 -1
  1002. package/dist/components/FocusTrap/FocusTrap.js +30 -44
  1003. package/dist/components/FocusTrap/FocusTrap.js.map +1 -1
  1004. package/dist/components/FocusVisible/FocusVisible.d.ts +0 -1
  1005. package/dist/components/FocusVisible/FocusVisible.js +8 -5
  1006. package/dist/components/FocusVisible/FocusVisible.js.map +1 -1
  1007. package/dist/components/Footer/Footer.d.ts +1 -2
  1008. package/dist/components/Footer/Footer.js +7 -7
  1009. package/dist/components/Footer/Footer.js.map +1 -1
  1010. package/dist/components/FormField/FormField.d.ts +1 -2
  1011. package/dist/components/FormField/FormField.js +33 -32
  1012. package/dist/components/FormField/FormField.js.map +1 -1
  1013. package/dist/components/FormItem/FormItem.d.ts +1 -2
  1014. package/dist/components/FormItem/FormItem.js +30 -30
  1015. package/dist/components/FormItem/FormItem.js.map +1 -1
  1016. package/dist/components/FormLayout/FormLayout.d.ts +1 -2
  1017. package/dist/components/FormLayout/FormLayout.js +16 -17
  1018. package/dist/components/FormLayout/FormLayout.js.map +1 -1
  1019. package/dist/components/FormLayoutGroup/FormLayoutGroup.d.ts +1 -2
  1020. package/dist/components/FormLayoutGroup/FormLayoutGroup.js +24 -23
  1021. package/dist/components/FormLayoutGroup/FormLayoutGroup.js.map +1 -1
  1022. package/dist/components/FormStatus/FormStatus.d.ts +9 -0
  1023. package/dist/components/FormStatus/FormStatus.js +20 -0
  1024. package/dist/components/FormStatus/FormStatus.js.map +1 -0
  1025. package/dist/components/Gallery/Gallery.js +16 -22
  1026. package/dist/components/Gallery/Gallery.js.map +1 -1
  1027. package/dist/components/Gradient/Gradient.d.ts +1 -2
  1028. package/dist/components/Gradient/Gradient.js +18 -12
  1029. package/dist/components/Gradient/Gradient.js.map +1 -1
  1030. package/dist/components/GridAvatar/GridAvatar.d.ts +11 -7
  1031. package/dist/components/GridAvatar/GridAvatar.js +26 -17
  1032. package/dist/components/GridAvatar/GridAvatar.js.map +1 -1
  1033. package/dist/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.d.ts +4 -0
  1034. package/dist/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.js +16 -0
  1035. package/dist/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.js.map +1 -0
  1036. package/dist/components/Group/Group.d.ts +1 -5
  1037. package/dist/components/Group/Group.js +43 -37
  1038. package/dist/components/Group/Group.js.map +1 -1
  1039. package/dist/components/Header/Header.d.ts +1 -2
  1040. package/dist/components/Header/Header.js +43 -48
  1041. package/dist/components/Header/Header.js.map +1 -1
  1042. package/dist/components/HorizontalCell/HorizontalCell.d.ts +0 -1
  1043. package/dist/components/HorizontalCell/HorizontalCell.js +35 -35
  1044. package/dist/components/HorizontalCell/HorizontalCell.js.map +1 -1
  1045. package/dist/components/HorizontalScroll/HorizontalScroll.d.ts +1 -2
  1046. package/dist/components/HorizontalScroll/HorizontalScroll.js +45 -67
  1047. package/dist/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
  1048. package/dist/components/HorizontalScroll/HorizontalScrollArrow.d.ts +4 -4
  1049. package/dist/components/HorizontalScroll/HorizontalScrollArrow.js +19 -18
  1050. package/dist/components/HorizontalScroll/HorizontalScrollArrow.js.map +1 -1
  1051. package/dist/components/HoverPopper/HoverPopper.js +16 -26
  1052. package/dist/components/HoverPopper/HoverPopper.js.map +1 -1
  1053. package/dist/components/IconButton/IconButton.d.ts +1 -2
  1054. package/dist/components/IconButton/IconButton.js +10 -13
  1055. package/dist/components/IconButton/IconButton.js.map +1 -1
  1056. package/dist/components/Image/Image.d.ts +8 -10
  1057. package/dist/components/Image/Image.js +13 -31
  1058. package/dist/components/Image/Image.js.map +1 -1
  1059. package/dist/components/Image/ImageBadge/ImageBadge.d.ts +4 -0
  1060. package/dist/components/Image/ImageBadge/ImageBadge.js +16 -0
  1061. package/dist/components/Image/ImageBadge/ImageBadge.js.map +1 -0
  1062. package/dist/components/ImageBase/ImageBase.d.ts +27 -25
  1063. package/dist/components/ImageBase/ImageBase.js +83 -98
  1064. package/dist/components/ImageBase/ImageBase.js.map +1 -1
  1065. package/dist/components/ImageBase/ImageBaseBadge/ImageBaseBadge.d.ts +18 -13
  1066. package/dist/components/ImageBase/ImageBaseBadge/ImageBaseBadge.js +33 -31
  1067. package/dist/components/ImageBase/ImageBaseBadge/ImageBaseBadge.js.map +1 -1
  1068. package/dist/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.d.ts +16 -10
  1069. package/dist/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.js +34 -51
  1070. package/dist/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.js.map +1 -1
  1071. package/dist/components/ImageBase/context.d.ts +3 -0
  1072. package/dist/components/ImageBase/context.js +5 -0
  1073. package/dist/components/ImageBase/context.js.map +1 -0
  1074. package/dist/components/ImageBase/helpers.d.ts +21 -0
  1075. package/dist/components/ImageBase/helpers.js +55 -0
  1076. package/dist/components/ImageBase/helpers.js.map +1 -0
  1077. package/dist/components/ImageBase/types.d.ts +4 -2
  1078. package/dist/components/ImageBase/types.js.map +1 -1
  1079. package/dist/components/ImageBase/validators.d.ts +10 -0
  1080. package/dist/components/ImageBase/validators.js +97 -0
  1081. package/dist/components/ImageBase/validators.js.map +1 -0
  1082. package/dist/components/InfoRow/InfoRow.d.ts +1 -2
  1083. package/dist/components/InfoRow/InfoRow.js +11 -10
  1084. package/dist/components/InfoRow/InfoRow.js.map +1 -1
  1085. package/dist/components/Input/Input.d.ts +0 -1
  1086. package/dist/components/Input/Input.js +22 -21
  1087. package/dist/components/Input/Input.js.map +1 -1
  1088. package/dist/components/InputLike/InputLike.d.ts +1 -2
  1089. package/dist/components/InputLike/InputLike.js +16 -22
  1090. package/dist/components/InputLike/InputLike.js.map +1 -1
  1091. package/dist/components/InputLike/InputLikeDivider.d.ts +1 -2
  1092. package/dist/components/InputLike/InputLikeDivider.js +7 -6
  1093. package/dist/components/InputLike/InputLikeDivider.js.map +1 -1
  1094. package/dist/components/Link/Link.d.ts +1 -2
  1095. package/dist/components/Link/Link.js +9 -10
  1096. package/dist/components/Link/Link.js.map +1 -1
  1097. package/dist/components/List/List.d.ts +1 -2
  1098. package/dist/components/List/List.js +10 -13
  1099. package/dist/components/List/List.js.map +1 -1
  1100. package/dist/components/List/ListContext.js.map +1 -1
  1101. package/dist/components/LocaleProvider/LocaleProvider.d.ts +17 -0
  1102. package/dist/components/LocaleProvider/LocaleProvider.js +17 -0
  1103. package/dist/components/LocaleProvider/LocaleProvider.js.map +1 -0
  1104. package/dist/components/MiniInfoCell/MiniInfoCell.d.ts +1 -2
  1105. package/dist/components/MiniInfoCell/MiniInfoCell.js +38 -29
  1106. package/dist/components/MiniInfoCell/MiniInfoCell.js.map +1 -1
  1107. package/dist/components/ModalCard/ModalCard.d.ts +1 -2
  1108. package/dist/components/ModalCard/ModalCard.js +23 -27
  1109. package/dist/components/ModalCard/ModalCard.js.map +1 -1
  1110. package/dist/components/ModalCardBase/ModalCardBase.d.ts +9 -8
  1111. package/dist/components/ModalCardBase/ModalCardBase.js +32 -36
  1112. package/dist/components/ModalCardBase/ModalCardBase.js.map +1 -1
  1113. package/dist/components/ModalDismissButton/ModalDismissButton.d.ts +1 -2
  1114. package/dist/components/ModalDismissButton/ModalDismissButton.js +11 -11
  1115. package/dist/components/ModalDismissButton/ModalDismissButton.js.map +1 -1
  1116. package/dist/components/ModalPage/ModalPage.d.ts +1 -2
  1117. package/dist/components/ModalPage/ModalPage.js +48 -49
  1118. package/dist/components/ModalPage/ModalPage.js.map +1 -1
  1119. package/dist/components/ModalPageHeader/ModalPageHeader.d.ts +1 -2
  1120. package/dist/components/ModalPageHeader/ModalPageHeader.js +16 -19
  1121. package/dist/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
  1122. package/dist/components/ModalRoot/ModalRoot.d.ts +0 -1
  1123. package/dist/components/ModalRoot/ModalRoot.js +48 -175
  1124. package/dist/components/ModalRoot/ModalRoot.js.map +1 -1
  1125. package/dist/components/ModalRoot/ModalRootAdaptive.js +5 -7
  1126. package/dist/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
  1127. package/dist/components/ModalRoot/ModalRootContext.js +3 -4
  1128. package/dist/components/ModalRoot/ModalRootContext.js.map +1 -1
  1129. package/dist/components/ModalRoot/ModalRootDesktop.d.ts +0 -1
  1130. package/dist/components/ModalRoot/ModalRootDesktop.js +27 -63
  1131. package/dist/components/ModalRoot/ModalRootDesktop.js.map +1 -1
  1132. package/dist/components/ModalRoot/constants.js.map +1 -1
  1133. package/dist/components/ModalRoot/types.js +0 -1
  1134. package/dist/components/ModalRoot/types.js.map +1 -1
  1135. package/dist/components/ModalRoot/useModalManager.js +19 -42
  1136. package/dist/components/ModalRoot/useModalManager.js.map +1 -1
  1137. package/dist/components/ModalRoot/useModalRootContext.d.ts +1 -0
  1138. package/dist/components/ModalRoot/useModalRootContext.js +6 -0
  1139. package/dist/components/ModalRoot/useModalRootContext.js.map +1 -0
  1140. package/dist/components/ModalRoot/withModalRootContext.js +2 -5
  1141. package/dist/components/ModalRoot/withModalRootContext.js.map +1 -1
  1142. package/dist/components/NativeSelect/NativeSelect.d.ts +1 -2
  1143. package/dist/components/NativeSelect/NativeSelect.js +44 -52
  1144. package/dist/components/NativeSelect/NativeSelect.js.map +1 -1
  1145. package/dist/components/NavTransitionContext/NavTransitionContext.js +2 -3
  1146. package/dist/components/NavTransitionContext/NavTransitionContext.js.map +1 -1
  1147. package/dist/components/Pagination/Pagination.d.ts +1 -2
  1148. package/dist/components/Pagination/Pagination.js +41 -47
  1149. package/dist/components/Pagination/Pagination.js.map +1 -1
  1150. package/dist/components/Panel/Panel.d.ts +1 -2
  1151. package/dist/components/Panel/Panel.js +22 -25
  1152. package/dist/components/Panel/Panel.js.map +1 -1
  1153. package/dist/components/PanelHeader/PanelHeader.d.ts +1 -2
  1154. package/dist/components/PanelHeader/PanelHeader.js +57 -65
  1155. package/dist/components/PanelHeader/PanelHeader.js.map +1 -1
  1156. package/dist/components/PanelHeaderBack/PanelHeaderBack.d.ts +1 -2
  1157. package/dist/components/PanelHeaderBack/PanelHeaderBack.js +14 -20
  1158. package/dist/components/PanelHeaderBack/PanelHeaderBack.js.map +1 -1
  1159. package/dist/components/PanelHeaderButton/PanelHeaderButton.d.ts +1 -2
  1160. package/dist/components/PanelHeaderButton/PanelHeaderButton.js +21 -31
  1161. package/dist/components/PanelHeaderButton/PanelHeaderButton.js.map +1 -1
  1162. package/dist/components/PanelHeaderClose/PanelHeaderClose.js +6 -7
  1163. package/dist/components/PanelHeaderClose/PanelHeaderClose.js.map +1 -1
  1164. package/dist/components/PanelHeaderContent/PanelHeaderContent.d.ts +0 -1
  1165. package/dist/components/PanelHeaderContent/PanelHeaderContent.js +33 -40
  1166. package/dist/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
  1167. package/dist/components/PanelHeaderContext/PanelHeaderContext.d.ts +1 -2
  1168. package/dist/components/PanelHeaderContext/PanelHeaderContext.js +27 -30
  1169. package/dist/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
  1170. package/dist/components/PanelHeaderEdit/PanelHeaderEdit.js +9 -11
  1171. package/dist/components/PanelHeaderEdit/PanelHeaderEdit.js.map +1 -1
  1172. package/dist/components/PanelHeaderSubmit/PanelHeaderSubmit.js +6 -7
  1173. package/dist/components/PanelHeaderSubmit/PanelHeaderSubmit.js.map +1 -1
  1174. package/dist/components/PanelSpinner/PanelSpinner.js +4 -7
  1175. package/dist/components/PanelSpinner/PanelSpinner.js.map +1 -1
  1176. package/dist/components/Placeholder/Placeholder.d.ts +1 -2
  1177. package/dist/components/Placeholder/Placeholder.js +22 -23
  1178. package/dist/components/Placeholder/Placeholder.js.map +1 -1
  1179. package/dist/components/PopoutRoot/PopoutRoot.d.ts +1 -2
  1180. package/dist/components/PopoutRoot/PopoutRoot.js +28 -22
  1181. package/dist/components/PopoutRoot/PopoutRoot.js.map +1 -1
  1182. package/dist/components/PopoutWrapper/PopoutWrapper.d.ts +1 -2
  1183. package/dist/components/PopoutWrapper/PopoutWrapper.js +35 -35
  1184. package/dist/components/PopoutWrapper/PopoutWrapper.js.map +1 -1
  1185. package/dist/components/Popover/Popover.js +31 -56
  1186. package/dist/components/Popover/Popover.js.map +1 -1
  1187. package/dist/components/Popper/Popper.d.ts +1 -2
  1188. package/dist/components/Popper/Popper.js +46 -57
  1189. package/dist/components/Popper/Popper.js.map +1 -1
  1190. package/dist/components/PopperArrow/PopperArrow.d.ts +0 -1
  1191. package/dist/components/PopperArrow/PopperArrow.js +15 -10
  1192. package/dist/components/PopperArrow/PopperArrow.js.map +1 -1
  1193. package/dist/components/Progress/Progress.d.ts +1 -2
  1194. package/dist/components/Progress/Progress.js +15 -14
  1195. package/dist/components/Progress/Progress.js.map +1 -1
  1196. package/dist/components/PromoBanner/PromoBanner.d.ts +1 -2
  1197. package/dist/components/PromoBanner/PromoBanner.js +30 -30
  1198. package/dist/components/PromoBanner/PromoBanner.js.map +1 -1
  1199. package/dist/components/PullToRefresh/PullToRefresh.d.ts +3 -3
  1200. package/dist/components/PullToRefresh/PullToRefresh.js +45 -74
  1201. package/dist/components/PullToRefresh/PullToRefresh.js.map +1 -1
  1202. package/dist/components/PullToRefresh/PullToRefreshSpinner.d.ts +0 -1
  1203. package/dist/components/PullToRefresh/PullToRefreshSpinner.js +19 -21
  1204. package/dist/components/PullToRefresh/PullToRefreshSpinner.js.map +1 -1
  1205. package/dist/components/Radio/Radio.d.ts +0 -1
  1206. package/dist/components/Radio/Radio.js +26 -32
  1207. package/dist/components/Radio/Radio.js.map +1 -1
  1208. package/dist/components/RadioGroup/RadioGroup.d.ts +1 -2
  1209. package/dist/components/RadioGroup/RadioGroup.js +13 -10
  1210. package/dist/components/RadioGroup/RadioGroup.js.map +1 -1
  1211. package/dist/components/RangeSlider/RangeSlider.js +15 -22
  1212. package/dist/components/RangeSlider/RangeSlider.js.map +1 -1
  1213. package/dist/components/RangeSlider/UniversalSlider.d.ts +1 -2
  1214. package/dist/components/RangeSlider/UniversalSlider.js +27 -47
  1215. package/dist/components/RangeSlider/UniversalSlider.js.map +1 -1
  1216. package/dist/components/Removable/Removable.d.ts +1 -2
  1217. package/dist/components/Removable/Removable.js +45 -58
  1218. package/dist/components/Removable/Removable.js.map +1 -1
  1219. package/dist/components/RichCell/RichCell.d.ts +1 -2
  1220. package/dist/components/RichCell/RichCell.js +43 -45
  1221. package/dist/components/RichCell/RichCell.js.map +1 -1
  1222. package/dist/components/RichTooltip/RichTooltip.d.ts +1 -2
  1223. package/dist/components/RichTooltip/RichTooltip.js +19 -14
  1224. package/dist/components/RichTooltip/RichTooltip.js.map +1 -1
  1225. package/dist/components/Root/Root.d.ts +1 -2
  1226. package/dist/components/Root/Root.js +34 -51
  1227. package/dist/components/Root/Root.js.map +1 -1
  1228. package/dist/components/ScreenSpinner/Icon48CancelCircle.d.ts +1 -1
  1229. package/dist/components/ScreenSpinner/Icon48CancelCircle.js +4 -4
  1230. package/dist/components/ScreenSpinner/Icon48CancelCircle.js.map +1 -1
  1231. package/dist/components/ScreenSpinner/Icon48DoneOutline.d.ts +1 -1
  1232. package/dist/components/ScreenSpinner/Icon48DoneOutline.js +4 -4
  1233. package/dist/components/ScreenSpinner/Icon48DoneOutline.js.map +1 -1
  1234. package/dist/components/ScreenSpinner/ScreenSpinner.d.ts +0 -1
  1235. package/dist/components/ScreenSpinner/ScreenSpinner.js +26 -25
  1236. package/dist/components/ScreenSpinner/ScreenSpinner.js.map +1 -1
  1237. package/dist/components/Search/Search.d.ts +6 -5
  1238. package/dist/components/Search/Search.js +66 -87
  1239. package/dist/components/Search/Search.js.map +1 -1
  1240. package/dist/components/SegmentedControl/SegmentedControl.d.ts +1 -2
  1241. package/dist/components/SegmentedControl/SegmentedControl.js +36 -44
  1242. package/dist/components/SegmentedControl/SegmentedControl.js.map +1 -1
  1243. package/dist/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.d.ts +0 -1
  1244. package/dist/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js +16 -21
  1245. package/dist/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js.map +1 -1
  1246. package/dist/components/Select/Select.d.ts +2 -2
  1247. package/dist/components/Select/Select.js +31 -32
  1248. package/dist/components/Select/Select.js.map +1 -1
  1249. package/dist/components/SelectMimicry/SelectMimicry.d.ts +1 -2
  1250. package/dist/components/SelectMimicry/SelectMimicry.js +33 -31
  1251. package/dist/components/SelectMimicry/SelectMimicry.js.map +1 -1
  1252. package/dist/components/Separator/Separator.d.ts +1 -2
  1253. package/dist/components/Separator/Separator.js +9 -10
  1254. package/dist/components/Separator/Separator.js.map +1 -1
  1255. package/dist/components/SimpleCell/SimpleCell.d.ts +1 -2
  1256. package/dist/components/SimpleCell/SimpleCell.js +48 -51
  1257. package/dist/components/SimpleCell/SimpleCell.js.map +1 -1
  1258. package/dist/components/Slider/Slider.js +12 -19
  1259. package/dist/components/Slider/Slider.js.map +1 -1
  1260. package/dist/components/Snackbar/Snackbar.d.ts +10 -5
  1261. package/dist/components/Snackbar/Snackbar.js +56 -68
  1262. package/dist/components/Snackbar/Snackbar.js.map +1 -1
  1263. package/dist/components/Spacing/Spacing.d.ts +1 -12
  1264. package/dist/components/Spacing/Spacing.js +12 -15
  1265. package/dist/components/Spacing/Spacing.js.map +1 -1
  1266. package/dist/components/Spinner/Spinner.d.ts +1 -2
  1267. package/dist/components/Spinner/Spinner.js +11 -13
  1268. package/dist/components/Spinner/Spinner.js.map +1 -1
  1269. package/dist/components/SplitCol/SplitCol.d.ts +0 -1
  1270. package/dist/components/SplitCol/SplitCol.js +24 -30
  1271. package/dist/components/SplitCol/SplitCol.js.map +1 -1
  1272. package/dist/components/SplitLayout/SplitLayout.d.ts +1 -2
  1273. package/dist/components/SplitLayout/SplitLayout.js +14 -15
  1274. package/dist/components/SplitLayout/SplitLayout.js.map +1 -1
  1275. package/dist/components/SubnavigationBar/SubnavigationBar.d.ts +1 -2
  1276. package/dist/components/SubnavigationBar/SubnavigationBar.js +25 -26
  1277. package/dist/components/SubnavigationBar/SubnavigationBar.js.map +1 -1
  1278. package/dist/components/SubnavigationButton/SubnavigationButton.d.ts +1 -2
  1279. package/dist/components/SubnavigationButton/SubnavigationButton.js +41 -38
  1280. package/dist/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
  1281. package/dist/components/Switch/Switch.d.ts +0 -1
  1282. package/dist/components/Switch/Switch.js +17 -23
  1283. package/dist/components/Switch/Switch.js.map +1 -1
  1284. package/dist/components/Tabbar/Tabbar.d.ts +1 -2
  1285. package/dist/components/Tabbar/Tabbar.js +16 -19
  1286. package/dist/components/Tabbar/Tabbar.js.map +1 -1
  1287. package/dist/components/TabbarItem/TabbarItem.d.ts +1 -2
  1288. package/dist/components/TabbarItem/TabbarItem.js +25 -26
  1289. package/dist/components/TabbarItem/TabbarItem.js.map +1 -1
  1290. package/dist/components/Tabs/Tabs.d.ts +1 -2
  1291. package/dist/components/Tabs/Tabs.js +121 -17
  1292. package/dist/components/Tabs/Tabs.js.map +1 -1
  1293. package/dist/components/TabsItem/TabsItem.d.ts +1 -2
  1294. package/dist/components/TabsItem/TabsItem.js +54 -38
  1295. package/dist/components/TabsItem/TabsItem.js.map +1 -1
  1296. package/dist/components/Tappable/Tappable.js +82 -134
  1297. package/dist/components/Tappable/Tappable.js.map +1 -1
  1298. package/dist/components/TextTooltip/TextTooltip.d.ts +1 -2
  1299. package/dist/components/TextTooltip/TextTooltip.js +22 -18
  1300. package/dist/components/TextTooltip/TextTooltip.js.map +1 -1
  1301. package/dist/components/Textarea/Textarea.d.ts +0 -1
  1302. package/dist/components/Textarea/Textarea.js +25 -33
  1303. package/dist/components/Textarea/Textarea.js.map +1 -1
  1304. package/dist/components/Tooltip/Tooltip.d.ts +0 -1
  1305. package/dist/components/Tooltip/Tooltip.js +81 -98
  1306. package/dist/components/Tooltip/Tooltip.js.map +1 -1
  1307. package/dist/components/Tooltip/TooltipContainer.js +3 -5
  1308. package/dist/components/Tooltip/TooltipContainer.js.map +1 -1
  1309. package/dist/components/Touch/Touch.js +55 -80
  1310. package/dist/components/Touch/Touch.js.map +1 -1
  1311. package/dist/components/Touch/TouchContext.js +3 -2
  1312. package/dist/components/Touch/TouchContext.js.map +1 -1
  1313. package/dist/components/Typography/Caption/Caption.d.ts +1 -2
  1314. package/dist/components/Typography/Caption/Caption.js +22 -15
  1315. package/dist/components/Typography/Caption/Caption.js.map +1 -1
  1316. package/dist/components/Typography/Footnote/Footnote.d.ts +1 -2
  1317. package/dist/components/Typography/Footnote/Footnote.js +17 -13
  1318. package/dist/components/Typography/Footnote/Footnote.js.map +1 -1
  1319. package/dist/components/Typography/Headline/Headline.d.ts +1 -2
  1320. package/dist/components/Typography/Headline/Headline.js +24 -19
  1321. package/dist/components/Typography/Headline/Headline.js.map +1 -1
  1322. package/dist/components/Typography/Paragraph/Paragraph.d.ts +1 -2
  1323. package/dist/components/Typography/Paragraph/Paragraph.js +18 -14
  1324. package/dist/components/Typography/Paragraph/Paragraph.js.map +1 -1
  1325. package/dist/components/Typography/Subhead/Subhead.d.ts +1 -2
  1326. package/dist/components/Typography/Subhead/Subhead.js +17 -14
  1327. package/dist/components/Typography/Subhead/Subhead.js.map +1 -1
  1328. package/dist/components/Typography/Text/Text.d.ts +1 -2
  1329. package/dist/components/Typography/Text/Text.js +18 -16
  1330. package/dist/components/Typography/Text/Text.js.map +1 -1
  1331. package/dist/components/Typography/Title/Title.d.ts +1 -2
  1332. package/dist/components/Typography/Title/Title.js +20 -14
  1333. package/dist/components/Typography/Title/Title.js.map +1 -1
  1334. package/dist/components/UsersStack/UsersStack.d.ts +1 -2
  1335. package/dist/components/UsersStack/UsersStack.js +71 -61
  1336. package/dist/components/UsersStack/UsersStack.js.map +1 -1
  1337. package/dist/components/View/View.d.ts +1 -2
  1338. package/dist/components/View/View.js +77 -128
  1339. package/dist/components/View/View.js.map +1 -1
  1340. package/dist/components/View/ViewInfinite.d.ts +0 -1
  1341. package/dist/components/View/ViewInfinite.js +60 -140
  1342. package/dist/components/View/ViewInfinite.js.map +1 -1
  1343. package/dist/components/View/utils.js +2 -3
  1344. package/dist/components/View/utils.js.map +1 -1
  1345. package/dist/components/VisuallyHiddenInput/VisuallyHiddenInput.d.ts +1 -2
  1346. package/dist/components/VisuallyHiddenInput/VisuallyHiddenInput.js +7 -7
  1347. package/dist/components/VisuallyHiddenInput/VisuallyHiddenInput.js.map +1 -1
  1348. package/dist/components/WriteBar/WriteBar.d.ts +0 -1
  1349. package/dist/components/WriteBar/WriteBar.js +27 -37
  1350. package/dist/components/WriteBar/WriteBar.js.map +1 -1
  1351. package/dist/components/WriteBarIcon/WriteBarIcon.d.ts +1 -2
  1352. package/dist/components/WriteBarIcon/WriteBarIcon.js +24 -37
  1353. package/dist/components/WriteBarIcon/WriteBarIcon.js.map +1 -1
  1354. package/dist/components.css +5 -5
  1355. package/dist/components.css.map +1 -1
  1356. package/dist/cssm/components/ActionSheet/ActionSheet.d.ts +4 -14
  1357. package/dist/cssm/components/ActionSheet/ActionSheet.js +31 -44
  1358. package/dist/cssm/components/ActionSheet/ActionSheet.js.map +1 -1
  1359. package/dist/cssm/components/ActionSheet/ActionSheet.module.css +1 -0
  1360. package/dist/cssm/components/ActionSheet/ActionSheetContext.js.map +1 -1
  1361. package/dist/cssm/components/ActionSheet/ActionSheetDefaultIosCloseItem.js +2 -2
  1362. package/dist/cssm/components/ActionSheet/ActionSheetDefaultIosCloseItem.js.map +1 -1
  1363. package/dist/cssm/components/ActionSheet/ActionSheetDropdown.d.ts +2 -2
  1364. package/dist/cssm/components/ActionSheet/ActionSheetDropdown.js +13 -17
  1365. package/dist/cssm/components/ActionSheet/ActionSheetDropdown.js.map +1 -1
  1366. package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +1 -2
  1367. package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js +20 -29
  1368. package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
  1369. package/dist/cssm/components/ActionSheet/types.d.ts +14 -2
  1370. package/dist/cssm/components/ActionSheet/types.js.map +1 -1
  1371. package/dist/cssm/components/ActionSheetItem/ActionSheetItem.d.ts +5 -2
  1372. package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js +60 -60
  1373. package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
  1374. package/dist/cssm/components/ActionSheetItem/ActionSheetItem.module.css +1 -0
  1375. package/dist/cssm/components/AdaptivityProvider/AdaptivityContext.d.ts +2 -2
  1376. package/dist/cssm/components/AdaptivityProvider/AdaptivityContext.js.map +1 -1
  1377. package/dist/cssm/components/AdaptivityProvider/AdaptivityProvider.d.ts +1 -1
  1378. package/dist/cssm/components/AdaptivityProvider/AdaptivityProvider.js +31 -44
  1379. package/dist/cssm/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
  1380. package/dist/cssm/components/Alert/Alert.d.ts +1 -2
  1381. package/dist/cssm/components/Alert/Alert.js +62 -75
  1382. package/dist/cssm/components/Alert/Alert.js.map +1 -1
  1383. package/dist/cssm/components/Alert/Alert.module.css +1 -0
  1384. package/dist/cssm/components/AppRoot/AppRoot.d.ts +3 -5
  1385. package/dist/cssm/components/AppRoot/AppRoot.js +47 -66
  1386. package/dist/cssm/components/AppRoot/AppRoot.js.map +1 -1
  1387. package/dist/cssm/components/AppRoot/AppRoot.module.css +1 -0
  1388. package/dist/cssm/components/AppRoot/AppRootContext.js.map +1 -1
  1389. package/dist/cssm/components/AppRoot/AppRootPortal.js +11 -17
  1390. package/dist/cssm/components/AppRoot/AppRootPortal.js.map +1 -1
  1391. package/dist/cssm/components/AppRoot/ScrollContext.js +34 -43
  1392. package/dist/cssm/components/AppRoot/ScrollContext.js.map +1 -1
  1393. package/dist/cssm/components/AppearanceProvider/AppearanceProvider.d.ts +3 -3
  1394. package/dist/cssm/components/AppearanceProvider/AppearanceProvider.js +6 -14
  1395. package/dist/cssm/components/AppearanceProvider/AppearanceProvider.js.map +1 -1
  1396. package/dist/cssm/components/Avatar/Avatar.d.ts +16 -9
  1397. package/dist/cssm/components/Avatar/Avatar.js +34 -74
  1398. package/dist/cssm/components/Avatar/Avatar.js.map +1 -1
  1399. package/dist/cssm/components/Avatar/Avatar.module.css +1 -1
  1400. package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadge.d.ts +4 -0
  1401. package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadge.js +17 -0
  1402. package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadge.js.map +1 -0
  1403. package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadge.module.css +1 -0
  1404. package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.d.ts +11 -0
  1405. package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.js +27 -0
  1406. package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.js.map +1 -0
  1407. package/dist/cssm/components/Avatar/{icons.d.ts → AvatarBadge/icons.d.ts} +0 -0
  1408. package/dist/cssm/components/Avatar/AvatarBadge/icons.js +29 -0
  1409. package/dist/cssm/components/Avatar/AvatarBadge/icons.js.map +1 -0
  1410. package/dist/cssm/components/Avatar/helpers.js +1 -2
  1411. package/dist/cssm/components/Avatar/helpers.js.map +1 -1
  1412. package/dist/cssm/components/Badge/Badge.d.ts +1 -2
  1413. package/dist/cssm/components/Badge/Badge.js +13 -10
  1414. package/dist/cssm/components/Badge/Badge.js.map +1 -1
  1415. package/dist/cssm/components/Badge/{Badge.css → Badge.module.css} +0 -0
  1416. package/dist/cssm/components/Banner/Banner.d.ts +1 -2
  1417. package/dist/cssm/components/Banner/Banner.js +54 -50
  1418. package/dist/cssm/components/Banner/Banner.js.map +1 -1
  1419. package/dist/cssm/components/Banner/Banner.module.css +1 -0
  1420. package/dist/cssm/components/BaseGallery/BaseGallery.d.ts +1 -2
  1421. package/dist/cssm/components/BaseGallery/BaseGallery.js +74 -105
  1422. package/dist/cssm/components/BaseGallery/BaseGallery.js.map +1 -1
  1423. package/dist/cssm/components/BaseGallery/BaseGallery.module.css +1 -0
  1424. package/dist/cssm/components/BaseGallery/helpers.js +17 -24
  1425. package/dist/cssm/components/BaseGallery/helpers.js.map +1 -1
  1426. package/dist/cssm/components/BaseGallery/types.d.ts +5 -3
  1427. package/dist/cssm/components/BaseGallery/types.js.map +1 -1
  1428. package/dist/cssm/components/Button/Button.d.ts +2 -2
  1429. package/dist/cssm/components/Button/Button.js +56 -80
  1430. package/dist/cssm/components/Button/Button.js.map +1 -1
  1431. package/dist/cssm/components/Button/Button.module.css +3 -3
  1432. package/dist/cssm/components/ButtonGroup/ButtonGroup.js +24 -30
  1433. package/dist/cssm/components/ButtonGroup/ButtonGroup.js.map +1 -1
  1434. package/dist/cssm/components/Calendar/Calendar.d.ts +2 -3
  1435. package/dist/cssm/components/Calendar/Calendar.js +70 -72
  1436. package/dist/cssm/components/Calendar/Calendar.js.map +1 -1
  1437. package/dist/cssm/components/Calendar/{Calendar.css → Calendar.module.css} +0 -0
  1438. package/dist/cssm/components/CalendarDay/CalendarDay.d.ts +1 -2
  1439. package/dist/cssm/components/CalendarDay/CalendarDay.js +39 -37
  1440. package/dist/cssm/components/CalendarDay/CalendarDay.js.map +1 -1
  1441. package/dist/cssm/components/CalendarDay/CalendarDay.module.css +1 -0
  1442. package/dist/cssm/components/CalendarDays/CalendarDays.d.ts +2 -2
  1443. package/dist/cssm/components/CalendarDays/CalendarDays.js +43 -42
  1444. package/dist/cssm/components/CalendarDays/CalendarDays.js.map +1 -1
  1445. package/dist/cssm/components/CalendarDays/{CalendarDays.css → CalendarDays.module.css} +0 -0
  1446. package/dist/cssm/components/CalendarHeader/CalendarHeader.d.ts +0 -1
  1447. package/dist/cssm/components/CalendarHeader/CalendarHeader.js +71 -63
  1448. package/dist/cssm/components/CalendarHeader/CalendarHeader.js.map +1 -1
  1449. package/dist/cssm/components/CalendarHeader/CalendarHeader.module.css +1 -0
  1450. package/dist/cssm/components/CalendarRange/CalendarRange.d.ts +3 -3
  1451. package/dist/cssm/components/CalendarRange/CalendarRange.js +55 -63
  1452. package/dist/cssm/components/CalendarRange/CalendarRange.js.map +1 -1
  1453. package/dist/cssm/components/CalendarRange/{CalendarRange.css → CalendarRange.module.css} +0 -0
  1454. package/dist/cssm/components/CalendarTime/CalendarTime.d.ts +0 -1
  1455. package/dist/cssm/components/CalendarTime/CalendarTime.js +25 -30
  1456. package/dist/cssm/components/CalendarTime/CalendarTime.js.map +1 -1
  1457. package/dist/cssm/components/CalendarTime/CalendarTime.module.css +1 -0
  1458. package/dist/cssm/components/Card/Card.d.ts +1 -2
  1459. package/dist/cssm/components/Card/Card.js +18 -14
  1460. package/dist/cssm/components/Card/Card.js.map +1 -1
  1461. package/dist/cssm/components/Card/Card.module.css +3 -0
  1462. package/dist/cssm/components/CardGrid/CardGrid.d.ts +1 -2
  1463. package/dist/cssm/components/CardGrid/CardGrid.js +18 -15
  1464. package/dist/cssm/components/CardGrid/CardGrid.js.map +1 -1
  1465. package/dist/cssm/components/CardGrid/CardGrid.module.css +1 -0
  1466. package/dist/cssm/components/CardScroll/CardScroll.d.ts +1 -2
  1467. package/dist/cssm/components/CardScroll/CardScroll.js +28 -39
  1468. package/dist/cssm/components/CardScroll/CardScroll.js.map +1 -1
  1469. package/dist/cssm/components/CardScroll/{CardScroll.css → CardScroll.module.css} +0 -0
  1470. package/dist/cssm/components/Cell/Cell.d.ts +2 -3
  1471. package/dist/cssm/components/Cell/Cell.js +43 -58
  1472. package/dist/cssm/components/Cell/Cell.js.map +1 -1
  1473. package/dist/cssm/components/Cell/{Cell.css → Cell.module.css} +0 -0
  1474. package/dist/cssm/components/Cell/CellCheckbox/CellCheckbox.d.ts +0 -1
  1475. package/dist/cssm/components/Cell/CellCheckbox/CellCheckbox.js +15 -17
  1476. package/dist/cssm/components/Cell/CellCheckbox/CellCheckbox.js.map +1 -1
  1477. package/dist/cssm/components/Cell/CellCheckbox/{CellCheckbox.css → CellCheckbox.module.css} +0 -0
  1478. package/dist/cssm/components/Cell/CellDragger/CellDragger.d.ts +1 -2
  1479. package/dist/cssm/components/Cell/CellDragger/CellDragger.js +11 -12
  1480. package/dist/cssm/components/Cell/CellDragger/CellDragger.js.map +1 -1
  1481. package/dist/cssm/components/Cell/CellDragger/{CellDragger.css → CellDragger.module.css} +0 -0
  1482. package/dist/cssm/components/Cell/useDraggable.js +20 -42
  1483. package/dist/cssm/components/Cell/useDraggable.js.map +1 -1
  1484. package/dist/cssm/components/CellButton/CellButton.d.ts +1 -2
  1485. package/dist/cssm/components/CellButton/CellButton.js +15 -12
  1486. package/dist/cssm/components/CellButton/CellButton.js.map +1 -1
  1487. package/dist/cssm/components/CellButton/{CellButton.css → CellButton.module.css} +0 -0
  1488. package/dist/cssm/components/Checkbox/Checkbox.d.ts +0 -2
  1489. package/dist/cssm/components/Checkbox/Checkbox.js +50 -76
  1490. package/dist/cssm/components/Checkbox/Checkbox.js.map +1 -1
  1491. package/dist/cssm/components/Checkbox/Checkbox.module.css +1 -0
  1492. package/dist/cssm/components/Chip/Chip.d.ts +2 -3
  1493. package/dist/cssm/components/Chip/Chip.js +31 -36
  1494. package/dist/cssm/components/Chip/Chip.js.map +1 -1
  1495. package/dist/cssm/components/Chip/Chip.module.css +1 -0
  1496. package/dist/cssm/components/ChipsInput/ChipsInput.d.ts +0 -1
  1497. package/dist/cssm/components/ChipsInput/ChipsInput.js +12 -14
  1498. package/dist/cssm/components/ChipsInput/ChipsInput.js.map +1 -1
  1499. package/dist/cssm/components/ChipsInput/{ChipsInput.css → ChipsInput.module.css} +0 -0
  1500. package/dist/cssm/components/ChipsInputBase/ChipsInputBase.d.ts +0 -1
  1501. package/dist/cssm/components/ChipsInputBase/ChipsInputBase.js +43 -64
  1502. package/dist/cssm/components/ChipsInputBase/ChipsInputBase.js.map +1 -1
  1503. package/dist/cssm/components/ChipsInputBase/ChipsInputBase.module.css +1 -0
  1504. package/dist/cssm/components/ChipsSelect/ChipsSelect.d.ts +0 -1
  1505. package/dist/cssm/components/ChipsSelect/ChipsSelect.js +66 -111
  1506. package/dist/cssm/components/ChipsSelect/ChipsSelect.js.map +1 -1
  1507. package/dist/cssm/components/ChipsSelect/{ChipsSelect.css → ChipsSelect.module.css} +0 -0
  1508. package/dist/cssm/components/ConfigProvider/ConfigProvider.d.ts +1 -5
  1509. package/dist/cssm/components/ConfigProvider/ConfigProvider.js +22 -35
  1510. package/dist/cssm/components/ConfigProvider/ConfigProvider.js.map +1 -1
  1511. package/dist/cssm/components/ConfigProvider/ConfigProviderContext.d.ts +5 -6
  1512. package/dist/cssm/components/ConfigProvider/ConfigProviderContext.js +3 -5
  1513. package/dist/cssm/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
  1514. package/dist/cssm/components/ConfigProvider/ConfigProviderOverride.d.ts +9 -0
  1515. package/dist/cssm/components/ConfigProvider/ConfigProviderOverride.js +19 -0
  1516. package/dist/cssm/components/ConfigProvider/ConfigProviderOverride.js.map +1 -0
  1517. package/dist/cssm/components/ContentCard/ContentCard.d.ts +1 -2
  1518. package/dist/cssm/components/ContentCard/ContentCard.js +48 -47
  1519. package/dist/cssm/components/ContentCard/ContentCard.js.map +1 -1
  1520. package/dist/cssm/components/ContentCard/{ContentCard.css → ContentCard.module.css} +0 -0
  1521. package/dist/cssm/components/Counter/Counter.d.ts +5 -4
  1522. package/dist/cssm/components/Counter/Counter.js +24 -16
  1523. package/dist/cssm/components/Counter/Counter.js.map +1 -1
  1524. package/dist/cssm/components/Counter/Counter.module.css +1 -0
  1525. package/dist/cssm/components/CustomScrollView/CustomScrollView.d.ts +0 -1
  1526. package/dist/cssm/components/CustomScrollView/CustomScrollView.js +24 -55
  1527. package/dist/cssm/components/CustomScrollView/CustomScrollView.js.map +1 -1
  1528. package/dist/cssm/components/CustomScrollView/{CustomScrollView.css → CustomScrollView.module.css} +0 -0
  1529. package/dist/cssm/components/CustomScrollView/useTrackerVisibility.js +9 -15
  1530. package/dist/cssm/components/CustomScrollView/useTrackerVisibility.js.map +1 -1
  1531. package/dist/cssm/components/CustomSelect/CustomSelect.d.ts +1 -3
  1532. package/dist/cssm/components/CustomSelect/CustomSelect.js +89 -166
  1533. package/dist/cssm/components/CustomSelect/CustomSelect.js.map +1 -1
  1534. package/dist/cssm/components/CustomSelect/{CustomSelect.css → CustomSelect.module.css} +0 -0
  1535. package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.d.ts +1 -2
  1536. package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.js +35 -46
  1537. package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.js.map +1 -1
  1538. package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.module.css +1 -0
  1539. package/dist/cssm/components/CustomSelectOption/CustomSelectOption.d.ts +1 -2
  1540. package/dist/cssm/components/CustomSelectOption/CustomSelectOption.js +36 -40
  1541. package/dist/cssm/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
  1542. package/dist/cssm/components/CustomSelectOption/CustomSelectOption.module.css +1 -0
  1543. package/dist/cssm/components/DateInput/DateInput.d.ts +0 -1
  1544. package/dist/cssm/components/DateInput/DateInput.js +88 -109
  1545. package/dist/cssm/components/DateInput/DateInput.js.map +1 -1
  1546. package/dist/cssm/components/DateInput/DateInput.module.css +1 -0
  1547. package/dist/cssm/components/DatePicker/DatePicker.d.ts +1 -3
  1548. package/dist/cssm/components/DatePicker/DatePicker.js +93 -114
  1549. package/dist/cssm/components/DatePicker/DatePicker.js.map +1 -1
  1550. package/dist/cssm/components/DatePicker/{DatePicker.css → DatePicker.module.css} +0 -0
  1551. package/dist/cssm/components/DateRangeInput/DateRangeInput.d.ts +0 -1
  1552. package/dist/cssm/components/DateRangeInput/DateRangeInput.js +85 -109
  1553. package/dist/cssm/components/DateRangeInput/DateRangeInput.js.map +1 -1
  1554. package/dist/cssm/components/DateRangeInput/{DateRangeInput.css → DateRangeInput.module.css} +0 -0
  1555. package/dist/cssm/components/Div/Div.d.ts +1 -2
  1556. package/dist/cssm/components/Div/Div.js +9 -9
  1557. package/dist/cssm/components/Div/Div.js.map +1 -1
  1558. package/dist/cssm/components/Div/{Div.css → Div.module.css} +0 -0
  1559. package/dist/cssm/components/DropdownIcon/DropdownIcon.d.ts +2 -2
  1560. package/dist/cssm/components/DropdownIcon/DropdownIcon.js +15 -14
  1561. package/dist/cssm/components/DropdownIcon/DropdownIcon.js.map +1 -1
  1562. package/{.gitmodules → dist/cssm/components/DropdownIcon/DropdownIcon.module.css} +0 -0
  1563. package/dist/cssm/components/Epic/Epic.d.ts +0 -1
  1564. package/dist/cssm/components/Epic/Epic.js +11 -13
  1565. package/dist/cssm/components/Epic/Epic.js.map +1 -1
  1566. package/dist/cssm/components/Epic/{Epic.css → Epic.module.css} +0 -0
  1567. package/dist/cssm/components/Epic/ScrollSaver.js +5 -10
  1568. package/dist/cssm/components/Epic/ScrollSaver.js.map +1 -1
  1569. package/dist/cssm/components/File/File.js +23 -24
  1570. package/dist/cssm/components/File/File.js.map +1 -1
  1571. package/dist/cssm/components/{List/List.css → File/File.module.css} +0 -0
  1572. package/dist/cssm/components/FixedLayout/FixedLayout.d.ts +1 -2
  1573. package/dist/cssm/components/FixedLayout/FixedLayout.js +23 -26
  1574. package/dist/cssm/components/FixedLayout/FixedLayout.js.map +1 -1
  1575. package/dist/cssm/components/FixedLayout/FixedLayout.module.css +1 -0
  1576. package/dist/cssm/components/FocusTrap/FocusTrap.js +30 -44
  1577. package/dist/cssm/components/FocusTrap/FocusTrap.js.map +1 -1
  1578. package/dist/cssm/components/FocusVisible/FocusVisible.d.ts +0 -1
  1579. package/dist/cssm/components/FocusVisible/FocusVisible.js +9 -6
  1580. package/dist/cssm/components/FocusVisible/FocusVisible.js.map +1 -1
  1581. package/dist/cssm/components/FocusVisible/{FocusVisible.css → FocusVisible.module.css} +0 -0
  1582. package/dist/cssm/components/Footer/Footer.d.ts +1 -2
  1583. package/dist/cssm/components/Footer/Footer.js +8 -8
  1584. package/dist/cssm/components/Footer/Footer.js.map +1 -1
  1585. package/dist/cssm/components/Footer/Footer.module.css +1 -0
  1586. package/dist/cssm/components/FormField/FormField.d.ts +1 -2
  1587. package/dist/cssm/components/FormField/FormField.js +34 -33
  1588. package/dist/cssm/components/FormField/FormField.js.map +1 -1
  1589. package/dist/cssm/components/FormField/FormField.module.css +1 -0
  1590. package/dist/cssm/components/FormItem/FormItem.d.ts +1 -2
  1591. package/dist/cssm/components/FormItem/FormItem.js +31 -31
  1592. package/dist/cssm/components/FormItem/FormItem.js.map +1 -1
  1593. package/dist/cssm/components/FormItem/{FormItem.css → FormItem.module.css} +0 -0
  1594. package/dist/cssm/components/FormLayout/FormLayout.d.ts +1 -2
  1595. package/dist/cssm/components/FormLayout/FormLayout.js +17 -18
  1596. package/dist/cssm/components/FormLayout/FormLayout.js.map +1 -1
  1597. package/dist/cssm/components/FormLayout/{FormLayout.css → FormLayout.module.css} +0 -0
  1598. package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.d.ts +1 -2
  1599. package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.js +25 -24
  1600. package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.js.map +1 -1
  1601. package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.module.css +1 -0
  1602. package/dist/cssm/components/FormStatus/FormStatus.d.ts +9 -0
  1603. package/dist/cssm/components/FormStatus/FormStatus.js +21 -0
  1604. package/dist/cssm/components/FormStatus/FormStatus.js.map +1 -0
  1605. package/dist/cssm/components/FormStatus/FormStatus.module.css +1 -0
  1606. package/dist/cssm/components/Gallery/Gallery.js +16 -22
  1607. package/dist/cssm/components/Gallery/Gallery.js.map +1 -1
  1608. package/dist/cssm/components/Gradient/Gradient.d.ts +1 -2
  1609. package/dist/cssm/components/Gradient/Gradient.js +19 -13
  1610. package/dist/cssm/components/Gradient/Gradient.js.map +1 -1
  1611. package/dist/cssm/components/Gradient/{Gradient.css → Gradient.module.css} +0 -0
  1612. package/dist/cssm/components/GridAvatar/GridAvatar.d.ts +11 -7
  1613. package/dist/cssm/components/GridAvatar/GridAvatar.js +27 -18
  1614. package/dist/cssm/components/GridAvatar/GridAvatar.js.map +1 -1
  1615. package/dist/cssm/components/GridAvatar/GridAvatar.module.css +1 -0
  1616. package/dist/cssm/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.d.ts +4 -0
  1617. package/dist/cssm/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.js +17 -0
  1618. package/dist/cssm/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.js.map +1 -0
  1619. package/dist/cssm/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.module.css +1 -0
  1620. package/dist/cssm/components/Group/Group.d.ts +1 -5
  1621. package/dist/cssm/components/Group/Group.js +44 -38
  1622. package/dist/cssm/components/Group/Group.js.map +1 -1
  1623. package/dist/cssm/components/Group/Group.module.css +1 -0
  1624. package/dist/cssm/components/Header/Header.d.ts +1 -2
  1625. package/dist/cssm/components/Header/Header.js +44 -49
  1626. package/dist/cssm/components/Header/Header.js.map +1 -1
  1627. package/dist/cssm/components/Header/Header.module.css +1 -0
  1628. package/dist/cssm/components/HorizontalCell/HorizontalCell.d.ts +0 -1
  1629. package/dist/cssm/components/HorizontalCell/HorizontalCell.js +36 -36
  1630. package/dist/cssm/components/HorizontalCell/HorizontalCell.js.map +1 -1
  1631. package/dist/cssm/components/HorizontalCell/HorizontalCell.module.css +1 -0
  1632. package/dist/cssm/components/HorizontalScroll/HorizontalScroll.d.ts +1 -2
  1633. package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js +46 -68
  1634. package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
  1635. package/dist/cssm/components/HorizontalScroll/{HorizontalScroll.css → HorizontalScroll.module.css} +0 -0
  1636. package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.d.ts +4 -4
  1637. package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.js +20 -19
  1638. package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.js.map +1 -1
  1639. package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.module.css +1 -0
  1640. package/dist/cssm/components/HoverPopper/HoverPopper.js +16 -26
  1641. package/dist/cssm/components/HoverPopper/HoverPopper.js.map +1 -1
  1642. package/dist/cssm/components/IconButton/IconButton.d.ts +1 -2
  1643. package/dist/cssm/components/IconButton/IconButton.js +11 -14
  1644. package/dist/cssm/components/IconButton/IconButton.js.map +1 -1
  1645. package/dist/cssm/components/IconButton/{IconButton.css → IconButton.module.css} +0 -0
  1646. package/dist/cssm/components/Image/Image.d.ts +8 -10
  1647. package/dist/cssm/components/Image/Image.js +14 -34
  1648. package/dist/cssm/components/Image/Image.js.map +1 -1
  1649. package/dist/cssm/components/Image/Image.module.css +0 -1
  1650. package/dist/cssm/components/Image/ImageBadge/ImageBadge.d.ts +4 -0
  1651. package/dist/cssm/components/Image/ImageBadge/ImageBadge.js +17 -0
  1652. package/dist/cssm/components/Image/ImageBadge/ImageBadge.js.map +1 -0
  1653. package/dist/cssm/components/Image/ImageBadge/ImageBadge.module.css +1 -0
  1654. package/dist/cssm/components/ImageBase/ImageBase.d.ts +27 -25
  1655. package/dist/cssm/components/ImageBase/ImageBase.js +84 -101
  1656. package/dist/cssm/components/ImageBase/ImageBase.js.map +1 -1
  1657. package/dist/cssm/components/ImageBase/ImageBase.module.css +1 -1
  1658. package/dist/cssm/components/ImageBase/ImageBaseBadge/ImageBaseBadge.d.ts +18 -13
  1659. package/dist/cssm/components/ImageBase/ImageBaseBadge/ImageBaseBadge.js +34 -34
  1660. package/dist/cssm/components/ImageBase/ImageBaseBadge/ImageBaseBadge.js.map +1 -1
  1661. package/dist/cssm/components/ImageBase/ImageBaseBadge/ImageBaseBadge.module.css +1 -1
  1662. package/dist/cssm/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.d.ts +16 -10
  1663. package/dist/cssm/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.js +35 -54
  1664. package/dist/cssm/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.js.map +1 -1
  1665. package/dist/cssm/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.module.css +1 -1
  1666. package/dist/cssm/components/ImageBase/context.d.ts +3 -0
  1667. package/dist/cssm/components/ImageBase/context.js +5 -0
  1668. package/dist/cssm/components/ImageBase/context.js.map +1 -0
  1669. package/dist/cssm/components/ImageBase/helpers.d.ts +21 -0
  1670. package/dist/cssm/components/ImageBase/helpers.js +55 -0
  1671. package/dist/cssm/components/ImageBase/helpers.js.map +1 -0
  1672. package/dist/cssm/components/ImageBase/types.d.ts +4 -2
  1673. package/dist/cssm/components/ImageBase/types.js.map +1 -1
  1674. package/dist/cssm/components/ImageBase/validators.d.ts +10 -0
  1675. package/dist/cssm/components/ImageBase/validators.js +97 -0
  1676. package/dist/cssm/components/ImageBase/validators.js.map +1 -0
  1677. package/dist/cssm/components/InfoRow/InfoRow.d.ts +1 -2
  1678. package/dist/cssm/components/InfoRow/InfoRow.js +12 -11
  1679. package/dist/cssm/components/InfoRow/InfoRow.js.map +1 -1
  1680. package/dist/cssm/components/InfoRow/{InfoRow.css → InfoRow.module.css} +0 -0
  1681. package/dist/cssm/components/Input/Input.d.ts +0 -1
  1682. package/dist/cssm/components/Input/Input.js +23 -22
  1683. package/dist/cssm/components/Input/Input.js.map +1 -1
  1684. package/dist/cssm/components/Input/Input.module.css +1 -0
  1685. package/dist/cssm/components/InputLike/InputLike.d.ts +1 -2
  1686. package/dist/cssm/components/InputLike/InputLike.js +17 -23
  1687. package/dist/cssm/components/InputLike/InputLike.js.map +1 -1
  1688. package/dist/cssm/components/InputLike/InputLike.module.css +1 -0
  1689. package/dist/cssm/components/InputLike/InputLikeDivider.d.ts +1 -2
  1690. package/dist/cssm/components/InputLike/InputLikeDivider.js +8 -7
  1691. package/dist/cssm/components/InputLike/InputLikeDivider.js.map +1 -1
  1692. package/dist/cssm/components/InputLike/{InputLikeDivider.css → InputLikeDivider.module.css} +0 -0
  1693. package/dist/cssm/components/Link/Link.d.ts +1 -2
  1694. package/dist/cssm/components/Link/Link.js +10 -11
  1695. package/dist/cssm/components/Link/Link.js.map +1 -1
  1696. package/dist/cssm/components/Link/Link.module.css +1 -0
  1697. package/dist/cssm/components/List/List.d.ts +1 -2
  1698. package/dist/cssm/components/List/List.js +11 -14
  1699. package/dist/cssm/components/List/List.js.map +1 -1
  1700. package/dist/cssm/components/List/List.module.css +0 -0
  1701. package/dist/cssm/components/List/ListContext.js.map +1 -1
  1702. package/dist/cssm/components/LocaleProvider/LocaleProvider.d.ts +17 -0
  1703. package/dist/cssm/components/LocaleProvider/LocaleProvider.js +17 -0
  1704. package/dist/cssm/components/LocaleProvider/LocaleProvider.js.map +1 -0
  1705. package/dist/cssm/components/MiniInfoCell/MiniInfoCell.d.ts +1 -2
  1706. package/dist/cssm/components/MiniInfoCell/MiniInfoCell.js +39 -30
  1707. package/dist/cssm/components/MiniInfoCell/MiniInfoCell.js.map +1 -1
  1708. package/dist/cssm/components/MiniInfoCell/{MiniInfoCell.css → MiniInfoCell.module.css} +0 -0
  1709. package/dist/cssm/components/ModalCard/ModalCard.d.ts +1 -2
  1710. package/dist/cssm/components/ModalCard/ModalCard.js +24 -28
  1711. package/dist/cssm/components/ModalCard/ModalCard.js.map +1 -1
  1712. package/dist/cssm/components/ModalCard/ModalCard.module.css +1 -0
  1713. package/dist/cssm/components/ModalCardBase/ModalCardBase.d.ts +9 -8
  1714. package/dist/cssm/components/ModalCardBase/ModalCardBase.js +33 -37
  1715. package/dist/cssm/components/ModalCardBase/ModalCardBase.js.map +1 -1
  1716. package/dist/cssm/components/ModalCardBase/ModalCardBase.module.css +1 -0
  1717. package/dist/cssm/components/ModalDismissButton/ModalDismissButton.d.ts +1 -2
  1718. package/dist/cssm/components/ModalDismissButton/ModalDismissButton.js +12 -12
  1719. package/dist/cssm/components/ModalDismissButton/ModalDismissButton.js.map +1 -1
  1720. package/dist/cssm/components/ModalDismissButton/{ModalDismissButton.css → ModalDismissButton.module.css} +0 -0
  1721. package/dist/cssm/components/ModalPage/ModalPage.d.ts +1 -2
  1722. package/dist/cssm/components/ModalPage/ModalPage.js +49 -50
  1723. package/dist/cssm/components/ModalPage/ModalPage.js.map +1 -1
  1724. package/dist/cssm/components/ModalPage/ModalPage.module.css +1 -0
  1725. package/dist/cssm/components/ModalPageHeader/ModalPageHeader.d.ts +1 -2
  1726. package/dist/cssm/components/ModalPageHeader/ModalPageHeader.js +17 -20
  1727. package/dist/cssm/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
  1728. package/dist/cssm/components/ModalPageHeader/ModalPageHeader.module.css +1 -0
  1729. package/dist/cssm/components/ModalRoot/ModalRoot.d.ts +0 -1
  1730. package/dist/cssm/components/ModalRoot/ModalRoot.js +49 -176
  1731. package/dist/cssm/components/ModalRoot/ModalRoot.js.map +1 -1
  1732. package/dist/cssm/components/ModalRoot/ModalRoot.module.css +1 -0
  1733. package/dist/cssm/components/ModalRoot/ModalRootAdaptive.js +5 -7
  1734. package/dist/cssm/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
  1735. package/dist/cssm/components/ModalRoot/ModalRootContext.js +3 -4
  1736. package/dist/cssm/components/ModalRoot/ModalRootContext.js.map +1 -1
  1737. package/dist/cssm/components/ModalRoot/ModalRootDesktop.d.ts +0 -1
  1738. package/dist/cssm/components/ModalRoot/ModalRootDesktop.js +28 -64
  1739. package/dist/cssm/components/ModalRoot/ModalRootDesktop.js.map +1 -1
  1740. package/dist/cssm/components/ModalRoot/constants.js.map +1 -1
  1741. package/dist/cssm/components/ModalRoot/types.js +0 -1
  1742. package/dist/cssm/components/ModalRoot/types.js.map +1 -1
  1743. package/dist/cssm/components/ModalRoot/useModalManager.js +19 -42
  1744. package/dist/cssm/components/ModalRoot/useModalManager.js.map +1 -1
  1745. package/dist/cssm/components/ModalRoot/useModalRootContext.d.ts +1 -0
  1746. package/dist/cssm/components/ModalRoot/useModalRootContext.js +6 -0
  1747. package/dist/cssm/components/ModalRoot/useModalRootContext.js.map +1 -0
  1748. package/dist/cssm/components/ModalRoot/withModalRootContext.js +2 -5
  1749. package/dist/cssm/components/ModalRoot/withModalRootContext.js.map +1 -1
  1750. package/dist/cssm/components/NativeSelect/NativeSelect.d.ts +1 -2
  1751. package/dist/cssm/components/NativeSelect/NativeSelect.js +45 -53
  1752. package/dist/cssm/components/NativeSelect/NativeSelect.js.map +1 -1
  1753. package/dist/cssm/components/NavTransitionContext/NavTransitionContext.js +2 -3
  1754. package/dist/cssm/components/NavTransitionContext/NavTransitionContext.js.map +1 -1
  1755. package/dist/cssm/components/Pagination/Pagination.d.ts +1 -2
  1756. package/dist/cssm/components/Pagination/Pagination.js +42 -48
  1757. package/dist/cssm/components/Pagination/Pagination.js.map +1 -1
  1758. package/dist/cssm/components/Pagination/Pagination.module.css +1 -0
  1759. package/dist/cssm/components/Panel/Panel.d.ts +1 -2
  1760. package/dist/cssm/components/Panel/Panel.js +23 -26
  1761. package/dist/cssm/components/Panel/Panel.js.map +1 -1
  1762. package/dist/cssm/components/Panel/Panel.module.css +1 -0
  1763. package/dist/cssm/components/PanelHeader/PanelHeader.d.ts +1 -2
  1764. package/dist/cssm/components/PanelHeader/PanelHeader.js +58 -66
  1765. package/dist/cssm/components/PanelHeader/PanelHeader.js.map +1 -1
  1766. package/dist/cssm/components/PanelHeader/PanelHeader.module.css +1 -0
  1767. package/dist/cssm/components/PanelHeaderBack/PanelHeaderBack.d.ts +1 -2
  1768. package/dist/cssm/components/PanelHeaderBack/PanelHeaderBack.js +15 -21
  1769. package/dist/cssm/components/PanelHeaderBack/PanelHeaderBack.js.map +1 -1
  1770. package/dist/cssm/components/PanelHeaderBack/{PanelHeaderBack.css → PanelHeaderBack.module.css} +0 -0
  1771. package/dist/cssm/components/PanelHeaderButton/PanelHeaderButton.d.ts +1 -2
  1772. package/dist/cssm/components/PanelHeaderButton/PanelHeaderButton.js +22 -32
  1773. package/dist/cssm/components/PanelHeaderButton/PanelHeaderButton.js.map +1 -1
  1774. package/dist/cssm/components/PanelHeaderButton/{PanelHeaderButton.css → PanelHeaderButton.module.css} +0 -0
  1775. package/dist/cssm/components/PanelHeaderClose/PanelHeaderClose.js +6 -7
  1776. package/dist/cssm/components/PanelHeaderClose/PanelHeaderClose.js.map +1 -1
  1777. package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.d.ts +0 -1
  1778. package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.js +34 -41
  1779. package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
  1780. package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.module.css +1 -0
  1781. package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.d.ts +1 -2
  1782. package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.js +28 -31
  1783. package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
  1784. package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.module.css +1 -0
  1785. package/dist/cssm/components/PanelHeaderEdit/PanelHeaderEdit.js +9 -11
  1786. package/dist/cssm/components/PanelHeaderEdit/PanelHeaderEdit.js.map +1 -1
  1787. package/dist/cssm/components/PanelHeaderSubmit/PanelHeaderSubmit.js +6 -7
  1788. package/dist/cssm/components/PanelHeaderSubmit/PanelHeaderSubmit.js.map +1 -1
  1789. package/dist/cssm/components/PanelSpinner/PanelSpinner.js +4 -7
  1790. package/dist/cssm/components/PanelSpinner/PanelSpinner.js.map +1 -1
  1791. package/dist/cssm/components/Placeholder/Placeholder.d.ts +1 -2
  1792. package/dist/cssm/components/Placeholder/Placeholder.js +23 -24
  1793. package/dist/cssm/components/Placeholder/Placeholder.js.map +1 -1
  1794. package/dist/cssm/components/Placeholder/{Placeholder.css → Placeholder.module.css} +0 -0
  1795. package/dist/cssm/components/PopoutRoot/PopoutRoot.d.ts +1 -2
  1796. package/dist/cssm/components/PopoutRoot/PopoutRoot.js +29 -23
  1797. package/dist/cssm/components/PopoutRoot/PopoutRoot.js.map +1 -1
  1798. package/dist/cssm/components/PopoutRoot/PopoutRoot.module.css +1 -0
  1799. package/dist/cssm/components/PopoutWrapper/PopoutWrapper.d.ts +1 -2
  1800. package/dist/cssm/components/PopoutWrapper/PopoutWrapper.js +36 -36
  1801. package/dist/cssm/components/PopoutWrapper/PopoutWrapper.js.map +1 -1
  1802. package/dist/cssm/components/PopoutWrapper/{PopoutWrapper.css → PopoutWrapper.module.css} +0 -0
  1803. package/dist/cssm/components/Popover/Popover.js +32 -59
  1804. package/dist/cssm/components/Popover/Popover.js.map +1 -1
  1805. package/dist/cssm/components/Popover/Popover.module.css +1 -1
  1806. package/dist/cssm/components/Popper/Popper.d.ts +1 -2
  1807. package/dist/cssm/components/Popper/Popper.js +47 -58
  1808. package/dist/cssm/components/Popper/Popper.js.map +1 -1
  1809. package/dist/cssm/components/Popper/{Popper.css → Popper.module.css} +0 -0
  1810. package/dist/cssm/components/PopperArrow/PopperArrow.d.ts +0 -1
  1811. package/dist/cssm/components/PopperArrow/PopperArrow.js +16 -11
  1812. package/dist/cssm/components/PopperArrow/PopperArrow.js.map +1 -1
  1813. package/dist/cssm/components/PopperArrow/{PopperArrow.css → PopperArrow.module.css} +0 -0
  1814. package/dist/cssm/components/Progress/Progress.d.ts +1 -2
  1815. package/dist/cssm/components/Progress/Progress.js +16 -15
  1816. package/dist/cssm/components/Progress/Progress.js.map +1 -1
  1817. package/dist/cssm/components/Progress/{Progress.css → Progress.module.css} +0 -0
  1818. package/dist/cssm/components/PromoBanner/PromoBanner.d.ts +1 -2
  1819. package/dist/cssm/components/PromoBanner/PromoBanner.js +31 -31
  1820. package/dist/cssm/components/PromoBanner/PromoBanner.js.map +1 -1
  1821. package/dist/cssm/components/PromoBanner/PromoBanner.module.css +1 -0
  1822. package/dist/cssm/components/PullToRefresh/PullToRefresh.d.ts +3 -3
  1823. package/dist/cssm/components/PullToRefresh/PullToRefresh.js +46 -74
  1824. package/dist/cssm/components/PullToRefresh/PullToRefresh.js.map +1 -1
  1825. package/dist/cssm/components/PullToRefresh/PullToRefresh.module.css +1 -0
  1826. package/dist/cssm/components/PullToRefresh/PullToRefreshSpinner.d.ts +0 -1
  1827. package/dist/cssm/components/PullToRefresh/PullToRefreshSpinner.js +20 -22
  1828. package/dist/cssm/components/PullToRefresh/PullToRefreshSpinner.js.map +1 -1
  1829. package/dist/cssm/components/Radio/Radio.d.ts +0 -1
  1830. package/dist/cssm/components/Radio/Radio.js +27 -33
  1831. package/dist/cssm/components/Radio/Radio.js.map +1 -1
  1832. package/dist/cssm/components/Radio/Radio.module.css +1 -0
  1833. package/dist/cssm/components/RadioGroup/RadioGroup.d.ts +1 -2
  1834. package/dist/cssm/components/RadioGroup/RadioGroup.js +14 -11
  1835. package/dist/cssm/components/RadioGroup/RadioGroup.js.map +1 -1
  1836. package/dist/cssm/components/RadioGroup/{RadioGroup.css → RadioGroup.module.css} +0 -0
  1837. package/dist/cssm/components/RangeSlider/RangeSlider.js +15 -22
  1838. package/dist/cssm/components/RangeSlider/RangeSlider.js.map +1 -1
  1839. package/dist/cssm/components/RangeSlider/UniversalSlider.d.ts +1 -2
  1840. package/dist/cssm/components/RangeSlider/UniversalSlider.js +28 -48
  1841. package/dist/cssm/components/RangeSlider/UniversalSlider.js.map +1 -1
  1842. package/dist/cssm/components/Removable/Removable.d.ts +1 -2
  1843. package/dist/cssm/components/Removable/Removable.js +46 -59
  1844. package/dist/cssm/components/Removable/Removable.js.map +1 -1
  1845. package/dist/cssm/components/Removable/Removable.module.css +1 -0
  1846. package/dist/cssm/components/RichCell/RichCell.d.ts +1 -2
  1847. package/dist/cssm/components/RichCell/RichCell.js +44 -46
  1848. package/dist/cssm/components/RichCell/RichCell.js.map +1 -1
  1849. package/dist/cssm/components/RichCell/RichCell.module.css +1 -0
  1850. package/dist/cssm/components/RichTooltip/RichTooltip.d.ts +1 -2
  1851. package/dist/cssm/components/RichTooltip/RichTooltip.js +20 -15
  1852. package/dist/cssm/components/RichTooltip/RichTooltip.js.map +1 -1
  1853. package/dist/cssm/components/RichTooltip/{RichTooltip.css → RichTooltip.module.css} +0 -0
  1854. package/dist/cssm/components/Root/Root.d.ts +1 -2
  1855. package/dist/cssm/components/Root/Root.js +35 -52
  1856. package/dist/cssm/components/Root/Root.js.map +1 -1
  1857. package/dist/cssm/components/Root/Root.module.css +1 -0
  1858. package/dist/cssm/components/ScreenSpinner/Icon48CancelCircle.d.ts +1 -1
  1859. package/dist/cssm/components/ScreenSpinner/Icon48CancelCircle.js +4 -4
  1860. package/dist/cssm/components/ScreenSpinner/Icon48CancelCircle.js.map +1 -1
  1861. package/dist/cssm/components/ScreenSpinner/Icon48DoneOutline.d.ts +1 -1
  1862. package/dist/cssm/components/ScreenSpinner/Icon48DoneOutline.js +4 -4
  1863. package/dist/cssm/components/ScreenSpinner/Icon48DoneOutline.js.map +1 -1
  1864. package/dist/cssm/components/ScreenSpinner/ScreenSpinner.d.ts +0 -1
  1865. package/dist/cssm/components/ScreenSpinner/ScreenSpinner.js +27 -26
  1866. package/dist/cssm/components/ScreenSpinner/ScreenSpinner.js.map +1 -1
  1867. package/dist/cssm/components/ScreenSpinner/ScreenSpinner.module.css +1 -0
  1868. package/dist/cssm/components/Search/Search.d.ts +6 -5
  1869. package/dist/cssm/components/Search/Search.js +67 -88
  1870. package/dist/cssm/components/Search/Search.js.map +1 -1
  1871. package/dist/cssm/components/Search/Search.module.css +1 -0
  1872. package/dist/cssm/components/SegmentedControl/SegmentedControl.d.ts +1 -2
  1873. package/dist/cssm/components/SegmentedControl/SegmentedControl.js +37 -45
  1874. package/dist/cssm/components/SegmentedControl/SegmentedControl.js.map +1 -1
  1875. package/dist/cssm/components/SegmentedControl/SegmentedControl.module.css +1 -0
  1876. package/dist/cssm/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.d.ts +0 -1
  1877. package/dist/cssm/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js +17 -22
  1878. package/dist/cssm/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js.map +1 -1
  1879. package/dist/cssm/components/SegmentedControl/SegmentedControlOption/{SegmentedControlOption.css → SegmentedControlOption.module.css} +0 -0
  1880. package/dist/cssm/components/Select/Select.d.ts +2 -2
  1881. package/dist/cssm/components/Select/Select.js +32 -32
  1882. package/dist/cssm/components/Select/Select.js.map +1 -1
  1883. package/dist/cssm/components/Select/Select.module.css +1 -0
  1884. package/dist/cssm/components/SelectMimicry/SelectMimicry.d.ts +1 -2
  1885. package/dist/cssm/components/SelectMimicry/SelectMimicry.js +34 -32
  1886. package/dist/cssm/components/SelectMimicry/SelectMimicry.js.map +1 -1
  1887. package/dist/cssm/components/Separator/Separator.d.ts +1 -2
  1888. package/dist/cssm/components/Separator/Separator.js +10 -11
  1889. package/dist/cssm/components/Separator/Separator.js.map +1 -1
  1890. package/dist/cssm/components/Separator/Separator.module.css +1 -0
  1891. package/dist/cssm/components/SimpleCell/SimpleCell.d.ts +1 -2
  1892. package/dist/cssm/components/SimpleCell/SimpleCell.js +49 -52
  1893. package/dist/cssm/components/SimpleCell/SimpleCell.js.map +1 -1
  1894. package/dist/cssm/components/SimpleCell/SimpleCell.module.css +1 -0
  1895. package/dist/cssm/components/Slider/Slider.js +12 -19
  1896. package/dist/cssm/components/Slider/Slider.js.map +1 -1
  1897. package/dist/cssm/components/Slider/{Slider.css → Slider.module.css} +0 -0
  1898. package/dist/cssm/components/Snackbar/Snackbar.d.ts +10 -5
  1899. package/dist/cssm/components/Snackbar/Snackbar.js +57 -69
  1900. package/dist/cssm/components/Snackbar/Snackbar.js.map +1 -1
  1901. package/dist/cssm/components/Snackbar/Snackbar.module.css +1 -0
  1902. package/dist/cssm/components/Spacing/Spacing.d.ts +1 -12
  1903. package/dist/cssm/components/Spacing/Spacing.js +13 -16
  1904. package/dist/cssm/components/Spacing/Spacing.js.map +1 -1
  1905. package/dist/cssm/components/Spacing/Spacing.module.css +1 -0
  1906. package/dist/cssm/components/Spinner/Spinner.d.ts +1 -2
  1907. package/dist/cssm/components/Spinner/Spinner.js +12 -14
  1908. package/dist/cssm/components/Spinner/Spinner.js.map +1 -1
  1909. package/dist/cssm/components/Spinner/Spinner.module.css +1 -0
  1910. package/dist/cssm/components/SplitCol/SplitCol.d.ts +0 -1
  1911. package/dist/cssm/components/SplitCol/SplitCol.js +25 -31
  1912. package/dist/cssm/components/SplitCol/SplitCol.js.map +1 -1
  1913. package/dist/cssm/components/SplitCol/SplitCol.module.css +1 -0
  1914. package/dist/cssm/components/SplitLayout/SplitLayout.d.ts +1 -2
  1915. package/dist/cssm/components/SplitLayout/SplitLayout.js +15 -16
  1916. package/dist/cssm/components/SplitLayout/SplitLayout.js.map +1 -1
  1917. package/dist/cssm/components/SplitLayout/SplitLayout.module.css +1 -0
  1918. package/dist/cssm/components/SubnavigationBar/SubnavigationBar.d.ts +1 -2
  1919. package/dist/cssm/components/SubnavigationBar/SubnavigationBar.js +26 -27
  1920. package/dist/cssm/components/SubnavigationBar/SubnavigationBar.js.map +1 -1
  1921. package/dist/cssm/components/SubnavigationBar/{SubnavigationBar.css → SubnavigationBar.module.css} +0 -0
  1922. package/dist/cssm/components/SubnavigationButton/SubnavigationButton.d.ts +1 -2
  1923. package/dist/cssm/components/SubnavigationButton/SubnavigationButton.js +42 -39
  1924. package/dist/cssm/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
  1925. package/dist/cssm/components/SubnavigationButton/SubnavigationButton.module.css +5 -0
  1926. package/dist/cssm/components/Switch/Switch.d.ts +0 -1
  1927. package/dist/cssm/components/Switch/Switch.js +18 -24
  1928. package/dist/cssm/components/Switch/Switch.js.map +1 -1
  1929. package/dist/cssm/components/Switch/Switch.module.css +1 -0
  1930. package/dist/cssm/components/Tabbar/Tabbar.d.ts +1 -2
  1931. package/dist/cssm/components/Tabbar/Tabbar.js +17 -20
  1932. package/dist/cssm/components/Tabbar/Tabbar.js.map +1 -1
  1933. package/dist/cssm/components/Tabbar/Tabbar.module.css +1 -0
  1934. package/dist/cssm/components/TabbarItem/TabbarItem.d.ts +1 -2
  1935. package/dist/cssm/components/TabbarItem/TabbarItem.js +26 -27
  1936. package/dist/cssm/components/TabbarItem/TabbarItem.js.map +1 -1
  1937. package/dist/cssm/components/TabbarItem/TabbarItem.module.css +1 -0
  1938. package/dist/cssm/components/Tabs/Tabs.d.ts +1 -2
  1939. package/dist/cssm/components/Tabs/Tabs.js +122 -18
  1940. package/dist/cssm/components/Tabs/Tabs.js.map +1 -1
  1941. package/dist/cssm/components/Tabs/Tabs.module.css +1 -0
  1942. package/dist/cssm/components/TabsItem/TabsItem.d.ts +1 -2
  1943. package/dist/cssm/components/TabsItem/TabsItem.js +55 -39
  1944. package/dist/cssm/components/TabsItem/TabsItem.js.map +1 -1
  1945. package/dist/cssm/components/TabsItem/TabsItem.module.css +1 -0
  1946. package/dist/cssm/components/Tappable/Tappable.js +83 -137
  1947. package/dist/cssm/components/Tappable/Tappable.js.map +1 -1
  1948. package/dist/cssm/components/Tappable/Tappable.module.css +1 -1
  1949. package/dist/cssm/components/TextTooltip/TextTooltip.d.ts +1 -2
  1950. package/dist/cssm/components/TextTooltip/TextTooltip.js +23 -19
  1951. package/dist/cssm/components/TextTooltip/TextTooltip.js.map +1 -1
  1952. package/dist/cssm/components/TextTooltip/{TextTooltip.css → TextTooltip.module.css} +0 -0
  1953. package/dist/cssm/components/Textarea/Textarea.d.ts +0 -1
  1954. package/dist/cssm/components/Textarea/Textarea.js +26 -34
  1955. package/dist/cssm/components/Textarea/Textarea.js.map +1 -1
  1956. package/dist/cssm/components/Textarea/Textarea.module.css +1 -0
  1957. package/dist/cssm/components/Tooltip/Tooltip.d.ts +0 -1
  1958. package/dist/cssm/components/Tooltip/Tooltip.js +82 -99
  1959. package/dist/cssm/components/Tooltip/Tooltip.js.map +1 -1
  1960. package/dist/cssm/components/Tooltip/{Tooltip.css → Tooltip.module.css} +0 -0
  1961. package/dist/cssm/components/Tooltip/TooltipContainer.js +3 -5
  1962. package/dist/cssm/components/Tooltip/TooltipContainer.js.map +1 -1
  1963. package/dist/cssm/components/Touch/Touch.js +55 -80
  1964. package/dist/cssm/components/Touch/Touch.js.map +1 -1
  1965. package/dist/cssm/components/Touch/TouchContext.js +3 -2
  1966. package/dist/cssm/components/Touch/TouchContext.js.map +1 -1
  1967. package/dist/cssm/components/Typography/Caption/Caption.d.ts +1 -2
  1968. package/dist/cssm/components/Typography/Caption/Caption.js +23 -16
  1969. package/dist/cssm/components/Typography/Caption/Caption.js.map +1 -1
  1970. package/dist/cssm/components/Typography/Caption/{Caption.css → Caption.module.css} +0 -0
  1971. package/dist/cssm/components/Typography/Footnote/Footnote.d.ts +1 -2
  1972. package/dist/cssm/components/Typography/Footnote/Footnote.js +18 -14
  1973. package/dist/cssm/components/Typography/Footnote/Footnote.js.map +1 -1
  1974. package/dist/cssm/components/Typography/Footnote/{Footnote.css → Footnote.module.css} +0 -0
  1975. package/dist/cssm/components/Typography/Headline/Headline.d.ts +1 -2
  1976. package/dist/cssm/components/Typography/Headline/Headline.js +25 -20
  1977. package/dist/cssm/components/Typography/Headline/Headline.js.map +1 -1
  1978. package/dist/cssm/components/Typography/Headline/{Headline.css → Headline.module.css} +0 -0
  1979. package/dist/cssm/components/Typography/Paragraph/Paragraph.d.ts +1 -2
  1980. package/dist/cssm/components/Typography/Paragraph/Paragraph.js +19 -15
  1981. package/dist/cssm/components/Typography/Paragraph/Paragraph.js.map +1 -1
  1982. package/dist/cssm/components/Typography/Paragraph/{Paragraph.css → Paragraph.module.css} +0 -0
  1983. package/dist/cssm/components/Typography/Subhead/Subhead.d.ts +1 -2
  1984. package/dist/cssm/components/Typography/Subhead/Subhead.js +18 -15
  1985. package/dist/cssm/components/Typography/Subhead/Subhead.js.map +1 -1
  1986. package/dist/cssm/components/Typography/Subhead/{Subhead.css → Subhead.module.css} +0 -0
  1987. package/dist/cssm/components/Typography/Text/Text.d.ts +1 -2
  1988. package/dist/cssm/components/Typography/Text/Text.js +19 -17
  1989. package/dist/cssm/components/Typography/Text/Text.js.map +1 -1
  1990. package/dist/cssm/components/Typography/Text/{Text.css → Text.module.css} +0 -0
  1991. package/dist/cssm/components/Typography/Title/Title.d.ts +1 -2
  1992. package/dist/cssm/components/Typography/Title/Title.js +21 -15
  1993. package/dist/cssm/components/Typography/Title/Title.js.map +1 -1
  1994. package/dist/cssm/components/Typography/Title/{Title.css → Title.module.css} +0 -0
  1995. package/dist/cssm/components/UsersStack/UsersStack.d.ts +1 -2
  1996. package/dist/cssm/components/UsersStack/UsersStack.js +72 -62
  1997. package/dist/cssm/components/UsersStack/UsersStack.js.map +1 -1
  1998. package/dist/cssm/components/UsersStack/UsersStack.module.css +1 -0
  1999. package/dist/cssm/components/View/View.d.ts +1 -2
  2000. package/dist/cssm/components/View/View.js +79 -129
  2001. package/dist/cssm/components/View/View.js.map +1 -1
  2002. package/dist/cssm/components/View/View.module.css +1 -0
  2003. package/dist/cssm/components/View/ViewIOS.module.css +1 -0
  2004. package/dist/cssm/components/View/ViewInfinite.d.ts +0 -1
  2005. package/dist/cssm/components/View/ViewInfinite.js +62 -141
  2006. package/dist/cssm/components/View/ViewInfinite.js.map +1 -1
  2007. package/dist/cssm/components/View/utils.js +2 -3
  2008. package/dist/cssm/components/View/utils.js.map +1 -1
  2009. package/dist/cssm/components/VisuallyHiddenInput/VisuallyHiddenInput.d.ts +1 -2
  2010. package/dist/cssm/components/VisuallyHiddenInput/VisuallyHiddenInput.js +8 -8
  2011. package/dist/cssm/components/VisuallyHiddenInput/VisuallyHiddenInput.js.map +1 -1
  2012. package/dist/cssm/components/VisuallyHiddenInput/{VisuallyHiddenInput.css → VisuallyHiddenInput.module.css} +0 -0
  2013. package/dist/cssm/components/WriteBar/WriteBar.d.ts +0 -1
  2014. package/dist/cssm/components/WriteBar/WriteBar.js +28 -38
  2015. package/dist/cssm/components/WriteBar/WriteBar.js.map +1 -1
  2016. package/dist/cssm/components/WriteBar/WriteBar.module.css +1 -0
  2017. package/dist/cssm/components/WriteBarIcon/WriteBarIcon.d.ts +1 -2
  2018. package/dist/cssm/components/WriteBarIcon/WriteBarIcon.js +25 -38
  2019. package/dist/cssm/components/WriteBarIcon/WriteBarIcon.js.map +1 -1
  2020. package/dist/cssm/components/WriteBarIcon/WriteBarIcon.module.css +1 -0
  2021. package/dist/cssm/helpers/appearance.js +4 -7
  2022. package/dist/cssm/helpers/appearance.js.map +1 -1
  2023. package/dist/cssm/helpers/avatar.js.map +1 -1
  2024. package/dist/cssm/helpers/getHoverClassName.js +0 -2
  2025. package/dist/cssm/helpers/getHoverClassName.js.map +1 -1
  2026. package/dist/cssm/helpers/getOrDefault.js.map +1 -1
  2027. package/dist/cssm/helpers/getPlatformClassName.js.map +1 -1
  2028. package/dist/cssm/helpers/getPointerClassName.d.ts +2 -0
  2029. package/dist/cssm/helpers/getPointerClassName.js +16 -0
  2030. package/dist/cssm/helpers/getPointerClassName.js.map +1 -0
  2031. package/dist/cssm/helpers/getSizeXClassName.js.map +1 -1
  2032. package/dist/cssm/helpers/getSizeYClassName.js.map +1 -1
  2033. package/dist/cssm/helpers/getViewHeightClassName.js +0 -5
  2034. package/dist/cssm/helpers/getViewHeightClassName.js.map +1 -1
  2035. package/dist/cssm/helpers/getViewWidthClassName.js +7 -9
  2036. package/dist/cssm/helpers/getViewWidthClassName.js.map +1 -1
  2037. package/dist/cssm/helpers/math.js +4 -8
  2038. package/dist/cssm/helpers/math.js.map +1 -1
  2039. package/dist/cssm/helpers/range.d.ts +9 -0
  2040. package/dist/cssm/helpers/range.js +26 -0
  2041. package/dist/cssm/helpers/range.js.map +1 -0
  2042. package/dist/cssm/hoc/withContext.js +1 -3
  2043. package/dist/cssm/hoc/withContext.js.map +1 -1
  2044. package/dist/cssm/hoc/withInsets.d.ts +1 -1
  2045. package/dist/cssm/hoc/withInsets.js +2 -3
  2046. package/dist/cssm/hoc/withInsets.js.map +1 -1
  2047. package/dist/cssm/hoc/withPlatform.js +5 -11
  2048. package/dist/cssm/hoc/withPlatform.js.map +1 -1
  2049. package/dist/cssm/hooks/useAdaptivity.d.ts +3 -0
  2050. package/dist/cssm/hooks/useAdaptivity.js +4 -26
  2051. package/dist/cssm/hooks/useAdaptivity.js.map +1 -1
  2052. package/dist/cssm/hooks/useAdaptivityConditionalRender/constants.d.ts +68 -0
  2053. package/dist/cssm/hooks/useAdaptivityConditionalRender/constants.js +68 -0
  2054. package/dist/cssm/hooks/useAdaptivityConditionalRender/constants.js.map +1 -0
  2055. package/dist/cssm/hooks/useAdaptivityConditionalRender/helpers.d.ts +6 -0
  2056. package/dist/cssm/hooks/useAdaptivityConditionalRender/helpers.js +33 -0
  2057. package/dist/cssm/hooks/useAdaptivityConditionalRender/helpers.js.map +1 -0
  2058. package/dist/cssm/hooks/useAdaptivityConditionalRender/index.d.ts +2 -0
  2059. package/dist/cssm/hooks/useAdaptivityConditionalRender/index.js +2 -0
  2060. package/dist/cssm/hooks/useAdaptivityConditionalRender/index.js.map +1 -0
  2061. package/dist/cssm/hooks/useAdaptivityConditionalRender/types.d.ts +16 -0
  2062. package/dist/cssm/hooks/useAdaptivityConditionalRender/types.js +2 -0
  2063. package/dist/cssm/hooks/useAdaptivityConditionalRender/types.js.map +1 -0
  2064. package/dist/cssm/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.d.ts +2 -0
  2065. package/dist/cssm/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.js +27 -0
  2066. package/dist/cssm/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.js.map +1 -0
  2067. package/dist/cssm/hooks/useAdaptivityHasHover.d.ts +8 -0
  2068. package/dist/cssm/hooks/useAdaptivityHasHover.js +31 -0
  2069. package/dist/cssm/hooks/useAdaptivityHasHover.js.map +1 -0
  2070. package/dist/cssm/hooks/useAdaptivityHasPointer.d.ts +8 -0
  2071. package/dist/cssm/hooks/useAdaptivityHasPointer.js +31 -0
  2072. package/dist/cssm/hooks/useAdaptivityHasPointer.js.map +1 -0
  2073. package/dist/cssm/hooks/useAdaptivityWithJSMediaQueries.d.ts +18 -0
  2074. package/dist/cssm/hooks/useAdaptivityWithJSMediaQueries.js +96 -0
  2075. package/dist/cssm/hooks/useAdaptivityWithJSMediaQueries.js.map +1 -0
  2076. package/dist/cssm/hooks/useAppearance.d.ts +1 -1
  2077. package/dist/cssm/hooks/useAppearance.js +6 -5
  2078. package/dist/cssm/hooks/useAppearance.js.map +1 -1
  2079. package/dist/cssm/hooks/useAutoDetectAppearance.js +18 -34
  2080. package/dist/cssm/hooks/useAutoDetectAppearance.js.map +1 -1
  2081. package/dist/cssm/hooks/useBooleanState.js +3 -5
  2082. package/dist/cssm/hooks/useBooleanState.js.map +1 -1
  2083. package/dist/cssm/hooks/useBridgeAdaptivity.js +7 -17
  2084. package/dist/cssm/hooks/useBridgeAdaptivity.js.map +1 -1
  2085. package/dist/cssm/hooks/useCalendar.js +12 -20
  2086. package/dist/cssm/hooks/useCalendar.js.map +1 -1
  2087. package/dist/cssm/hooks/useChipsInput.js +10 -16
  2088. package/dist/cssm/hooks/useChipsInput.js.map +1 -1
  2089. package/dist/cssm/hooks/useChipsSelect.js +16 -29
  2090. package/dist/cssm/hooks/useChipsSelect.js.map +1 -1
  2091. package/dist/cssm/hooks/useDateInput.js +19 -36
  2092. package/dist/cssm/hooks/useDateInput.js.map +1 -1
  2093. package/dist/cssm/hooks/useEffectDev.js.map +1 -1
  2094. package/dist/cssm/hooks/useEnsuredControl.js +3 -5
  2095. package/dist/cssm/hooks/useEnsuredControl.js.map +1 -1
  2096. package/dist/cssm/hooks/useEventListener.js +0 -5
  2097. package/dist/cssm/hooks/useEventListener.js.map +1 -1
  2098. package/dist/cssm/hooks/useExternRef.js +2 -4
  2099. package/dist/cssm/hooks/useExternRef.js.map +1 -1
  2100. package/dist/cssm/hooks/useFocusVisible.js +4 -6
  2101. package/dist/cssm/hooks/useFocusVisible.js.map +1 -1
  2102. package/dist/cssm/hooks/useGlobalEventListener.js.map +1 -1
  2103. package/dist/cssm/hooks/useId.d.ts +1 -0
  2104. package/dist/cssm/hooks/useId.js +19 -0
  2105. package/dist/cssm/hooks/useId.js.map +1 -0
  2106. package/dist/cssm/hooks/useInsets.js +5 -15
  2107. package/dist/cssm/hooks/useInsets.js.map +1 -1
  2108. package/dist/cssm/hooks/useKeyboard.js +6 -11
  2109. package/dist/cssm/hooks/useKeyboard.js.map +1 -1
  2110. package/dist/cssm/hooks/useKeyboardInputTracker.js +4 -6
  2111. package/dist/cssm/hooks/useKeyboardInputTracker.js.map +1 -1
  2112. package/dist/cssm/hooks/useMediaQueries.js +2 -4
  2113. package/dist/cssm/hooks/useMediaQueries.js.map +1 -1
  2114. package/dist/cssm/hooks/useObjectMemo.js +0 -2
  2115. package/dist/cssm/hooks/useObjectMemo.js.map +1 -1
  2116. package/dist/cssm/hooks/useOrientationChange.js +7 -13
  2117. package/dist/cssm/hooks/useOrientationChange.js.map +1 -1
  2118. package/dist/cssm/hooks/usePagination.js +14 -31
  2119. package/dist/cssm/hooks/usePagination.js.map +1 -1
  2120. package/dist/cssm/hooks/usePatchChildrenRef.js +0 -2
  2121. package/dist/cssm/hooks/usePatchChildrenRef.js.map +1 -1
  2122. package/dist/cssm/hooks/usePlatform.js +4 -9
  2123. package/dist/cssm/hooks/usePlatform.js.map +1 -1
  2124. package/dist/cssm/hooks/usePrevious.js.map +1 -1
  2125. package/dist/cssm/hooks/useTimeout.js +0 -1
  2126. package/dist/cssm/hooks/useTimeout.js.map +1 -1
  2127. package/dist/cssm/hooks/useTodayDate.d.ts +10 -0
  2128. package/dist/cssm/hooks/useTodayDate.js +36 -0
  2129. package/dist/cssm/hooks/useTodayDate.js.map +1 -0
  2130. package/dist/cssm/hooks/useWaitTransitionFinish.js +14 -6
  2131. package/dist/cssm/hooks/useWaitTransitionFinish.js.map +1 -1
  2132. package/dist/cssm/index.d.ts +31 -19
  2133. package/dist/cssm/index.js +27 -25
  2134. package/dist/cssm/index.js.map +1 -1
  2135. package/dist/cssm/lib/SSR.d.ts +0 -7
  2136. package/dist/cssm/lib/SSR.js +10 -24
  2137. package/dist/cssm/lib/SSR.js.map +1 -1
  2138. package/dist/cssm/lib/accessibility.d.ts +6 -1
  2139. package/dist/cssm/lib/accessibility.js +30 -6
  2140. package/dist/cssm/lib/accessibility.js.map +1 -1
  2141. package/dist/cssm/lib/adaptivity/constants.d.ts +37 -0
  2142. package/dist/cssm/lib/adaptivity/constants.js +44 -0
  2143. package/dist/cssm/lib/adaptivity/constants.js.map +1 -0
  2144. package/dist/cssm/lib/adaptivity/functions.d.ts +22 -0
  2145. package/dist/cssm/lib/adaptivity/functions.js +62 -0
  2146. package/dist/cssm/lib/adaptivity/functions.js.map +1 -0
  2147. package/dist/cssm/lib/adaptivity/index.d.ts +3 -0
  2148. package/dist/cssm/lib/adaptivity/index.js +4 -0
  2149. package/dist/cssm/lib/adaptivity/index.js.map +1 -0
  2150. package/dist/cssm/lib/adaptivity/types.d.ts +12 -0
  2151. package/dist/cssm/lib/adaptivity/types.js +2 -0
  2152. package/dist/cssm/lib/adaptivity/types.js.map +1 -0
  2153. package/dist/cssm/lib/animate.js +3 -7
  2154. package/dist/cssm/lib/animate.js.map +1 -1
  2155. package/dist/cssm/lib/browser.js +5 -12
  2156. package/dist/cssm/lib/browser.js.map +1 -1
  2157. package/dist/cssm/lib/calendar.js +0 -14
  2158. package/dist/cssm/lib/calendar.js.map +1 -1
  2159. package/dist/cssm/lib/callMultiple.js +0 -2
  2160. package/dist/cssm/lib/callMultiple.js.map +1 -1
  2161. package/dist/cssm/lib/classNames.js +0 -7
  2162. package/dist/cssm/lib/classNames.js.map +1 -1
  2163. package/dist/cssm/lib/date.d.ts +1 -0
  2164. package/dist/cssm/lib/date.js +14 -27
  2165. package/dist/cssm/lib/date.js.map +1 -1
  2166. package/dist/cssm/lib/dom.js +1 -4
  2167. package/dist/cssm/lib/dom.js.map +1 -1
  2168. package/dist/cssm/lib/fx.js.map +1 -1
  2169. package/dist/cssm/lib/getNavId.js +0 -2
  2170. package/dist/cssm/lib/getNavId.js.map +1 -1
  2171. package/dist/cssm/lib/is.js +4 -2
  2172. package/dist/cssm/lib/is.js.map +1 -1
  2173. package/dist/cssm/lib/isRefObject.js.map +1 -1
  2174. package/dist/cssm/lib/offset.js.map +1 -1
  2175. package/dist/cssm/lib/platform.d.ts +1 -1
  2176. package/dist/cssm/lib/platform.js +1 -8
  2177. package/dist/cssm/lib/platform.js.map +1 -1
  2178. package/dist/cssm/lib/polyfills.js +10 -25
  2179. package/dist/cssm/lib/polyfills.js.map +1 -1
  2180. package/dist/cssm/lib/removeObjectKeys.js +0 -2
  2181. package/dist/cssm/lib/removeObjectKeys.js.map +1 -1
  2182. package/dist/cssm/lib/select.js +5 -15
  2183. package/dist/cssm/lib/select.js.map +1 -1
  2184. package/dist/cssm/lib/styles.js.map +1 -1
  2185. package/dist/cssm/lib/supportEvents.js +0 -3
  2186. package/dist/cssm/lib/supportEvents.js.map +1 -1
  2187. package/dist/cssm/lib/taptic.js.map +1 -1
  2188. package/dist/cssm/lib/testing.js +2 -1
  2189. package/dist/cssm/lib/testing.js.map +1 -1
  2190. package/dist/cssm/lib/touch.js +5 -14
  2191. package/dist/cssm/lib/touch.js.map +1 -1
  2192. package/dist/cssm/lib/useIsomorphicLayoutEffect.js +2 -1
  2193. package/dist/cssm/lib/useIsomorphicLayoutEffect.js.map +1 -1
  2194. package/dist/cssm/lib/utils.js +4 -8
  2195. package/dist/cssm/lib/utils.js.map +1 -1
  2196. package/dist/cssm/lib/warnOnce.d.ts +3 -1
  2197. package/dist/cssm/lib/warnOnce.js +3 -2
  2198. package/dist/cssm/lib/warnOnce.js.map +1 -1
  2199. package/dist/cssm/shared/breakpoints.js +4 -1
  2200. package/dist/cssm/shared/breakpoints.js.map +1 -1
  2201. package/dist/cssm/styles/adaptivity.module.css +1 -0
  2202. package/dist/cssm/styles/common.css +1 -1
  2203. package/dist/cssm/styles/components.css +5 -5
  2204. package/dist/cssm/styles/constants.css +1 -1
  2205. package/dist/cssm/styles/themes.css +1 -1
  2206. package/dist/helpers/appearance.js +4 -7
  2207. package/dist/helpers/appearance.js.map +1 -1
  2208. package/dist/helpers/avatar.js.map +1 -1
  2209. package/dist/helpers/getHoverClassName.js +0 -2
  2210. package/dist/helpers/getHoverClassName.js.map +1 -1
  2211. package/dist/helpers/getOrDefault.js.map +1 -1
  2212. package/dist/helpers/getPlatformClassName.js.map +1 -1
  2213. package/dist/helpers/getPointerClassName.d.ts +2 -0
  2214. package/dist/helpers/getPointerClassName.js +16 -0
  2215. package/dist/helpers/getPointerClassName.js.map +1 -0
  2216. package/dist/helpers/getSizeXClassName.js.map +1 -1
  2217. package/dist/helpers/getSizeYClassName.js.map +1 -1
  2218. package/dist/helpers/getViewHeightClassName.js +0 -5
  2219. package/dist/helpers/getViewHeightClassName.js.map +1 -1
  2220. package/dist/helpers/getViewWidthClassName.js +7 -9
  2221. package/dist/helpers/getViewWidthClassName.js.map +1 -1
  2222. package/dist/helpers/math.js +4 -8
  2223. package/dist/helpers/math.js.map +1 -1
  2224. package/dist/helpers/range.d.ts +9 -0
  2225. package/dist/helpers/range.js +26 -0
  2226. package/dist/helpers/range.js.map +1 -0
  2227. package/dist/hoc/withContext.js +1 -3
  2228. package/dist/hoc/withContext.js.map +1 -1
  2229. package/dist/hoc/withInsets.d.ts +1 -1
  2230. package/dist/hoc/withInsets.js +2 -3
  2231. package/dist/hoc/withInsets.js.map +1 -1
  2232. package/dist/hoc/withPlatform.js +5 -11
  2233. package/dist/hoc/withPlatform.js.map +1 -1
  2234. package/dist/hooks/useAdaptivity.d.ts +3 -0
  2235. package/dist/hooks/useAdaptivity.js +4 -26
  2236. package/dist/hooks/useAdaptivity.js.map +1 -1
  2237. package/dist/hooks/useAdaptivityConditionalRender/constants.d.ts +68 -0
  2238. package/dist/hooks/useAdaptivityConditionalRender/constants.js +67 -0
  2239. package/dist/hooks/useAdaptivityConditionalRender/constants.js.map +1 -0
  2240. package/dist/hooks/useAdaptivityConditionalRender/helpers.d.ts +6 -0
  2241. package/dist/hooks/useAdaptivityConditionalRender/helpers.js +33 -0
  2242. package/dist/hooks/useAdaptivityConditionalRender/helpers.js.map +1 -0
  2243. package/dist/hooks/useAdaptivityConditionalRender/index.d.ts +2 -0
  2244. package/dist/hooks/useAdaptivityConditionalRender/index.js +2 -0
  2245. package/dist/hooks/useAdaptivityConditionalRender/index.js.map +1 -0
  2246. package/dist/hooks/useAdaptivityConditionalRender/types.d.ts +16 -0
  2247. package/dist/hooks/useAdaptivityConditionalRender/types.js +2 -0
  2248. package/dist/hooks/useAdaptivityConditionalRender/types.js.map +1 -0
  2249. package/dist/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.d.ts +2 -0
  2250. package/dist/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.js +27 -0
  2251. package/dist/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.js.map +1 -0
  2252. package/dist/hooks/useAdaptivityHasHover.d.ts +8 -0
  2253. package/dist/hooks/useAdaptivityHasHover.js +31 -0
  2254. package/dist/hooks/useAdaptivityHasHover.js.map +1 -0
  2255. package/dist/hooks/useAdaptivityHasPointer.d.ts +8 -0
  2256. package/dist/hooks/useAdaptivityHasPointer.js +31 -0
  2257. package/dist/hooks/useAdaptivityHasPointer.js.map +1 -0
  2258. package/dist/hooks/useAdaptivityWithJSMediaQueries.d.ts +18 -0
  2259. package/dist/hooks/useAdaptivityWithJSMediaQueries.js +96 -0
  2260. package/dist/hooks/useAdaptivityWithJSMediaQueries.js.map +1 -0
  2261. package/dist/hooks/useAppearance.d.ts +1 -1
  2262. package/dist/hooks/useAppearance.js +6 -5
  2263. package/dist/hooks/useAppearance.js.map +1 -1
  2264. package/dist/hooks/useAutoDetectAppearance.js +18 -34
  2265. package/dist/hooks/useAutoDetectAppearance.js.map +1 -1
  2266. package/dist/hooks/useBooleanState.js +3 -5
  2267. package/dist/hooks/useBooleanState.js.map +1 -1
  2268. package/dist/hooks/useBridgeAdaptivity.js +7 -17
  2269. package/dist/hooks/useBridgeAdaptivity.js.map +1 -1
  2270. package/dist/hooks/useCalendar.js +12 -20
  2271. package/dist/hooks/useCalendar.js.map +1 -1
  2272. package/dist/hooks/useChipsInput.js +10 -16
  2273. package/dist/hooks/useChipsInput.js.map +1 -1
  2274. package/dist/hooks/useChipsSelect.js +16 -29
  2275. package/dist/hooks/useChipsSelect.js.map +1 -1
  2276. package/dist/hooks/useDateInput.js +19 -36
  2277. package/dist/hooks/useDateInput.js.map +1 -1
  2278. package/dist/hooks/useEffectDev.js.map +1 -1
  2279. package/dist/hooks/useEnsuredControl.js +3 -5
  2280. package/dist/hooks/useEnsuredControl.js.map +1 -1
  2281. package/dist/hooks/useEventListener.js +0 -5
  2282. package/dist/hooks/useEventListener.js.map +1 -1
  2283. package/dist/hooks/useExternRef.js +2 -4
  2284. package/dist/hooks/useExternRef.js.map +1 -1
  2285. package/dist/hooks/useFocusVisible.js +4 -6
  2286. package/dist/hooks/useFocusVisible.js.map +1 -1
  2287. package/dist/hooks/useGlobalEventListener.js.map +1 -1
  2288. package/dist/hooks/useId.d.ts +1 -0
  2289. package/dist/hooks/useId.js +19 -0
  2290. package/dist/hooks/useId.js.map +1 -0
  2291. package/dist/hooks/useInsets.js +5 -15
  2292. package/dist/hooks/useInsets.js.map +1 -1
  2293. package/dist/hooks/useKeyboard.js +6 -11
  2294. package/dist/hooks/useKeyboard.js.map +1 -1
  2295. package/dist/hooks/useKeyboardInputTracker.js +4 -6
  2296. package/dist/hooks/useKeyboardInputTracker.js.map +1 -1
  2297. package/dist/hooks/useMediaQueries.js +2 -4
  2298. package/dist/hooks/useMediaQueries.js.map +1 -1
  2299. package/dist/hooks/useObjectMemo.js +0 -2
  2300. package/dist/hooks/useObjectMemo.js.map +1 -1
  2301. package/dist/hooks/useOrientationChange.js +7 -13
  2302. package/dist/hooks/useOrientationChange.js.map +1 -1
  2303. package/dist/hooks/usePagination.js +14 -31
  2304. package/dist/hooks/usePagination.js.map +1 -1
  2305. package/dist/hooks/usePatchChildrenRef.js +0 -2
  2306. package/dist/hooks/usePatchChildrenRef.js.map +1 -1
  2307. package/dist/hooks/usePlatform.js +4 -9
  2308. package/dist/hooks/usePlatform.js.map +1 -1
  2309. package/dist/hooks/usePrevious.js.map +1 -1
  2310. package/dist/hooks/useTimeout.js +0 -1
  2311. package/dist/hooks/useTimeout.js.map +1 -1
  2312. package/dist/hooks/useTodayDate.d.ts +10 -0
  2313. package/dist/hooks/useTodayDate.js +36 -0
  2314. package/dist/hooks/useTodayDate.js.map +1 -0
  2315. package/dist/hooks/useWaitTransitionFinish.js +14 -6
  2316. package/dist/hooks/useWaitTransitionFinish.js.map +1 -1
  2317. package/dist/index.d.ts +31 -19
  2318. package/dist/index.js +26 -25
  2319. package/dist/index.js.map +1 -1
  2320. package/dist/lib/SSR.d.ts +0 -7
  2321. package/dist/lib/SSR.js +10 -24
  2322. package/dist/lib/SSR.js.map +1 -1
  2323. package/dist/lib/accessibility.d.ts +6 -1
  2324. package/dist/lib/accessibility.js +30 -6
  2325. package/dist/lib/accessibility.js.map +1 -1
  2326. package/dist/lib/adaptivity/constants.d.ts +37 -0
  2327. package/dist/lib/adaptivity/constants.js +44 -0
  2328. package/dist/lib/adaptivity/constants.js.map +1 -0
  2329. package/dist/lib/adaptivity/functions.d.ts +22 -0
  2330. package/dist/lib/adaptivity/functions.js +62 -0
  2331. package/dist/lib/adaptivity/functions.js.map +1 -0
  2332. package/dist/lib/adaptivity/index.d.ts +3 -0
  2333. package/dist/lib/adaptivity/index.js +4 -0
  2334. package/dist/lib/adaptivity/index.js.map +1 -0
  2335. package/dist/lib/adaptivity/types.d.ts +12 -0
  2336. package/dist/lib/adaptivity/types.js +2 -0
  2337. package/dist/lib/adaptivity/types.js.map +1 -0
  2338. package/dist/lib/animate.js +3 -7
  2339. package/dist/lib/animate.js.map +1 -1
  2340. package/dist/lib/browser.js +5 -12
  2341. package/dist/lib/browser.js.map +1 -1
  2342. package/dist/lib/calendar.js +0 -14
  2343. package/dist/lib/calendar.js.map +1 -1
  2344. package/dist/lib/callMultiple.js +0 -2
  2345. package/dist/lib/callMultiple.js.map +1 -1
  2346. package/dist/lib/classNames.js +0 -7
  2347. package/dist/lib/classNames.js.map +1 -1
  2348. package/dist/lib/date.d.ts +1 -0
  2349. package/dist/lib/date.js +14 -27
  2350. package/dist/lib/date.js.map +1 -1
  2351. package/dist/lib/dom.js +1 -4
  2352. package/dist/lib/dom.js.map +1 -1
  2353. package/dist/lib/fx.js.map +1 -1
  2354. package/dist/lib/getNavId.js +0 -2
  2355. package/dist/lib/getNavId.js.map +1 -1
  2356. package/dist/lib/is.js +4 -2
  2357. package/dist/lib/is.js.map +1 -1
  2358. package/dist/lib/isRefObject.js.map +1 -1
  2359. package/dist/lib/offset.js.map +1 -1
  2360. package/dist/lib/platform.d.ts +1 -1
  2361. package/dist/lib/platform.js +1 -8
  2362. package/dist/lib/platform.js.map +1 -1
  2363. package/dist/lib/polyfills.js +10 -25
  2364. package/dist/lib/polyfills.js.map +1 -1
  2365. package/dist/lib/removeObjectKeys.js +0 -2
  2366. package/dist/lib/removeObjectKeys.js.map +1 -1
  2367. package/dist/lib/select.js +5 -15
  2368. package/dist/lib/select.js.map +1 -1
  2369. package/dist/lib/styles.js.map +1 -1
  2370. package/dist/lib/supportEvents.js +0 -3
  2371. package/dist/lib/supportEvents.js.map +1 -1
  2372. package/dist/lib/taptic.js.map +1 -1
  2373. package/dist/lib/testing.js +2 -1
  2374. package/dist/lib/testing.js.map +1 -1
  2375. package/dist/lib/touch.js +5 -14
  2376. package/dist/lib/touch.js.map +1 -1
  2377. package/dist/lib/useIsomorphicLayoutEffect.js +2 -1
  2378. package/dist/lib/useIsomorphicLayoutEffect.js.map +1 -1
  2379. package/dist/lib/utils.js +4 -8
  2380. package/dist/lib/utils.js.map +1 -1
  2381. package/dist/lib/warnOnce.d.ts +3 -1
  2382. package/dist/lib/warnOnce.js +3 -2
  2383. package/dist/lib/warnOnce.js.map +1 -1
  2384. package/dist/shared/breakpoints.js +4 -1
  2385. package/dist/shared/breakpoints.js.map +1 -1
  2386. package/dist/stable.js.tmp +3 -3
  2387. package/dist/vkui.css +6 -6
  2388. package/dist/vkui.css.map +1 -1
  2389. package/package.json +29 -40
  2390. package/.browserslistrc +0 -7
  2391. package/.cache/.eslintcache +0 -1
  2392. package/.cache/.stylelintcache +0 -1
  2393. package/.cache/.tsbuildinfo +0 -1
  2394. package/.cache/ts/.github/danger/dangerfile.d.ts +0 -1
  2395. package/.cache/ts/.github/gitflow/patch.d.ts +0 -1
  2396. package/.cache/ts/.github/gitflow/stable_branch.d.ts +0 -1
  2397. package/.cache/ts/.github/gitflow/utils.d.ts +0 -24
  2398. package/.cache/ts/babel.cjs.config.d.ts +0 -6
  2399. package/.cache/ts/babel.config.d.ts +0 -29
  2400. package/.cache/ts/e2e/browser/jest-mock.d.ts +0 -1
  2401. package/.cache/ts/e2e/browser/mount.d.ts +0 -3
  2402. package/.cache/ts/e2e/browser/runtime.d.ts +0 -2
  2403. package/.cache/ts/e2e/browser/test-handle.d.ts +0 -11
  2404. package/.cache/ts/e2e/detectEnv.d.ts +0 -3
  2405. package/.cache/ts/e2e/docker.d.ts +0 -9
  2406. package/.cache/ts/e2e/generateWebpackConfig.d.ts +0 -1
  2407. package/.cache/ts/e2e/index.d.ts +0 -9
  2408. package/.cache/ts/e2e/jest/globalSetup.d.ts +0 -1
  2409. package/.cache/ts/e2e/jest/globalTeardown.d.ts +0 -1
  2410. package/.cache/ts/e2e/jest/jsdomPlaywrightEnv.d.ts +0 -2
  2411. package/.cache/ts/e2e/jest/matchers.d.ts +0 -1
  2412. package/.cache/ts/e2e/jest.e2e.config.d.ts +0 -19
  2413. package/.cache/ts/jest.unit.config.d.ts +0 -6
  2414. package/.cache/ts/packages/eslint-plugin-vkui/index.d.ts +0 -3
  2415. package/.cache/ts/packages/postcss-check-keyframes/index.d.ts +0 -10
  2416. package/.cache/ts/packages/postcss-plugin-vk-sans/__tests__/VkSansMandatoryDeclarations.test.d.ts +0 -1
  2417. package/.cache/ts/packages/postcss-plugin-vk-sans/index.d.ts +0 -10
  2418. package/.cache/ts/packages/postcss-restructure-variable/index.d.ts +0 -4
  2419. package/.cache/ts/packages/postcss-restructure-variable/postcss-restructure-variable.test.d.ts +0 -1
  2420. package/.cache/ts/packages/postcss-scope-root/index.d.ts +0 -11
  2421. package/.cache/ts/packages/stylelint-atomic/index.d.ts +0 -9
  2422. package/.cache/ts/packages/stylelint-atomic/stylelint-atomic.test.d.ts +0 -1
  2423. package/.cache/ts/packages/stylelint-bad-multiplication/index.d.ts +0 -15
  2424. package/.cache/ts/packages/stylelint-bad-multiplication/stylelint-bad-multiplication.test.d.ts +0 -1
  2425. package/.cache/ts/postcss.config.d.ts +0 -4
  2426. package/.cache/ts/shared.d.ts +0 -25
  2427. package/.cache/ts/src/components/ActionSheet/ActionSheet.d.ts +0 -28
  2428. package/.cache/ts/src/components/ActionSheet/ActionSheet.e2e.d.ts +0 -1
  2429. package/.cache/ts/src/components/ActionSheet/ActionSheet.test.d.ts +0 -1
  2430. package/.cache/ts/src/components/ActionSheet/ActionSheetDropdown.d.ts +0 -4
  2431. package/.cache/ts/src/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +0 -4
  2432. package/.cache/ts/src/components/ActionSheet/types.d.ts +0 -9
  2433. package/.cache/ts/src/components/ActionSheetItem/ActionSheetItem.d.ts +0 -27
  2434. package/.cache/ts/src/components/ActionSheetItem/ActionSheetItem.test.d.ts +0 -1
  2435. package/.cache/ts/src/components/AdaptivityProvider/AdaptivityContext.d.ts +0 -25
  2436. package/.cache/ts/src/components/AdaptivityProvider/AdaptivityProvider.d.ts +0 -9
  2437. package/.cache/ts/src/components/AdaptivityProvider/AdaptivityProvider.test.d.ts +0 -1
  2438. package/.cache/ts/src/components/Alert/Alert.d.ts +0 -25
  2439. package/.cache/ts/src/components/Alert/Alert.test.d.ts +0 -1
  2440. package/.cache/ts/src/components/Alert/Alert.test.e2e.d.ts +0 -1
  2441. package/.cache/ts/src/components/AppRoot/AppRoot.d.ts +0 -19
  2442. package/.cache/ts/src/components/AppRoot/AppRoot.test.d.ts +0 -1
  2443. package/.cache/ts/src/components/AppearanceProvider/AppearanceProvider.d.ts +0 -11
  2444. package/.cache/ts/src/components/AppearanceProvider/AppearanceProviderContext.d.ts +0 -3
  2445. package/.cache/ts/src/components/Avatar/Avatar.d.ts +0 -48
  2446. package/.cache/ts/src/components/Avatar/Avatar.e2e.d.ts +0 -1
  2447. package/.cache/ts/src/components/Avatar/Avatar.test.d.ts +0 -1
  2448. package/.cache/ts/src/components/Badge/Badge.d.ts +0 -9
  2449. package/.cache/ts/src/components/Badge/Badge.test.d.ts +0 -1
  2450. package/.cache/ts/src/components/Banner/Banner.d.ts +0 -75
  2451. package/.cache/ts/src/components/Banner/Banner.e2e.d.ts +0 -1
  2452. package/.cache/ts/src/components/Banner/Banner.test.d.ts +0 -1
  2453. package/.cache/ts/src/components/BaseGallery/BaseGallery.d.ts +0 -4
  2454. package/.cache/ts/src/components/BaseGallery/types.d.ts +0 -41
  2455. package/.cache/ts/src/components/Button/Button.d.ts +0 -18
  2456. package/.cache/ts/src/components/Button/Button.e2e.d.ts +0 -1
  2457. package/.cache/ts/src/components/Button/Button.test.d.ts +0 -1
  2458. package/.cache/ts/src/components/ButtonGroup/ButtonGroup.e2e.d.ts +0 -1
  2459. package/.cache/ts/src/components/ButtonGroup/ButtonGroup.test.d.ts +0 -1
  2460. package/.cache/ts/src/components/Calendar/Calendar.d.ts +0 -34
  2461. package/.cache/ts/src/components/Calendar/Calendar.e2e.d.ts +0 -1
  2462. package/.cache/ts/src/components/Calendar/Calendar.test.d.ts +0 -1
  2463. package/.cache/ts/src/components/CalendarDay/CalendarDay.d.ts +0 -24
  2464. package/.cache/ts/src/components/CalendarDay/CalendarDay.test.d.ts +0 -1
  2465. package/.cache/ts/src/components/CalendarDays/CalendarDays.d.ts +0 -24
  2466. package/.cache/ts/src/components/CalendarHeader/CalendarHeader.d.ts +0 -29
  2467. package/.cache/ts/src/components/CalendarHeader/CalendarHeader.test.d.ts +0 -1
  2468. package/.cache/ts/src/components/CalendarRange/CalendarRange.d.ts +0 -19
  2469. package/.cache/ts/src/components/CalendarRange/CalendarRange.e2e.d.ts +0 -1
  2470. package/.cache/ts/src/components/CalendarRange/CalendarRange.test.d.ts +0 -1
  2471. package/.cache/ts/src/components/CalendarTime/CalendarTime.d.ts +0 -11
  2472. package/.cache/ts/src/components/Card/Card.d.ts +0 -10
  2473. package/.cache/ts/src/components/Card/Card.e2e.d.ts +0 -1
  2474. package/.cache/ts/src/components/Card/Card.test.d.ts +0 -1
  2475. package/.cache/ts/src/components/CardGrid/CardGrid.d.ts +0 -13
  2476. package/.cache/ts/src/components/CardGrid/CardGrid.test.d.ts +0 -1
  2477. package/.cache/ts/src/components/CardScroll/CardScroll.d.ts +0 -15
  2478. package/.cache/ts/src/components/CardScroll/CardScroll.e2e.d.ts +0 -1
  2479. package/.cache/ts/src/components/CardScroll/CardScroll.test.d.ts +0 -1
  2480. package/.cache/ts/src/components/Cell/Cell.d.ts +0 -42
  2481. package/.cache/ts/src/components/Cell/Cell.e2e.d.ts +0 -1
  2482. package/.cache/ts/src/components/Cell/Cell.test.d.ts +0 -1
  2483. package/.cache/ts/src/components/Cell/CellCheckbox/CellCheckbox.d.ts +0 -5
  2484. package/.cache/ts/src/components/Cell/CellCheckbox/CellCheckbox.test.d.ts +0 -1
  2485. package/.cache/ts/src/components/Cell/CellDragger/CellDragger.d.ts +0 -6
  2486. package/.cache/ts/src/components/Cell/CellDragger/CellDragger.test.d.ts +0 -1
  2487. package/.cache/ts/src/components/CellButton/CellButton.d.ts +0 -11
  2488. package/.cache/ts/src/components/CellButton/CellButton.e2e.d.ts +0 -1
  2489. package/.cache/ts/src/components/CellButton/CellButton.test.d.ts +0 -1
  2490. package/.cache/ts/src/components/Checkbox/Checkbox.d.ts +0 -13
  2491. package/.cache/ts/src/components/Checkbox/Checkbox.e2e.d.ts +0 -1
  2492. package/.cache/ts/src/components/Checkbox/Checkbox.test.d.ts +0 -1
  2493. package/.cache/ts/src/components/Chip/Chip.d.ts +0 -26
  2494. package/.cache/ts/src/components/Chip/Chip.e2e.d.ts +0 -1
  2495. package/.cache/ts/src/components/Chip/Chip.test.d.ts +0 -1
  2496. package/.cache/ts/src/components/ChipsInput/ChipsInput.d.ts +0 -11
  2497. package/.cache/ts/src/components/ChipsInput/ChipsInput.e2e.d.ts +0 -1
  2498. package/.cache/ts/src/components/ChipsInput/ChipsInput.test.d.ts +0 -1
  2499. package/.cache/ts/src/components/ChipsInputBase/ChipsInputBase.d.ts +0 -17
  2500. package/.cache/ts/src/components/ChipsInputBase/ChipsInputBase.test.d.ts +0 -1
  2501. package/.cache/ts/src/components/ChipsSelect/ChipsSelect.d.ts +0 -45
  2502. package/.cache/ts/src/components/ChipsSelect/ChipsSelect.test.d.ts +0 -1
  2503. package/.cache/ts/src/components/ConfigProvider/ConfigProvider.d.ts +0 -14
  2504. package/.cache/ts/src/components/ConfigProvider/ConfigProvider.test.d.ts +0 -1
  2505. package/.cache/ts/src/components/ConfigProvider/ConfigProviderContext.d.ts +0 -37
  2506. package/.cache/ts/src/components/ContentCard/ContentCard.d.ts +0 -32
  2507. package/.cache/ts/src/components/ContentCard/ContentCard.e2e.d.ts +0 -1
  2508. package/.cache/ts/src/components/ContentCard/ContentCard.test.d.ts +0 -1
  2509. package/.cache/ts/src/components/Counter/Counter.d.ts +0 -13
  2510. package/.cache/ts/src/components/Counter/Counter.e2e.d.ts +0 -1
  2511. package/.cache/ts/src/components/Counter/Counter.test.d.ts +0 -1
  2512. package/.cache/ts/src/components/CustomScrollView/CustomScrollView.d.ts +0 -11
  2513. package/.cache/ts/src/components/CustomSelect/CustomSelect.d.ts +0 -62
  2514. package/.cache/ts/src/components/CustomSelect/CustomSelect.e2e.d.ts +0 -1
  2515. package/.cache/ts/src/components/CustomSelect/CustomSelect.test.d.ts +0 -1
  2516. package/.cache/ts/src/components/CustomSelectDropdown/CustomSelectDropdown.d.ts +0 -17
  2517. package/.cache/ts/src/components/CustomSelectDropdown/CustomSelectDropdown.test.d.ts +0 -1
  2518. package/.cache/ts/src/components/CustomSelectOption/CustomSelectOption.d.ts +0 -47
  2519. package/.cache/ts/src/components/CustomSelectOption/CustomSelectOption.e2e.d.ts +0 -1
  2520. package/.cache/ts/src/components/CustomSelectOption/CustomSelectOption.test.d.ts +0 -1
  2521. package/.cache/ts/src/components/DateInput/DateInput.d.ts +0 -17
  2522. package/.cache/ts/src/components/DateInput/DateInput.e2e.d.ts +0 -1
  2523. package/.cache/ts/src/components/DateInput/DateInput.test.d.ts +0 -1
  2524. package/.cache/ts/src/components/DatePicker/DatePicker.d.ts +0 -25
  2525. package/.cache/ts/src/components/DatePicker/DatePicker.test.d.ts +0 -1
  2526. package/.cache/ts/src/components/DateRangeInput/DateRangeInput.d.ts +0 -23
  2527. package/.cache/ts/src/components/DateRangeInput/DateRangeInput.e2e.d.ts +0 -1
  2528. package/.cache/ts/src/components/DateRangeInput/DateRangeInput.test.d.ts +0 -1
  2529. package/.cache/ts/src/components/DeviceConditionalRender/DeviceConditionalRender.d.ts +0 -7
  2530. package/.cache/ts/src/components/DeviceConditionalRender/DeviceConditionalRender.e2e.d.ts +0 -1
  2531. package/.cache/ts/src/components/Div/Div.d.ts +0 -9
  2532. package/.cache/ts/src/components/Div/Div.test.d.ts +0 -1
  2533. package/.cache/ts/src/components/DropdownIcon/DropdownIcon.d.ts +0 -5
  2534. package/.cache/ts/src/components/Epic/Epic.d.ts +0 -10
  2535. package/.cache/ts/src/components/Epic/Epic.test.d.ts +0 -1
  2536. package/.cache/ts/src/components/File/File.test.d.ts +0 -1
  2537. package/.cache/ts/src/components/FixedLayout/FixedLayout.d.ts +0 -21
  2538. package/.cache/ts/src/components/FixedLayout/FixedLayout.test.d.ts +0 -1
  2539. package/.cache/ts/src/components/FocusTrap/FocusTrap.test.d.ts +0 -1
  2540. package/.cache/ts/src/components/FocusVisible/FocusVisible.d.ts +0 -10
  2541. package/.cache/ts/src/components/Footer/Footer.d.ts +0 -8
  2542. package/.cache/ts/src/components/Footer/Footer.test.d.ts +0 -1
  2543. package/.cache/ts/src/components/FormField/FormField.d.ts +0 -33
  2544. package/.cache/ts/src/components/FormField/FormField.test.d.ts +0 -1
  2545. package/.cache/ts/src/components/FormItem/FormItem.d.ts +0 -17
  2546. package/.cache/ts/src/components/FormItem/FormItem.e2e.d.ts +0 -1
  2547. package/.cache/ts/src/components/FormItem/FormItem.test.d.ts +0 -1
  2548. package/.cache/ts/src/components/FormLayout/FormLayout.d.ts +0 -8
  2549. package/.cache/ts/src/components/FormLayout/FormLayout.test.d.ts +0 -1
  2550. package/.cache/ts/src/components/FormLayoutGroup/FormLayoutGroup.d.ts +0 -19
  2551. package/.cache/ts/src/components/FormLayoutGroup/FormLayoutGroup.e2e.d.ts +0 -1
  2552. package/.cache/ts/src/components/FormLayoutGroup/FormLayoutGroup.test.d.ts +0 -1
  2553. package/.cache/ts/src/components/Gallery/Gallery.test.d.ts +0 -1
  2554. package/.cache/ts/src/components/Gradient/Gradient.d.ts +0 -16
  2555. package/.cache/ts/src/components/Gradient/Gradient.test.d.ts +0 -1
  2556. package/.cache/ts/src/components/GridAvatar/GridAvatar.d.ts +0 -15
  2557. package/.cache/ts/src/components/GridAvatar/GridAvatar.e2e.d.ts +0 -1
  2558. package/.cache/ts/src/components/GridAvatar/GridAvatar.test.d.ts +0 -1
  2559. package/.cache/ts/src/components/Group/Group.d.ts +0 -29
  2560. package/.cache/ts/src/components/Group/Group.test.d.ts +0 -1
  2561. package/.cache/ts/src/components/Header/Header.d.ts +0 -20
  2562. package/.cache/ts/src/components/Header/Header.e2e.d.ts +0 -1
  2563. package/.cache/ts/src/components/Header/Header.test.d.ts +0 -1
  2564. package/.cache/ts/src/components/HorizontalCell/HorizontalCell.d.ts +0 -13
  2565. package/.cache/ts/src/components/HorizontalCell/HorizontalCell.test.d.ts +0 -1
  2566. package/.cache/ts/src/components/HorizontalScroll/HorizontalScroll.d.ts +0 -21
  2567. package/.cache/ts/src/components/HorizontalScroll/HorizontalScroll.e2e.d.ts +0 -1
  2568. package/.cache/ts/src/components/HorizontalScroll/HorizontalScroll.test.d.ts +0 -1
  2569. package/.cache/ts/src/components/HorizontalScroll/HorizontalScrollArrow.d.ts +0 -8
  2570. package/.cache/ts/src/components/IconButton/IconButton.d.ts +0 -10
  2571. package/.cache/ts/src/components/IconButton/IconButton.e2e.d.ts +0 -1
  2572. package/.cache/ts/src/components/IconButton/IconButton.test.d.ts +0 -1
  2573. package/.cache/ts/src/components/Image/Image.d.ts +0 -21
  2574. package/.cache/ts/src/components/Image/Image.e2e.d.ts +0 -1
  2575. package/.cache/ts/src/components/Image/Image.test.d.ts +0 -1
  2576. package/.cache/ts/src/components/ImageBase/ImageBase.d.ts +0 -43
  2577. package/.cache/ts/src/components/ImageBase/ImageBase.test.d.ts +0 -1
  2578. package/.cache/ts/src/components/ImageBase/ImageBaseBadge/ImageBaseBadge.d.ts +0 -25
  2579. package/.cache/ts/src/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.d.ts +0 -32
  2580. package/.cache/ts/src/components/ImageBase/types.d.ts +0 -7
  2581. package/.cache/ts/src/components/InfoRow/InfoRow.d.ts +0 -9
  2582. package/.cache/ts/src/components/InfoRow/InfoRow.e2e.d.ts +0 -1
  2583. package/.cache/ts/src/components/InfoRow/InfoRow.test.d.ts +0 -1
  2584. package/.cache/ts/src/components/Input/Input.d.ts +0 -10
  2585. package/.cache/ts/src/components/Input/Input.e2e.d.ts +0 -1
  2586. package/.cache/ts/src/components/Input/Input.test.d.ts +0 -1
  2587. package/.cache/ts/src/components/InputLike/InputLike.d.ts +0 -13
  2588. package/.cache/ts/src/components/InputLike/InputLikeDivider.d.ts +0 -3
  2589. package/.cache/ts/src/components/Link/Link.d.ts +0 -13
  2590. package/.cache/ts/src/components/Link/Link.test.d.ts +0 -1
  2591. package/.cache/ts/src/components/List/List.d.ts +0 -7
  2592. package/.cache/ts/src/components/List/List.test.d.ts +0 -1
  2593. package/.cache/ts/src/components/LocaleProviderContext/LocaleProviderContext.d.ts +0 -2
  2594. package/.cache/ts/src/components/MiniInfoCell/MiniInfoCell.d.ts +0 -39
  2595. package/.cache/ts/src/components/MiniInfoCell/MiniInfoCell.e2e.d.ts +0 -1
  2596. package/.cache/ts/src/components/MiniInfoCell/MiniInfoCell.test.d.ts +0 -1
  2597. package/.cache/ts/src/components/ModalCard/ModalCard.d.ts +0 -10
  2598. package/.cache/ts/src/components/ModalCard/ModalCard.e2e.d.ts +0 -1
  2599. package/.cache/ts/src/components/ModalCard/ModalCard.test.d.ts +0 -1
  2600. package/.cache/ts/src/components/ModalCardBase/ModalCardBase.d.ts +0 -38
  2601. package/.cache/ts/src/components/ModalDismissButton/ModalDismissButton.d.ts +0 -7
  2602. package/.cache/ts/src/components/ModalDismissButton/ModalDismissButton.test.d.ts +0 -1
  2603. package/.cache/ts/src/components/ModalPage/ModalPage.d.ts +0 -50
  2604. package/.cache/ts/src/components/ModalPage/ModalPage.test.d.ts +0 -1
  2605. package/.cache/ts/src/components/ModalPageHeader/ModalPageHeader.d.ts +0 -10
  2606. package/.cache/ts/src/components/ModalPageHeader/ModalPageHeader.e2e.d.ts +0 -1
  2607. package/.cache/ts/src/components/ModalPageHeader/ModalPageHeader.test.d.ts +0 -1
  2608. package/.cache/ts/src/components/ModalRoot/ModalRoot.d.ts +0 -29
  2609. package/.cache/ts/src/components/ModalRoot/ModalRoot.test.d.ts +0 -1
  2610. package/.cache/ts/src/components/ModalRoot/ModalRootDesktop.d.ts +0 -29
  2611. package/.cache/ts/src/components/ModalRoot/useModalManager.test.d.ts +0 -1
  2612. package/.cache/ts/src/components/NativeSelect/NativeSelect.d.ts +0 -20
  2613. package/.cache/ts/src/components/NativeSelect/NativeSelect.e2e.d.ts +0 -1
  2614. package/.cache/ts/src/components/NativeSelect/NativeSelect.test.d.ts +0 -1
  2615. package/.cache/ts/src/components/Pagination/Pagination.d.ts +0 -45
  2616. package/.cache/ts/src/components/Pagination/Pagination.e2e.d.ts +0 -1
  2617. package/.cache/ts/src/components/Pagination/Pagination.test.d.ts +0 -1
  2618. package/.cache/ts/src/components/Panel/Panel.d.ts +0 -11
  2619. package/.cache/ts/src/components/Panel/Panel.e2e.d.ts +0 -1
  2620. package/.cache/ts/src/components/Panel/Panel.test.d.ts +0 -1
  2621. package/.cache/ts/src/components/PanelHeader/PanelHeader.d.ts +0 -22
  2622. package/.cache/ts/src/components/PanelHeader/PanelHeader.test.d.ts +0 -1
  2623. package/.cache/ts/src/components/PanelHeaderBack/PanelHeaderBack.d.ts +0 -10
  2624. package/.cache/ts/src/components/PanelHeaderBack/PanelHeaderBack.test.d.ts +0 -1
  2625. package/.cache/ts/src/components/PanelHeaderButton/PanelHeaderButton.d.ts +0 -11
  2626. package/.cache/ts/src/components/PanelHeaderButton/PanelHeaderButton.test.d.ts +0 -1
  2627. package/.cache/ts/src/components/PanelHeaderClose/PanelHeaderClose.test.d.ts +0 -1
  2628. package/.cache/ts/src/components/PanelHeaderContent/PanelHeaderContent.d.ts +0 -11
  2629. package/.cache/ts/src/components/PanelHeaderContent/PanelHeaderContent.test.d.ts +0 -1
  2630. package/.cache/ts/src/components/PanelHeaderContext/PanelHeaderContext.d.ts +0 -10
  2631. package/.cache/ts/src/components/PanelHeaderContext/PanelHeaderContext.test.d.ts +0 -1
  2632. package/.cache/ts/src/components/PanelHeaderEdit/PanelHeaderEdit.test.d.ts +0 -1
  2633. package/.cache/ts/src/components/PanelHeaderSubmit/PanelHeaderSubmit.test.d.ts +0 -1
  2634. package/.cache/ts/src/components/PanelSpinner/PanelSpinner.test.d.ts +0 -1
  2635. package/.cache/ts/src/components/Placeholder/Placeholder.d.ts +0 -25
  2636. package/.cache/ts/src/components/Placeholder/Placeholder.e2e.d.ts +0 -1
  2637. package/.cache/ts/src/components/Placeholder/Placeholder.test.d.ts +0 -1
  2638. package/.cache/ts/src/components/PopoutRoot/PopoutRoot.d.ts +0 -8
  2639. package/.cache/ts/src/components/PopoutRoot/PopoutRoot.test.d.ts +0 -1
  2640. package/.cache/ts/src/components/PopoutWrapper/PopoutWrapper.d.ts +0 -13
  2641. package/.cache/ts/src/components/PopoutWrapper/PopoutWrapper.test.d.ts +0 -1
  2642. package/.cache/ts/src/components/Popper/Popper.d.ts +0 -57
  2643. package/.cache/ts/src/components/Popper/Popper.test.d.ts +0 -1
  2644. package/.cache/ts/src/components/PopperArrow/PopperArrow.d.ts +0 -8
  2645. package/.cache/ts/src/components/Progress/Progress.d.ts +0 -10
  2646. package/.cache/ts/src/components/Progress/Progress.test.d.ts +0 -1
  2647. package/.cache/ts/src/components/PromoBanner/PromoBanner.d.ts +0 -41
  2648. package/.cache/ts/src/components/PromoBanner/PromoBanner.test.d.ts +0 -1
  2649. package/.cache/ts/src/components/PullToRefresh/PullToRefresh.d.ts +0 -22
  2650. package/.cache/ts/src/components/PullToRefresh/PullToRefresh.test.d.ts +0 -1
  2651. package/.cache/ts/src/components/PullToRefresh/PullToRefreshSpinner.d.ts +0 -10
  2652. package/.cache/ts/src/components/Radio/Radio.d.ts +0 -10
  2653. package/.cache/ts/src/components/Radio/Radio.e2e.d.ts +0 -1
  2654. package/.cache/ts/src/components/Radio/Radio.test.d.ts +0 -1
  2655. package/.cache/ts/src/components/RadioGroup/RadioGroup.d.ts +0 -9
  2656. package/.cache/ts/src/components/RadioGroup/RadioGroup.e2e.d.ts +0 -1
  2657. package/.cache/ts/src/components/RadioGroup/RadioGroup.test.d.ts +0 -1
  2658. package/.cache/ts/src/components/RangeSlider/RangeSlider.test.d.ts +0 -1
  2659. package/.cache/ts/src/components/RangeSlider/UniversalSlider.d.ts +0 -15
  2660. package/.cache/ts/src/components/Removable/Removable.d.ts +0 -24
  2661. package/.cache/ts/src/components/Removable/Removable.test.d.ts +0 -1
  2662. package/.cache/ts/src/components/RichCell/RichCell.d.ts +0 -56
  2663. package/.cache/ts/src/components/RichCell/RichCell.e2e.d.ts +0 -1
  2664. package/.cache/ts/src/components/RichCell/RichCell.test.d.ts +0 -1
  2665. package/.cache/ts/src/components/RichTooltip/RichTooltip.d.ts +0 -13
  2666. package/.cache/ts/src/components/Root/Root.d.ts +0 -21
  2667. package/.cache/ts/src/components/Root/Root.test.d.ts +0 -1
  2668. package/.cache/ts/src/components/ScreenSpinner/Icon48CancelCircle.d.ts +0 -2
  2669. package/.cache/ts/src/components/ScreenSpinner/Icon48DoneOutline.d.ts +0 -2
  2670. package/.cache/ts/src/components/ScreenSpinner/ScreenSpinner.d.ts +0 -10
  2671. package/.cache/ts/src/components/ScreenSpinner/ScreenSpinner.test.d.ts +0 -1
  2672. package/.cache/ts/src/components/Search/Search.d.ts +0 -16
  2673. package/.cache/ts/src/components/Search/Search.e2e.d.ts +0 -1
  2674. package/.cache/ts/src/components/Search/Search.test.d.ts +0 -1
  2675. package/.cache/ts/src/components/SegmentedControl/SegmentedControl.d.ts +0 -20
  2676. package/.cache/ts/src/components/SegmentedControl/SegmentedControl.e2e.d.ts +0 -1
  2677. package/.cache/ts/src/components/SegmentedControl/SegmentedControl.test.d.ts +0 -1
  2678. package/.cache/ts/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.d.ts +0 -7
  2679. package/.cache/ts/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.test.d.ts +0 -1
  2680. package/.cache/ts/src/components/Select/Select.d.ts +0 -11
  2681. package/.cache/ts/src/components/Select/Select.test.d.ts +0 -1
  2682. package/.cache/ts/src/components/SelectMimicry/SelectMimicry.d.ts +0 -14
  2683. package/.cache/ts/src/components/SelectMimicry/SelectMimicry.e2e.d.ts +0 -1
  2684. package/.cache/ts/src/components/SelectMimicry/SelectMimicry.test.d.ts +0 -1
  2685. package/.cache/ts/src/components/Separator/Separator.d.ts +0 -12
  2686. package/.cache/ts/src/components/Separator/Separator.test.d.ts +0 -1
  2687. package/.cache/ts/src/components/SimpleCell/SimpleCell.d.ts +0 -64
  2688. package/.cache/ts/src/components/SimpleCell/SimpleCell.e2e.d.ts +0 -1
  2689. package/.cache/ts/src/components/SimpleCell/SimpleCell.test.d.ts +0 -1
  2690. package/.cache/ts/src/components/SizeXConditionalRender/SizeXConditionalRender.d.ts +0 -7
  2691. package/.cache/ts/src/components/SizeXConditionalRender/SizeXConditionalRender.e2e.d.ts +0 -1
  2692. package/.cache/ts/src/components/SizeYConditionalRender/SizeYConditionalRender.d.ts +0 -7
  2693. package/.cache/ts/src/components/SizeYConditionalRender/SizeYConditionalRender.e2e.d.ts +0 -1
  2694. package/.cache/ts/src/components/Slider/Slider.e2e.d.ts +0 -1
  2695. package/.cache/ts/src/components/Slider/Slider.test.d.ts +0 -1
  2696. package/.cache/ts/src/components/Snackbar/Snackbar.d.ts +0 -41
  2697. package/.cache/ts/src/components/Snackbar/Snackbar.test.d.ts +0 -1
  2698. package/.cache/ts/src/components/Spacing/Spacing.d.ts +0 -23
  2699. package/.cache/ts/src/components/Spacing/Spacing.test.d.ts +0 -1
  2700. package/.cache/ts/src/components/Spinner/Spinner.d.ts +0 -9
  2701. package/.cache/ts/src/components/Spinner/Spinner.test.d.ts +0 -1
  2702. package/.cache/ts/src/components/SplitCol/SplitCol.d.ts +0 -34
  2703. package/.cache/ts/src/components/SplitCol/SplitCol.test.d.ts +0 -1
  2704. package/.cache/ts/src/components/SplitLayout/SplitLayout.d.ts +0 -18
  2705. package/.cache/ts/src/components/SplitLayout/SplitLayout.test.d.ts +0 -1
  2706. package/.cache/ts/src/components/SubnavigationBar/SubnavigationBar.d.ts +0 -10
  2707. package/.cache/ts/src/components/SubnavigationBar/SubnavigationBar.test.d.ts +0 -1
  2708. package/.cache/ts/src/components/SubnavigationButton/SubnavigationButton.d.ts +0 -25
  2709. package/.cache/ts/src/components/SubnavigationButton/SubnavigationButton.e2e.d.ts +0 -1
  2710. package/.cache/ts/src/components/SubnavigationButton/SubnavigationButton.test.d.ts +0 -1
  2711. package/.cache/ts/src/components/Switch/Switch.d.ts +0 -10
  2712. package/.cache/ts/src/components/Switch/Switch.e2e.d.ts +0 -1
  2713. package/.cache/ts/src/components/Switch/Switch.test.d.ts +0 -1
  2714. package/.cache/ts/src/components/Tabbar/Tabbar.d.ts +0 -16
  2715. package/.cache/ts/src/components/Tabbar/Tabbar.e2e.d.ts +0 -1
  2716. package/.cache/ts/src/components/Tabbar/Tabbar.test.d.ts +0 -1
  2717. package/.cache/ts/src/components/TabbarItem/TabbarItem.d.ts +0 -18
  2718. package/.cache/ts/src/components/TabbarItem/TabbarItem.test.d.ts +0 -1
  2719. package/.cache/ts/src/components/Tabs/Tabs.d.ts +0 -15
  2720. package/.cache/ts/src/components/Tabs/Tabs.e2e.d.ts +0 -1
  2721. package/.cache/ts/src/components/Tabs/Tabs.test.d.ts +0 -1
  2722. package/.cache/ts/src/components/TabsItem/TabsItem.d.ts +0 -31
  2723. package/.cache/ts/src/components/TabsItem/TabsItem.test.d.ts +0 -1
  2724. package/.cache/ts/src/components/Tappable/Tappable.test.d.ts +0 -1
  2725. package/.cache/ts/src/components/TextTooltip/TextTooltip.d.ts +0 -21
  2726. package/.cache/ts/src/components/Textarea/Textarea.d.ts +0 -13
  2727. package/.cache/ts/src/components/Textarea/Textarea.e2e.d.ts +0 -1
  2728. package/.cache/ts/src/components/Textarea/Textarea.test.d.ts +0 -1
  2729. package/.cache/ts/src/components/Tooltip/Tooltip.d.ts +0 -70
  2730. package/.cache/ts/src/components/Tooltip/Tooltip.e2e.d.ts +0 -1
  2731. package/.cache/ts/src/components/Tooltip/Tooltip.test.d.ts +0 -1
  2732. package/.cache/ts/src/components/Touch/Touch.test.d.ts +0 -1
  2733. package/.cache/ts/src/components/Typography/Caption/Caption.d.ts +0 -15
  2734. package/.cache/ts/src/components/Typography/Caption/Caption.e2e.d.ts +0 -1
  2735. package/.cache/ts/src/components/Typography/Footnote/Footnote.d.ts +0 -14
  2736. package/.cache/ts/src/components/Typography/Footnote/Footnote.e2e.d.ts +0 -1
  2737. package/.cache/ts/src/components/Typography/Headline/Headline.d.ts +0 -14
  2738. package/.cache/ts/src/components/Typography/Headline/Headline.e2e.d.ts +0 -1
  2739. package/.cache/ts/src/components/Typography/Paragraph/Paragraph.d.ts +0 -13
  2740. package/.cache/ts/src/components/Typography/Paragraph/Paragraph.e2e.d.ts +0 -1
  2741. package/.cache/ts/src/components/Typography/Paragraph/Paragraph.test.d.ts +0 -1
  2742. package/.cache/ts/src/components/Typography/Subhead/Subhead.d.ts +0 -13
  2743. package/.cache/ts/src/components/Typography/Subhead/Subhead.e2e.d.ts +0 -1
  2744. package/.cache/ts/src/components/Typography/Text/Text.d.ts +0 -13
  2745. package/.cache/ts/src/components/Typography/Text/Text.e2e.d.ts +0 -1
  2746. package/.cache/ts/src/components/Typography/Title/Title.d.ts +0 -14
  2747. package/.cache/ts/src/components/Typography/Title/Title.e2e.d.ts +0 -1
  2748. package/.cache/ts/src/components/UsersStack/UsersStack.d.ts +0 -31
  2749. package/.cache/ts/src/components/UsersStack/UsersStack.e2e.d.ts +0 -1
  2750. package/.cache/ts/src/components/UsersStack/UsersStack.test.d.ts +0 -1
  2751. package/.cache/ts/src/components/View/View.d.ts +0 -55
  2752. package/.cache/ts/src/components/View/View.test.d.ts +0 -1
  2753. package/.cache/ts/src/components/View/ViewInfinite.d.ts +0 -66
  2754. package/.cache/ts/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.d.ts +0 -7
  2755. package/.cache/ts/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.e2e.d.ts +0 -1
  2756. package/.cache/ts/src/components/VisuallyHiddenInput/VisuallyHiddenInput.d.ts +0 -12
  2757. package/.cache/ts/src/components/VisuallyHiddenInput/VisuallyHiddenInput.test.d.ts +0 -1
  2758. package/.cache/ts/src/components/WriteBar/WriteBar.d.ts +0 -30
  2759. package/.cache/ts/src/components/WriteBar/WriteBar.test.d.ts +0 -1
  2760. package/.cache/ts/src/components/WriteBarIcon/WriteBarIcon.d.ts +0 -21
  2761. package/.cache/ts/src/components/WriteBarIcon/WriteBarIcon.e2e.d.ts +0 -1
  2762. package/.cache/ts/src/components/WriteBarIcon/WriteBarIcon.test.d.ts +0 -1
  2763. package/.cache/ts/src/helpers/appearance.test.d.ts +0 -1
  2764. package/.cache/ts/src/helpers/getClassName.d.ts +0 -6
  2765. package/.cache/ts/src/helpers/getClassName.test.d.ts +0 -1
  2766. package/.cache/ts/src/helpers/getHoverClassName.test.d.ts +0 -1
  2767. package/.cache/ts/src/helpers/getMouseClassName.d.ts +0 -2
  2768. package/.cache/ts/src/helpers/getMouseClassName.test.d.ts +0 -1
  2769. package/.cache/ts/src/helpers/getPlatformClassName.test.d.ts +0 -1
  2770. package/.cache/ts/src/helpers/getSizeXClassName.test.d.ts +0 -1
  2771. package/.cache/ts/src/helpers/getSizeYClassName.test.d.ts +0 -1
  2772. package/.cache/ts/src/helpers/getViewHeightClassName.test.d.ts +0 -1
  2773. package/.cache/ts/src/helpers/getViewWidthClassName.test.d.ts +0 -1
  2774. package/.cache/ts/src/helpers/math.test.d.ts +0 -1
  2775. package/.cache/ts/src/hoc/withInsets.d.ts +0 -3
  2776. package/.cache/ts/src/hooks/useAdaptivity.d.ts +0 -3
  2777. package/.cache/ts/src/hooks/useAdaptivityWithMediaQueries.d.ts +0 -19
  2778. package/.cache/ts/src/hooks/useAppearance.d.ts +0 -1
  2779. package/.cache/ts/src/hooks/useBooleanState.test.d.ts +0 -1
  2780. package/.cache/ts/src/hooks/useBrowserInfo.d.ts +0 -2
  2781. package/.cache/ts/src/hooks/useExternRef.test.d.ts +0 -1
  2782. package/.cache/ts/src/hooks/useFocusVisible.test.d.ts +0 -1
  2783. package/.cache/ts/src/hooks/useObjectMemo.test.d.ts +0 -1
  2784. package/.cache/ts/src/hooks/usePagintaion.test.d.ts +0 -1
  2785. package/.cache/ts/src/hooks/usePlatform.test.d.ts +0 -1
  2786. package/.cache/ts/src/hooks/useTimeout.test.d.ts +0 -1
  2787. package/.cache/ts/src/index.d.ts +0 -315
  2788. package/.cache/ts/src/lib/SSR.d.ts +0 -18
  2789. package/.cache/ts/src/lib/accessibility.d.ts +0 -10
  2790. package/.cache/ts/src/lib/adaptivity.d.ts +0 -38
  2791. package/.cache/ts/src/lib/calendar.test.d.ts +0 -1
  2792. package/.cache/ts/src/lib/callMultiple.test.d.ts +0 -1
  2793. package/.cache/ts/src/lib/classNames.test.d.ts +0 -1
  2794. package/.cache/ts/src/lib/date.d.ts +0 -29
  2795. package/.cache/ts/src/lib/date.test.d.ts +0 -1
  2796. package/.cache/ts/src/lib/getNavId.test.d.ts +0 -1
  2797. package/.cache/ts/src/lib/isRefObject.test.d.ts +0 -1
  2798. package/.cache/ts/src/lib/jsxRuntime.d.ts +0 -8
  2799. package/.cache/ts/src/lib/jsxRuntime.test.d.ts +0 -1
  2800. package/.cache/ts/src/lib/platform.d.ts +0 -8
  2801. package/.cache/ts/src/lib/prefixClass.d.ts +0 -1
  2802. package/.cache/ts/src/lib/select.test.d.ts +0 -1
  2803. package/.cache/ts/src/lib/touch.test.d.ts +0 -1
  2804. package/.cache/ts/src/lib/warnOnce.d.ts +0 -2
  2805. package/.cache/ts/src/testing/e2e/index.d.ts +0 -2
  2806. package/.cache/ts/src/testing/e2e/utils.d.ts +0 -20
  2807. package/.cache/ts/src/testing/setup.d.ts +0 -1
  2808. package/.cache/ts/src/testing/utils.d.ts +0 -31
  2809. package/.cache/ts/src/unstable/index.d.ts +0 -15
  2810. package/.cache/ts/stylelint.config.d.ts +0 -65
  2811. package/.cache/ts/webpack.config.d.ts +0 -126
  2812. package/.cache/ts/webpack.styles.config.d.ts +0 -56
  2813. package/.codesandbox/ci.json +0 -5
  2814. package/.editorconfig +0 -14
  2815. package/.eslintignore +0 -7
  2816. package/.eslintrc.json +0 -169
  2817. package/.gitattributes +0 -1
  2818. package/.github/CODEOWNERS +0 -2
  2819. package/.github/ISSUE_TEMPLATE/bug_report.yml +0 -56
  2820. package/.github/ISSUE_TEMPLATE/config.yml +0 -4
  2821. package/.github/ISSUE_TEMPLATE/documentation.yml +0 -17
  2822. package/.github/ISSUE_TEMPLATE/feature_request.yml +0 -22
  2823. package/.github/danger/dangerfile.js +0 -194
  2824. package/.github/danger/package.json +0 -13
  2825. package/.github/danger/yarn.lock +0 -1692
  2826. package/.github/dependabot.yml +0 -29
  2827. package/.github/gitflow/patch.js +0 -60
  2828. package/.github/gitflow/stable_branch.js +0 -19
  2829. package/.github/gitflow/utils.js +0 -43
  2830. package/.github/workflows/pr_close.yml +0 -44
  2831. package/.github/workflows/publish.yml +0 -80
  2832. package/.github/workflows/publish_token_translator.yml +0 -50
  2833. package/.github/workflows/pull_request.yml +0 -155
  2834. package/.github/workflows/update_screens.yml +0 -26
  2835. package/.gitignore +0 -40
  2836. package/.husky/.gitignore +0 -2
  2837. package/.husky/_/.gitignore +0 -1
  2838. package/.husky/_/husky.sh +0 -36
  2839. package/.prettierignore +0 -15
  2840. package/.prettierrc.json +0 -1
  2841. package/.stylelintignore +0 -3
  2842. package/.yarnrc +0 -1
  2843. package/babel.cjs.config.js +0 -15
  2844. package/babel.config.js +0 -98
  2845. package/coverage/clover.xml +0 -6139
  2846. package/coverage/coverage-final.json +0 -261
  2847. package/coverage/lcov-report/base.css +0 -224
  2848. package/coverage/lcov-report/block-navigation.js +0 -79
  2849. package/coverage/lcov-report/components/ActionSheet/ActionSheet.tsx.html +0 -515
  2850. package/coverage/lcov-report/components/ActionSheet/ActionSheetContext.ts.html +0 -134
  2851. package/coverage/lcov-report/components/ActionSheet/ActionSheetDefaultIosCloseItem.tsx.html +0 -116
  2852. package/coverage/lcov-report/components/ActionSheet/ActionSheetDropdown.tsx.html +0 -194
  2853. package/coverage/lcov-report/components/ActionSheet/ActionSheetDropdownDesktop.tsx.html +0 -383
  2854. package/coverage/lcov-report/components/ActionSheet/index.html +0 -186
  2855. package/coverage/lcov-report/components/ActionSheet/types.ts.html +0 -128
  2856. package/coverage/lcov-report/components/ActionSheetItem/ActionSheetItem.tsx.html +0 -524
  2857. package/coverage/lcov-report/components/ActionSheetItem/index.html +0 -111
  2858. package/coverage/lcov-report/components/AdaptivityProvider/AdaptivityContext.tsx.html +0 -164
  2859. package/coverage/lcov-report/components/AdaptivityProvider/AdaptivityProvider.tsx.html +0 -548
  2860. package/coverage/lcov-report/components/AdaptivityProvider/index.html +0 -126
  2861. package/coverage/lcov-report/components/Alert/Alert.tsx.html +0 -833
  2862. package/coverage/lcov-report/components/Alert/index.html +0 -111
  2863. package/coverage/lcov-report/components/AppRoot/AppRoot.tsx.html +0 -677
  2864. package/coverage/lcov-report/components/AppRoot/AppRootContext.ts.html +0 -122
  2865. package/coverage/lcov-report/components/AppRoot/AppRootPortal.tsx.html +0 -206
  2866. package/coverage/lcov-report/components/AppRoot/ScrollContext.tsx.html +0 -860
  2867. package/coverage/lcov-report/components/AppRoot/index.html +0 -156
  2868. package/coverage/lcov-report/components/AppearanceProvider/AppearanceProvider.tsx.html +0 -257
  2869. package/coverage/lcov-report/components/AppearanceProvider/AppearanceProviderContext.tsx.html +0 -101
  2870. package/coverage/lcov-report/components/AppearanceProvider/index.html +0 -126
  2871. package/coverage/lcov-report/components/Avatar/Avatar.tsx.html +0 -524
  2872. package/coverage/lcov-report/components/Avatar/helpers.ts.html +0 -188
  2873. package/coverage/lcov-report/components/Avatar/icons.tsx.html +0 -179
  2874. package/coverage/lcov-report/components/Avatar/index.html +0 -141
  2875. package/coverage/lcov-report/components/Badge/Badge.tsx.html +0 -122
  2876. package/coverage/lcov-report/components/Badge/index.html +0 -111
  2877. package/coverage/lcov-report/components/Banner/Banner.tsx.html +0 -677
  2878. package/coverage/lcov-report/components/Banner/index.html +0 -111
  2879. package/coverage/lcov-report/components/BaseGallery/BaseGallery.tsx.html +0 -1256
  2880. package/coverage/lcov-report/components/BaseGallery/helpers.ts.html +0 -233
  2881. package/coverage/lcov-report/components/BaseGallery/index.html +0 -141
  2882. package/coverage/lcov-report/components/BaseGallery/types.ts.html +0 -236
  2883. package/coverage/lcov-report/components/Button/Button.tsx.html +0 -365
  2884. package/coverage/lcov-report/components/Button/index.html +0 -111
  2885. package/coverage/lcov-report/components/ButtonGroup/ButtonGroup.tsx.html +0 -257
  2886. package/coverage/lcov-report/components/ButtonGroup/index.html +0 -111
  2887. package/coverage/lcov-report/components/Calendar/Calendar.tsx.html +0 -758
  2888. package/coverage/lcov-report/components/Calendar/index.html +0 -111
  2889. package/coverage/lcov-report/components/CalendarDay/CalendarDay.tsx.html +0 -455
  2890. package/coverage/lcov-report/components/CalendarDay/index.html +0 -111
  2891. package/coverage/lcov-report/components/CalendarDays/CalendarDays.tsx.html +0 -476
  2892. package/coverage/lcov-report/components/CalendarDays/index.html +0 -111
  2893. package/coverage/lcov-report/components/CalendarHeader/CalendarHeader.tsx.html +0 -635
  2894. package/coverage/lcov-report/components/CalendarHeader/index.html +0 -111
  2895. package/coverage/lcov-report/components/CalendarRange/CalendarRange.tsx.html +0 -932
  2896. package/coverage/lcov-report/components/CalendarRange/index.html +0 -111
  2897. package/coverage/lcov-report/components/CalendarTime/CalendarTime.tsx.html +0 -356
  2898. package/coverage/lcov-report/components/CalendarTime/index.html +0 -111
  2899. package/coverage/lcov-report/components/Card/Card.tsx.html +0 -170
  2900. package/coverage/lcov-report/components/Card/index.html +0 -111
  2901. package/coverage/lcov-report/components/CardGrid/CardGrid.tsx.html +0 -197
  2902. package/coverage/lcov-report/components/CardGrid/index.html +0 -111
  2903. package/coverage/lcov-report/components/CardScroll/CardScroll.tsx.html +0 -434
  2904. package/coverage/lcov-report/components/CardScroll/index.html +0 -111
  2905. package/coverage/lcov-report/components/Cell/Cell.tsx.html +0 -626
  2906. package/coverage/lcov-report/components/Cell/CellCheckbox/CellCheckbox.tsx.html +0 -218
  2907. package/coverage/lcov-report/components/Cell/CellCheckbox/index.html +0 -111
  2908. package/coverage/lcov-report/components/Cell/CellDragger/CellDragger.tsx.html +0 -191
  2909. package/coverage/lcov-report/components/Cell/CellDragger/index.html +0 -111
  2910. package/coverage/lcov-report/components/Cell/index.html +0 -126
  2911. package/coverage/lcov-report/components/Cell/useDraggable.tsx.html +0 -458
  2912. package/coverage/lcov-report/components/CellButton/CellButton.tsx.html +0 -167
  2913. package/coverage/lcov-report/components/CellButton/index.html +0 -111
  2914. package/coverage/lcov-report/components/Checkbox/Checkbox.tsx.html +0 -578
  2915. package/coverage/lcov-report/components/Checkbox/index.html +0 -111
  2916. package/coverage/lcov-report/components/Chip/Chip.tsx.html +0 -353
  2917. package/coverage/lcov-report/components/Chip/index.html +0 -111
  2918. package/coverage/lcov-report/components/ChipsInput/ChipsInput.tsx.html +0 -206
  2919. package/coverage/lcov-report/components/ChipsInput/index.html +0 -111
  2920. package/coverage/lcov-report/components/ChipsInputBase/ChipsInputBase.tsx.html +0 -698
  2921. package/coverage/lcov-report/components/ChipsInputBase/index.html +0 -111
  2922. package/coverage/lcov-report/components/ChipsSelect/ChipsSelect.tsx.html +0 -1520
  2923. package/coverage/lcov-report/components/ChipsSelect/index.html +0 -111
  2924. package/coverage/lcov-report/components/ConfigProvider/ConfigProvider.tsx.html +0 -338
  2925. package/coverage/lcov-report/components/ConfigProvider/ConfigProviderContext.tsx.html +0 -230
  2926. package/coverage/lcov-report/components/ConfigProvider/index.html +0 -126
  2927. package/coverage/lcov-report/components/ContentCard/ContentCard.tsx.html +0 -491
  2928. package/coverage/lcov-report/components/ContentCard/index.html +0 -111
  2929. package/coverage/lcov-report/components/Counter/Counter.tsx.html +0 -221
  2930. package/coverage/lcov-report/components/Counter/index.html +0 -111
  2931. package/coverage/lcov-report/components/CustomScrollView/CustomScrollView.tsx.html +0 -707
  2932. package/coverage/lcov-report/components/CustomScrollView/index.html +0 -126
  2933. package/coverage/lcov-report/components/CustomScrollView/useTrackerVisibility.ts.html +0 -407
  2934. package/coverage/lcov-report/components/CustomSelect/CustomSelect.tsx.html +0 -2363
  2935. package/coverage/lcov-report/components/CustomSelect/index.html +0 -111
  2936. package/coverage/lcov-report/components/CustomSelectDropdown/CustomSelectDropdown.tsx.html +0 -491
  2937. package/coverage/lcov-report/components/CustomSelectDropdown/index.html +0 -111
  2938. package/coverage/lcov-report/components/CustomSelectOption/CustomSelectOption.tsx.html +0 -470
  2939. package/coverage/lcov-report/components/CustomSelectOption/index.html +0 -111
  2940. package/coverage/lcov-report/components/DateInput/DateInput.tsx.html +0 -1106
  2941. package/coverage/lcov-report/components/DateInput/index.html +0 -111
  2942. package/coverage/lcov-report/components/DatePicker/DatePicker.tsx.html +0 -758
  2943. package/coverage/lcov-report/components/DatePicker/index.html +0 -111
  2944. package/coverage/lcov-report/components/DateRangeInput/DateRangeInput.tsx.html +0 -1178
  2945. package/coverage/lcov-report/components/DateRangeInput/index.html +0 -111
  2946. package/coverage/lcov-report/components/DeviceConditionalRender/DeviceConditionalRender.tsx.html +0 -206
  2947. package/coverage/lcov-report/components/DeviceConditionalRender/index.html +0 -111
  2948. package/coverage/lcov-report/components/Div/Div.tsx.html +0 -134
  2949. package/coverage/lcov-report/components/Div/index.html +0 -111
  2950. package/coverage/lcov-report/components/DropdownIcon/DropdownIcon.tsx.html +0 -164
  2951. package/coverage/lcov-report/components/DropdownIcon/index.html +0 -111
  2952. package/coverage/lcov-report/components/Epic/Epic.tsx.html +0 -200
  2953. package/coverage/lcov-report/components/Epic/ScrollSaver.tsx.html +0 -161
  2954. package/coverage/lcov-report/components/Epic/index.html +0 -126
  2955. package/coverage/lcov-report/components/File/File.tsx.html +0 -263
  2956. package/coverage/lcov-report/components/File/index.html +0 -111
  2957. package/coverage/lcov-report/components/FixedLayout/FixedLayout.tsx.html +0 -329
  2958. package/coverage/lcov-report/components/FixedLayout/index.html +0 -111
  2959. package/coverage/lcov-report/components/FocusTrap/FocusTrap.tsx.html +0 -521
  2960. package/coverage/lcov-report/components/FocusTrap/index.html +0 -111
  2961. package/coverage/lcov-report/components/FocusVisible/FocusVisible.tsx.html +0 -134
  2962. package/coverage/lcov-report/components/FocusVisible/index.html +0 -111
  2963. package/coverage/lcov-report/components/Footer/Footer.tsx.html +0 -131
  2964. package/coverage/lcov-report/components/Footer/index.html +0 -111
  2965. package/coverage/lcov-report/components/FormField/FormField.tsx.html +0 -368
  2966. package/coverage/lcov-report/components/FormField/index.html +0 -111
  2967. package/coverage/lcov-report/components/FormItem/FormItem.tsx.html +0 -332
  2968. package/coverage/lcov-report/components/FormItem/index.html +0 -111
  2969. package/coverage/lcov-report/components/FormLayout/FormLayout.tsx.html +0 -182
  2970. package/coverage/lcov-report/components/FormLayout/index.html +0 -111
  2971. package/coverage/lcov-report/components/FormLayoutGroup/FormLayoutGroup.tsx.html +0 -314
  2972. package/coverage/lcov-report/components/FormLayoutGroup/index.html +0 -111
  2973. package/coverage/lcov-report/components/Gallery/Gallery.tsx.html +0 -308
  2974. package/coverage/lcov-report/components/Gallery/index.html +0 -111
  2975. package/coverage/lcov-report/components/Gradient/Gradient.tsx.html +0 -194
  2976. package/coverage/lcov-report/components/Gradient/index.html +0 -111
  2977. package/coverage/lcov-report/components/GridAvatar/GridAvatar.tsx.html +0 -221
  2978. package/coverage/lcov-report/components/GridAvatar/index.html +0 -111
  2979. package/coverage/lcov-report/components/Group/Group.tsx.html +0 -404
  2980. package/coverage/lcov-report/components/Group/index.html +0 -111
  2981. package/coverage/lcov-report/components/Header/Header.tsx.html +0 -506
  2982. package/coverage/lcov-report/components/Header/index.html +0 -111
  2983. package/coverage/lcov-report/components/HorizontalCell/HorizontalCell.tsx.html +0 -323
  2984. package/coverage/lcov-report/components/HorizontalCell/index.html +0 -111
  2985. package/coverage/lcov-report/components/HorizontalScroll/HorizontalScroll.tsx.html +0 -797
  2986. package/coverage/lcov-report/components/HorizontalScroll/HorizontalScrollArrow.tsx.html +0 -242
  2987. package/coverage/lcov-report/components/HorizontalScroll/index.html +0 -126
  2988. package/coverage/lcov-report/components/HoverPopper/HoverPopper.tsx.html +0 -386
  2989. package/coverage/lcov-report/components/HoverPopper/index.html +0 -111
  2990. package/coverage/lcov-report/components/IconButton/IconButton.tsx.html +0 -200
  2991. package/coverage/lcov-report/components/IconButton/index.html +0 -111
  2992. package/coverage/lcov-report/components/Image/Image.tsx.html +0 -383
  2993. package/coverage/lcov-report/components/Image/index.html +0 -111
  2994. package/coverage/lcov-report/components/ImageBase/ImageBase.tsx.html +0 -629
  2995. package/coverage/lcov-report/components/ImageBase/ImageBaseBadge/ImageBaseBadge.tsx.html +0 -257
  2996. package/coverage/lcov-report/components/ImageBase/ImageBaseBadge/index.html +0 -111
  2997. package/coverage/lcov-report/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.tsx.html +0 -368
  2998. package/coverage/lcov-report/components/ImageBase/ImageBaseOverlay/index.html +0 -111
  2999. package/coverage/lcov-report/components/ImageBase/index.html +0 -126
  3000. package/coverage/lcov-report/components/ImageBase/types.ts.html +0 -152
  3001. package/coverage/lcov-report/components/InfoRow/InfoRow.tsx.html +0 -149
  3002. package/coverage/lcov-report/components/InfoRow/index.html +0 -111
  3003. package/coverage/lcov-report/components/Input/Input.tsx.html +0 -239
  3004. package/coverage/lcov-report/components/Input/index.html +0 -111
  3005. package/coverage/lcov-report/components/InputLike/InputLike.tsx.html +0 -296
  3006. package/coverage/lcov-report/components/InputLike/InputLikeDivider.tsx.html +0 -119
  3007. package/coverage/lcov-report/components/InputLike/index.html +0 -126
  3008. package/coverage/lcov-report/components/Link/Link.tsx.html +0 -164
  3009. package/coverage/lcov-report/components/Link/index.html +0 -111
  3010. package/coverage/lcov-report/components/List/List.tsx.html +0 -155
  3011. package/coverage/lcov-report/components/List/ListContext.ts.html +0 -98
  3012. package/coverage/lcov-report/components/List/index.html +0 -126
  3013. package/coverage/lcov-report/components/LocaleProviderContext/LocaleProviderContext.tsx.html +0 -95
  3014. package/coverage/lcov-report/components/LocaleProviderContext/index.html +0 -111
  3015. package/coverage/lcov-report/components/MiniInfoCell/MiniInfoCell.tsx.html +0 -347
  3016. package/coverage/lcov-report/components/MiniInfoCell/index.html +0 -111
  3017. package/coverage/lcov-report/components/ModalCard/ModalCard.tsx.html +0 -287
  3018. package/coverage/lcov-report/components/ModalCard/index.html +0 -111
  3019. package/coverage/lcov-report/components/ModalCardBase/ModalCardBase.tsx.html +0 -476
  3020. package/coverage/lcov-report/components/ModalCardBase/index.html +0 -111
  3021. package/coverage/lcov-report/components/ModalDismissButton/ModalDismissButton.tsx.html +0 -158
  3022. package/coverage/lcov-report/components/ModalDismissButton/index.html +0 -111
  3023. package/coverage/lcov-report/components/ModalPage/ModalPage.tsx.html +0 -512
  3024. package/coverage/lcov-report/components/ModalPage/index.html +0 -111
  3025. package/coverage/lcov-report/components/ModalPageHeader/ModalPageHeader.tsx.html +0 -236
  3026. package/coverage/lcov-report/components/ModalPageHeader/index.html +0 -111
  3027. package/coverage/lcov-report/components/ModalRoot/ModalRoot.tsx.html +0 -2624
  3028. package/coverage/lcov-report/components/ModalRoot/ModalRootAdaptive.tsx.html +0 -209
  3029. package/coverage/lcov-report/components/ModalRoot/ModalRootContext.tsx.html +0 -224
  3030. package/coverage/lcov-report/components/ModalRoot/ModalRootDesktop.tsx.html +0 -908
  3031. package/coverage/lcov-report/components/ModalRoot/constants.ts.html +0 -92
  3032. package/coverage/lcov-report/components/ModalRoot/index.html +0 -216
  3033. package/coverage/lcov-report/components/ModalRoot/types.ts.html +0 -284
  3034. package/coverage/lcov-report/components/ModalRoot/useModalManager.tsx.html +0 -842
  3035. package/coverage/lcov-report/components/ModalRoot/withModalRootContext.tsx.html +0 -140
  3036. package/coverage/lcov-report/components/NativeSelect/NativeSelect.tsx.html +0 -398
  3037. package/coverage/lcov-report/components/NativeSelect/index.html +0 -111
  3038. package/coverage/lcov-report/components/NavTransitionContext/NavTransitionContext.tsx.html +0 -155
  3039. package/coverage/lcov-report/components/NavTransitionContext/index.html +0 -111
  3040. package/coverage/lcov-report/components/Pagination/Pagination.tsx.html +0 -680
  3041. package/coverage/lcov-report/components/Pagination/index.html +0 -111
  3042. package/coverage/lcov-report/components/Panel/Panel.tsx.html +0 -251
  3043. package/coverage/lcov-report/components/Panel/index.html +0 -111
  3044. package/coverage/lcov-report/components/PanelHeader/PanelHeader.tsx.html +0 -488
  3045. package/coverage/lcov-report/components/PanelHeader/index.html +0 -111
  3046. package/coverage/lcov-report/components/PanelHeaderBack/PanelHeaderBack.tsx.html +0 -263
  3047. package/coverage/lcov-report/components/PanelHeaderBack/index.html +0 -111
  3048. package/coverage/lcov-report/components/PanelHeaderButton/PanelHeaderButton.tsx.html +0 -428
  3049. package/coverage/lcov-report/components/PanelHeaderButton/index.html +0 -111
  3050. package/coverage/lcov-report/components/PanelHeaderClose/PanelHeaderClose.tsx.html +0 -158
  3051. package/coverage/lcov-report/components/PanelHeaderClose/index.html +0 -111
  3052. package/coverage/lcov-report/components/PanelHeaderContent/PanelHeaderContent.tsx.html +0 -431
  3053. package/coverage/lcov-report/components/PanelHeaderContent/index.html +0 -111
  3054. package/coverage/lcov-report/components/PanelHeaderContext/PanelHeaderContext.tsx.html +0 -374
  3055. package/coverage/lcov-report/components/PanelHeaderContext/index.html +0 -111
  3056. package/coverage/lcov-report/components/PanelHeaderEdit/PanelHeaderEdit.tsx.html +0 -206
  3057. package/coverage/lcov-report/components/PanelHeaderEdit/index.html +0 -111
  3058. package/coverage/lcov-report/components/PanelHeaderSubmit/PanelHeaderSubmit.tsx.html +0 -164
  3059. package/coverage/lcov-report/components/PanelHeaderSubmit/index.html +0 -111
  3060. package/coverage/lcov-report/components/PanelSpinner/PanelSpinner.tsx.html +0 -131
  3061. package/coverage/lcov-report/components/PanelSpinner/index.html +0 -111
  3062. package/coverage/lcov-report/components/Placeholder/Placeholder.tsx.html +0 -272
  3063. package/coverage/lcov-report/components/Placeholder/index.html +0 -111
  3064. package/coverage/lcov-report/components/PopoutRoot/PopoutRoot.tsx.html +0 -221
  3065. package/coverage/lcov-report/components/PopoutRoot/index.html +0 -111
  3066. package/coverage/lcov-report/components/PopoutWrapper/PopoutWrapper.tsx.html +0 -305
  3067. package/coverage/lcov-report/components/PopoutWrapper/index.html +0 -111
  3068. package/coverage/lcov-report/components/Popover/Popover.tsx.html +0 -650
  3069. package/coverage/lcov-report/components/Popover/index.html +0 -111
  3070. package/coverage/lcov-report/components/Popper/Popper.tsx.html +0 -854
  3071. package/coverage/lcov-report/components/Popper/index.html +0 -111
  3072. package/coverage/lcov-report/components/PopperArrow/PopperArrow.tsx.html +0 -200
  3073. package/coverage/lcov-report/components/PopperArrow/index.html +0 -111
  3074. package/coverage/lcov-report/components/Progress/Progress.tsx.html +0 -212
  3075. package/coverage/lcov-report/components/Progress/index.html +0 -111
  3076. package/coverage/lcov-report/components/PromoBanner/PromoBanner.tsx.html +0 -431
  3077. package/coverage/lcov-report/components/PromoBanner/index.html +0 -111
  3078. package/coverage/lcov-report/components/PullToRefresh/PullToRefresh.tsx.html +0 -929
  3079. package/coverage/lcov-report/components/PullToRefresh/PullToRefreshSpinner.tsx.html +0 -302
  3080. package/coverage/lcov-report/components/PullToRefresh/index.html +0 -126
  3081. package/coverage/lcov-report/components/Radio/Radio.tsx.html +0 -344
  3082. package/coverage/lcov-report/components/Radio/index.html +0 -111
  3083. package/coverage/lcov-report/components/RadioGroup/RadioGroup.tsx.html +0 -149
  3084. package/coverage/lcov-report/components/RadioGroup/index.html +0 -111
  3085. package/coverage/lcov-report/components/RangeSlider/RangeSlider.tsx.html +0 -245
  3086. package/coverage/lcov-report/components/RangeSlider/UniversalSlider.tsx.html +0 -545
  3087. package/coverage/lcov-report/components/RangeSlider/index.html +0 -126
  3088. package/coverage/lcov-report/components/Removable/Removable.tsx.html +0 -638
  3089. package/coverage/lcov-report/components/Removable/index.html +0 -111
  3090. package/coverage/lcov-report/components/RichCell/RichCell.tsx.html +0 -431
  3091. package/coverage/lcov-report/components/RichCell/index.html +0 -111
  3092. package/coverage/lcov-report/components/RichTooltip/RichTooltip.tsx.html +0 -188
  3093. package/coverage/lcov-report/components/RichTooltip/index.html +0 -111
  3094. package/coverage/lcov-report/components/Root/Root.tsx.html +0 -647
  3095. package/coverage/lcov-report/components/Root/index.html +0 -111
  3096. package/coverage/lcov-report/components/ScreenSpinner/Icon48CancelCircle.tsx.html +0 -134
  3097. package/coverage/lcov-report/components/ScreenSpinner/Icon48DoneOutline.tsx.html +0 -137
  3098. package/coverage/lcov-report/components/ScreenSpinner/ScreenSpinner.tsx.html +0 -263
  3099. package/coverage/lcov-report/components/ScreenSpinner/index.html +0 -141
  3100. package/coverage/lcov-report/components/Search/Search.tsx.html +0 -653
  3101. package/coverage/lcov-report/components/Search/index.html +0 -111
  3102. package/coverage/lcov-report/components/SegmentedControl/SegmentedControl.tsx.html +0 -458
  3103. package/coverage/lcov-report/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.tsx.html +0 -236
  3104. package/coverage/lcov-report/components/SegmentedControl/SegmentedControlOption/index.html +0 -111
  3105. package/coverage/lcov-report/components/SegmentedControl/index.html +0 -111
  3106. package/coverage/lcov-report/components/Select/Select.tsx.html +0 -323
  3107. package/coverage/lcov-report/components/Select/index.html +0 -111
  3108. package/coverage/lcov-report/components/SelectMimicry/SelectMimicry.tsx.html +0 -305
  3109. package/coverage/lcov-report/components/SelectMimicry/index.html +0 -111
  3110. package/coverage/lcov-report/components/Separator/Separator.tsx.html +0 -152
  3111. package/coverage/lcov-report/components/Separator/index.html +0 -111
  3112. package/coverage/lcov-report/components/SimpleCell/SimpleCell.tsx.html +0 -572
  3113. package/coverage/lcov-report/components/SimpleCell/index.html +0 -111
  3114. package/coverage/lcov-report/components/SizeXConditionalRender/SizeXConditionalRender.tsx.html +0 -188
  3115. package/coverage/lcov-report/components/SizeXConditionalRender/index.html +0 -111
  3116. package/coverage/lcov-report/components/SizeYConditionalRender/SizeYConditionalRender.tsx.html +0 -188
  3117. package/coverage/lcov-report/components/SizeYConditionalRender/index.html +0 -111
  3118. package/coverage/lcov-report/components/Slider/Slider.tsx.html +0 -245
  3119. package/coverage/lcov-report/components/Slider/index.html +0 -111
  3120. package/coverage/lcov-report/components/Snackbar/Snackbar.tsx.html +0 -803
  3121. package/coverage/lcov-report/components/Snackbar/index.html +0 -111
  3122. package/coverage/lcov-report/components/Spacing/Spacing.tsx.html +0 -236
  3123. package/coverage/lcov-report/components/Spacing/index.html +0 -111
  3124. package/coverage/lcov-report/components/Spinner/Spinner.tsx.html +0 -209
  3125. package/coverage/lcov-report/components/Spinner/index.html +0 -111
  3126. package/coverage/lcov-report/components/SplitCol/SplitCol.tsx.html +0 -428
  3127. package/coverage/lcov-report/components/SplitCol/index.html +0 -111
  3128. package/coverage/lcov-report/components/SplitLayout/SplitLayout.tsx.html +0 -263
  3129. package/coverage/lcov-report/components/SplitLayout/index.html +0 -111
  3130. package/coverage/lcov-report/components/SubnavigationBar/SubnavigationBar.tsx.html +0 -278
  3131. package/coverage/lcov-report/components/SubnavigationBar/index.html +0 -111
  3132. package/coverage/lcov-report/components/SubnavigationButton/SubnavigationButton.tsx.html +0 -380
  3133. package/coverage/lcov-report/components/SubnavigationButton/index.html +0 -111
  3134. package/coverage/lcov-report/components/Switch/Switch.tsx.html +0 -251
  3135. package/coverage/lcov-report/components/Switch/index.html +0 -111
  3136. package/coverage/lcov-report/components/Tabbar/Tabbar.tsx.html +0 -245
  3137. package/coverage/lcov-report/components/Tabbar/index.html +0 -111
  3138. package/coverage/lcov-report/components/TabbarItem/TabbarItem.tsx.html +0 -326
  3139. package/coverage/lcov-report/components/TabbarItem/index.html +0 -111
  3140. package/coverage/lcov-report/components/Tabs/Tabs.tsx.html +0 -260
  3141. package/coverage/lcov-report/components/Tabs/index.html +0 -111
  3142. package/coverage/lcov-report/components/TabsItem/TabsItem.tsx.html +0 -404
  3143. package/coverage/lcov-report/components/TabsItem/index.html +0 -111
  3144. package/coverage/lcov-report/components/Tappable/Tappable.tsx.html +0 -1208
  3145. package/coverage/lcov-report/components/Tappable/index.html +0 -111
  3146. package/coverage/lcov-report/components/TextTooltip/TextTooltip.tsx.html +0 -260
  3147. package/coverage/lcov-report/components/TextTooltip/index.html +0 -111
  3148. package/coverage/lcov-report/components/Textarea/Textarea.tsx.html +0 -314
  3149. package/coverage/lcov-report/components/Textarea/index.html +0 -111
  3150. package/coverage/lcov-report/components/Tooltip/Tooltip.tsx.html +0 -1040
  3151. package/coverage/lcov-report/components/Tooltip/TooltipContainer.tsx.html +0 -110
  3152. package/coverage/lcov-report/components/Tooltip/index.html +0 -126
  3153. package/coverage/lcov-report/components/Touch/Touch.tsx.html +0 -959
  3154. package/coverage/lcov-report/components/Touch/TouchContext.ts.html +0 -113
  3155. package/coverage/lcov-report/components/Touch/index.html +0 -126
  3156. package/coverage/lcov-report/components/Typography/Caption/Caption.tsx.html +0 -203
  3157. package/coverage/lcov-report/components/Typography/Caption/index.html +0 -111
  3158. package/coverage/lcov-report/components/Typography/Footnote/Footnote.tsx.html +0 -194
  3159. package/coverage/lcov-report/components/Typography/Footnote/index.html +0 -111
  3160. package/coverage/lcov-report/components/Typography/Headline/Headline.tsx.html +0 -251
  3161. package/coverage/lcov-report/components/Typography/Headline/index.html +0 -111
  3162. package/coverage/lcov-report/components/Typography/Paragraph/Paragraph.tsx.html +0 -227
  3163. package/coverage/lcov-report/components/Typography/Paragraph/index.html +0 -111
  3164. package/coverage/lcov-report/components/Typography/Subhead/Subhead.tsx.html +0 -200
  3165. package/coverage/lcov-report/components/Typography/Subhead/index.html +0 -111
  3166. package/coverage/lcov-report/components/Typography/Text/Text.tsx.html +0 -248
  3167. package/coverage/lcov-report/components/Typography/Text/index.html +0 -111
  3168. package/coverage/lcov-report/components/Typography/Title/Title.tsx.html +0 -206
  3169. package/coverage/lcov-report/components/Typography/Title/index.html +0 -111
  3170. package/coverage/lcov-report/components/UsersStack/UsersStack.tsx.html +0 -599
  3171. package/coverage/lcov-report/components/UsersStack/index.html +0 -111
  3172. package/coverage/lcov-report/components/View/View.tsx.html +0 -1799
  3173. package/coverage/lcov-report/components/View/ViewInfinite.tsx.html +0 -2291
  3174. package/coverage/lcov-report/components/View/index.html +0 -141
  3175. package/coverage/lcov-report/components/View/utils.ts.html +0 -110
  3176. package/coverage/lcov-report/components/ViewWidthConditionalRender/ViewWidthConditionalRender.tsx.html +0 -215
  3177. package/coverage/lcov-report/components/ViewWidthConditionalRender/index.html +0 -111
  3178. package/coverage/lcov-report/components/VisuallyHiddenInput/VisuallyHiddenInput.tsx.html +0 -140
  3179. package/coverage/lcov-report/components/VisuallyHiddenInput/index.html +0 -111
  3180. package/coverage/lcov-report/components/WriteBar/WriteBar.tsx.html +0 -479
  3181. package/coverage/lcov-report/components/WriteBar/index.html +0 -111
  3182. package/coverage/lcov-report/components/WriteBarIcon/WriteBarIcon.tsx.html +0 -434
  3183. package/coverage/lcov-report/components/WriteBarIcon/index.html +0 -111
  3184. package/coverage/lcov-report/favicon.png +0 -0
  3185. package/coverage/lcov-report/helpers/appearance.ts.html +0 -212
  3186. package/coverage/lcov-report/helpers/avatar.ts.html +0 -110
  3187. package/coverage/lcov-report/helpers/getClassName.ts.html +0 -116
  3188. package/coverage/lcov-report/helpers/getHoverClassName.ts.html +0 -164
  3189. package/coverage/lcov-report/helpers/getMouseClassName.ts.html +0 -164
  3190. package/coverage/lcov-report/helpers/getOrDefault.ts.html +0 -98
  3191. package/coverage/lcov-report/helpers/getPlatformClassName.ts.html +0 -149
  3192. package/coverage/lcov-report/helpers/getSizeXClassName.ts.html +0 -146
  3193. package/coverage/lcov-report/helpers/getSizeYClassName.ts.html +0 -146
  3194. package/coverage/lcov-report/helpers/getViewHeightClassName.ts.html +0 -200
  3195. package/coverage/lcov-report/helpers/getViewWidthClassName.ts.html +0 -248
  3196. package/coverage/lcov-report/helpers/index.html +0 -276
  3197. package/coverage/lcov-report/helpers/math.ts.html +0 -200
  3198. package/coverage/lcov-report/hoc/index.html +0 -141
  3199. package/coverage/lcov-report/hoc/withContext.tsx.html +0 -122
  3200. package/coverage/lcov-report/hoc/withInsets.tsx.html +0 -116
  3201. package/coverage/lcov-report/hoc/withPlatform.tsx.html +0 -131
  3202. package/coverage/lcov-report/hooks/index.html +0 -531
  3203. package/coverage/lcov-report/hooks/useAdaptivity.ts.html +0 -158
  3204. package/coverage/lcov-report/hooks/useAdaptivityWithMediaQueries.ts.html +0 -533
  3205. package/coverage/lcov-report/hooks/useAppearance.ts.html +0 -92
  3206. package/coverage/lcov-report/hooks/useAutoDetectAppearance.tsx.html +0 -422
  3207. package/coverage/lcov-report/hooks/useBooleanState.ts.html +0 -137
  3208. package/coverage/lcov-report/hooks/useBridgeAdaptivity.ts.html +0 -329
  3209. package/coverage/lcov-report/hooks/useBrowserInfo.ts.html +0 -113
  3210. package/coverage/lcov-report/hooks/useCalendar.ts.html +0 -362
  3211. package/coverage/lcov-report/hooks/useChipsInput.ts.html +0 -341
  3212. package/coverage/lcov-report/hooks/useChipsSelect.ts.html +0 -296
  3213. package/coverage/lcov-report/hooks/useDateInput.ts.html +0 -719
  3214. package/coverage/lcov-report/hooks/useEffectDev.ts.html +0 -95
  3215. package/coverage/lcov-report/hooks/useEnsuredControl.ts.html +0 -131
  3216. package/coverage/lcov-report/hooks/useEventListener.ts.html +0 -275
  3217. package/coverage/lcov-report/hooks/useExternRef.ts.html +0 -158
  3218. package/coverage/lcov-report/hooks/useFocusVisible.ts.html +0 -173
  3219. package/coverage/lcov-report/hooks/useGlobalEventListener.ts.html +0 -185
  3220. package/coverage/lcov-report/hooks/useInsets.ts.html +0 -287
  3221. package/coverage/lcov-report/hooks/useKeyboard.ts.html +0 -254
  3222. package/coverage/lcov-report/hooks/useKeyboardInputTracker.ts.html +0 -272
  3223. package/coverage/lcov-report/hooks/useMediaQueries.ts.html +0 -281
  3224. package/coverage/lcov-report/hooks/useObjectMemo.ts.html +0 -128
  3225. package/coverage/lcov-report/hooks/useOrientationChange.ts.html +0 -200
  3226. package/coverage/lcov-report/hooks/usePagination.ts.html +0 -368
  3227. package/coverage/lcov-report/hooks/usePatchChildrenRef.ts.html +0 -197
  3228. package/coverage/lcov-report/hooks/usePlatform.ts.html +0 -110
  3229. package/coverage/lcov-report/hooks/usePrevious.ts.html +0 -113
  3230. package/coverage/lcov-report/hooks/useTimeout.ts.html +0 -179
  3231. package/coverage/lcov-report/hooks/useWaitTransitionFinish.ts.html +0 -191
  3232. package/coverage/lcov-report/index.html +0 -2406
  3233. package/coverage/lcov-report/lib/SSR.tsx.html +0 -233
  3234. package/coverage/lcov-report/lib/accessibility.ts.html +0 -341
  3235. package/coverage/lcov-report/lib/adaptivity.ts.html +0 -404
  3236. package/coverage/lcov-report/lib/animate.ts.html +0 -218
  3237. package/coverage/lcov-report/lib/browser.ts.html +0 -290
  3238. package/coverage/lcov-report/lib/calendar.ts.html +0 -449
  3239. package/coverage/lcov-report/lib/callMultiple.ts.html +0 -92
  3240. package/coverage/lcov-report/lib/classNames.ts.html +0 -212
  3241. package/coverage/lcov-report/lib/date.ts.html +0 -902
  3242. package/coverage/lcov-report/lib/dom.tsx.html +0 -215
  3243. package/coverage/lcov-report/lib/fx.ts.html +0 -101
  3244. package/coverage/lcov-report/lib/getNavId.ts.html +0 -125
  3245. package/coverage/lcov-report/lib/index.html +0 -531
  3246. package/coverage/lcov-report/lib/is.ts.html +0 -110
  3247. package/coverage/lcov-report/lib/isRefObject.ts.html +0 -113
  3248. package/coverage/lcov-report/lib/jsxRuntime.ts.html +0 -209
  3249. package/coverage/lcov-report/lib/offset.ts.html +0 -131
  3250. package/coverage/lcov-report/lib/platform.ts.html +0 -263
  3251. package/coverage/lcov-report/lib/polyfills.ts.html +0 -419
  3252. package/coverage/lcov-report/lib/prefixClass.ts.html +0 -155
  3253. package/coverage/lcov-report/lib/removeObjectKeys.ts.html +0 -110
  3254. package/coverage/lcov-report/lib/select.ts.html +0 -281
  3255. package/coverage/lcov-report/lib/styles.ts.html +0 -116
  3256. package/coverage/lcov-report/lib/supportEvents.ts.html +0 -194
  3257. package/coverage/lcov-report/lib/taptic.ts.html +0 -107
  3258. package/coverage/lcov-report/lib/testing.ts.html +0 -92
  3259. package/coverage/lcov-report/lib/touch.ts.html +0 -257
  3260. package/coverage/lcov-report/lib/useIsomorphicLayoutEffect.ts.html +0 -101
  3261. package/coverage/lcov-report/lib/utils.ts.html +0 -377
  3262. package/coverage/lcov-report/lib/warnOnce.ts.html +0 -125
  3263. package/coverage/lcov-report/prettify.css +0 -1
  3264. package/coverage/lcov-report/prettify.js +0 -2
  3265. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  3266. package/coverage/lcov-report/sorter.js +0 -170
  3267. package/coverage/lcov-report/unstable/index.html +0 -111
  3268. package/coverage/lcov-report/unstable/index.ts.html +0 -140
  3269. package/coverage/lcov.info +0 -14164
  3270. package/dist/cjs/components/AppearanceProvider/AppearanceProviderContext.js +0 -16
  3271. package/dist/cjs/components/AppearanceProvider/AppearanceProviderContext.js.map +0 -1
  3272. package/dist/cjs/components/Avatar/icons.js +0 -48
  3273. package/dist/cjs/components/Avatar/icons.js.map +0 -1
  3274. package/dist/cjs/components/DeviceConditionalRender/DeviceConditionalRender.js +0 -35
  3275. package/dist/cjs/components/DeviceConditionalRender/DeviceConditionalRender.js.map +0 -1
  3276. package/dist/cjs/components/LocaleProviderContext/LocaleProviderContext.js +0 -14
  3277. package/dist/cjs/components/LocaleProviderContext/LocaleProviderContext.js.map +0 -1
  3278. package/dist/cjs/components/SizeXConditionalRender/SizeXConditionalRender.js +0 -39
  3279. package/dist/cjs/components/SizeXConditionalRender/SizeXConditionalRender.js.map +0 -1
  3280. package/dist/cjs/components/SizeYConditionalRender/SizeYConditionalRender.js +0 -39
  3281. package/dist/cjs/components/SizeYConditionalRender/SizeYConditionalRender.js.map +0 -1
  3282. package/dist/cjs/components/ViewWidthConditionalRender/ViewWidthConditionalRender.js +0 -37
  3283. package/dist/cjs/components/ViewWidthConditionalRender/ViewWidthConditionalRender.js.map +0 -1
  3284. package/dist/cjs/helpers/getClassName.js +0 -18
  3285. package/dist/cjs/helpers/getClassName.js.map +0 -1
  3286. package/dist/cjs/helpers/getMouseClassName.js +0 -25
  3287. package/dist/cjs/helpers/getMouseClassName.js.map +0 -1
  3288. package/dist/cjs/hooks/useAdaptivityWithMediaQueries.js +0 -123
  3289. package/dist/cjs/hooks/useAdaptivityWithMediaQueries.js.map +0 -1
  3290. package/dist/cjs/hooks/useBrowserInfo.js +0 -21
  3291. package/dist/cjs/hooks/useBrowserInfo.js.map +0 -1
  3292. package/dist/cjs/lib/adaptivity.js +0 -120
  3293. package/dist/cjs/lib/adaptivity.js.map +0 -1
  3294. package/dist/cjs/lib/jsxRuntime.d.js +0 -6
  3295. package/dist/cjs/lib/jsxRuntime.d.js.map +0 -1
  3296. package/dist/cjs/lib/jsxRuntime.js +0 -52
  3297. package/dist/cjs/lib/jsxRuntime.js.map +0 -1
  3298. package/dist/cjs/lib/prefixClass.js +0 -34
  3299. package/dist/cjs/lib/prefixClass.js.map +0 -1
  3300. package/dist/cjs/unstable/index.js +0 -54
  3301. package/dist/cjs/unstable/index.js.map +0 -1
  3302. package/dist/components/AppearanceProvider/AppearanceProviderContext.d.ts +0 -3
  3303. package/dist/components/AppearanceProvider/AppearanceProviderContext.js +0 -4
  3304. package/dist/components/AppearanceProvider/AppearanceProviderContext.js.map +0 -1
  3305. package/dist/components/Avatar/icons.js +0 -31
  3306. package/dist/components/Avatar/icons.js.map +0 -1
  3307. package/dist/components/DeviceConditionalRender/DeviceConditionalRender.d.ts +0 -7
  3308. package/dist/components/DeviceConditionalRender/DeviceConditionalRender.js +0 -19
  3309. package/dist/components/DeviceConditionalRender/DeviceConditionalRender.js.map +0 -1
  3310. package/dist/components/LocaleProviderContext/LocaleProviderContext.d.ts +0 -2
  3311. package/dist/components/LocaleProviderContext/LocaleProviderContext.js +0 -3
  3312. package/dist/components/LocaleProviderContext/LocaleProviderContext.js.map +0 -1
  3313. package/dist/components/SizeXConditionalRender/SizeXConditionalRender.d.ts +0 -7
  3314. package/dist/components/SizeXConditionalRender/SizeXConditionalRender.js +0 -21
  3315. package/dist/components/SizeXConditionalRender/SizeXConditionalRender.js.map +0 -1
  3316. package/dist/components/SizeYConditionalRender/SizeYConditionalRender.d.ts +0 -7
  3317. package/dist/components/SizeYConditionalRender/SizeYConditionalRender.js +0 -21
  3318. package/dist/components/SizeYConditionalRender/SizeYConditionalRender.js.map +0 -1
  3319. package/dist/components/ViewWidthConditionalRender/ViewWidthConditionalRender.d.ts +0 -7
  3320. package/dist/components/ViewWidthConditionalRender/ViewWidthConditionalRender.js +0 -20
  3321. package/dist/components/ViewWidthConditionalRender/ViewWidthConditionalRender.js.map +0 -1
  3322. package/dist/cssm/components/ActionSheet/ActionSheet.css +0 -1
  3323. package/dist/cssm/components/ActionSheetItem/ActionSheetItem.css +0 -1
  3324. package/dist/cssm/components/Alert/Alert.css +0 -1
  3325. package/dist/cssm/components/AppRoot/AppRoot.css +0 -1
  3326. package/dist/cssm/components/AppearanceProvider/AppearanceProviderContext.d.ts +0 -3
  3327. package/dist/cssm/components/AppearanceProvider/AppearanceProviderContext.js +0 -4
  3328. package/dist/cssm/components/AppearanceProvider/AppearanceProviderContext.js.map +0 -1
  3329. package/dist/cssm/components/Avatar/icons.js +0 -31
  3330. package/dist/cssm/components/Avatar/icons.js.map +0 -1
  3331. package/dist/cssm/components/Banner/Banner.css +0 -1
  3332. package/dist/cssm/components/BaseGallery/BaseGallery.css +0 -1
  3333. package/dist/cssm/components/CalendarDay/CalendarDay.css +0 -1
  3334. package/dist/cssm/components/CalendarHeader/CalendarHeader.css +0 -1
  3335. package/dist/cssm/components/CalendarTime/CalendarTime.css +0 -1
  3336. package/dist/cssm/components/Card/Card.css +0 -3
  3337. package/dist/cssm/components/CardGrid/CardGrid.css +0 -1
  3338. package/dist/cssm/components/Checkbox/Checkbox.css +0 -1
  3339. package/dist/cssm/components/Chip/Chip.css +0 -1
  3340. package/dist/cssm/components/ChipsInputBase/ChipsInputBase.css +0 -1
  3341. package/dist/cssm/components/Counter/Counter.css +0 -1
  3342. package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.css +0 -1
  3343. package/dist/cssm/components/CustomSelectOption/CustomSelectOption.css +0 -1
  3344. package/dist/cssm/components/DateInput/DateInput.css +0 -1
  3345. package/dist/cssm/components/DeviceConditionalRender/DeviceConditionalRender.css +0 -1
  3346. package/dist/cssm/components/DeviceConditionalRender/DeviceConditionalRender.d.ts +0 -7
  3347. package/dist/cssm/components/DeviceConditionalRender/DeviceConditionalRender.js +0 -20
  3348. package/dist/cssm/components/DeviceConditionalRender/DeviceConditionalRender.js.map +0 -1
  3349. package/dist/cssm/components/FixedLayout/FixedLayout.css +0 -1
  3350. package/dist/cssm/components/Footer/Footer.css +0 -1
  3351. package/dist/cssm/components/FormField/FormField.css +0 -1
  3352. package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.css +0 -1
  3353. package/dist/cssm/components/GridAvatar/GridAvatar.css +0 -1
  3354. package/dist/cssm/components/Group/Group.css +0 -1
  3355. package/dist/cssm/components/Header/Header.css +0 -1
  3356. package/dist/cssm/components/HorizontalCell/HorizontalCell.css +0 -1
  3357. package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.css +0 -1
  3358. package/dist/cssm/components/Input/Input.css +0 -1
  3359. package/dist/cssm/components/InputLike/InputLike.css +0 -1
  3360. package/dist/cssm/components/Link/Link.css +0 -1
  3361. package/dist/cssm/components/LocaleProviderContext/LocaleProviderContext.d.ts +0 -2
  3362. package/dist/cssm/components/LocaleProviderContext/LocaleProviderContext.js +0 -3
  3363. package/dist/cssm/components/LocaleProviderContext/LocaleProviderContext.js.map +0 -1
  3364. package/dist/cssm/components/ModalCard/ModalCard.css +0 -1
  3365. package/dist/cssm/components/ModalCardBase/ModalCardBase.css +0 -1
  3366. package/dist/cssm/components/ModalPage/ModalPage.css +0 -1
  3367. package/dist/cssm/components/ModalPageHeader/ModalPageHeader.css +0 -1
  3368. package/dist/cssm/components/ModalRoot/ModalRoot.css +0 -1
  3369. package/dist/cssm/components/Pagination/Pagination.css +0 -1
  3370. package/dist/cssm/components/Panel/Panel.css +0 -1
  3371. package/dist/cssm/components/PanelHeader/PanelHeader.css +0 -1
  3372. package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.css +0 -1
  3373. package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.css +0 -1
  3374. package/dist/cssm/components/PopoutRoot/PopoutRoot.css +0 -1
  3375. package/dist/cssm/components/PromoBanner/PromoBanner.css +0 -1
  3376. package/dist/cssm/components/PullToRefresh/PullToRefresh.css +0 -1
  3377. package/dist/cssm/components/Radio/Radio.css +0 -1
  3378. package/dist/cssm/components/Removable/Removable.css +0 -1
  3379. package/dist/cssm/components/RichCell/RichCell.css +0 -1
  3380. package/dist/cssm/components/Root/Root.css +0 -1
  3381. package/dist/cssm/components/ScreenSpinner/ScreenSpinner.css +0 -1
  3382. package/dist/cssm/components/Search/Search.css +0 -1
  3383. package/dist/cssm/components/SegmentedControl/SegmentedControl.css +0 -1
  3384. package/dist/cssm/components/Select/Select.css +0 -1
  3385. package/dist/cssm/components/Separator/Separator.css +0 -1
  3386. package/dist/cssm/components/SimpleCell/SimpleCell.css +0 -1
  3387. package/dist/cssm/components/SizeXConditionalRender/SizeXConditionalRender.css +0 -1
  3388. package/dist/cssm/components/SizeXConditionalRender/SizeXConditionalRender.d.ts +0 -7
  3389. package/dist/cssm/components/SizeXConditionalRender/SizeXConditionalRender.js +0 -22
  3390. package/dist/cssm/components/SizeXConditionalRender/SizeXConditionalRender.js.map +0 -1
  3391. package/dist/cssm/components/SizeYConditionalRender/SizeYConditionalRender.css +0 -1
  3392. package/dist/cssm/components/SizeYConditionalRender/SizeYConditionalRender.d.ts +0 -7
  3393. package/dist/cssm/components/SizeYConditionalRender/SizeYConditionalRender.js +0 -22
  3394. package/dist/cssm/components/SizeYConditionalRender/SizeYConditionalRender.js.map +0 -1
  3395. package/dist/cssm/components/Snackbar/Snackbar.css +0 -1
  3396. package/dist/cssm/components/Spacing/Spacing.css +0 -1
  3397. package/dist/cssm/components/Spinner/Spinner.css +0 -1
  3398. package/dist/cssm/components/SplitCol/SplitCol.css +0 -1
  3399. package/dist/cssm/components/SplitLayout/SplitLayout.css +0 -1
  3400. package/dist/cssm/components/SubnavigationButton/SubnavigationButton.css +0 -5
  3401. package/dist/cssm/components/Switch/Switch.css +0 -1
  3402. package/dist/cssm/components/Tabbar/Tabbar.css +0 -1
  3403. package/dist/cssm/components/TabbarItem/TabbarItem.css +0 -1
  3404. package/dist/cssm/components/Tabs/Tabs.css +0 -1
  3405. package/dist/cssm/components/TabsItem/TabsItem.css +0 -1
  3406. package/dist/cssm/components/Textarea/Textarea.css +0 -1
  3407. package/dist/cssm/components/UsersStack/UsersStack.css +0 -1
  3408. package/dist/cssm/components/View/View.css +0 -1
  3409. package/dist/cssm/components/View/ViewIOS.css +0 -1
  3410. package/dist/cssm/components/ViewWidthConditionalRender/ViewWidthConditionalRender.css +0 -1
  3411. package/dist/cssm/components/ViewWidthConditionalRender/ViewWidthConditionalRender.d.ts +0 -7
  3412. package/dist/cssm/components/ViewWidthConditionalRender/ViewWidthConditionalRender.js +0 -21
  3413. package/dist/cssm/components/ViewWidthConditionalRender/ViewWidthConditionalRender.js.map +0 -1
  3414. package/dist/cssm/components/WriteBar/WriteBar.css +0 -1
  3415. package/dist/cssm/components/WriteBarIcon/WriteBarIcon.css +0 -1
  3416. package/dist/cssm/helpers/getClassName.d.ts +0 -6
  3417. package/dist/cssm/helpers/getClassName.js +0 -11
  3418. package/dist/cssm/helpers/getClassName.js.map +0 -1
  3419. package/dist/cssm/helpers/getMouseClassName.d.ts +0 -2
  3420. package/dist/cssm/helpers/getMouseClassName.js +0 -18
  3421. package/dist/cssm/helpers/getMouseClassName.js.map +0 -1
  3422. package/dist/cssm/hooks/useAdaptivityWithMediaQueries.d.ts +0 -19
  3423. package/dist/cssm/hooks/useAdaptivityWithMediaQueries.js +0 -103
  3424. package/dist/cssm/hooks/useAdaptivityWithMediaQueries.js.map +0 -1
  3425. package/dist/cssm/hooks/useBrowserInfo.d.ts +0 -2
  3426. package/dist/cssm/hooks/useBrowserInfo.js +0 -9
  3427. package/dist/cssm/hooks/useBrowserInfo.js.map +0 -1
  3428. package/dist/cssm/lib/adaptivity.d.ts +0 -38
  3429. package/dist/cssm/lib/adaptivity.js +0 -94
  3430. package/dist/cssm/lib/adaptivity.js.map +0 -1
  3431. package/dist/cssm/lib/jsxRuntime.d.js +0 -2
  3432. package/dist/cssm/lib/jsxRuntime.d.js.map +0 -1
  3433. package/dist/cssm/lib/jsxRuntime.d.ts +0 -8
  3434. package/dist/cssm/lib/jsxRuntime.js +0 -43
  3435. package/dist/cssm/lib/jsxRuntime.js.map +0 -1
  3436. package/dist/cssm/lib/prefixClass.d.ts +0 -1
  3437. package/dist/cssm/lib/prefixClass.js +0 -28
  3438. package/dist/cssm/lib/prefixClass.js.map +0 -1
  3439. package/dist/cssm/styles/unstable.css +0 -1
  3440. package/dist/cssm/unstable/index.d.ts +0 -15
  3441. package/dist/cssm/unstable/index.js +0 -10
  3442. package/dist/cssm/unstable/index.js.map +0 -1
  3443. package/dist/helpers/getClassName.d.ts +0 -6
  3444. package/dist/helpers/getClassName.js +0 -11
  3445. package/dist/helpers/getClassName.js.map +0 -1
  3446. package/dist/helpers/getMouseClassName.d.ts +0 -2
  3447. package/dist/helpers/getMouseClassName.js +0 -18
  3448. package/dist/helpers/getMouseClassName.js.map +0 -1
  3449. package/dist/hooks/useAdaptivityWithMediaQueries.d.ts +0 -19
  3450. package/dist/hooks/useAdaptivityWithMediaQueries.js +0 -103
  3451. package/dist/hooks/useAdaptivityWithMediaQueries.js.map +0 -1
  3452. package/dist/hooks/useBrowserInfo.d.ts +0 -2
  3453. package/dist/hooks/useBrowserInfo.js +0 -9
  3454. package/dist/hooks/useBrowserInfo.js.map +0 -1
  3455. package/dist/lib/adaptivity.d.ts +0 -38
  3456. package/dist/lib/adaptivity.js +0 -94
  3457. package/dist/lib/adaptivity.js.map +0 -1
  3458. package/dist/lib/jsxRuntime.d.js +0 -2
  3459. package/dist/lib/jsxRuntime.d.js.map +0 -1
  3460. package/dist/lib/jsxRuntime.d.ts +0 -8
  3461. package/dist/lib/jsxRuntime.js +0 -43
  3462. package/dist/lib/jsxRuntime.js.map +0 -1
  3463. package/dist/lib/prefixClass.d.ts +0 -1
  3464. package/dist/lib/prefixClass.js +0 -28
  3465. package/dist/lib/prefixClass.js.map +0 -1
  3466. package/dist/unstable/index.d.ts +0 -15
  3467. package/dist/unstable/index.js +0 -10
  3468. package/dist/unstable/index.js.map +0 -1
  3469. package/dist/unstable.css +0 -3
  3470. package/dist/unstable.css.map +0 -1
  3471. package/dist/unstable.js.tmp +0 -24
  3472. package/docs/ADAPTIVITY_GUIDE.md +0 -101
  3473. package/docs/CONTRIBUTING.md +0 -116
  3474. package/docs/CSS_GUIDE.md +0 -145
  3475. package/docs/MANIFESTO.md +0 -33
  3476. package/docs/TESTING.md +0 -58
  3477. package/e2e/browser/jest-mock.ts +0 -47
  3478. package/e2e/browser/mount.ts +0 -9
  3479. package/e2e/browser/runtime.ts +0 -5
  3480. package/e2e/browser/test-handle.ts +0 -38
  3481. package/e2e/detectEnv.d.ts +0 -3
  3482. package/e2e/detectEnv.js +0 -22
  3483. package/e2e/dist/font/LICENSE.txt +0 -202
  3484. package/e2e/dist/font/Roboto-Bold.ttf +0 -0
  3485. package/e2e/dist/font/Roboto-Italic.ttf +0 -0
  3486. package/e2e/dist/font/Roboto-Medium.ttf +0 -0
  3487. package/e2e/dist/font/Roboto-Regular.ttf +0 -0
  3488. package/e2e/docker-compose.yml +0 -6
  3489. package/e2e/docker.ts +0 -13
  3490. package/e2e/generateWebpackConfig.ts +0 -84
  3491. package/e2e/index.ts +0 -46
  3492. package/e2e/jest/globalSetup.ts +0 -59
  3493. package/e2e/jest/globalTeardown.ts +0 -15
  3494. package/e2e/jest/jsdomPlaywrightEnv.js +0 -5
  3495. package/e2e/jest/matchers.ts +0 -23
  3496. package/e2e/jest.e2e.config.js +0 -52
  3497. package/e2e/styles.test.css +0 -60
  3498. package/e2e/types.d.ts +0 -3
  3499. package/jest.unit.config.js +0 -14
  3500. package/packages/eslint-plugin-vkui/index.js +0 -64
  3501. package/packages/eslint-plugin-vkui/package.json +0 -5
  3502. package/packages/postcss-check-keyframes/index.js +0 -36
  3503. package/packages/postcss-plugin-vk-sans/__tests__/VkSansMandatoryDeclarations.test.js +0 -207
  3504. package/packages/postcss-plugin-vk-sans/__tests__/custom_properties.css +0 -4
  3505. package/packages/postcss-plugin-vk-sans/index.js +0 -351
  3506. package/packages/postcss-restructure-variable/index.js +0 -233
  3507. package/packages/postcss-restructure-variable/postcss-restructure-variable.test.js +0 -170
  3508. package/packages/postcss-scope-root/index.js +0 -13
  3509. package/packages/stylelint-atomic/index.js +0 -57
  3510. package/packages/stylelint-atomic/stylelint-atomic.test.js +0 -42
  3511. package/packages/stylelint-bad-multiplication/index.js +0 -69
  3512. package/packages/stylelint-bad-multiplication/stylelint-bad-multiplication.test.js +0 -33
  3513. package/packages/token-translator/.gitignore +0 -2
  3514. package/packages/token-translator/.yarnrc +0 -1
  3515. package/packages/token-translator/jest.config.ts +0 -4
  3516. package/packages/token-translator/package.json +0 -32
  3517. package/packages/token-translator/src/file-replacer.ts +0 -46
  3518. package/packages/token-translator/src/index.ts +0 -149
  3519. package/packages/token-translator/src/jsx-transformer.test.ts +0 -54
  3520. package/packages/token-translator/src/jsx-transformer.ts +0 -70
  3521. package/packages/token-translator/src/postcss-token-translator.test.ts +0 -99
  3522. package/packages/token-translator/src/postcss-token-translator.ts +0 -34
  3523. package/packages/token-translator/src/styleProperty.ts +0 -77
  3524. package/packages/token-translator/src/tokens.json +0 -310
  3525. package/packages/token-translator/tsconfig.json +0 -12
  3526. package/packages/token-translator/yarn.lock +0 -2298
  3527. package/postcss.config.js +0 -101
  3528. package/shared.js +0 -50
  3529. package/src/components/ActionSheet/ActionSheet.css +0 -115
  3530. package/src/components/ActionSheet/ActionSheet.e2e.tsx +0 -110
  3531. package/src/components/ActionSheet/ActionSheet.test.tsx +0 -125
  3532. package/src/components/ActionSheet/ActionSheet.tsx +0 -145
  3533. package/src/components/ActionSheet/ActionSheetContext.ts +0 -18
  3534. package/src/components/ActionSheet/ActionSheetDefaultIosCloseItem.tsx +0 -12
  3535. package/src/components/ActionSheet/ActionSheetDropdown.tsx +0 -38
  3536. package/src/components/ActionSheet/ActionSheetDropdownDesktop.tsx +0 -101
  3537. package/src/components/ActionSheet/Readme.md +0 -233
  3538. package/src/components/ActionSheet/__image_snapshots__/actionsheet-android-light-w_2-1-snap.png +0 -3
  3539. package/src/components/ActionSheet/__image_snapshots__/actionsheet-ios-light-w_2-1-snap.png +0 -3
  3540. package/src/components/ActionSheet/__image_snapshots__/actionsheet-vkcom-light-w_5-1-snap.png +0 -3
  3541. package/src/components/ActionSheet/types.ts +0 -16
  3542. package/src/components/ActionSheetItem/ActionSheetItem.css +0 -244
  3543. package/src/components/ActionSheetItem/ActionSheetItem.test.tsx +0 -35
  3544. package/src/components/ActionSheetItem/ActionSheetItem.tsx +0 -148
  3545. package/src/components/ActionSheetItem/Readme.md +0 -2
  3546. package/src/components/AdaptivityProvider/AdaptivityContext.tsx +0 -28
  3547. package/src/components/AdaptivityProvider/AdaptivityProvider.test.tsx +0 -204
  3548. package/src/components/AdaptivityProvider/AdaptivityProvider.tsx +0 -156
  3549. package/src/components/AdaptivityProvider/Readme.md +0 -3
  3550. package/src/components/Alert/Alert.css +0 -288
  3551. package/src/components/Alert/Alert.test.e2e.tsx +0 -67
  3552. package/src/components/Alert/Alert.test.tsx +0 -74
  3553. package/src/components/Alert/Alert.tsx +0 -251
  3554. package/src/components/Alert/Readme.md +0 -112
  3555. package/src/components/Alert/__image_snapshots__/alert-android-light-1-snap.png +0 -3
  3556. package/src/components/Alert/__image_snapshots__/alert-ios-light-1-snap.png +0 -3
  3557. package/src/components/Alert/__image_snapshots__/alert-vkcom-light-1-snap.png +0 -3
  3558. package/src/components/AppRoot/AppRoot.css +0 -27
  3559. package/src/components/AppRoot/AppRoot.test.tsx +0 -101
  3560. package/src/components/AppRoot/AppRoot.tsx +0 -199
  3561. package/src/components/AppRoot/AppRootContext.ts +0 -14
  3562. package/src/components/AppRoot/AppRootPortal.tsx +0 -42
  3563. package/src/components/AppRoot/Readme.md +0 -9
  3564. package/src/components/AppRoot/ScrollContext.tsx +0 -260
  3565. package/src/components/AppearanceProvider/AppearanceProvider.tsx +0 -59
  3566. package/src/components/AppearanceProvider/AppearanceProviderContext.tsx +0 -7
  3567. package/src/components/Avatar/Avatar.e2e.tsx +0 -49
  3568. package/src/components/Avatar/Avatar.module.css +0 -84
  3569. package/src/components/Avatar/Avatar.test.tsx +0 -77
  3570. package/src/components/Avatar/Avatar.tsx +0 -148
  3571. package/src/components/Avatar/Readme.md +0 -254
  3572. package/src/components/Avatar/__image_snapshots__/avatar-android-light-1-snap.png +0 -3
  3573. package/src/components/Avatar/__image_snapshots__/avatar-ios-light-1-snap.png +0 -3
  3574. package/src/components/Avatar/__image_snapshots__/avatar-vkcom-light-1-snap.png +0 -3
  3575. package/src/components/Avatar/helpers.ts +0 -36
  3576. package/src/components/Avatar/icons.tsx +0 -33
  3577. package/src/components/Badge/Badge.css +0 -16
  3578. package/src/components/Badge/Badge.test.tsx +0 -6
  3579. package/src/components/Badge/Badge.tsx +0 -14
  3580. package/src/components/Badge/Readme.md +0 -55
  3581. package/src/components/Banner/Banner.css +0 -146
  3582. package/src/components/Banner/Banner.e2e.tsx +0 -54
  3583. package/src/components/Banner/Banner.test.tsx +0 -42
  3584. package/src/components/Banner/Banner.tsx +0 -199
  3585. package/src/components/Banner/Readme.md +0 -205
  3586. package/src/components/Banner/__image_snapshots__/banner-android-light-1-snap.png +0 -3
  3587. package/src/components/Banner/__image_snapshots__/banner-ios-light-1-snap.png +0 -3
  3588. package/src/components/Banner/__image_snapshots__/banner-vkcom-light-1-snap.png +0 -3
  3589. package/src/components/BaseGallery/BaseGallery.css +0 -75
  3590. package/src/components/BaseGallery/BaseGallery.tsx +0 -392
  3591. package/src/components/BaseGallery/helpers.ts +0 -51
  3592. package/src/components/BaseGallery/types.ts +0 -52
  3593. package/src/components/Button/Button.e2e.tsx +0 -66
  3594. package/src/components/Button/Button.module.css +0 -682
  3595. package/src/components/Button/Button.test.tsx +0 -43
  3596. package/src/components/Button/Button.tsx +0 -95
  3597. package/src/components/Button/Readme.md +0 -168
  3598. package/src/components/Button/__image_snapshots__/button-android-light-1-snap.png +0 -3
  3599. package/src/components/Button/__image_snapshots__/button-ios-light-1-snap.png +0 -3
  3600. package/src/components/Button/__image_snapshots__/button-vkcom-light-1-snap.png +0 -3
  3601. package/src/components/ButtonGroup/ButtonGroup.e2e.tsx +0 -84
  3602. package/src/components/ButtonGroup/ButtonGroup.module.css +0 -75
  3603. package/src/components/ButtonGroup/ButtonGroup.test.tsx +0 -6
  3604. package/src/components/ButtonGroup/ButtonGroup.tsx +0 -59
  3605. package/src/components/ButtonGroup/Readme.md +0 -327
  3606. package/src/components/ButtonGroup/__image_snapshots__/buttongroup-align-android-light-1-snap.png +0 -3
  3607. package/src/components/ButtonGroup/__image_snapshots__/buttongroup-align-ios-light-1-snap.png +0 -3
  3608. package/src/components/ButtonGroup/__image_snapshots__/buttongroup-align-vkcom-light-1-snap.png +0 -3
  3609. package/src/components/ButtonGroup/__image_snapshots__/buttongroup-android-light-1-snap.png +0 -3
  3610. package/src/components/ButtonGroup/__image_snapshots__/buttongroup-ios-light-1-snap.png +0 -3
  3611. package/src/components/ButtonGroup/__image_snapshots__/buttongroup-vkcom-light-1-snap.png +0 -3
  3612. package/src/components/Calendar/Calendar.css +0 -31
  3613. package/src/components/Calendar/Calendar.e2e.tsx +0 -36
  3614. package/src/components/Calendar/Calendar.test.tsx +0 -6
  3615. package/src/components/Calendar/Calendar.tsx +0 -226
  3616. package/src/components/Calendar/Readme.md +0 -127
  3617. package/src/components/Calendar/__image_snapshots__/calendar-android-light-1-snap.png +0 -3
  3618. package/src/components/Calendar/__image_snapshots__/calendar-ios-light-1-snap.png +0 -3
  3619. package/src/components/Calendar/__image_snapshots__/calendar-vkcom-light-1-snap.png +0 -3
  3620. package/src/components/CalendarDay/CalendarDay.css +0 -85
  3621. package/src/components/CalendarDay/CalendarDay.test.tsx +0 -26
  3622. package/src/components/CalendarDay/CalendarDay.tsx +0 -125
  3623. package/src/components/CalendarDays/CalendarDays.css +0 -31
  3624. package/src/components/CalendarDays/CalendarDays.tsx +0 -132
  3625. package/src/components/CalendarHeader/CalendarHeader.css +0 -40
  3626. package/src/components/CalendarHeader/CalendarHeader.test.tsx +0 -27
  3627. package/src/components/CalendarHeader/CalendarHeader.tsx +0 -185
  3628. package/src/components/CalendarRange/CalendarRange.css +0 -27
  3629. package/src/components/CalendarRange/CalendarRange.e2e.tsx +0 -23
  3630. package/src/components/CalendarRange/CalendarRange.test.tsx +0 -6
  3631. package/src/components/CalendarRange/CalendarRange.tsx +0 -284
  3632. package/src/components/CalendarRange/Readme.md +0 -88
  3633. package/src/components/CalendarRange/__image_snapshots__/calendarrange-android-light-1-snap.png +0 -3
  3634. package/src/components/CalendarRange/__image_snapshots__/calendarrange-ios-light-1-snap.png +0 -3
  3635. package/src/components/CalendarRange/__image_snapshots__/calendarrange-vkcom-light-1-snap.png +0 -3
  3636. package/src/components/CalendarTime/CalendarTime.css +0 -18
  3637. package/src/components/CalendarTime/CalendarTime.tsx +0 -92
  3638. package/src/components/Card/Card.css +0 -91
  3639. package/src/components/Card/Card.e2e.tsx +0 -13
  3640. package/src/components/Card/Card.test.tsx +0 -6
  3641. package/src/components/Card/Card.tsx +0 -30
  3642. package/src/components/Card/Readme.md +0 -39
  3643. package/src/components/Card/__image_snapshots__/card-android-light-1-snap.png +0 -3
  3644. package/src/components/Card/__image_snapshots__/card-ios-light-1-snap.png +0 -3
  3645. package/src/components/Card/__image_snapshots__/card-vkcom-light-1-snap.png +0 -3
  3646. package/src/components/CardGrid/CardGrid.css +0 -95
  3647. package/src/components/CardGrid/CardGrid.test.tsx +0 -6
  3648. package/src/components/CardGrid/CardGrid.tsx +0 -39
  3649. package/src/components/CardGrid/Readme.md +0 -46
  3650. package/src/components/CardScroll/CardScroll.css +0 -62
  3651. package/src/components/CardScroll/CardScroll.e2e.tsx +0 -26
  3652. package/src/components/CardScroll/CardScroll.test.tsx +0 -6
  3653. package/src/components/CardScroll/CardScroll.tsx +0 -118
  3654. package/src/components/CardScroll/Readme.md +0 -62
  3655. package/src/components/CardScroll/__image_snapshots__/cardscroll-android-light-1-snap.png +0 -3
  3656. package/src/components/CardScroll/__image_snapshots__/cardscroll-ios-light-1-snap.png +0 -3
  3657. package/src/components/CardScroll/__image_snapshots__/cardscroll-vkcom-light-1-snap.png +0 -3
  3658. package/src/components/Cell/Cell.css +0 -61
  3659. package/src/components/Cell/Cell.e2e.tsx +0 -29
  3660. package/src/components/Cell/Cell.test.tsx +0 -77
  3661. package/src/components/Cell/Cell.tsx +0 -182
  3662. package/src/components/Cell/CellCheckbox/CellCheckbox.css +0 -17
  3663. package/src/components/Cell/CellCheckbox/CellCheckbox.test.tsx +0 -6
  3664. package/src/components/Cell/CellCheckbox/CellCheckbox.tsx +0 -46
  3665. package/src/components/Cell/CellDragger/CellDragger.css +0 -4
  3666. package/src/components/Cell/CellDragger/CellDragger.test.tsx +0 -6
  3667. package/src/components/Cell/CellDragger/CellDragger.tsx +0 -37
  3668. package/src/components/Cell/Readme.md +0 -163
  3669. package/src/components/Cell/__image_snapshots__/cell-android-light-1-snap.png +0 -3
  3670. package/src/components/Cell/__image_snapshots__/cell-ios-light-1-snap.png +0 -3
  3671. package/src/components/Cell/__image_snapshots__/cell-vkcom-light-1-snap.png +0 -3
  3672. package/src/components/Cell/useDraggable.tsx +0 -126
  3673. package/src/components/CellButton/CellButton.css +0 -52
  3674. package/src/components/CellButton/CellButton.e2e.tsx +0 -37
  3675. package/src/components/CellButton/CellButton.test.tsx +0 -6
  3676. package/src/components/CellButton/CellButton.tsx +0 -29
  3677. package/src/components/CellButton/Readme.md +0 -53
  3678. package/src/components/CellButton/__image_snapshots__/cellbutton-android-light-1-snap.png +0 -3
  3679. package/src/components/CellButton/__image_snapshots__/cellbutton-ios-light-1-snap.png +0 -3
  3680. package/src/components/CellButton/__image_snapshots__/cellbutton-vkcom-light-1-snap.png +0 -3
  3681. package/src/components/Checkbox/Checkbox.css +0 -158
  3682. package/src/components/Checkbox/Checkbox.e2e.tsx +0 -50
  3683. package/src/components/Checkbox/Checkbox.test.tsx +0 -28
  3684. package/src/components/Checkbox/Checkbox.tsx +0 -166
  3685. package/src/components/Checkbox/Readme.md +0 -39
  3686. package/src/components/Checkbox/__image_snapshots__/checkbox-android-light-1-snap.png +0 -3
  3687. package/src/components/Checkbox/__image_snapshots__/checkbox-ios-light-1-snap.png +0 -3
  3688. package/src/components/Checkbox/__image_snapshots__/checkbox-simple-android-light-1-snap.png +0 -3
  3689. package/src/components/Checkbox/__image_snapshots__/checkbox-simple-ios-light-1-snap.png +0 -3
  3690. package/src/components/Checkbox/__image_snapshots__/checkbox-simple-vkcom-light-1-snap.png +0 -3
  3691. package/src/components/Checkbox/__image_snapshots__/checkbox-sizes-and-description-android-light-1-snap.png +0 -3
  3692. package/src/components/Checkbox/__image_snapshots__/checkbox-sizes-and-description-ios-light-1-snap.png +0 -3
  3693. package/src/components/Checkbox/__image_snapshots__/checkbox-sizes-and-description-vkcom-light-1-snap.png +0 -3
  3694. package/src/components/Checkbox/__image_snapshots__/checkbox-vkcom-light-1-snap.png +0 -3
  3695. package/src/components/Chip/Chip.css +0 -67
  3696. package/src/components/Chip/Chip.e2e.tsx +0 -18
  3697. package/src/components/Chip/Chip.test.tsx +0 -22
  3698. package/src/components/Chip/Chip.tsx +0 -91
  3699. package/src/components/Chip/Readme.md +0 -81
  3700. package/src/components/Chip/__image_snapshots__/chip-android-light-1-snap.png +0 -3
  3701. package/src/components/Chip/__image_snapshots__/chip-ios-light-1-snap.png +0 -3
  3702. package/src/components/Chip/__image_snapshots__/chip-vkcom-light-1-snap.png +0 -3
  3703. package/src/components/ChipsInput/ChipsInput.css +0 -3
  3704. package/src/components/ChipsInput/ChipsInput.e2e.tsx +0 -30
  3705. package/src/components/ChipsInput/ChipsInput.test.tsx +0 -6
  3706. package/src/components/ChipsInput/ChipsInput.tsx +0 -42
  3707. package/src/components/ChipsInput/Readme.md +0 -94
  3708. package/src/components/ChipsInput/__image_snapshots__/chipsinput-android-light-1-snap.png +0 -3
  3709. package/src/components/ChipsInput/__image_snapshots__/chipsinput-ios-light-1-snap.png +0 -3
  3710. package/src/components/ChipsInput/__image_snapshots__/chipsinput-vkcom-light-1-snap.png +0 -3
  3711. package/src/components/ChipsInputBase/ChipsInputBase.css +0 -73
  3712. package/src/components/ChipsInputBase/ChipsInputBase.test.tsx +0 -104
  3713. package/src/components/ChipsInputBase/ChipsInputBase.tsx +0 -206
  3714. package/src/components/ChipsSelect/ChipsSelect.css +0 -17
  3715. package/src/components/ChipsSelect/ChipsSelect.test.tsx +0 -165
  3716. package/src/components/ChipsSelect/ChipsSelect.tsx +0 -480
  3717. package/src/components/ChipsSelect/Readme.md +0 -115
  3718. package/src/components/ConfigProvider/ConfigProvider.test.tsx +0 -77
  3719. package/src/components/ConfigProvider/ConfigProvider.tsx +0 -86
  3720. package/src/components/ConfigProvider/ConfigProviderContext.tsx +0 -50
  3721. package/src/components/ConfigProvider/Readme.md +0 -1
  3722. package/src/components/ContentCard/ContentCard.css +0 -31
  3723. package/src/components/ContentCard/ContentCard.e2e.tsx +0 -17
  3724. package/src/components/ContentCard/ContentCard.test.tsx +0 -53
  3725. package/src/components/ContentCard/ContentCard.tsx +0 -137
  3726. package/src/components/ContentCard/Readme.md +0 -71
  3727. package/src/components/ContentCard/__image_snapshots__/contentcard-android-light-1-snap.png +0 -3
  3728. package/src/components/ContentCard/__image_snapshots__/contentcard-ios-light-1-snap.png +0 -3
  3729. package/src/components/ContentCard/__image_snapshots__/contentcard-vkcom-light-1-snap.png +0 -3
  3730. package/src/components/Counter/Counter.css +0 -128
  3731. package/src/components/Counter/Counter.e2e.tsx +0 -20
  3732. package/src/components/Counter/Counter.test.tsx +0 -13
  3733. package/src/components/Counter/Counter.tsx +0 -47
  3734. package/src/components/Counter/Readme.md +0 -119
  3735. package/src/components/Counter/__image_snapshots__/counter-android-light-1-snap.png +0 -3
  3736. package/src/components/Counter/__image_snapshots__/counter-ios-light-1-snap.png +0 -3
  3737. package/src/components/Counter/__image_snapshots__/counter-vkcom-light-1-snap.png +0 -3
  3738. package/src/components/CustomScrollView/CustomScrollView.css +0 -84
  3739. package/src/components/CustomScrollView/CustomScrollView.tsx +0 -209
  3740. package/src/components/CustomScrollView/useTrackerVisibility.ts +0 -109
  3741. package/src/components/CustomSelect/CustomSelect.css +0 -22
  3742. package/src/components/CustomSelect/CustomSelect.e2e.tsx +0 -38
  3743. package/src/components/CustomSelect/CustomSelect.test.tsx +0 -450
  3744. package/src/components/CustomSelect/CustomSelect.tsx +0 -761
  3745. package/src/components/CustomSelect/Readme.md +0 -321
  3746. package/src/components/CustomSelect/__image_snapshots__/customselect-android-light-1-snap.png +0 -3
  3747. package/src/components/CustomSelect/__image_snapshots__/customselect-ios-light-1-snap.png +0 -3
  3748. package/src/components/CustomSelect/__image_snapshots__/customselect-vkcom-light-1-snap.png +0 -3
  3749. package/src/components/CustomSelectDropdown/CustomSelectDropdown.css +0 -42
  3750. package/src/components/CustomSelectDropdown/CustomSelectDropdown.test.tsx +0 -32
  3751. package/src/components/CustomSelectDropdown/CustomSelectDropdown.tsx +0 -137
  3752. package/src/components/CustomSelectOption/CustomSelectOption.css +0 -78
  3753. package/src/components/CustomSelectOption/CustomSelectOption.e2e.tsx +0 -41
  3754. package/src/components/CustomSelectOption/CustomSelectOption.test.tsx +0 -6
  3755. package/src/components/CustomSelectOption/CustomSelectOption.tsx +0 -130
  3756. package/src/components/CustomSelectOption/Readme.md +0 -52
  3757. package/src/components/CustomSelectOption/__image_snapshots__/customselectoption-android-light-1-snap.png +0 -3
  3758. package/src/components/CustomSelectOption/__image_snapshots__/customselectoption-ios-light-1-snap.png +0 -3
  3759. package/src/components/CustomSelectOption/__image_snapshots__/customselectoption-vkcom-light-1-snap.png +0 -3
  3760. package/src/components/DateInput/DateInput.css +0 -27
  3761. package/src/components/DateInput/DateInput.e2e.tsx +0 -17
  3762. package/src/components/DateInput/DateInput.test.tsx +0 -6
  3763. package/src/components/DateInput/DateInput.tsx +0 -342
  3764. package/src/components/DateInput/Readme.md +0 -129
  3765. package/src/components/DateInput/__image_snapshots__/dateinput-android-light-1-snap.png +0 -3
  3766. package/src/components/DateInput/__image_snapshots__/dateinput-ios-light-1-snap.png +0 -3
  3767. package/src/components/DateInput/__image_snapshots__/dateinput-vkcom-light-1-snap.png +0 -3
  3768. package/src/components/DatePicker/DatePicker.css +0 -30
  3769. package/src/components/DatePicker/DatePicker.test.tsx +0 -186
  3770. package/src/components/DatePicker/DatePicker.tsx +0 -226
  3771. package/src/components/DatePicker/Readme.md +0 -40
  3772. package/src/components/DateRangeInput/DateRangeInput.css +0 -23
  3773. package/src/components/DateRangeInput/DateRangeInput.e2e.tsx +0 -22
  3774. package/src/components/DateRangeInput/DateRangeInput.test.tsx +0 -6
  3775. package/src/components/DateRangeInput/DateRangeInput.tsx +0 -366
  3776. package/src/components/DateRangeInput/Readme.md +0 -109
  3777. package/src/components/DateRangeInput/__image_snapshots__/daterangeinput-android-light-1-snap.png +0 -3
  3778. package/src/components/DateRangeInput/__image_snapshots__/daterangeinput-ios-light-1-snap.png +0 -3
  3779. package/src/components/DateRangeInput/__image_snapshots__/daterangeinput-vkcom-light-1-snap.png +0 -3
  3780. package/src/components/DeviceConditionalRender/DeviceConditionalRender.css +0 -20
  3781. package/src/components/DeviceConditionalRender/DeviceConditionalRender.e2e.tsx +0 -34
  3782. package/src/components/DeviceConditionalRender/DeviceConditionalRender.tsx +0 -42
  3783. package/src/components/DeviceConditionalRender/__image_snapshots__/deviceconditionalrender-android-light-1-snap.png +0 -3
  3784. package/src/components/DeviceConditionalRender/__image_snapshots__/deviceconditionalrender-ios-light-1-snap.png +0 -3
  3785. package/src/components/DeviceConditionalRender/__image_snapshots__/deviceconditionalrender-vkcom-light-1-snap.png +0 -3
  3786. package/src/components/Div/Div.css +0 -4
  3787. package/src/components/Div/Div.test.tsx +0 -6
  3788. package/src/components/Div/Div.tsx +0 -18
  3789. package/src/components/Div/Readme.md +0 -17
  3790. package/src/components/DropdownIcon/DropdownIcon.tsx +0 -28
  3791. package/src/components/Epic/Epic.css +0 -4
  3792. package/src/components/Epic/Epic.test.tsx +0 -13
  3793. package/src/components/Epic/Epic.tsx +0 -40
  3794. package/src/components/Epic/Readme.md +0 -243
  3795. package/src/components/Epic/ScrollSaver.tsx +0 -27
  3796. package/src/components/File/File.test.tsx +0 -6
  3797. package/src/components/File/File.tsx +0 -61
  3798. package/src/components/File/Readme.md +0 -23
  3799. package/src/components/FixedLayout/FixedLayout.css +0 -52
  3800. package/src/components/FixedLayout/FixedLayout.test.tsx +0 -6
  3801. package/src/components/FixedLayout/FixedLayout.tsx +0 -83
  3802. package/src/components/FixedLayout/Readme.md +0 -111
  3803. package/src/components/FocusTrap/FocusTrap.test.tsx +0 -172
  3804. package/src/components/FocusTrap/FocusTrap.tsx +0 -147
  3805. package/src/components/FocusVisible/FocusVisible.css +0 -72
  3806. package/src/components/FocusVisible/FocusVisible.tsx +0 -18
  3807. package/src/components/Footer/Footer.css +0 -8
  3808. package/src/components/Footer/Footer.test.tsx +0 -6
  3809. package/src/components/Footer/Footer.tsx +0 -17
  3810. package/src/components/Footer/Readme.md +0 -23
  3811. package/src/components/FormField/FormField.css +0 -201
  3812. package/src/components/FormField/FormField.test.tsx +0 -6
  3813. package/src/components/FormField/FormField.tsx +0 -96
  3814. package/src/components/FormField/Readme.md +0 -35
  3815. package/src/components/FormItem/FormItem.css +0 -107
  3816. package/src/components/FormItem/FormItem.e2e.tsx +0 -44
  3817. package/src/components/FormItem/FormItem.test.tsx +0 -6
  3818. package/src/components/FormItem/FormItem.tsx +0 -84
  3819. package/src/components/FormItem/Readme.md +0 -183
  3820. package/src/components/FormItem/__image_snapshots__/formitem-android-light-1-snap.png +0 -3
  3821. package/src/components/FormItem/__image_snapshots__/formitem-ios-light-1-snap.png +0 -3
  3822. package/src/components/FormItem/__image_snapshots__/formitem-vkcom-light-1-snap.png +0 -3
  3823. package/src/components/FormLayout/FormLayout.css +0 -16
  3824. package/src/components/FormLayout/FormLayout.test.tsx +0 -6
  3825. package/src/components/FormLayout/FormLayout.tsx +0 -34
  3826. package/src/components/FormLayout/Readme.md +0 -2
  3827. package/src/components/FormLayoutGroup/FormLayoutGroup.css +0 -60
  3828. package/src/components/FormLayoutGroup/FormLayoutGroup.e2e.tsx +0 -195
  3829. package/src/components/FormLayoutGroup/FormLayoutGroup.test.tsx +0 -6
  3830. package/src/components/FormLayoutGroup/FormLayoutGroup.tsx +0 -78
  3831. package/src/components/FormLayoutGroup/Readme.md +0 -73
  3832. package/src/components/FormLayoutGroup/__image_snapshots__/formlayoutgroup-android-light-1-snap.png +0 -3
  3833. package/src/components/FormLayoutGroup/__image_snapshots__/formlayoutgroup-ios-light-1-snap.png +0 -3
  3834. package/src/components/FormLayoutGroup/__image_snapshots__/formlayoutgroup-vkcom-light-1-snap.png +0 -3
  3835. package/src/components/Gallery/Gallery.test.tsx +0 -47
  3836. package/src/components/Gallery/Gallery.tsx +0 -76
  3837. package/src/components/Gallery/Readme.md +0 -145
  3838. package/src/components/Gradient/Gradient.css +0 -23
  3839. package/src/components/Gradient/Gradient.test.tsx +0 -6
  3840. package/src/components/Gradient/Gradient.tsx +0 -38
  3841. package/src/components/Gradient/Readme.md +0 -92
  3842. package/src/components/GridAvatar/GridAvatar.css +0 -34
  3843. package/src/components/GridAvatar/GridAvatar.e2e.tsx +0 -27
  3844. package/src/components/GridAvatar/GridAvatar.test.tsx +0 -19
  3845. package/src/components/GridAvatar/GridAvatar.tsx +0 -47
  3846. package/src/components/GridAvatar/Readme.md +0 -24
  3847. package/src/components/GridAvatar/__image_snapshots__/gridavatar-android-light-1-snap.png +0 -3
  3848. package/src/components/GridAvatar/__image_snapshots__/gridavatar-ios-light-1-snap.png +0 -3
  3849. package/src/components/GridAvatar/__image_snapshots__/gridavatar-vkcom-light-1-snap.png +0 -3
  3850. package/src/components/Group/Group.css +0 -159
  3851. package/src/components/Group/Group.test.tsx +0 -6
  3852. package/src/components/Group/Group.tsx +0 -108
  3853. package/src/components/Group/Readme.md +0 -151
  3854. package/src/components/Header/Header.css +0 -163
  3855. package/src/components/Header/Header.e2e.tsx +0 -51
  3856. package/src/components/Header/Header.test.tsx +0 -102
  3857. package/src/components/Header/Header.tsx +0 -142
  3858. package/src/components/Header/Readme.md +0 -121
  3859. package/src/components/Header/__image_snapshots__/header-android-light-1-snap.png +0 -3
  3860. package/src/components/Header/__image_snapshots__/header-ios-light-1-snap.png +0 -3
  3861. package/src/components/Header/__image_snapshots__/header-vkcom-light-1-snap.png +0 -3
  3862. package/src/components/HorizontalCell/HorizontalCell.css +0 -77
  3863. package/src/components/HorizontalCell/HorizontalCell.test.tsx +0 -6
  3864. package/src/components/HorizontalCell/HorizontalCell.tsx +0 -81
  3865. package/src/components/HorizontalCell/Readme.md +0 -233
  3866. package/src/components/HorizontalScroll/HorizontalScroll.css +0 -73
  3867. package/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx +0 -118
  3868. package/src/components/HorizontalScroll/HorizontalScroll.test.tsx +0 -6
  3869. package/src/components/HorizontalScroll/HorizontalScroll.tsx +0 -239
  3870. package/src/components/HorizontalScroll/HorizontalScrollArrow.css +0 -70
  3871. package/src/components/HorizontalScroll/HorizontalScrollArrow.tsx +0 -54
  3872. package/src/components/HorizontalScroll/Readme.md +0 -68
  3873. package/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-android-light-w_2-1-snap.png +0 -3
  3874. package/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-android-light-w_3-1-snap.png +0 -3
  3875. package/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-1-snap.png +0 -3
  3876. package/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-has-arrows-on-mouse-hover-1-snap.png +0 -3
  3877. package/src/components/HoverPopper/HoverPopper.tsx +0 -102
  3878. package/src/components/IconButton/IconButton.css +0 -122
  3879. package/src/components/IconButton/IconButton.e2e.tsx +0 -30
  3880. package/src/components/IconButton/IconButton.test.tsx +0 -30
  3881. package/src/components/IconButton/IconButton.tsx +0 -40
  3882. package/src/components/IconButton/Readme.md +0 -51
  3883. package/src/components/IconButton/__image_snapshots__/iconbutton-android-light-1-snap.png +0 -3
  3884. package/src/components/IconButton/__image_snapshots__/iconbutton-ios-light-1-snap.png +0 -3
  3885. package/src/components/IconButton/__image_snapshots__/iconbutton-vkcom-light-1-snap.png +0 -3
  3886. package/src/components/Image/Image.e2e.tsx +0 -36
  3887. package/src/components/Image/Image.module.css +0 -14
  3888. package/src/components/Image/Image.test.tsx +0 -66
  3889. package/src/components/Image/Image.tsx +0 -101
  3890. package/src/components/Image/Readme.md +0 -194
  3891. package/src/components/Image/__image_snapshots__/image-android-light-1-snap.png +0 -3
  3892. package/src/components/Image/__image_snapshots__/image-ios-light-1-snap.png +0 -3
  3893. package/src/components/Image/__image_snapshots__/image-vkcom-light-1-snap.png +0 -3
  3894. package/src/components/ImageBase/ImageBase.module.css +0 -128
  3895. package/src/components/ImageBase/ImageBase.test.tsx +0 -119
  3896. package/src/components/ImageBase/ImageBase.tsx +0 -183
  3897. package/src/components/ImageBase/ImageBaseBadge/ImageBaseBadge.module.css +0 -26
  3898. package/src/components/ImageBase/ImageBaseBadge/ImageBaseBadge.tsx +0 -59
  3899. package/src/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.module.css +0 -35
  3900. package/src/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.tsx +0 -96
  3901. package/src/components/ImageBase/types.ts +0 -24
  3902. package/src/components/InfoRow/InfoRow.css +0 -14
  3903. package/src/components/InfoRow/InfoRow.e2e.tsx +0 -14
  3904. package/src/components/InfoRow/InfoRow.test.tsx +0 -6
  3905. package/src/components/InfoRow/InfoRow.tsx +0 -23
  3906. package/src/components/InfoRow/Readme.md +0 -27
  3907. package/src/components/InfoRow/__image_snapshots__/inforow-android-light-1-snap.png +0 -3
  3908. package/src/components/InfoRow/__image_snapshots__/inforow-ios-light-1-snap.png +0 -3
  3909. package/src/components/InfoRow/__image_snapshots__/inforow-vkcom-light-1-snap.png +0 -3
  3910. package/src/components/Input/Input.css +0 -67
  3911. package/src/components/Input/Input.e2e.tsx +0 -22
  3912. package/src/components/Input/Input.test.tsx +0 -6
  3913. package/src/components/Input/Input.tsx +0 -53
  3914. package/src/components/Input/Readme.md +0 -150
  3915. package/src/components/Input/__image_snapshots__/input-android-light-1-snap.png +0 -3
  3916. package/src/components/Input/__image_snapshots__/input-ios-light-1-snap.png +0 -3
  3917. package/src/components/Input/__image_snapshots__/input-vkcom-light-1-snap.png +0 -3
  3918. package/src/components/InputLike/InputLike.css +0 -25
  3919. package/src/components/InputLike/InputLike.tsx +0 -72
  3920. package/src/components/InputLike/InputLikeDivider.css +0 -4
  3921. package/src/components/InputLike/InputLikeDivider.tsx +0 -13
  3922. package/src/components/Link/Link.css +0 -39
  3923. package/src/components/Link/Link.test.tsx +0 -29
  3924. package/src/components/Link/Link.tsx +0 -28
  3925. package/src/components/Link/Readme.md +0 -40
  3926. package/src/components/List/List.css +0 -2
  3927. package/src/components/List/List.test.tsx +0 -6
  3928. package/src/components/List/List.tsx +0 -25
  3929. package/src/components/List/ListContext.ts +0 -6
  3930. package/src/components/List/Readme.md +0 -22
  3931. package/src/components/LocaleProviderContext/LocaleProviderContext.tsx +0 -5
  3932. package/src/components/MiniInfoCell/MiniInfoCell.css +0 -78
  3933. package/src/components/MiniInfoCell/MiniInfoCell.e2e.tsx +0 -67
  3934. package/src/components/MiniInfoCell/MiniInfoCell.test.tsx +0 -6
  3935. package/src/components/MiniInfoCell/MiniInfoCell.tsx +0 -89
  3936. package/src/components/MiniInfoCell/Readme.md +0 -155
  3937. package/src/components/MiniInfoCell/__image_snapshots__/miniinfocell-android-light-1-snap.png +0 -3
  3938. package/src/components/MiniInfoCell/__image_snapshots__/miniinfocell-ios-light-1-snap.png +0 -3
  3939. package/src/components/MiniInfoCell/__image_snapshots__/miniinfocell-vkcom-light-1-snap.png +0 -3
  3940. package/src/components/ModalCard/ModalCard.css +0 -67
  3941. package/src/components/ModalCard/ModalCard.e2e.tsx +0 -129
  3942. package/src/components/ModalCard/ModalCard.test.tsx +0 -6
  3943. package/src/components/ModalCard/ModalCard.tsx +0 -69
  3944. package/src/components/ModalCard/Readme.md +0 -9
  3945. package/src/components/ModalCard/__image_snapshots__/modalcard-mobile-android-light-w_2-1-snap.png +0 -3
  3946. package/src/components/ModalCard/__image_snapshots__/modalcard-mobile-ios-light-w_2-1-snap.png +0 -3
  3947. package/src/components/ModalCard/__image_snapshots__/modalcard-tablet-android-light-w_3-1-snap.png +0 -3
  3948. package/src/components/ModalCard/__image_snapshots__/modalcard-tablet-ios-light-w_3-1-snap.png +0 -3
  3949. package/src/components/ModalCard/__image_snapshots__/modalcard-vkcom-light-1-snap.png +0 -3
  3950. package/src/components/ModalCardBase/ModalCardBase.css +0 -101
  3951. package/src/components/ModalCardBase/ModalCardBase.tsx +0 -132
  3952. package/src/components/ModalCardBase/Readme.md +0 -49
  3953. package/src/components/ModalDismissButton/ModalDismissButton.css +0 -37
  3954. package/src/components/ModalDismissButton/ModalDismissButton.test.tsx +0 -6
  3955. package/src/components/ModalDismissButton/ModalDismissButton.tsx +0 -26
  3956. package/src/components/ModalDismissButton/Readme.md +0 -49
  3957. package/src/components/ModalPage/ModalPage.css +0 -146
  3958. package/src/components/ModalPage/ModalPage.test.tsx +0 -6
  3959. package/src/components/ModalPage/ModalPage.tsx +0 -144
  3960. package/src/components/ModalPage/Readme.md +0 -9
  3961. package/src/components/ModalPageHeader/ModalPageHeader.css +0 -21
  3962. package/src/components/ModalPageHeader/ModalPageHeader.e2e.tsx +0 -107
  3963. package/src/components/ModalPageHeader/ModalPageHeader.test.tsx +0 -6
  3964. package/src/components/ModalPageHeader/ModalPageHeader.tsx +0 -52
  3965. package/src/components/ModalPageHeader/Readme.md +0 -44
  3966. package/src/components/ModalPageHeader/__image_snapshots__/modalpageheader-android-light-w_2-1-snap.png +0 -3
  3967. package/src/components/ModalPageHeader/__image_snapshots__/modalpageheader-android-light-w_5-1-snap.png +0 -3
  3968. package/src/components/ModalPageHeader/__image_snapshots__/modalpageheader-ios-light-w_2-1-snap.png +0 -3
  3969. package/src/components/ModalPageHeader/__image_snapshots__/modalpageheader-ios-light-w_5-1-snap.png +0 -3
  3970. package/src/components/ModalPageHeader/__image_snapshots__/modalpageheader-vkcom-light-w_2-1-snap.png +0 -3
  3971. package/src/components/ModalPageHeader/__image_snapshots__/modalpageheader-vkcom-light-w_5-1-snap.png +0 -3
  3972. package/src/components/ModalRoot/ModalRoot.css +0 -63
  3973. package/src/components/ModalRoot/ModalRoot.test.tsx +0 -131
  3974. package/src/components/ModalRoot/ModalRoot.tsx +0 -848
  3975. package/src/components/ModalRoot/ModalRootAdaptive.tsx +0 -43
  3976. package/src/components/ModalRoot/ModalRootContext.tsx +0 -48
  3977. package/src/components/ModalRoot/ModalRootDesktop.tsx +0 -276
  3978. package/src/components/ModalRoot/Readme.md +0 -758
  3979. package/src/components/ModalRoot/constants.ts +0 -4
  3980. package/src/components/ModalRoot/types.ts +0 -68
  3981. package/src/components/ModalRoot/useModalManager.test.tsx +0 -303
  3982. package/src/components/ModalRoot/useModalManager.tsx +0 -254
  3983. package/src/components/ModalRoot/withModalRootContext.tsx +0 -20
  3984. package/src/components/NativeSelect/NativeSelect.e2e.tsx +0 -41
  3985. package/src/components/NativeSelect/NativeSelect.test.tsx +0 -55
  3986. package/src/components/NativeSelect/NativeSelect.tsx +0 -106
  3987. package/src/components/NativeSelect/Readme.md +0 -17
  3988. package/src/components/NativeSelect/__image_snapshots__/nativeselect-android-light-1-snap.png +0 -3
  3989. package/src/components/NativeSelect/__image_snapshots__/nativeselect-ios-light-1-snap.png +0 -3
  3990. package/src/components/NativeSelect/__image_snapshots__/nativeselect-vkcom-light-1-snap.png +0 -3
  3991. package/src/components/NavTransitionContext/NavTransitionContext.tsx +0 -25
  3992. package/src/components/Pagination/Pagination.css +0 -78
  3993. package/src/components/Pagination/Pagination.e2e.tsx +0 -22
  3994. package/src/components/Pagination/Pagination.test.tsx +0 -6
  3995. package/src/components/Pagination/Pagination.tsx +0 -200
  3996. package/src/components/Pagination/Readme.md +0 -110
  3997. package/src/components/Pagination/__image_snapshots__/pagination-android-light-1-snap.png +0 -3
  3998. package/src/components/Pagination/__image_snapshots__/pagination-ios-light-1-snap.png +0 -3
  3999. package/src/components/Pagination/__image_snapshots__/pagination-vkcom-light-1-snap.png +0 -3
  4000. package/src/components/Panel/Panel.css +0 -152
  4001. package/src/components/Panel/Panel.e2e.tsx +0 -53
  4002. package/src/components/Panel/Panel.test.tsx +0 -6
  4003. package/src/components/Panel/Panel.tsx +0 -57
  4004. package/src/components/Panel/Readme.md +0 -97
  4005. package/src/components/Panel/__image_snapshots__/panel-android-light-1-snap.png +0 -3
  4006. package/src/components/Panel/__image_snapshots__/panel-ios-light-1-snap.png +0 -3
  4007. package/src/components/Panel/__image_snapshots__/panel-vkcom-light-1-snap.png +0 -3
  4008. package/src/components/PanelHeader/PanelHeader.css +0 -265
  4009. package/src/components/PanelHeader/PanelHeader.test.tsx +0 -44
  4010. package/src/components/PanelHeader/PanelHeader.tsx +0 -136
  4011. package/src/components/PanelHeader/Readme.md +0 -240
  4012. package/src/components/PanelHeaderBack/PanelHeaderBack.css +0 -9
  4013. package/src/components/PanelHeaderBack/PanelHeaderBack.test.tsx +0 -6
  4014. package/src/components/PanelHeaderBack/PanelHeaderBack.tsx +0 -61
  4015. package/src/components/PanelHeaderBack/Readme.md +0 -9
  4016. package/src/components/PanelHeaderButton/PanelHeaderButton.css +0 -101
  4017. package/src/components/PanelHeaderButton/PanelHeaderButton.test.tsx +0 -27
  4018. package/src/components/PanelHeaderButton/PanelHeaderButton.tsx +0 -116
  4019. package/src/components/PanelHeaderButton/Readme.md +0 -47
  4020. package/src/components/PanelHeaderClose/PanelHeaderClose.test.tsx +0 -6
  4021. package/src/components/PanelHeaderClose/PanelHeaderClose.tsx +0 -26
  4022. package/src/components/PanelHeaderClose/Readme.md +0 -9
  4023. package/src/components/PanelHeaderContent/PanelHeaderContent.css +0 -95
  4024. package/src/components/PanelHeaderContent/PanelHeaderContent.test.tsx +0 -6
  4025. package/src/components/PanelHeaderContent/PanelHeaderContent.tsx +0 -117
  4026. package/src/components/PanelHeaderContent/Readme.md +0 -37
  4027. package/src/components/PanelHeaderContext/PanelHeaderContext.css +0 -179
  4028. package/src/components/PanelHeaderContext/PanelHeaderContext.test.tsx +0 -73
  4029. package/src/components/PanelHeaderContext/PanelHeaderContext.tsx +0 -98
  4030. package/src/components/PanelHeaderContext/Readme.md +0 -86
  4031. package/src/components/PanelHeaderEdit/PanelHeaderEdit.test.tsx +0 -6
  4032. package/src/components/PanelHeaderEdit/PanelHeaderEdit.tsx +0 -42
  4033. package/src/components/PanelHeaderEdit/Readme.md +0 -1
  4034. package/src/components/PanelHeaderSubmit/PanelHeaderSubmit.test.tsx +0 -6
  4035. package/src/components/PanelHeaderSubmit/PanelHeaderSubmit.tsx +0 -28
  4036. package/src/components/PanelHeaderSubmit/Readme.md +0 -13
  4037. package/src/components/PanelSpinner/PanelSpinner.test.tsx +0 -6
  4038. package/src/components/PanelSpinner/PanelSpinner.tsx +0 -17
  4039. package/src/components/PanelSpinner/Readme.md +0 -15
  4040. package/src/components/Placeholder/Placeholder.css +0 -46
  4041. package/src/components/Placeholder/Placeholder.e2e.tsx +0 -68
  4042. package/src/components/Placeholder/Placeholder.test.tsx +0 -6
  4043. package/src/components/Placeholder/Placeholder.tsx +0 -64
  4044. package/src/components/Placeholder/Readme.md +0 -91
  4045. package/src/components/Placeholder/__image_snapshots__/placeholder-android-light-1-snap.png +0 -3
  4046. package/src/components/Placeholder/__image_snapshots__/placeholder-ios-light-1-snap.png +0 -3
  4047. package/src/components/Placeholder/__image_snapshots__/placeholder-vkcom-light-1-snap.png +0 -3
  4048. package/src/components/PopoutRoot/PopoutRoot.css +0 -36
  4049. package/src/components/PopoutRoot/PopoutRoot.test.tsx +0 -6
  4050. package/src/components/PopoutRoot/PopoutRoot.tsx +0 -47
  4051. package/src/components/PopoutRoot/Readme.md +0 -50
  4052. package/src/components/PopoutWrapper/PopoutWrapper.css +0 -98
  4053. package/src/components/PopoutWrapper/PopoutWrapper.test.tsx +0 -45
  4054. package/src/components/PopoutWrapper/PopoutWrapper.tsx +0 -75
  4055. package/src/components/PopoutWrapper/Readme.md +0 -12
  4056. package/src/components/Popover/Popover.module.css +0 -18
  4057. package/src/components/Popover/Popover.tsx +0 -190
  4058. package/src/components/Popover/Readme.md +0 -50
  4059. package/src/components/Popper/Popper.css +0 -16
  4060. package/src/components/Popper/Popper.test.tsx +0 -63
  4061. package/src/components/Popper/Popper.tsx +0 -258
  4062. package/src/components/Popper/Readme.md +0 -33
  4063. package/src/components/PopperArrow/PopperArrow.css +0 -34
  4064. package/src/components/PopperArrow/PopperArrow.tsx +0 -40
  4065. package/src/components/Progress/Progress.css +0 -12
  4066. package/src/components/Progress/Progress.test.tsx +0 -6
  4067. package/src/components/Progress/Progress.tsx +0 -44
  4068. package/src/components/Progress/Readme.md +0 -12
  4069. package/src/components/PromoBanner/PromoBanner.css +0 -39
  4070. package/src/components/PromoBanner/PromoBanner.test.tsx +0 -6
  4071. package/src/components/PromoBanner/PromoBanner.tsx +0 -117
  4072. package/src/components/PromoBanner/Readme.md +0 -25
  4073. package/src/components/PullToRefresh/PullToRefresh.css +0 -97
  4074. package/src/components/PullToRefresh/PullToRefresh.test.tsx +0 -147
  4075. package/src/components/PullToRefresh/PullToRefresh.tsx +0 -283
  4076. package/src/components/PullToRefresh/PullToRefreshSpinner.tsx +0 -74
  4077. package/src/components/PullToRefresh/Readme.md +0 -52
  4078. package/src/components/Radio/Radio.css +0 -125
  4079. package/src/components/Radio/Radio.e2e.tsx +0 -28
  4080. package/src/components/Radio/Radio.test.tsx +0 -6
  4081. package/src/components/Radio/Radio.tsx +0 -88
  4082. package/src/components/Radio/Readme.md +0 -29
  4083. package/src/components/Radio/__image_snapshots__/radio-android-light-1-snap.png +0 -3
  4084. package/src/components/Radio/__image_snapshots__/radio-ios-light-1-snap.png +0 -3
  4085. package/src/components/Radio/__image_snapshots__/radio-sizes-and-description-android-light-1-snap.png +0 -3
  4086. package/src/components/Radio/__image_snapshots__/radio-sizes-and-description-ios-light-1-snap.png +0 -3
  4087. package/src/components/Radio/__image_snapshots__/radio-sizes-and-description-vkcom-light-1-snap.png +0 -3
  4088. package/src/components/Radio/__image_snapshots__/radio-vkcom-light-1-snap.png +0 -3
  4089. package/src/components/RadioGroup/RadioGroup.css +0 -12
  4090. package/src/components/RadioGroup/RadioGroup.e2e.tsx +0 -47
  4091. package/src/components/RadioGroup/RadioGroup.test.tsx +0 -6
  4092. package/src/components/RadioGroup/RadioGroup.tsx +0 -23
  4093. package/src/components/RadioGroup/Readme.md +0 -56
  4094. package/src/components/RadioGroup/__image_snapshots__/radiogroup-android-light-1-snap.png +0 -3
  4095. package/src/components/RadioGroup/__image_snapshots__/radiogroup-ios-light-1-snap.png +0 -3
  4096. package/src/components/RadioGroup/__image_snapshots__/radiogroup-vkcom-light-1-snap.png +0 -3
  4097. package/src/components/RangeSlider/RangeSlider.test.tsx +0 -87
  4098. package/src/components/RangeSlider/RangeSlider.tsx +0 -55
  4099. package/src/components/RangeSlider/Readme.md +0 -24
  4100. package/src/components/RangeSlider/UniversalSlider.tsx +0 -155
  4101. package/src/components/Removable/Removable.css +0 -132
  4102. package/src/components/Removable/Removable.test.tsx +0 -31
  4103. package/src/components/Removable/Removable.tsx +0 -186
  4104. package/src/components/RichCell/Readme.md +0 -132
  4105. package/src/components/RichCell/RichCell.css +0 -141
  4106. package/src/components/RichCell/RichCell.e2e.tsx +0 -60
  4107. package/src/components/RichCell/RichCell.test.tsx +0 -6
  4108. package/src/components/RichCell/RichCell.tsx +0 -117
  4109. package/src/components/RichCell/__image_snapshots__/richcell-android-light-1-snap.png +0 -3
  4110. package/src/components/RichCell/__image_snapshots__/richcell-ios-light-1-snap.png +0 -3
  4111. package/src/components/RichCell/__image_snapshots__/richcell-vkcom-light-1-snap.png +0 -3
  4112. package/src/components/RichTooltip/Readme.md +0 -59
  4113. package/src/components/RichTooltip/RichTooltip.css +0 -47
  4114. package/src/components/RichTooltip/RichTooltip.tsx +0 -36
  4115. package/src/components/Root/Readme.md +0 -36
  4116. package/src/components/Root/Root.css +0 -150
  4117. package/src/components/Root/Root.test.tsx +0 -220
  4118. package/src/components/Root/Root.tsx +0 -189
  4119. package/src/components/ScreenSpinner/Icon48CancelCircle.tsx +0 -18
  4120. package/src/components/ScreenSpinner/Icon48DoneOutline.tsx +0 -19
  4121. package/src/components/ScreenSpinner/Readme.md +0 -64
  4122. package/src/components/ScreenSpinner/ScreenSpinner.css +0 -66
  4123. package/src/components/ScreenSpinner/ScreenSpinner.test.tsx +0 -6
  4124. package/src/components/ScreenSpinner/ScreenSpinner.tsx +0 -61
  4125. package/src/components/Search/Readme.md +0 -231
  4126. package/src/components/Search/Search.css +0 -338
  4127. package/src/components/Search/Search.e2e.tsx +0 -46
  4128. package/src/components/Search/Search.test.tsx +0 -98
  4129. package/src/components/Search/Search.tsx +0 -191
  4130. package/src/components/Search/__image_snapshots__/search-android-light-1-snap.png +0 -3
  4131. package/src/components/Search/__image_snapshots__/search-ios-light-1-snap.png +0 -3
  4132. package/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-1-snap.png +0 -3
  4133. package/src/components/Search/__image_snapshots__/search-vkcom-light-1-snap.png +0 -3
  4134. package/src/components/SegmentedControl/Readme.md +0 -94
  4135. package/src/components/SegmentedControl/SegmentedControl.css +0 -63
  4136. package/src/components/SegmentedControl/SegmentedControl.e2e.tsx +0 -34
  4137. package/src/components/SegmentedControl/SegmentedControl.test.tsx +0 -82
  4138. package/src/components/SegmentedControl/SegmentedControl.tsx +0 -126
  4139. package/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css +0 -47
  4140. package/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.test.tsx +0 -6
  4141. package/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.tsx +0 -52
  4142. package/src/components/SegmentedControl/__image_snapshots__/segmentedcontrol-android-light-1-snap.png +0 -3
  4143. package/src/components/SegmentedControl/__image_snapshots__/segmentedcontrol-ios-light-1-snap.png +0 -3
  4144. package/src/components/SegmentedControl/__image_snapshots__/segmentedcontrol-vkcom-light-1-snap.png +0 -3
  4145. package/src/components/Select/Readme.md +0 -27
  4146. package/src/components/Select/Select.css +0 -137
  4147. package/src/components/Select/Select.test.tsx +0 -11
  4148. package/src/components/Select/Select.tsx +0 -81
  4149. package/src/components/SelectMimicry/Readme.md +0 -87
  4150. package/src/components/SelectMimicry/SelectMimicry.e2e.tsx +0 -33
  4151. package/src/components/SelectMimicry/SelectMimicry.test.tsx +0 -6
  4152. package/src/components/SelectMimicry/SelectMimicry.tsx +0 -75
  4153. package/src/components/SelectMimicry/__image_snapshots__/selectmimicry-android-light-1-snap.png +0 -3
  4154. package/src/components/SelectMimicry/__image_snapshots__/selectmimicry-ios-light-1-snap.png +0 -3
  4155. package/src/components/SelectMimicry/__image_snapshots__/selectmimicry-vkcom-light-1-snap.png +0 -3
  4156. package/src/components/Separator/Readme.md +0 -21
  4157. package/src/components/Separator/Separator.css +0 -42
  4158. package/src/components/Separator/Separator.test.tsx +0 -6
  4159. package/src/components/Separator/Separator.tsx +0 -24
  4160. package/src/components/SimpleCell/Readme.md +0 -122
  4161. package/src/components/SimpleCell/SimpleCell.css +0 -258
  4162. package/src/components/SimpleCell/SimpleCell.e2e.tsx +0 -85
  4163. package/src/components/SimpleCell/SimpleCell.test.tsx +0 -25
  4164. package/src/components/SimpleCell/SimpleCell.tsx +0 -164
  4165. package/src/components/SimpleCell/__image_snapshots__/simplecell-android-light-1-snap.png +0 -3
  4166. package/src/components/SimpleCell/__image_snapshots__/simplecell-ios-light-1-snap.png +0 -3
  4167. package/src/components/SimpleCell/__image_snapshots__/simplecell-vkcom-light-1-snap.png +0 -3
  4168. package/src/components/SizeXConditionalRender/SizeXConditionalRender.css +0 -19
  4169. package/src/components/SizeXConditionalRender/SizeXConditionalRender.e2e.tsx +0 -12
  4170. package/src/components/SizeXConditionalRender/SizeXConditionalRender.tsx +0 -36
  4171. package/src/components/SizeXConditionalRender/__image_snapshots__/sizexconditionalrender-android-light-1-snap.png +0 -3
  4172. package/src/components/SizeXConditionalRender/__image_snapshots__/sizexconditionalrender-ios-light-1-snap.png +0 -3
  4173. package/src/components/SizeXConditionalRender/__image_snapshots__/sizexconditionalrender-vkcom-light-1-snap.png +0 -3
  4174. package/src/components/SizeYConditionalRender/SizeYConditionalRender.css +0 -19
  4175. package/src/components/SizeYConditionalRender/SizeYConditionalRender.e2e.tsx +0 -12
  4176. package/src/components/SizeYConditionalRender/SizeYConditionalRender.tsx +0 -36
  4177. package/src/components/SizeYConditionalRender/__image_snapshots__/sizeyconditionalrender-android-light-1-snap.png +0 -3
  4178. package/src/components/SizeYConditionalRender/__image_snapshots__/sizeyconditionalrender-ios-light-1-snap.png +0 -3
  4179. package/src/components/SizeYConditionalRender/__image_snapshots__/sizeyconditionalrender-vkcom-light-1-snap.png +0 -3
  4180. package/src/components/Slider/Readme.md +0 -75
  4181. package/src/components/Slider/Slider.css +0 -136
  4182. package/src/components/Slider/Slider.e2e.tsx +0 -18
  4183. package/src/components/Slider/Slider.test.tsx +0 -6
  4184. package/src/components/Slider/Slider.tsx +0 -55
  4185. package/src/components/Slider/__image_snapshots__/slider-android-light-1-snap.png +0 -3
  4186. package/src/components/Slider/__image_snapshots__/slider-ios-light-1-snap.png +0 -3
  4187. package/src/components/Slider/__image_snapshots__/slider-vkcom-light-1-snap.png +0 -3
  4188. package/src/components/Snackbar/Readme.md +0 -126
  4189. package/src/components/Snackbar/Snackbar.css +0 -157
  4190. package/src/components/Snackbar/Snackbar.test.tsx +0 -6
  4191. package/src/components/Snackbar/Snackbar.tsx +0 -241
  4192. package/src/components/Spacing/Readme.md +0 -106
  4193. package/src/components/Spacing/Spacing.css +0 -45
  4194. package/src/components/Spacing/Spacing.test.tsx +0 -6
  4195. package/src/components/Spacing/Spacing.tsx +0 -52
  4196. package/src/components/Spinner/Readme.md +0 -11
  4197. package/src/components/Spinner/Spinner.css +0 -33
  4198. package/src/components/Spinner/Spinner.test.tsx +0 -6
  4199. package/src/components/Spinner/Spinner.tsx +0 -43
  4200. package/src/components/SplitCol/Readme.md +0 -1
  4201. package/src/components/SplitCol/SplitCol.css +0 -53
  4202. package/src/components/SplitCol/SplitCol.test.tsx +0 -6
  4203. package/src/components/SplitCol/SplitCol.tsx +0 -116
  4204. package/src/components/SplitLayout/Readme.md +0 -144
  4205. package/src/components/SplitLayout/SplitLayout.css +0 -52
  4206. package/src/components/SplitLayout/SplitLayout.test.tsx +0 -6
  4207. package/src/components/SplitLayout/SplitLayout.tsx +0 -61
  4208. package/src/components/SubnavigationBar/Readme.md +0 -269
  4209. package/src/components/SubnavigationBar/SubnavigationBar.css +0 -20
  4210. package/src/components/SubnavigationBar/SubnavigationBar.test.tsx +0 -6
  4211. package/src/components/SubnavigationBar/SubnavigationBar.tsx +0 -66
  4212. package/src/components/SubnavigationButton/Readme.md +0 -269
  4213. package/src/components/SubnavigationButton/SubnavigationButton.css +0 -143
  4214. package/src/components/SubnavigationButton/SubnavigationButton.e2e.tsx +0 -62
  4215. package/src/components/SubnavigationButton/SubnavigationButton.test.tsx +0 -6
  4216. package/src/components/SubnavigationButton/SubnavigationButton.tsx +0 -100
  4217. package/src/components/SubnavigationButton/__image_snapshots__/subnavigationbutton-android-light-1-snap.png +0 -3
  4218. package/src/components/SubnavigationButton/__image_snapshots__/subnavigationbutton-ios-light-1-snap.png +0 -3
  4219. package/src/components/SubnavigationButton/__image_snapshots__/subnavigationbutton-vkcom-light-1-snap.png +0 -3
  4220. package/src/components/Switch/Readme.md +0 -33
  4221. package/src/components/Switch/Switch.css +0 -234
  4222. package/src/components/Switch/Switch.e2e.tsx +0 -14
  4223. package/src/components/Switch/Switch.test.tsx +0 -6
  4224. package/src/components/Switch/Switch.tsx +0 -57
  4225. package/src/components/Switch/__image_snapshots__/switch-android-light-1-snap.png +0 -3
  4226. package/src/components/Switch/__image_snapshots__/switch-ios-light-1-snap.png +0 -3
  4227. package/src/components/Switch/__image_snapshots__/switch-vkcom-light-1-snap.png +0 -3
  4228. package/src/components/Tabbar/Readme.md +0 -7
  4229. package/src/components/Tabbar/Tabbar.css +0 -52
  4230. package/src/components/Tabbar/Tabbar.e2e.tsx +0 -55
  4231. package/src/components/Tabbar/Tabbar.test.tsx +0 -6
  4232. package/src/components/Tabbar/Tabbar.tsx +0 -55
  4233. package/src/components/Tabbar/__image_snapshots__/tabbar-android-light-1-snap.png +0 -3
  4234. package/src/components/Tabbar/__image_snapshots__/tabbar-ios-light-1-snap.png +0 -3
  4235. package/src/components/TabbarItem/Readme.md +0 -107
  4236. package/src/components/TabbarItem/TabbarItem.css +0 -130
  4237. package/src/components/TabbarItem/TabbarItem.test.tsx +0 -40
  4238. package/src/components/TabbarItem/TabbarItem.tsx +0 -82
  4239. package/src/components/Tabs/Readme.md +0 -217
  4240. package/src/components/Tabs/Tabs.css +0 -102
  4241. package/src/components/Tabs/Tabs.e2e.tsx +0 -142
  4242. package/src/components/Tabs/Tabs.test.tsx +0 -6
  4243. package/src/components/Tabs/Tabs.tsx +0 -60
  4244. package/src/components/Tabs/__image_snapshots__/tabs-android-light-1-snap.png +0 -3
  4245. package/src/components/Tabs/__image_snapshots__/tabs-ios-light-1-snap.png +0 -3
  4246. package/src/components/Tabs/__image_snapshots__/tabs-vkcom-light-1-snap.png +0 -3
  4247. package/src/components/TabsItem/Readme.md +0 -1
  4248. package/src/components/TabsItem/TabsItem.css +0 -216
  4249. package/src/components/TabsItem/TabsItem.test.tsx +0 -6
  4250. package/src/components/TabsItem/TabsItem.tsx +0 -108
  4251. package/src/components/Tappable/Readme.md +0 -53
  4252. package/src/components/Tappable/Tappable.module.css +0 -149
  4253. package/src/components/Tappable/Tappable.test.tsx +0 -411
  4254. package/src/components/Tappable/Tappable.tsx +0 -376
  4255. package/src/components/TextTooltip/Readme.md +0 -11
  4256. package/src/components/TextTooltip/TextTooltip.css +0 -48
  4257. package/src/components/TextTooltip/TextTooltip.tsx +0 -60
  4258. package/src/components/Textarea/Readme.md +0 -23
  4259. package/src/components/Textarea/Textarea.css +0 -54
  4260. package/src/components/Textarea/Textarea.e2e.tsx +0 -55
  4261. package/src/components/Textarea/Textarea.test.tsx +0 -84
  4262. package/src/components/Textarea/Textarea.tsx +0 -78
  4263. package/src/components/Textarea/__image_snapshots__/textarea-android-light-1-snap.png +0 -3
  4264. package/src/components/Textarea/__image_snapshots__/textarea-fits-size-to-content-1-snap.png +0 -3
  4265. package/src/components/Textarea/__image_snapshots__/textarea-fits-size-to-content-2-snap.png +0 -3
  4266. package/src/components/Textarea/__image_snapshots__/textarea-ios-light-1-snap.png +0 -3
  4267. package/src/components/Textarea/__image_snapshots__/textarea-vkcom-light-1-snap.png +0 -3
  4268. package/src/components/Tooltip/Readme.md +0 -277
  4269. package/src/components/Tooltip/Tooltip.css +0 -62
  4270. package/src/components/Tooltip/Tooltip.e2e.tsx +0 -44
  4271. package/src/components/Tooltip/Tooltip.test.tsx +0 -129
  4272. package/src/components/Tooltip/Tooltip.tsx +0 -320
  4273. package/src/components/Tooltip/TooltipContainer.tsx +0 -10
  4274. package/src/components/Tooltip/__image_snapshots__/tooltip-android-light-1-snap.png +0 -3
  4275. package/src/components/Tooltip/__image_snapshots__/tooltip-ios-light-1-snap.png +0 -3
  4276. package/src/components/Tooltip/__image_snapshots__/tooltip-vkcom-light-1-snap.png +0 -3
  4277. package/src/components/Touch/Readme.md +0 -116
  4278. package/src/components/Touch/Touch.test.tsx +0 -396
  4279. package/src/components/Touch/Touch.tsx +0 -293
  4280. package/src/components/Touch/TouchContext.ts +0 -11
  4281. package/src/components/Typography/Caption/Caption.css +0 -65
  4282. package/src/components/Typography/Caption/Caption.e2e.tsx +0 -19
  4283. package/src/components/Typography/Caption/Caption.tsx +0 -41
  4284. package/src/components/Typography/Caption/Readme.md +0 -29
  4285. package/src/components/Typography/Caption/__image_snapshots__/caption-android-light-1-snap.png +0 -3
  4286. package/src/components/Typography/Caption/__image_snapshots__/caption-ios-light-1-snap.png +0 -3
  4287. package/src/components/Typography/Caption/__image_snapshots__/caption-vkcom-light-1-snap.png +0 -3
  4288. package/src/components/Typography/Footnote/Footnote.css +0 -28
  4289. package/src/components/Typography/Footnote/Footnote.e2e.tsx +0 -18
  4290. package/src/components/Typography/Footnote/Footnote.tsx +0 -38
  4291. package/src/components/Typography/Footnote/Readme.md +0 -18
  4292. package/src/components/Typography/Footnote/__image_snapshots__/footnote-android-light-1-snap.png +0 -3
  4293. package/src/components/Typography/Footnote/__image_snapshots__/footnote-ios-light-1-snap.png +0 -3
  4294. package/src/components/Typography/Footnote/__image_snapshots__/footnote-vkcom-light-1-snap.png +0 -3
  4295. package/src/components/Typography/Headline/Headline.css +0 -64
  4296. package/src/components/Typography/Headline/Headline.e2e.tsx +0 -28
  4297. package/src/components/Typography/Headline/Headline.tsx +0 -57
  4298. package/src/components/Typography/Headline/Readme.md +0 -26
  4299. package/src/components/Typography/Headline/__image_snapshots__/headline-android-light-1-snap.png +0 -3
  4300. package/src/components/Typography/Headline/__image_snapshots__/headline-ios-light-1-snap.png +0 -3
  4301. package/src/components/Typography/Headline/__image_snapshots__/headline-vkcom-light-1-snap.png +0 -3
  4302. package/src/components/Typography/Paragraph/Paragraph.css +0 -18
  4303. package/src/components/Typography/Paragraph/Paragraph.e2e.tsx +0 -17
  4304. package/src/components/Typography/Paragraph/Paragraph.test.tsx +0 -6
  4305. package/src/components/Typography/Paragraph/Paragraph.tsx +0 -49
  4306. package/src/components/Typography/Paragraph/Readme.md +0 -19
  4307. package/src/components/Typography/Paragraph/__image_snapshots__/paragraph-android-light-1-snap.png +0 -3
  4308. package/src/components/Typography/Paragraph/__image_snapshots__/paragraph-ios-light-1-snap.png +0 -3
  4309. package/src/components/Typography/Paragraph/__image_snapshots__/paragraph-vkcom-light-1-snap.png +0 -3
  4310. package/src/components/Typography/Subhead/Readme.md +0 -21
  4311. package/src/components/Typography/Subhead/Subhead.css +0 -31
  4312. package/src/components/Typography/Subhead/Subhead.e2e.tsx +0 -17
  4313. package/src/components/Typography/Subhead/Subhead.tsx +0 -40
  4314. package/src/components/Typography/Subhead/__image_snapshots__/subhead-android-light-1-snap.png +0 -3
  4315. package/src/components/Typography/Subhead/__image_snapshots__/subhead-ios-light-1-snap.png +0 -3
  4316. package/src/components/Typography/Subhead/__image_snapshots__/subhead-vkcom-light-1-snap.png +0 -3
  4317. package/src/components/Typography/Text/Readme.md +0 -19
  4318. package/src/components/Typography/Text/Text.css +0 -42
  4319. package/src/components/Typography/Text/Text.e2e.tsx +0 -21
  4320. package/src/components/Typography/Text/Text.tsx +0 -56
  4321. package/src/components/Typography/Text/__image_snapshots__/text-android-light-1-snap.png +0 -3
  4322. package/src/components/Typography/Text/__image_snapshots__/text-ios-light-1-snap.png +0 -3
  4323. package/src/components/Typography/Text/__image_snapshots__/text-vkcom-light-1-snap.png +0 -3
  4324. package/src/components/Typography/Title/Readme.md +0 -31
  4325. package/src/components/Typography/Title/Title.css +0 -37
  4326. package/src/components/Typography/Title/Title.e2e.tsx +0 -26
  4327. package/src/components/Typography/Title/Title.tsx +0 -42
  4328. package/src/components/Typography/Title/__image_snapshots__/title-android-light-1-snap.png +0 -3
  4329. package/src/components/Typography/Title/__image_snapshots__/title-ios-light-1-snap.png +0 -3
  4330. package/src/components/Typography/Title/__image_snapshots__/title-vkcom-light-1-snap.png +0 -3
  4331. package/src/components/UsersStack/Readme.md +0 -93
  4332. package/src/components/UsersStack/UsersStack.css +0 -109
  4333. package/src/components/UsersStack/UsersStack.e2e.tsx +0 -25
  4334. package/src/components/UsersStack/UsersStack.test.tsx +0 -6
  4335. package/src/components/UsersStack/UsersStack.tsx +0 -173
  4336. package/src/components/UsersStack/__image_snapshots__/usersstack-android-light-1-snap.png +0 -3
  4337. package/src/components/UsersStack/__image_snapshots__/usersstack-ios-light-1-snap.png +0 -3
  4338. package/src/components/UsersStack/__image_snapshots__/usersstack-vkcom-light-1-snap.png +0 -3
  4339. package/src/components/View/Readme.md +0 -100
  4340. package/src/components/View/View.css +0 -113
  4341. package/src/components/View/View.test.tsx +0 -298
  4342. package/src/components/View/View.tsx +0 -573
  4343. package/src/components/View/ViewIOS.css +0 -155
  4344. package/src/components/View/ViewInfinite.tsx +0 -737
  4345. package/src/components/View/utils.ts +0 -10
  4346. package/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.css +0 -21
  4347. package/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.e2e.tsx +0 -34
  4348. package/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.tsx +0 -45
  4349. package/src/components/ViewWidthConditionalRender/__image_snapshots__/viewwidthconditionalrender-android-light-1-snap.png +0 -3
  4350. package/src/components/ViewWidthConditionalRender/__image_snapshots__/viewwidthconditionalrender-ios-light-1-snap.png +0 -3
  4351. package/src/components/ViewWidthConditionalRender/__image_snapshots__/viewwidthconditionalrender-vkcom-light-1-snap.png +0 -3
  4352. package/src/components/VisuallyHiddenInput/VisuallyHiddenInput.css +0 -9
  4353. package/src/components/VisuallyHiddenInput/VisuallyHiddenInput.test.tsx +0 -6
  4354. package/src/components/VisuallyHiddenInput/VisuallyHiddenInput.tsx +0 -20
  4355. package/src/components/WriteBar/Readme.md +0 -224
  4356. package/src/components/WriteBar/WriteBar.css +0 -97
  4357. package/src/components/WriteBar/WriteBar.test.tsx +0 -6
  4358. package/src/components/WriteBar/WriteBar.tsx +0 -133
  4359. package/src/components/WriteBarIcon/Readme.md +0 -11
  4360. package/src/components/WriteBarIcon/WriteBarIcon.css +0 -61
  4361. package/src/components/WriteBarIcon/WriteBarIcon.e2e.tsx +0 -23
  4362. package/src/components/WriteBarIcon/WriteBarIcon.test.tsx +0 -27
  4363. package/src/components/WriteBarIcon/WriteBarIcon.tsx +0 -118
  4364. package/src/components/WriteBarIcon/__image_snapshots__/writebaricon-android-light-1-snap.png +0 -3
  4365. package/src/components/WriteBarIcon/__image_snapshots__/writebaricon-ios-light-1-snap.png +0 -3
  4366. package/src/components/WriteBarIcon/__image_snapshots__/writebaricon-vkcom-light-1-snap.png +0 -3
  4367. package/src/helpers/appearance.test.ts +0 -19
  4368. package/src/helpers/appearance.ts +0 -44
  4369. package/src/helpers/avatar.ts +0 -10
  4370. package/src/helpers/getClassName.test.ts +0 -7
  4371. package/src/helpers/getClassName.ts +0 -12
  4372. package/src/helpers/getHoverClassName.test.ts +0 -38
  4373. package/src/helpers/getHoverClassName.ts +0 -28
  4374. package/src/helpers/getMouseClassName.test.ts +0 -38
  4375. package/src/helpers/getMouseClassName.ts +0 -28
  4376. package/src/helpers/getOrDefault.ts +0 -6
  4377. package/src/helpers/getPlatformClassName.test.ts +0 -22
  4378. package/src/helpers/getPlatformClassName.ts +0 -23
  4379. package/src/helpers/getSizeXClassName.test.ts +0 -33
  4380. package/src/helpers/getSizeXClassName.ts +0 -22
  4381. package/src/helpers/getSizeYClassName.test.ts +0 -33
  4382. package/src/helpers/getSizeYClassName.ts +0 -22
  4383. package/src/helpers/getViewHeightClassName.test.ts +0 -50
  4384. package/src/helpers/getViewHeightClassName.ts +0 -40
  4385. package/src/helpers/getViewWidthClassName.test.ts +0 -81
  4386. package/src/helpers/getViewWidthClassName.ts +0 -56
  4387. package/src/helpers/math.test.ts +0 -46
  4388. package/src/helpers/math.ts +0 -40
  4389. package/src/hoc/withContext.tsx +0 -14
  4390. package/src/hoc/withInsets.tsx +0 -12
  4391. package/src/hoc/withPlatform.tsx +0 -17
  4392. package/src/hooks/useAdaptivity.ts +0 -26
  4393. package/src/hooks/useAdaptivityWithMediaQueries.ts +0 -151
  4394. package/src/hooks/useAppearance.ts +0 -4
  4395. package/src/hooks/useAutoDetectAppearance.tsx +0 -114
  4396. package/src/hooks/useBooleanState.test.tsx +0 -38
  4397. package/src/hooks/useBooleanState.ts +0 -19
  4398. package/src/hooks/useBridgeAdaptivity.ts +0 -83
  4399. package/src/hooks/useBrowserInfo.ts +0 -11
  4400. package/src/hooks/useCalendar.ts +0 -94
  4401. package/src/hooks/useChipsInput.ts +0 -87
  4402. package/src/hooks/useChipsSelect.ts +0 -72
  4403. package/src/hooks/useDateInput.ts +0 -213
  4404. package/src/hooks/useEffectDev.ts +0 -5
  4405. package/src/hooks/useEnsuredControl.ts +0 -17
  4406. package/src/hooks/useEventListener.ts +0 -65
  4407. package/src/hooks/useExternRef.test.tsx +0 -90
  4408. package/src/hooks/useExternRef.ts +0 -26
  4409. package/src/hooks/useFocusVisible.test.tsx +0 -56
  4410. package/src/hooks/useFocusVisible.ts +0 -31
  4411. package/src/hooks/useGlobalEventListener.ts +0 -35
  4412. package/src/hooks/useInsets.ts +0 -69
  4413. package/src/hooks/useKeyboard.ts +0 -58
  4414. package/src/hooks/useKeyboardInputTracker.ts +0 -64
  4415. package/src/hooks/useMediaQueries.ts +0 -67
  4416. package/src/hooks/useObjectMemo.test.tsx +0 -27
  4417. package/src/hooks/useObjectMemo.ts +0 -16
  4418. package/src/hooks/useOrientationChange.ts +0 -40
  4419. package/src/hooks/usePagination.ts +0 -96
  4420. package/src/hooks/usePagintaion.test.ts +0 -102
  4421. package/src/hooks/usePatchChildrenRef.ts +0 -39
  4422. package/src/hooks/usePlatform.test.tsx +0 -42
  4423. package/src/hooks/usePlatform.ts +0 -10
  4424. package/src/hooks/usePrevious.ts +0 -11
  4425. package/src/hooks/useTimeout.test.ts +0 -59
  4426. package/src/hooks/useTimeout.ts +0 -33
  4427. package/src/hooks/useWaitTransitionFinish.ts +0 -37
  4428. package/src/index.ts +0 -348
  4429. package/src/lib/SSR.tsx +0 -51
  4430. package/src/lib/accessibility.ts +0 -87
  4431. package/src/lib/adaptivity.ts +0 -108
  4432. package/src/lib/animate.ts +0 -46
  4433. package/src/lib/browser.ts +0 -70
  4434. package/src/lib/calendar.test.tsx +0 -65
  4435. package/src/lib/calendar.ts +0 -123
  4436. package/src/lib/callMultiple.test.ts +0 -13
  4437. package/src/lib/callMultiple.ts +0 -4
  4438. package/src/lib/classNames.test.ts +0 -35
  4439. package/src/lib/classNames.ts +0 -44
  4440. package/src/lib/date.test.ts +0 -179
  4441. package/src/lib/date.ts +0 -274
  4442. package/src/lib/dom.tsx +0 -45
  4443. package/src/lib/fx.ts +0 -7
  4444. package/src/lib/getNavId.test.ts +0 -24
  4445. package/src/lib/getNavId.ts +0 -15
  4446. package/src/lib/is.ts +0 -10
  4447. package/src/lib/isRefObject.test.ts +0 -14
  4448. package/src/lib/isRefObject.ts +0 -11
  4449. package/src/lib/jsxRuntime.d.ts +0 -6
  4450. package/src/lib/jsxRuntime.test.ts +0 -44
  4451. package/src/lib/jsxRuntime.ts +0 -43
  4452. package/src/lib/offset.ts +0 -17
  4453. package/src/lib/platform.ts +0 -61
  4454. package/src/lib/polyfills.ts +0 -113
  4455. package/src/lib/prefixClass.ts +0 -25
  4456. package/src/lib/removeObjectKeys.ts +0 -10
  4457. package/src/lib/select.test.ts +0 -57
  4458. package/src/lib/select.ts +0 -67
  4459. package/src/lib/styles.ts +0 -12
  4460. package/src/lib/supportEvents.ts +0 -38
  4461. package/src/lib/taptic.ts +0 -9
  4462. package/src/lib/testing.ts +0 -4
  4463. package/src/lib/touch.test.ts +0 -39
  4464. package/src/lib/touch.ts +0 -59
  4465. package/src/lib/useIsomorphicLayoutEffect.ts +0 -7
  4466. package/src/lib/utils.ts +0 -99
  4467. package/src/lib/warnOnce.ts +0 -15
  4468. package/src/shared/breakpoints.js +0 -36
  4469. package/src/styles/animations.css +0 -19
  4470. package/src/styles/common.css +0 -40
  4471. package/src/styles/components.css +0 -158
  4472. package/src/styles/constants.css +0 -63
  4473. package/src/styles/customMedias.generated.css +0 -19
  4474. package/src/styles/themes.css +0 -7
  4475. package/src/styles/unstable.css +0 -5
  4476. package/src/testing/e2e/index.ts +0 -2
  4477. package/src/testing/e2e/utils.tsx +0 -207
  4478. package/src/testing/setup.ts +0 -4
  4479. package/src/testing/utils.tsx +0 -229
  4480. package/src/types.ts +0 -47
  4481. package/src/unstable/index.ts +0 -20
  4482. package/src/vkui.js +0 -1
  4483. package/styleguide/.eslintrc.json +0 -21
  4484. package/styleguide/Components/Blockquote/Blockquote.css +0 -14
  4485. package/styleguide/Components/Blockquote/index.js +0 -8
  4486. package/styleguide/Components/Code/Code.css +0 -6
  4487. package/styleguide/Components/Code/CodeRenderer.js +0 -8
  4488. package/styleguide/Components/ComplexType/ComplexType.css +0 -37
  4489. package/styleguide/Components/ComplexType/ComplexTypeRenderer.js +0 -35
  4490. package/styleguide/Components/ComponentsList/ComponentsListRenderer.js +0 -17
  4491. package/styleguide/Components/Editor/Editor.css +0 -18
  4492. package/styleguide/Components/Editor/index.js +0 -38
  4493. package/styleguide/Components/Frame/Frame.css +0 -6
  4494. package/styleguide/Components/Frame/Frame.js +0 -87
  4495. package/styleguide/Components/Heading/Heading.css +0 -14
  4496. package/styleguide/Components/Heading/HeadingRenderer.js +0 -39
  4497. package/styleguide/Components/Heading/index.js +0 -3
  4498. package/styleguide/Components/Link/LinkRenderer.js +0 -10
  4499. package/styleguide/Components/List/List.css +0 -19
  4500. package/styleguide/Components/List/index.js +0 -13
  4501. package/styleguide/Components/Logo/Logo.js +0 -24
  4502. package/styleguide/Components/MarkdownHeading/index.js +0 -5
  4503. package/styleguide/Components/Name/Name.css +0 -12
  4504. package/styleguide/Components/Name/NameRenderer.js +0 -18
  4505. package/styleguide/Components/Para/Para.css +0 -7
  4506. package/styleguide/Components/Para/ParaRenderer.js +0 -13
  4507. package/styleguide/Components/Playground/PlaygroundRenderer.css +0 -9
  4508. package/styleguide/Components/Playground/PlaygroundRenderer.js +0 -62
  4509. package/styleguide/Components/Preview.css +0 -41
  4510. package/styleguide/Components/Preview.js +0 -163
  4511. package/styleguide/Components/ReactComponent/ReactComponent.css +0 -19
  4512. package/styleguide/Components/ReactComponent/ReactComponent.js +0 -63
  4513. package/styleguide/Components/Section/SectionRenderer.js +0 -52
  4514. package/styleguide/Components/Section/index.js +0 -63
  4515. package/styleguide/Components/SectionHeading/SectionHeadingRenderer.js +0 -16
  4516. package/styleguide/Components/SectionSubheading/SectionSubheading.css +0 -23
  4517. package/styleguide/Components/SectionSubheading/SectionSubheading.js +0 -33
  4518. package/styleguide/Components/Setting/Setting.css +0 -31
  4519. package/styleguide/Components/Setting/Setting.js +0 -90
  4520. package/styleguide/Components/Settings/AppearanceSelect.js +0 -23
  4521. package/styleguide/Components/Settings/HasMouseCheckbox.js +0 -21
  4522. package/styleguide/Components/Settings/PlatformSelect.js +0 -17
  4523. package/styleguide/Components/Settings/Settings.css +0 -23
  4524. package/styleguide/Components/Settings/Settings.js +0 -61
  4525. package/styleguide/Components/Settings/ViewHeightSelect.js +0 -19
  4526. package/styleguide/Components/Settings/ViewWidthSelect.js +0 -18
  4527. package/styleguide/Components/Settings/WebviewTypeSelect.js +0 -21
  4528. package/styleguide/Components/StyleGuide/StyleGuide.js +0 -61
  4529. package/styleguide/Components/StyleGuide/StyleGuideDesktop.css +0 -5
  4530. package/styleguide/Components/StyleGuide/StyleGuideDesktop.js +0 -31
  4531. package/styleguide/Components/StyleGuide/StyleGuideHeader.css +0 -59
  4532. package/styleguide/Components/StyleGuide/StyleGuideHeader.js +0 -80
  4533. package/styleguide/Components/StyleGuide/StyleGuideMobile.css +0 -15
  4534. package/styleguide/Components/StyleGuide/StyleGuideMobile.js +0 -91
  4535. package/styleguide/Components/StyleGuide/StyleGuideRenderer.css +0 -44
  4536. package/styleguide/Components/StyleGuide/StyleGuideRenderer.js +0 -110
  4537. package/styleguide/Components/Table/Table.css +0 -82
  4538. package/styleguide/Components/Table/TableRenderer.js +0 -137
  4539. package/styleguide/Components/TableOfContents/TableOfContents.css +0 -62
  4540. package/styleguide/Components/TableOfContents/TableOfContents.js +0 -318
  4541. package/styleguide/Components/Text/Text.css +0 -8
  4542. package/styleguide/Components/Text/TextRenderer.js +0 -24
  4543. package/styleguide/Components/Text/index.js +0 -3
  4544. package/styleguide/Components/TogglePropsButton/TogglePropsButton.css +0 -15
  4545. package/styleguide/Components/TogglePropsButton/index.js +0 -11
  4546. package/styleguide/Components/Type/Type.css +0 -4
  4547. package/styleguide/Components/Type/TypeRenderer.js +0 -9
  4548. package/styleguide/assets/static/vkui_logo.png +0 -0
  4549. package/styleguide/config.js +0 -368
  4550. package/styleguide/demo_dataset.js +0 -356
  4551. package/styleguide/deprecated.js +0 -3
  4552. package/styleguide/fonts/JetBrainsMono-Regular.woff2 +0 -0
  4553. package/styleguide/pages/adaptivity.md +0 -110
  4554. package/styleguide/pages/customize.md +0 -66
  4555. package/styleguide/pages/design.md +0 -23
  4556. package/styleguide/pages/helpers.md +0 -174
  4557. package/styleguide/pages/html.md +0 -34
  4558. package/styleguide/pages/icons.md +0 -9
  4559. package/styleguide/pages/intro.md +0 -36
  4560. package/styleguide/pages/migration_v5.md +0 -528
  4561. package/styleguide/pages/modes.md +0 -45
  4562. package/styleguide/pages/platforms_and_themes.md +0 -81
  4563. package/styleguide/pages/quick_start.md +0 -92
  4564. package/styleguide/pages/ssr.md +0 -25
  4565. package/styleguide/pages/structure.md +0 -97
  4566. package/styleguide/pages/unstable.md +0 -14
  4567. package/styleguide/pages/utils.md +0 -59
  4568. package/styleguide/propsParser.config.js +0 -86
  4569. package/styleguide/setup.css +0 -5
  4570. package/styleguide/setup.js +0 -56
  4571. package/styleguide/unstable.js +0 -3
  4572. package/styleguide/utils/index.js +0 -218
  4573. package/styleguide/utils/useViewPortSize.js +0 -21
  4574. package/styleguide/webpack.config.js +0 -24
  4575. package/stylelint.config.js +0 -74
  4576. package/tsconfig.dist.json +0 -16
  4577. package/tsconfig.json +0 -51
  4578. package/types/env.d.ts +0 -5
  4579. package/types/global.d.ts +0 -7
  4580. package/webpack.config.js +0 -131
  4581. package/webpack.styles.config.js +0 -64
  4582. package/yarn.lock +0 -12903
@@ -1 +0,0 @@
1
- [{"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.e2e.tsx":"1","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.test.tsx":"2","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.tsx":"3","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetContext.ts":"4","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetDefaultIosCloseItem.tsx":"5","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetDropdown.tsx":"6","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetDropdownDesktop.tsx":"7","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/types.ts":"8","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.test.tsx":"9","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.tsx":"10","/home/runner/work/VKUI/VKUI/src/components/AdaptivityProvider/AdaptivityContext.tsx":"11","/home/runner/work/VKUI/VKUI/src/components/AdaptivityProvider/AdaptivityProvider.test.tsx":"12","/home/runner/work/VKUI/VKUI/src/components/AdaptivityProvider/AdaptivityProvider.tsx":"13","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.test.e2e.tsx":"14","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.test.tsx":"15","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.tsx":"16","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.test.tsx":"17","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.tsx":"18","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRootContext.ts":"19","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRootPortal.tsx":"20","/home/runner/work/VKUI/VKUI/src/components/AppRoot/ScrollContext.tsx":"21","/home/runner/work/VKUI/VKUI/src/components/AppearanceProvider/AppearanceProvider.tsx":"22","/home/runner/work/VKUI/VKUI/src/components/AppearanceProvider/AppearanceProviderContext.tsx":"23","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.e2e.tsx":"24","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.test.tsx":"25","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.tsx":"26","/home/runner/work/VKUI/VKUI/src/components/Avatar/helpers.ts":"27","/home/runner/work/VKUI/VKUI/src/components/Avatar/icons.tsx":"28","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.test.tsx":"29","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.tsx":"30","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.e2e.tsx":"31","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.test.tsx":"32","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.tsx":"33","/home/runner/work/VKUI/VKUI/src/components/BaseGallery/BaseGallery.tsx":"34","/home/runner/work/VKUI/VKUI/src/components/BaseGallery/helpers.ts":"35","/home/runner/work/VKUI/VKUI/src/components/BaseGallery/types.ts":"36","/home/runner/work/VKUI/VKUI/src/components/Button/Button.e2e.tsx":"37","/home/runner/work/VKUI/VKUI/src/components/Button/Button.test.tsx":"38","/home/runner/work/VKUI/VKUI/src/components/Button/Button.tsx":"39","/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.e2e.tsx":"40","/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.test.tsx":"41","/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.tsx":"42","/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.e2e.tsx":"43","/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.test.tsx":"44","/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.tsx":"45","/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.test.tsx":"46","/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.tsx":"47","/home/runner/work/VKUI/VKUI/src/components/CalendarDays/CalendarDays.tsx":"48","/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.test.tsx":"49","/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.tsx":"50","/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.e2e.tsx":"51","/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.test.tsx":"52","/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.tsx":"53","/home/runner/work/VKUI/VKUI/src/components/CalendarTime/CalendarTime.tsx":"54","/home/runner/work/VKUI/VKUI/src/components/Card/Card.e2e.tsx":"55","/home/runner/work/VKUI/VKUI/src/components/Card/Card.test.tsx":"56","/home/runner/work/VKUI/VKUI/src/components/Card/Card.tsx":"57","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.test.tsx":"58","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.tsx":"59","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.e2e.tsx":"60","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.test.tsx":"61","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.tsx":"62","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.e2e.tsx":"63","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.test.tsx":"64","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.tsx":"65","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.test.tsx":"66","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.tsx":"67","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.test.tsx":"68","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.tsx":"69","/home/runner/work/VKUI/VKUI/src/components/Cell/useDraggable.tsx":"70","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.e2e.tsx":"71","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.test.tsx":"72","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.tsx":"73","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.e2e.tsx":"74","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.test.tsx":"75","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.tsx":"76","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.e2e.tsx":"77","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.test.tsx":"78","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.tsx":"79","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.e2e.tsx":"80","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.test.tsx":"81","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.tsx":"82","/home/runner/work/VKUI/VKUI/src/components/ChipsInputBase/ChipsInputBase.test.tsx":"83","/home/runner/work/VKUI/VKUI/src/components/ChipsInputBase/ChipsInputBase.tsx":"84","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.test.tsx":"85","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.tsx":"86","/home/runner/work/VKUI/VKUI/src/components/ConfigProvider/ConfigProvider.test.tsx":"87","/home/runner/work/VKUI/VKUI/src/components/ConfigProvider/ConfigProvider.tsx":"88","/home/runner/work/VKUI/VKUI/src/components/ConfigProvider/ConfigProviderContext.tsx":"89","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.e2e.tsx":"90","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.test.tsx":"91","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.tsx":"92","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.e2e.tsx":"93","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.test.tsx":"94","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.tsx":"95","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.tsx":"96","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/useTrackerVisibility.ts":"97","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.e2e.tsx":"98","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.test.tsx":"99","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.tsx":"100","/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.test.tsx":"101","/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.tsx":"102","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.e2e.tsx":"103","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.test.tsx":"104","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.tsx":"105","/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.e2e.tsx":"106","/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.test.tsx":"107","/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.tsx":"108","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.test.tsx":"109","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.tsx":"110","/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.e2e.tsx":"111","/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.test.tsx":"112","/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.tsx":"113","/home/runner/work/VKUI/VKUI/src/components/DeviceConditionalRender/DeviceConditionalRender.e2e.tsx":"114","/home/runner/work/VKUI/VKUI/src/components/DeviceConditionalRender/DeviceConditionalRender.tsx":"115","/home/runner/work/VKUI/VKUI/src/components/Div/Div.test.tsx":"116","/home/runner/work/VKUI/VKUI/src/components/Div/Div.tsx":"117","/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.tsx":"118","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.test.tsx":"119","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.tsx":"120","/home/runner/work/VKUI/VKUI/src/components/Epic/ScrollSaver.tsx":"121","/home/runner/work/VKUI/VKUI/src/components/File/File.test.tsx":"122","/home/runner/work/VKUI/VKUI/src/components/File/File.tsx":"123","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.test.tsx":"124","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.tsx":"125","/home/runner/work/VKUI/VKUI/src/components/FocusTrap/FocusTrap.test.tsx":"126","/home/runner/work/VKUI/VKUI/src/components/FocusTrap/FocusTrap.tsx":"127","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.tsx":"128","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.test.tsx":"129","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.tsx":"130","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.test.tsx":"131","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.tsx":"132","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.e2e.tsx":"133","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.test.tsx":"134","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.tsx":"135","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.test.tsx":"136","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.tsx":"137","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.e2e.tsx":"138","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.test.tsx":"139","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.tsx":"140","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.test.tsx":"141","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.tsx":"142","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.test.tsx":"143","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.tsx":"144","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.e2e.tsx":"145","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.test.tsx":"146","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.tsx":"147","/home/runner/work/VKUI/VKUI/src/components/Group/Group.test.tsx":"148","/home/runner/work/VKUI/VKUI/src/components/Group/Group.tsx":"149","/home/runner/work/VKUI/VKUI/src/components/Header/Header.e2e.tsx":"150","/home/runner/work/VKUI/VKUI/src/components/Header/Header.test.tsx":"151","/home/runner/work/VKUI/VKUI/src/components/Header/Header.tsx":"152","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.test.tsx":"153","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.tsx":"154","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx":"155","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.test.tsx":"156","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.tsx":"157","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.tsx":"158","/home/runner/work/VKUI/VKUI/src/components/HoverPopper/HoverPopper.tsx":"159","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.e2e.tsx":"160","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.test.tsx":"161","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.tsx":"162","/home/runner/work/VKUI/VKUI/src/components/Image/Image.e2e.tsx":"163","/home/runner/work/VKUI/VKUI/src/components/Image/Image.test.tsx":"164","/home/runner/work/VKUI/VKUI/src/components/Image/Image.tsx":"165","/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBase.test.tsx":"166","/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBase.tsx":"167","/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBaseBadge/ImageBaseBadge.tsx":"168","/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.tsx":"169","/home/runner/work/VKUI/VKUI/src/components/ImageBase/types.ts":"170","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.e2e.tsx":"171","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.test.tsx":"172","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.tsx":"173","/home/runner/work/VKUI/VKUI/src/components/Input/Input.e2e.tsx":"174","/home/runner/work/VKUI/VKUI/src/components/Input/Input.test.tsx":"175","/home/runner/work/VKUI/VKUI/src/components/Input/Input.tsx":"176","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLike.tsx":"177","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLikeDivider.tsx":"178","/home/runner/work/VKUI/VKUI/src/components/Link/Link.test.tsx":"179","/home/runner/work/VKUI/VKUI/src/components/Link/Link.tsx":"180","/home/runner/work/VKUI/VKUI/src/components/List/List.test.tsx":"181","/home/runner/work/VKUI/VKUI/src/components/List/List.tsx":"182","/home/runner/work/VKUI/VKUI/src/components/List/ListContext.ts":"183","/home/runner/work/VKUI/VKUI/src/components/LocaleProviderContext/LocaleProviderContext.tsx":"184","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.e2e.tsx":"185","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.test.tsx":"186","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.tsx":"187","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.e2e.tsx":"188","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.test.tsx":"189","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.tsx":"190","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.tsx":"191","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.test.tsx":"192","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.tsx":"193","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.test.tsx":"194","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.tsx":"195","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.e2e.tsx":"196","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.test.tsx":"197","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.tsx":"198","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.test.tsx":"199","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.tsx":"200","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRootAdaptive.tsx":"201","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRootContext.tsx":"202","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRootDesktop.tsx":"203","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/constants.ts":"204","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/types.ts":"205","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/useModalManager.test.tsx":"206","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/useModalManager.tsx":"207","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/withModalRootContext.tsx":"208","/home/runner/work/VKUI/VKUI/src/components/NativeSelect/NativeSelect.e2e.tsx":"209","/home/runner/work/VKUI/VKUI/src/components/NativeSelect/NativeSelect.test.tsx":"210","/home/runner/work/VKUI/VKUI/src/components/NativeSelect/NativeSelect.tsx":"211","/home/runner/work/VKUI/VKUI/src/components/NavTransitionContext/NavTransitionContext.tsx":"212","/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.e2e.tsx":"213","/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.test.tsx":"214","/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.tsx":"215","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.e2e.tsx":"216","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.test.tsx":"217","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.tsx":"218","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.test.tsx":"219","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.tsx":"220","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.test.tsx":"221","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.tsx":"222","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.test.tsx":"223","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.tsx":"224","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderClose/PanelHeaderClose.test.tsx":"225","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderClose/PanelHeaderClose.tsx":"226","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.test.tsx":"227","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.tsx":"228","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.test.tsx":"229","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.tsx":"230","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderEdit/PanelHeaderEdit.test.tsx":"231","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderEdit/PanelHeaderEdit.tsx":"232","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderSubmit/PanelHeaderSubmit.test.tsx":"233","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderSubmit/PanelHeaderSubmit.tsx":"234","/home/runner/work/VKUI/VKUI/src/components/PanelSpinner/PanelSpinner.test.tsx":"235","/home/runner/work/VKUI/VKUI/src/components/PanelSpinner/PanelSpinner.tsx":"236","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.e2e.tsx":"237","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.test.tsx":"238","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.tsx":"239","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.test.tsx":"240","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.tsx":"241","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.test.tsx":"242","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.tsx":"243","/home/runner/work/VKUI/VKUI/src/components/Popover/Popover.tsx":"244","/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.test.tsx":"245","/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.tsx":"246","/home/runner/work/VKUI/VKUI/src/components/PopperArrow/PopperArrow.tsx":"247","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.test.tsx":"248","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.tsx":"249","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.test.tsx":"250","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.tsx":"251","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.test.tsx":"252","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.tsx":"253","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefreshSpinner.tsx":"254","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.e2e.tsx":"255","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.test.tsx":"256","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.tsx":"257","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.e2e.tsx":"258","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.test.tsx":"259","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.tsx":"260","/home/runner/work/VKUI/VKUI/src/components/RangeSlider/RangeSlider.test.tsx":"261","/home/runner/work/VKUI/VKUI/src/components/RangeSlider/RangeSlider.tsx":"262","/home/runner/work/VKUI/VKUI/src/components/RangeSlider/UniversalSlider.tsx":"263","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.test.tsx":"264","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.tsx":"265","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.e2e.tsx":"266","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.test.tsx":"267","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.tsx":"268","/home/runner/work/VKUI/VKUI/src/components/RichTooltip/RichTooltip.tsx":"269","/home/runner/work/VKUI/VKUI/src/components/Root/Root.test.tsx":"270","/home/runner/work/VKUI/VKUI/src/components/Root/Root.tsx":"271","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/Icon48CancelCircle.tsx":"272","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/Icon48DoneOutline.tsx":"273","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.test.tsx":"274","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.tsx":"275","/home/runner/work/VKUI/VKUI/src/components/Search/Search.e2e.tsx":"276","/home/runner/work/VKUI/VKUI/src/components/Search/Search.test.tsx":"277","/home/runner/work/VKUI/VKUI/src/components/Search/Search.tsx":"278","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.e2e.tsx":"279","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.test.tsx":"280","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.tsx":"281","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.test.tsx":"282","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.tsx":"283","/home/runner/work/VKUI/VKUI/src/components/Select/Select.test.tsx":"284","/home/runner/work/VKUI/VKUI/src/components/Select/Select.tsx":"285","/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.e2e.tsx":"286","/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.test.tsx":"287","/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.tsx":"288","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.test.tsx":"289","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.tsx":"290","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.e2e.tsx":"291","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.test.tsx":"292","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.tsx":"293","/home/runner/work/VKUI/VKUI/src/components/SizeXConditionalRender/SizeXConditionalRender.e2e.tsx":"294","/home/runner/work/VKUI/VKUI/src/components/SizeXConditionalRender/SizeXConditionalRender.tsx":"295","/home/runner/work/VKUI/VKUI/src/components/SizeYConditionalRender/SizeYConditionalRender.e2e.tsx":"296","/home/runner/work/VKUI/VKUI/src/components/SizeYConditionalRender/SizeYConditionalRender.tsx":"297","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.e2e.tsx":"298","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.test.tsx":"299","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.tsx":"300","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.test.tsx":"301","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.tsx":"302","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.test.tsx":"303","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.tsx":"304","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.test.tsx":"305","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.tsx":"306","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.test.tsx":"307","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.tsx":"308","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.test.tsx":"309","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.tsx":"310","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.test.tsx":"311","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.tsx":"312","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.e2e.tsx":"313","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.test.tsx":"314","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.tsx":"315","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.e2e.tsx":"316","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.test.tsx":"317","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.tsx":"318","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.e2e.tsx":"319","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.test.tsx":"320","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.tsx":"321","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.test.tsx":"322","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.tsx":"323","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.e2e.tsx":"324","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.test.tsx":"325","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.tsx":"326","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.test.tsx":"327","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.tsx":"328","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.test.tsx":"329","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.tsx":"330","/home/runner/work/VKUI/VKUI/src/components/TextTooltip/TextTooltip.tsx":"331","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.e2e.tsx":"332","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.test.tsx":"333","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.tsx":"334","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.e2e.tsx":"335","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.test.tsx":"336","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.tsx":"337","/home/runner/work/VKUI/VKUI/src/components/Tooltip/TooltipContainer.tsx":"338","/home/runner/work/VKUI/VKUI/src/components/Touch/Touch.test.tsx":"339","/home/runner/work/VKUI/VKUI/src/components/Touch/Touch.tsx":"340","/home/runner/work/VKUI/VKUI/src/components/Touch/TouchContext.ts":"341","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.e2e.tsx":"342","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.tsx":"343","/home/runner/work/VKUI/VKUI/src/components/Typography/Footnote/Footnote.e2e.tsx":"344","/home/runner/work/VKUI/VKUI/src/components/Typography/Footnote/Footnote.tsx":"345","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.e2e.tsx":"346","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.tsx":"347","/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.e2e.tsx":"348","/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.test.tsx":"349","/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.tsx":"350","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.e2e.tsx":"351","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.tsx":"352","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.e2e.tsx":"353","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.tsx":"354","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.e2e.tsx":"355","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.tsx":"356","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.e2e.tsx":"357","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.test.tsx":"358","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.tsx":"359","/home/runner/work/VKUI/VKUI/src/components/View/View.test.tsx":"360","/home/runner/work/VKUI/VKUI/src/components/View/View.tsx":"361","/home/runner/work/VKUI/VKUI/src/components/View/ViewInfinite.tsx":"362","/home/runner/work/VKUI/VKUI/src/components/View/utils.ts":"363","/home/runner/work/VKUI/VKUI/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.e2e.tsx":"364","/home/runner/work/VKUI/VKUI/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.tsx":"365","/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.test.tsx":"366","/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.tsx":"367","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.test.tsx":"368","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.tsx":"369","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.e2e.tsx":"370","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.test.tsx":"371","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.tsx":"372","/home/runner/work/VKUI/VKUI/src/helpers/appearance.test.ts":"373","/home/runner/work/VKUI/VKUI/src/helpers/appearance.ts":"374","/home/runner/work/VKUI/VKUI/src/helpers/avatar.ts":"375","/home/runner/work/VKUI/VKUI/src/helpers/getClassName.test.ts":"376","/home/runner/work/VKUI/VKUI/src/helpers/getClassName.ts":"377","/home/runner/work/VKUI/VKUI/src/helpers/getHoverClassName.test.ts":"378","/home/runner/work/VKUI/VKUI/src/helpers/getHoverClassName.ts":"379","/home/runner/work/VKUI/VKUI/src/helpers/getMouseClassName.test.ts":"380","/home/runner/work/VKUI/VKUI/src/helpers/getMouseClassName.ts":"381","/home/runner/work/VKUI/VKUI/src/helpers/getOrDefault.ts":"382","/home/runner/work/VKUI/VKUI/src/helpers/getPlatformClassName.test.ts":"383","/home/runner/work/VKUI/VKUI/src/helpers/getPlatformClassName.ts":"384","/home/runner/work/VKUI/VKUI/src/helpers/getSizeXClassName.test.ts":"385","/home/runner/work/VKUI/VKUI/src/helpers/getSizeXClassName.ts":"386","/home/runner/work/VKUI/VKUI/src/helpers/getSizeYClassName.test.ts":"387","/home/runner/work/VKUI/VKUI/src/helpers/getSizeYClassName.ts":"388","/home/runner/work/VKUI/VKUI/src/helpers/getViewHeightClassName.test.ts":"389","/home/runner/work/VKUI/VKUI/src/helpers/getViewHeightClassName.ts":"390","/home/runner/work/VKUI/VKUI/src/helpers/getViewWidthClassName.test.ts":"391","/home/runner/work/VKUI/VKUI/src/helpers/getViewWidthClassName.ts":"392","/home/runner/work/VKUI/VKUI/src/helpers/math.test.ts":"393","/home/runner/work/VKUI/VKUI/src/helpers/math.ts":"394","/home/runner/work/VKUI/VKUI/src/hoc/withContext.tsx":"395","/home/runner/work/VKUI/VKUI/src/hoc/withInsets.tsx":"396","/home/runner/work/VKUI/VKUI/src/hoc/withPlatform.tsx":"397","/home/runner/work/VKUI/VKUI/src/hooks/useAdaptivity.ts":"398","/home/runner/work/VKUI/VKUI/src/hooks/useAdaptivityWithMediaQueries.ts":"399","/home/runner/work/VKUI/VKUI/src/hooks/useAppearance.ts":"400","/home/runner/work/VKUI/VKUI/src/hooks/useAutoDetectAppearance.tsx":"401","/home/runner/work/VKUI/VKUI/src/hooks/useBooleanState.test.tsx":"402","/home/runner/work/VKUI/VKUI/src/hooks/useBooleanState.ts":"403","/home/runner/work/VKUI/VKUI/src/hooks/useBridgeAdaptivity.ts":"404","/home/runner/work/VKUI/VKUI/src/hooks/useBrowserInfo.ts":"405","/home/runner/work/VKUI/VKUI/src/hooks/useCalendar.ts":"406","/home/runner/work/VKUI/VKUI/src/hooks/useChipsInput.ts":"407","/home/runner/work/VKUI/VKUI/src/hooks/useChipsSelect.ts":"408","/home/runner/work/VKUI/VKUI/src/hooks/useDateInput.ts":"409","/home/runner/work/VKUI/VKUI/src/hooks/useEffectDev.ts":"410","/home/runner/work/VKUI/VKUI/src/hooks/useEnsuredControl.ts":"411","/home/runner/work/VKUI/VKUI/src/hooks/useEventListener.ts":"412","/home/runner/work/VKUI/VKUI/src/hooks/useExternRef.test.tsx":"413","/home/runner/work/VKUI/VKUI/src/hooks/useExternRef.ts":"414","/home/runner/work/VKUI/VKUI/src/hooks/useFocusVisible.test.tsx":"415","/home/runner/work/VKUI/VKUI/src/hooks/useFocusVisible.ts":"416","/home/runner/work/VKUI/VKUI/src/hooks/useGlobalEventListener.ts":"417","/home/runner/work/VKUI/VKUI/src/hooks/useInsets.ts":"418","/home/runner/work/VKUI/VKUI/src/hooks/useKeyboard.ts":"419","/home/runner/work/VKUI/VKUI/src/hooks/useKeyboardInputTracker.ts":"420","/home/runner/work/VKUI/VKUI/src/hooks/useMediaQueries.ts":"421","/home/runner/work/VKUI/VKUI/src/hooks/useObjectMemo.test.tsx":"422","/home/runner/work/VKUI/VKUI/src/hooks/useObjectMemo.ts":"423","/home/runner/work/VKUI/VKUI/src/hooks/useOrientationChange.ts":"424","/home/runner/work/VKUI/VKUI/src/hooks/usePagination.ts":"425","/home/runner/work/VKUI/VKUI/src/hooks/usePagintaion.test.ts":"426","/home/runner/work/VKUI/VKUI/src/hooks/usePatchChildrenRef.ts":"427","/home/runner/work/VKUI/VKUI/src/hooks/usePlatform.test.tsx":"428","/home/runner/work/VKUI/VKUI/src/hooks/usePlatform.ts":"429","/home/runner/work/VKUI/VKUI/src/hooks/usePrevious.ts":"430","/home/runner/work/VKUI/VKUI/src/hooks/useTimeout.test.ts":"431","/home/runner/work/VKUI/VKUI/src/hooks/useTimeout.ts":"432","/home/runner/work/VKUI/VKUI/src/hooks/useWaitTransitionFinish.ts":"433","/home/runner/work/VKUI/VKUI/src/index.ts":"434","/home/runner/work/VKUI/VKUI/src/lib/SSR.tsx":"435","/home/runner/work/VKUI/VKUI/src/lib/accessibility.ts":"436","/home/runner/work/VKUI/VKUI/src/lib/adaptivity.ts":"437","/home/runner/work/VKUI/VKUI/src/lib/animate.ts":"438","/home/runner/work/VKUI/VKUI/src/lib/browser.ts":"439","/home/runner/work/VKUI/VKUI/src/lib/calendar.test.tsx":"440","/home/runner/work/VKUI/VKUI/src/lib/calendar.ts":"441","/home/runner/work/VKUI/VKUI/src/lib/callMultiple.test.ts":"442","/home/runner/work/VKUI/VKUI/src/lib/callMultiple.ts":"443","/home/runner/work/VKUI/VKUI/src/lib/classNames.test.ts":"444","/home/runner/work/VKUI/VKUI/src/lib/classNames.ts":"445","/home/runner/work/VKUI/VKUI/src/lib/date.test.ts":"446","/home/runner/work/VKUI/VKUI/src/lib/date.ts":"447","/home/runner/work/VKUI/VKUI/src/lib/dom.tsx":"448","/home/runner/work/VKUI/VKUI/src/lib/fx.ts":"449","/home/runner/work/VKUI/VKUI/src/lib/getNavId.test.ts":"450","/home/runner/work/VKUI/VKUI/src/lib/getNavId.ts":"451","/home/runner/work/VKUI/VKUI/src/lib/is.ts":"452","/home/runner/work/VKUI/VKUI/src/lib/isRefObject.test.ts":"453","/home/runner/work/VKUI/VKUI/src/lib/isRefObject.ts":"454","/home/runner/work/VKUI/VKUI/src/lib/jsxRuntime.d.ts":"455","/home/runner/work/VKUI/VKUI/src/lib/jsxRuntime.test.ts":"456","/home/runner/work/VKUI/VKUI/src/lib/jsxRuntime.ts":"457","/home/runner/work/VKUI/VKUI/src/lib/offset.ts":"458","/home/runner/work/VKUI/VKUI/src/lib/platform.ts":"459","/home/runner/work/VKUI/VKUI/src/lib/polyfills.ts":"460","/home/runner/work/VKUI/VKUI/src/lib/prefixClass.ts":"461","/home/runner/work/VKUI/VKUI/src/lib/removeObjectKeys.ts":"462","/home/runner/work/VKUI/VKUI/src/lib/select.test.ts":"463","/home/runner/work/VKUI/VKUI/src/lib/select.ts":"464","/home/runner/work/VKUI/VKUI/src/lib/styles.ts":"465","/home/runner/work/VKUI/VKUI/src/lib/supportEvents.ts":"466","/home/runner/work/VKUI/VKUI/src/lib/taptic.ts":"467","/home/runner/work/VKUI/VKUI/src/lib/testing.ts":"468","/home/runner/work/VKUI/VKUI/src/lib/touch.test.ts":"469","/home/runner/work/VKUI/VKUI/src/lib/touch.ts":"470","/home/runner/work/VKUI/VKUI/src/lib/useIsomorphicLayoutEffect.ts":"471","/home/runner/work/VKUI/VKUI/src/lib/utils.ts":"472","/home/runner/work/VKUI/VKUI/src/lib/warnOnce.ts":"473","/home/runner/work/VKUI/VKUI/src/shared/breakpoints.js":"474","/home/runner/work/VKUI/VKUI/src/testing/e2e/index.ts":"475","/home/runner/work/VKUI/VKUI/src/testing/e2e/utils.tsx":"476","/home/runner/work/VKUI/VKUI/src/testing/setup.ts":"477","/home/runner/work/VKUI/VKUI/src/testing/utils.tsx":"478","/home/runner/work/VKUI/VKUI/src/types.ts":"479","/home/runner/work/VKUI/VKUI/src/unstable/index.ts":"480","/home/runner/work/VKUI/VKUI/e2e/browser/jest-mock.ts":"481","/home/runner/work/VKUI/VKUI/e2e/browser/mount.ts":"482","/home/runner/work/VKUI/VKUI/e2e/browser/runtime.ts":"483","/home/runner/work/VKUI/VKUI/e2e/browser/test-handle.ts":"484","/home/runner/work/VKUI/VKUI/e2e/detectEnv.d.ts":"485","/home/runner/work/VKUI/VKUI/e2e/detectEnv.js":"486","/home/runner/work/VKUI/VKUI/e2e/docker.ts":"487","/home/runner/work/VKUI/VKUI/e2e/generateWebpackConfig.ts":"488","/home/runner/work/VKUI/VKUI/e2e/index.ts":"489","/home/runner/work/VKUI/VKUI/e2e/jest/globalSetup.ts":"490","/home/runner/work/VKUI/VKUI/e2e/jest/globalTeardown.ts":"491","/home/runner/work/VKUI/VKUI/e2e/jest/jsdomPlaywrightEnv.js":"492","/home/runner/work/VKUI/VKUI/e2e/jest/matchers.ts":"493","/home/runner/work/VKUI/VKUI/e2e/jest.e2e.config.js":"494","/home/runner/work/VKUI/VKUI/e2e/types.d.ts":"495","/home/runner/work/VKUI/VKUI/styleguide/Components/Blockquote/index.js":"496","/home/runner/work/VKUI/VKUI/styleguide/Components/Code/CodeRenderer.js":"497","/home/runner/work/VKUI/VKUI/styleguide/Components/ComplexType/ComplexTypeRenderer.js":"498","/home/runner/work/VKUI/VKUI/styleguide/Components/ComponentsList/ComponentsListRenderer.js":"499","/home/runner/work/VKUI/VKUI/styleguide/Components/Editor/index.js":"500","/home/runner/work/VKUI/VKUI/styleguide/Components/Frame/Frame.js":"501","/home/runner/work/VKUI/VKUI/styleguide/Components/Heading/HeadingRenderer.js":"502","/home/runner/work/VKUI/VKUI/styleguide/Components/Heading/index.js":"503","/home/runner/work/VKUI/VKUI/styleguide/Components/Link/LinkRenderer.js":"504","/home/runner/work/VKUI/VKUI/styleguide/Components/List/index.js":"505","/home/runner/work/VKUI/VKUI/styleguide/Components/Logo/Logo.js":"506","/home/runner/work/VKUI/VKUI/styleguide/Components/MarkdownHeading/index.js":"507","/home/runner/work/VKUI/VKUI/styleguide/Components/Name/NameRenderer.js":"508","/home/runner/work/VKUI/VKUI/styleguide/Components/Para/ParaRenderer.js":"509","/home/runner/work/VKUI/VKUI/styleguide/Components/Playground/PlaygroundRenderer.js":"510","/home/runner/work/VKUI/VKUI/styleguide/Components/Preview.js":"511","/home/runner/work/VKUI/VKUI/styleguide/Components/ReactComponent/ReactComponent.js":"512","/home/runner/work/VKUI/VKUI/styleguide/Components/Section/SectionRenderer.js":"513","/home/runner/work/VKUI/VKUI/styleguide/Components/Section/index.js":"514","/home/runner/work/VKUI/VKUI/styleguide/Components/SectionHeading/SectionHeadingRenderer.js":"515","/home/runner/work/VKUI/VKUI/styleguide/Components/SectionSubheading/SectionSubheading.js":"516","/home/runner/work/VKUI/VKUI/styleguide/Components/Setting/Setting.js":"517","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/AppearanceSelect.js":"518","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/HasMouseCheckbox.js":"519","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/PlatformSelect.js":"520","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/Settings.js":"521","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/ViewHeightSelect.js":"522","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/ViewWidthSelect.js":"523","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/WebviewTypeSelect.js":"524","/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuide.js":"525","/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideDesktop.js":"526","/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideHeader.js":"527","/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideMobile.js":"528","/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideRenderer.js":"529","/home/runner/work/VKUI/VKUI/styleguide/Components/Table/TableRenderer.js":"530","/home/runner/work/VKUI/VKUI/styleguide/Components/TableOfContents/TableOfContents.js":"531","/home/runner/work/VKUI/VKUI/styleguide/Components/Text/TextRenderer.js":"532","/home/runner/work/VKUI/VKUI/styleguide/Components/Text/index.js":"533","/home/runner/work/VKUI/VKUI/styleguide/Components/TogglePropsButton/index.js":"534","/home/runner/work/VKUI/VKUI/styleguide/Components/Type/TypeRenderer.js":"535","/home/runner/work/VKUI/VKUI/styleguide/config.js":"536","/home/runner/work/VKUI/VKUI/styleguide/demo_dataset.js":"537","/home/runner/work/VKUI/VKUI/styleguide/deprecated.js":"538","/home/runner/work/VKUI/VKUI/styleguide/propsParser.config.js":"539","/home/runner/work/VKUI/VKUI/styleguide/setup.js":"540","/home/runner/work/VKUI/VKUI/styleguide/unstable.js":"541","/home/runner/work/VKUI/VKUI/styleguide/utils/index.js":"542","/home/runner/work/VKUI/VKUI/styleguide/utils/useViewPortSize.js":"543","/home/runner/work/VKUI/VKUI/styleguide/webpack.config.js":"544"},{"size":3735,"mtime":1662736088457,"results":"545","hashOfConfig":"546"},{"size":3931,"mtime":1662736088457,"results":"547","hashOfConfig":"546"},{"size":4132,"mtime":1662736088457,"results":"548","hashOfConfig":"546"},{"size":531,"mtime":1662736088457,"results":"549","hashOfConfig":"546"},{"size":301,"mtime":1662736088457,"results":"550","hashOfConfig":"546"},{"size":1175,"mtime":1662736088457,"results":"551","hashOfConfig":"546"},{"size":3009,"mtime":1662736088457,"results":"552","hashOfConfig":"546"},{"size":476,"mtime":1662736088517,"results":"553","hashOfConfig":"546"},{"size":1229,"mtime":1662736088517,"results":"554","hashOfConfig":"546"},{"size":4749,"mtime":1662736088517,"results":"555","hashOfConfig":"546"},{"size":510,"mtime":1662736088517,"results":"556","hashOfConfig":"546"},{"size":6268,"mtime":1662736088517,"results":"557","hashOfConfig":"546"},{"size":3574,"mtime":1662736088517,"results":"558","hashOfConfig":"546"},{"size":1976,"mtime":1662736088517,"results":"559","hashOfConfig":"546"},{"size":2497,"mtime":1662736088517,"results":"560","hashOfConfig":"546"},{"size":6943,"mtime":1662736088517,"results":"561","hashOfConfig":"546"},{"size":3610,"mtime":1662736088517,"results":"562","hashOfConfig":"546"},{"size":5847,"mtime":1662736088517,"results":"563","hashOfConfig":"546"},{"size":378,"mtime":1662736088517,"results":"564","hashOfConfig":"546"},{"size":1125,"mtime":1662736088517,"results":"565","hashOfConfig":"546"},{"size":7634,"mtime":1662736088517,"results":"566","hashOfConfig":"546"},{"size":1567,"mtime":1662736088517,"results":"567","hashOfConfig":"546"},{"size":243,"mtime":1662736088517,"results":"568","hashOfConfig":"546"},{"size":1561,"mtime":1662736088517,"results":"569","hashOfConfig":"546"},{"size":2018,"mtime":1662736088517,"results":"570","hashOfConfig":"546"},{"size":4085,"mtime":1662736088517,"results":"571","hashOfConfig":"546"},{"size":1059,"mtime":1662736088517,"results":"572","hashOfConfig":"546"},{"size":709,"mtime":1662736088517,"results":"573","hashOfConfig":"546"},{"size":149,"mtime":1662736088517,"results":"574","hashOfConfig":"546"},{"size":418,"mtime":1662736088517,"results":"575","hashOfConfig":"546"},{"size":1600,"mtime":1662736088517,"results":"576","hashOfConfig":"546"},{"size":1604,"mtime":1662736088521,"results":"577","hashOfConfig":"546"},{"size":6767,"mtime":1662736088521,"results":"578","hashOfConfig":"546"},{"size":11324,"mtime":1662736088521,"results":"579","hashOfConfig":"546"},{"size":1249,"mtime":1662736088521,"results":"580","hashOfConfig":"546"},{"size":1325,"mtime":1662736088521,"results":"581","hashOfConfig":"546"},{"size":1847,"mtime":1662736088521,"results":"582","hashOfConfig":"546"},{"size":1308,"mtime":1662736088521,"results":"583","hashOfConfig":"546"},{"size":3163,"mtime":1662736088521,"results":"584","hashOfConfig":"546"},{"size":2573,"mtime":1662736088521,"results":"585","hashOfConfig":"546"},{"size":173,"mtime":1662736088521,"results":"586","hashOfConfig":"546"},{"size":2011,"mtime":1662736088521,"results":"587","hashOfConfig":"546"},{"size":965,"mtime":1662736088525,"results":"588","hashOfConfig":"546"},{"size":161,"mtime":1662736088525,"results":"589","hashOfConfig":"546"},{"size":6203,"mtime":1662736088525,"results":"590","hashOfConfig":"546"},{"size":784,"mtime":1662736088525,"results":"591","hashOfConfig":"546"},{"size":3677,"mtime":1662736088525,"results":"592","hashOfConfig":"546"},{"size":3922,"mtime":1662736088525,"results":"593","hashOfConfig":"546"},{"size":848,"mtime":1662736088525,"results":"594","hashOfConfig":"546"},{"size":5865,"mtime":1662736088525,"results":"595","hashOfConfig":"546"},{"size":748,"mtime":1662736088525,"results":"596","hashOfConfig":"546"},{"size":181,"mtime":1662736088525,"results":"597","hashOfConfig":"546"},{"size":7878,"mtime":1662736088525,"results":"598","hashOfConfig":"546"},{"size":2698,"mtime":1662736088525,"results":"599","hashOfConfig":"546"},{"size":305,"mtime":1662736088529,"results":"600","hashOfConfig":"546"},{"size":145,"mtime":1662736088529,"results":"601","hashOfConfig":"546"},{"size":647,"mtime":1662736088529,"results":"602","hashOfConfig":"546"},{"size":161,"mtime":1662736088529,"results":"603","hashOfConfig":"546"},{"size":1008,"mtime":1662736088529,"results":"604","hashOfConfig":"546"},{"size":629,"mtime":1662736088529,"results":"605","hashOfConfig":"546"},{"size":169,"mtime":1662736088529,"results":"606","hashOfConfig":"546"},{"size":3201,"mtime":1662736088529,"results":"607","hashOfConfig":"546"},{"size":938,"mtime":1662736088529,"results":"608","hashOfConfig":"546"},{"size":2275,"mtime":1662736088529,"results":"609","hashOfConfig":"546"},{"size":5313,"mtime":1662736088529,"results":"610","hashOfConfig":"546"},{"size":180,"mtime":1662736088529,"results":"611","hashOfConfig":"546"},{"size":1359,"mtime":1662736088529,"results":"612","hashOfConfig":"546"},{"size":176,"mtime":1662736088529,"results":"613","hashOfConfig":"546"},{"size":1087,"mtime":1662736088529,"results":"614","hashOfConfig":"546"},{"size":3569,"mtime":1662736088529,"results":"615","hashOfConfig":"546"},{"size":1030,"mtime":1662736088529,"results":"616","hashOfConfig":"546"},{"size":169,"mtime":1662736088529,"results":"617","hashOfConfig":"546"},{"size":664,"mtime":1662736088529,"results":"618","hashOfConfig":"546"},{"size":1161,"mtime":1662736088529,"results":"619","hashOfConfig":"546"},{"size":922,"mtime":1662736088529,"results":"620","hashOfConfig":"546"},{"size":5337,"mtime":1662736088529,"results":"621","hashOfConfig":"546"},{"size":377,"mtime":1662736088533,"results":"622","hashOfConfig":"546"},{"size":533,"mtime":1662736088533,"results":"623","hashOfConfig":"546"},{"size":2430,"mtime":1662736088533,"results":"624","hashOfConfig":"546"},{"size":785,"mtime":1662736088533,"results":"625","hashOfConfig":"546"},{"size":169,"mtime":1662736088533,"results":"626","hashOfConfig":"546"},{"size":992,"mtime":1662736088533,"results":"627","hashOfConfig":"546"},{"size":3016,"mtime":1662736088533,"results":"628","hashOfConfig":"546"},{"size":5298,"mtime":1662736088533,"results":"629","hashOfConfig":"546"},{"size":5426,"mtime":1662736088533,"results":"630","hashOfConfig":"546"},{"size":13824,"mtime":1662736088533,"results":"631","hashOfConfig":"546"},{"size":2333,"mtime":1662736088533,"results":"632","hashOfConfig":"546"},{"size":2658,"mtime":1662736088533,"results":"633","hashOfConfig":"546"},{"size":1697,"mtime":1662736088533,"results":"634","hashOfConfig":"546"},{"size":558,"mtime":1662736088533,"results":"635","hashOfConfig":"546"},{"size":1553,"mtime":1662736088533,"results":"636","hashOfConfig":"546"},{"size":3387,"mtime":1662736088533,"results":"637","hashOfConfig":"546"},{"size":446,"mtime":1662736088533,"results":"638","hashOfConfig":"546"},{"size":549,"mtime":1662736088533,"results":"639","hashOfConfig":"546"},{"size":1316,"mtime":1662736088533,"results":"640","hashOfConfig":"546"},{"size":5696,"mtime":1662736088537,"results":"641","hashOfConfig":"546"},{"size":3794,"mtime":1662736088537,"results":"642","hashOfConfig":"546"},{"size":961,"mtime":1662736088537,"results":"643","hashOfConfig":"546"},{"size":11451,"mtime":1662736088537,"results":"644","hashOfConfig":"546"},{"size":23444,"mtime":1662736088537,"results":"645","hashOfConfig":"546"},{"size":932,"mtime":1662736088537,"results":"646","hashOfConfig":"546"},{"size":3857,"mtime":1662736088537,"results":"647","hashOfConfig":"546"},{"size":1220,"mtime":1662736088537,"results":"648","hashOfConfig":"546"},{"size":201,"mtime":1662736088537,"results":"649","hashOfConfig":"546"},{"size":4090,"mtime":1662736088537,"results":"650","hashOfConfig":"546"},{"size":415,"mtime":1662736088537,"results":"651","hashOfConfig":"546"},{"size":165,"mtime":1662736088537,"results":"652","hashOfConfig":"546"},{"size":9621,"mtime":1662736088537,"results":"653","hashOfConfig":"546"},{"size":5861,"mtime":1662736088537,"results":"654","hashOfConfig":"546"},{"size":5809,"mtime":1662736088537,"results":"655","hashOfConfig":"546"},{"size":575,"mtime":1662736088537,"results":"656","hashOfConfig":"546"},{"size":185,"mtime":1662736088537,"results":"657","hashOfConfig":"546"},{"size":10508,"mtime":1662736088537,"results":"658","hashOfConfig":"546"},{"size":928,"mtime":1662736088537,"results":"659","hashOfConfig":"546"},{"size":1023,"mtime":1662736088537,"results":"660","hashOfConfig":"546"},{"size":141,"mtime":1662736088541,"results":"661","hashOfConfig":"546"},{"size":435,"mtime":1662736088541,"results":"662","hashOfConfig":"546"},{"size":767,"mtime":1662736088541,"results":"663","hashOfConfig":"546"},{"size":341,"mtime":1662736088541,"results":"664","hashOfConfig":"546"},{"size":1092,"mtime":1662736088541,"results":"665","hashOfConfig":"546"},{"size":775,"mtime":1662736088541,"results":"666","hashOfConfig":"546"},{"size":145,"mtime":1662736088541,"results":"667","hashOfConfig":"546"},{"size":1434,"mtime":1662736088541,"results":"668","hashOfConfig":"546"},{"size":173,"mtime":1662736088541,"results":"669","hashOfConfig":"546"},{"size":2425,"mtime":1662736088541,"results":"670","hashOfConfig":"546"},{"size":4951,"mtime":1662736088541,"results":"671","hashOfConfig":"546"},{"size":3796,"mtime":1662736088541,"results":"672","hashOfConfig":"546"},{"size":436,"mtime":1662736088541,"results":"673","hashOfConfig":"546"},{"size":153,"mtime":1662736088541,"results":"674","hashOfConfig":"546"},{"size":483,"mtime":1662736088541,"results":"675","hashOfConfig":"546"},{"size":165,"mtime":1662736088541,"results":"676","hashOfConfig":"546"},{"size":2701,"mtime":1662736088541,"results":"677","hashOfConfig":"546"},{"size":1498,"mtime":1662736088541,"results":"678","hashOfConfig":"546"},{"size":161,"mtime":1662736088541,"results":"679","hashOfConfig":"546"},{"size":2398,"mtime":1662736088541,"results":"680","hashOfConfig":"546"},{"size":169,"mtime":1662736088541,"results":"681","hashOfConfig":"546"},{"size":818,"mtime":1662736088541,"results":"682","hashOfConfig":"546"},{"size":5642,"mtime":1662736088541,"results":"683","hashOfConfig":"546"},{"size":189,"mtime":1662736088541,"results":"684","hashOfConfig":"546"},{"size":2286,"mtime":1662736088541,"results":"685","hashOfConfig":"546"},{"size":1291,"mtime":1662736088541,"results":"686","hashOfConfig":"546"},{"size":2161,"mtime":1662736088541,"results":"687","hashOfConfig":"546"},{"size":161,"mtime":1662736088541,"results":"688","hashOfConfig":"546"},{"size":748,"mtime":1662736088541,"results":"689","hashOfConfig":"546"},{"size":1040,"mtime":1662736088541,"results":"690","hashOfConfig":"546"},{"size":693,"mtime":1662736088541,"results":"691","hashOfConfig":"546"},{"size":1318,"mtime":1662736088541,"results":"692","hashOfConfig":"546"},{"size":149,"mtime":1662736088545,"results":"693","hashOfConfig":"546"},{"size":3470,"mtime":1662736088545,"results":"694","hashOfConfig":"546"},{"size":1394,"mtime":1662736088545,"results":"695","hashOfConfig":"546"},{"size":3640,"mtime":1662736088545,"results":"696","hashOfConfig":"546"},{"size":3789,"mtime":1662736088545,"results":"697","hashOfConfig":"546"},{"size":185,"mtime":1662736088545,"results":"698","hashOfConfig":"546"},{"size":2192,"mtime":1662736088545,"results":"699","hashOfConfig":"546"},{"size":3084,"mtime":1662736088545,"results":"700","hashOfConfig":"546"},{"size":193,"mtime":1662736088545,"results":"701","hashOfConfig":"546"},{"size":7186,"mtime":1662736088545,"results":"702","hashOfConfig":"546"},{"size":1417,"mtime":1662736088545,"results":"703","hashOfConfig":"546"},{"size":3007,"mtime":1662736088545,"results":"704","hashOfConfig":"546"},{"size":772,"mtime":1662736088545,"results":"705","hashOfConfig":"546"},{"size":1081,"mtime":1662736088545,"results":"706","hashOfConfig":"546"},{"size":1097,"mtime":1662736088545,"results":"707","hashOfConfig":"546"},{"size":1290,"mtime":1662736088545,"results":"708","hashOfConfig":"546"},{"size":1694,"mtime":1662736088545,"results":"709","hashOfConfig":"546"},{"size":2421,"mtime":1662736088545,"results":"710","hashOfConfig":"546"},{"size":3219,"mtime":1662736088545,"results":"711","hashOfConfig":"546"},{"size":5097,"mtime":1662736088545,"results":"712","hashOfConfig":"546"},{"size":1588,"mtime":1662736088545,"results":"713","hashOfConfig":"546"},{"size":3100,"mtime":1662736088545,"results":"714","hashOfConfig":"546"},{"size":313,"mtime":1662736088545,"results":"715","hashOfConfig":"546"},{"size":387,"mtime":1662736088545,"results":"716","hashOfConfig":"546"},{"size":157,"mtime":1662736088545,"results":"717","hashOfConfig":"546"},{"size":687,"mtime":1662736088545,"results":"718","hashOfConfig":"546"},{"size":562,"mtime":1662736088549,"results":"719","hashOfConfig":"546"},{"size":149,"mtime":1662736088549,"results":"720","hashOfConfig":"546"},{"size":1321,"mtime":1662736088549,"results":"721","hashOfConfig":"546"},{"size":1749,"mtime":1662736088549,"results":"722","hashOfConfig":"546"},{"size":275,"mtime":1662736088549,"results":"723","hashOfConfig":"546"},{"size":865,"mtime":1662736088549,"results":"724","hashOfConfig":"546"},{"size":842,"mtime":1662736088549,"results":"725","hashOfConfig":"546"},{"size":145,"mtime":1662736088549,"results":"726","hashOfConfig":"546"},{"size":670,"mtime":1662736088549,"results":"727","hashOfConfig":"546"},{"size":174,"mtime":1662736088549,"results":"728","hashOfConfig":"546"},{"size":126,"mtime":1662736088549,"results":"729","hashOfConfig":"546"},{"size":2032,"mtime":1662736088549,"results":"730","hashOfConfig":"546"},{"size":177,"mtime":1662736088549,"results":"731","hashOfConfig":"546"},{"size":3057,"mtime":1662736088549,"results":"732","hashOfConfig":"546"},{"size":4332,"mtime":1662736088549,"results":"733","hashOfConfig":"546"},{"size":192,"mtime":1662736088549,"results":"734","hashOfConfig":"546"},{"size":1751,"mtime":1662736088549,"results":"735","hashOfConfig":"546"},{"size":3898,"mtime":1662736088549,"results":"736","hashOfConfig":"546"},{"size":201,"mtime":1662736088549,"results":"737","hashOfConfig":"546"},{"size":698,"mtime":1662736088549,"results":"738","hashOfConfig":"546"},{"size":192,"mtime":1662736088549,"results":"739","hashOfConfig":"546"},{"size":4710,"mtime":1662736088549,"results":"740","hashOfConfig":"546"},{"size":2513,"mtime":1662736088549,"results":"741","hashOfConfig":"546"},{"size":189,"mtime":1662736088549,"results":"742","hashOfConfig":"546"},{"size":1601,"mtime":1662736088549,"results":"743","hashOfConfig":"546"},{"size":4255,"mtime":1662736088553,"results":"744","hashOfConfig":"546"},{"size":25151,"mtime":1662736088553,"results":"745","hashOfConfig":"546"},{"size":1368,"mtime":1662736088553,"results":"746","hashOfConfig":"546"},{"size":1695,"mtime":1662736088553,"results":"747","hashOfConfig":"546"},{"size":8334,"mtime":1662736088553,"results":"748","hashOfConfig":"546"},{"size":122,"mtime":1662736088553,"results":"749","hashOfConfig":"546"},{"size":1753,"mtime":1662736088553,"results":"750","hashOfConfig":"546"},{"size":9446,"mtime":1662736088553,"results":"751","hashOfConfig":"546"},{"size":8058,"mtime":1662736088553,"results":"752","hashOfConfig":"546"},{"size":617,"mtime":1662736088553,"results":"753","hashOfConfig":"546"},{"size":1568,"mtime":1662736088553,"results":"754","hashOfConfig":"546"},{"size":1755,"mtime":1662736088553,"results":"755","hashOfConfig":"546"},{"size":3227,"mtime":1662736088553,"results":"756","hashOfConfig":"546"},{"size":712,"mtime":1662736088553,"results":"757","hashOfConfig":"546"},{"size":457,"mtime":1662736088553,"results":"758","hashOfConfig":"546"},{"size":169,"mtime":1662736088553,"results":"759","hashOfConfig":"546"},{"size":6133,"mtime":1662736088553,"results":"760","hashOfConfig":"546"},{"size":1373,"mtime":1662736088553,"results":"761","hashOfConfig":"546"},{"size":175,"mtime":1662736088553,"results":"762","hashOfConfig":"546"},{"size":1625,"mtime":1662736088553,"results":"763","hashOfConfig":"546"},{"size":1479,"mtime":1662736088553,"results":"764","hashOfConfig":"546"},{"size":4421,"mtime":1662736088553,"results":"765","hashOfConfig":"546"},{"size":189,"mtime":1662736088553,"results":"766","hashOfConfig":"546"},{"size":1873,"mtime":1662736088553,"results":"767","hashOfConfig":"546"},{"size":1038,"mtime":1662736088553,"results":"768","hashOfConfig":"546"},{"size":3474,"mtime":1662736088553,"results":"769","hashOfConfig":"546"},{"size":193,"mtime":1662736088553,"results":"770","hashOfConfig":"546"},{"size":744,"mtime":1662736088553,"results":"771","hashOfConfig":"546"},{"size":201,"mtime":1662736088553,"results":"772","hashOfConfig":"546"},{"size":3144,"mtime":1662736088553,"results":"773","hashOfConfig":"546"},{"size":2347,"mtime":1662736088557,"results":"774","hashOfConfig":"546"},{"size":2926,"mtime":1662736088557,"results":"775","hashOfConfig":"546"},{"size":189,"mtime":1662736088557,"results":"776","hashOfConfig":"546"},{"size":1333,"mtime":1662736088557,"results":"777","hashOfConfig":"546"},{"size":197,"mtime":1662736088557,"results":"778","hashOfConfig":"546"},{"size":757,"mtime":1662736088557,"results":"779","hashOfConfig":"546"},{"size":177,"mtime":1662736088557,"results":"780","hashOfConfig":"546"},{"size":464,"mtime":1662736088557,"results":"781","hashOfConfig":"546"},{"size":1951,"mtime":1662736088557,"results":"782","hashOfConfig":"546"},{"size":173,"mtime":1662736088557,"results":"783","hashOfConfig":"546"},{"size":1733,"mtime":1662736088557,"results":"784","hashOfConfig":"546"},{"size":169,"mtime":1662736088557,"results":"785","hashOfConfig":"546"},{"size":1220,"mtime":1662736088557,"results":"786","hashOfConfig":"546"},{"size":1458,"mtime":1662736088557,"results":"787","hashOfConfig":"546"},{"size":2181,"mtime":1662736088557,"results":"788","hashOfConfig":"546"},{"size":6526,"mtime":1662736088557,"results":"789","hashOfConfig":"546"},{"size":1561,"mtime":1662736088557,"results":"790","hashOfConfig":"546"},{"size":7037,"mtime":1662736088557,"results":"791","hashOfConfig":"546"},{"size":868,"mtime":1662736088557,"results":"792","hashOfConfig":"546"},{"size":161,"mtime":1662736088557,"results":"793","hashOfConfig":"546"},{"size":909,"mtime":1662736088557,"results":"794","hashOfConfig":"546"},{"size":173,"mtime":1662736088557,"results":"795","hashOfConfig":"546"},{"size":3312,"mtime":1662736088557,"results":"796","hashOfConfig":"546"},{"size":5083,"mtime":1662736088557,"results":"797","hashOfConfig":"546"},{"size":8345,"mtime":1662736088557,"results":"798","hashOfConfig":"546"},{"size":1899,"mtime":1662736088557,"results":"799","hashOfConfig":"546"},{"size":677,"mtime":1662736088557,"results":"800","hashOfConfig":"546"},{"size":149,"mtime":1662736088557,"results":"801","hashOfConfig":"546"},{"size":2369,"mtime":1662736088557,"results":"802","hashOfConfig":"546"},{"size":1208,"mtime":1662736088557,"results":"803","hashOfConfig":"546"},{"size":169,"mtime":1662736088557,"results":"804","hashOfConfig":"546"},{"size":516,"mtime":1662736088557,"results":"805","hashOfConfig":"546"},{"size":3073,"mtime":1662736088561,"results":"806","hashOfConfig":"546"},{"size":1383,"mtime":1662736088561,"results":"807","hashOfConfig":"546"},{"size":4483,"mtime":1662736088561,"results":"808","hashOfConfig":"546"},{"size":1023,"mtime":1662736088561,"results":"809","hashOfConfig":"546"},{"size":5008,"mtime":1662736088561,"results":"810","hashOfConfig":"546"},{"size":2055,"mtime":1662736088561,"results":"811","hashOfConfig":"546"},{"size":161,"mtime":1662736088561,"results":"812","hashOfConfig":"546"},{"size":3461,"mtime":1662736088561,"results":"813","hashOfConfig":"546"},{"size":913,"mtime":1662736088561,"results":"814","hashOfConfig":"546"},{"size":5915,"mtime":1662736088561,"results":"815","hashOfConfig":"546"},{"size":5840,"mtime":1662736088561,"results":"816","hashOfConfig":"546"},{"size":699,"mtime":1662736088561,"results":"817","hashOfConfig":"546"},{"size":400,"mtime":1662736088561,"results":"818","hashOfConfig":"546"},{"size":181,"mtime":1662736088561,"results":"819","hashOfConfig":"546"},{"size":1672,"mtime":1662736088561,"results":"820","hashOfConfig":"546"},{"size":1406,"mtime":1662736088561,"results":"821","hashOfConfig":"546"},{"size":3174,"mtime":1662736088561,"results":"822","hashOfConfig":"546"},{"size":5680,"mtime":1662736088561,"results":"823","hashOfConfig":"546"},{"size":924,"mtime":1662736088561,"results":"824","hashOfConfig":"546"},{"size":2131,"mtime":1662736088561,"results":"825","hashOfConfig":"546"},{"size":3928,"mtime":1662736088561,"results":"826","hashOfConfig":"546"},{"size":220,"mtime":1662736088561,"results":"827","hashOfConfig":"546"},{"size":1560,"mtime":1662736088561,"results":"828","hashOfConfig":"546"},{"size":343,"mtime":1662736088561,"results":"829","hashOfConfig":"546"},{"size":2246,"mtime":1662736088561,"results":"830","hashOfConfig":"546"},{"size":1356,"mtime":1662736088561,"results":"831","hashOfConfig":"546"},{"size":181,"mtime":1662736088561,"results":"832","hashOfConfig":"546"},{"size":2284,"mtime":1662736088561,"results":"833","hashOfConfig":"546"},{"size":165,"mtime":1662736088565,"results":"834","hashOfConfig":"546"},{"size":668,"mtime":1662736088565,"results":"835","hashOfConfig":"546"},{"size":2799,"mtime":1662736088565,"results":"836","hashOfConfig":"546"},{"size":948,"mtime":1662736088565,"results":"837","hashOfConfig":"546"},{"size":5164,"mtime":1662736088565,"results":"838","hashOfConfig":"546"},{"size":347,"mtime":1662736088565,"results":"839","hashOfConfig":"546"},{"size":1112,"mtime":1662736088565,"results":"840","hashOfConfig":"546"},{"size":347,"mtime":1662736088565,"results":"841","hashOfConfig":"546"},{"size":1112,"mtime":1662736088565,"results":"842","hashOfConfig":"546"},{"size":381,"mtime":1662736088565,"results":"843","hashOfConfig":"546"},{"size":153,"mtime":1662736088565,"results":"844","hashOfConfig":"546"},{"size":1333,"mtime":1662736088565,"results":"845","hashOfConfig":"546"},{"size":161,"mtime":1662736088565,"results":"846","hashOfConfig":"546"},{"size":6691,"mtime":1662736088565,"results":"847","hashOfConfig":"546"},{"size":157,"mtime":1662736088565,"results":"848","hashOfConfig":"546"},{"size":1474,"mtime":1662736088565,"results":"849","hashOfConfig":"546"},{"size":157,"mtime":1662736088565,"results":"850","hashOfConfig":"546"},{"size":933,"mtime":1662736088565,"results":"851","hashOfConfig":"546"},{"size":161,"mtime":1662736088565,"results":"852","hashOfConfig":"546"},{"size":3330,"mtime":1662736088565,"results":"853","hashOfConfig":"546"},{"size":173,"mtime":1662736088565,"results":"854","hashOfConfig":"546"},{"size":1437,"mtime":1662736088565,"results":"855","hashOfConfig":"546"},{"size":193,"mtime":1662736088565,"results":"856","hashOfConfig":"546"},{"size":1619,"mtime":1662736088565,"results":"857","hashOfConfig":"546"},{"size":1655,"mtime":1662736088565,"results":"858","hashOfConfig":"546"},{"size":205,"mtime":1662736088565,"results":"859","hashOfConfig":"546"},{"size":3052,"mtime":1662736088565,"results":"860","hashOfConfig":"546"},{"size":285,"mtime":1662736088569,"results":"861","hashOfConfig":"546"},{"size":153,"mtime":1662736088569,"results":"862","hashOfConfig":"546"},{"size":1738,"mtime":1662736088569,"results":"863","hashOfConfig":"546"},{"size":1509,"mtime":1662736088569,"results":"864","hashOfConfig":"546"},{"size":153,"mtime":1662736088569,"results":"865","hashOfConfig":"546"},{"size":1409,"mtime":1662736088569,"results":"866","hashOfConfig":"546"},{"size":1272,"mtime":1662736088569,"results":"867","hashOfConfig":"546"},{"size":2262,"mtime":1662736088569,"results":"868","hashOfConfig":"546"},{"size":3623,"mtime":1662736088569,"results":"869","hashOfConfig":"546"},{"size":145,"mtime":1662736088569,"results":"870","hashOfConfig":"546"},{"size":1542,"mtime":1662736088569,"results":"871","hashOfConfig":"546"},{"size":161,"mtime":1662736088569,"results":"872","hashOfConfig":"546"},{"size":3355,"mtime":1662736088569,"results":"873","hashOfConfig":"546"},{"size":14056,"mtime":1662736088569,"results":"874","hashOfConfig":"546"},{"size":12053,"mtime":1662736088569,"results":"875","hashOfConfig":"546"},{"size":1566,"mtime":1662736088569,"results":"876","hashOfConfig":"546"},{"size":1620,"mtime":1662736088569,"results":"877","hashOfConfig":"546"},{"size":2754,"mtime":1662736088569,"results":"878","hashOfConfig":"546"},{"size":2153,"mtime":1662736088569,"results":"879","hashOfConfig":"546"},{"size":1101,"mtime":1662736088569,"results":"880","hashOfConfig":"546"},{"size":3609,"mtime":1662736088569,"results":"881","hashOfConfig":"546"},{"size":10202,"mtime":1662736088569,"results":"882","hashOfConfig":"546"},{"size":402,"mtime":1662736088573,"results":"883","hashOfConfig":"546"},{"size":12930,"mtime":1662736088573,"results":"884","hashOfConfig":"546"},{"size":8058,"mtime":1662736088573,"results":"885","hashOfConfig":"546"},{"size":506,"mtime":1662736088573,"results":"886","hashOfConfig":"546"},{"size":504,"mtime":1662736088573,"results":"887","hashOfConfig":"546"},{"size":894,"mtime":1662736088573,"results":"888","hashOfConfig":"546"},{"size":463,"mtime":1662736088573,"results":"889","hashOfConfig":"546"},{"size":825,"mtime":1662736088573,"results":"890","hashOfConfig":"546"},{"size":666,"mtime":1662736088573,"results":"891","hashOfConfig":"546"},{"size":1443,"mtime":1662736088573,"results":"892","hashOfConfig":"546"},{"size":404,"mtime":1662736088573,"results":"893","hashOfConfig":"546"},{"size":168,"mtime":1662736088573,"results":"894","hashOfConfig":"546"},{"size":1168,"mtime":1662736088573,"results":"895","hashOfConfig":"546"},{"size":399,"mtime":1662736088573,"results":"896","hashOfConfig":"546"},{"size":973,"mtime":1662736088573,"results":"897","hashOfConfig":"546"},{"size":425,"mtime":1662736088573,"results":"898","hashOfConfig":"546"},{"size":1382,"mtime":1662736088573,"results":"899","hashOfConfig":"546"},{"size":588,"mtime":1662736088573,"results":"900","hashOfConfig":"546"},{"size":887,"mtime":1662736088573,"results":"901","hashOfConfig":"546"},{"size":1063,"mtime":1662736088577,"results":"902","hashOfConfig":"546"},{"size":169,"mtime":1662736088577,"results":"903","hashOfConfig":"546"},{"size":5038,"mtime":1662736088577,"results":"904","hashOfConfig":"546"},{"size":9455,"mtime":1662736088577,"results":"905","hashOfConfig":"546"},{"size":17047,"mtime":1662736088577,"results":"906","hashOfConfig":"546"},{"size":21049,"mtime":1662736088577,"results":"907","hashOfConfig":"546"},{"size":360,"mtime":1662736088577,"results":"908","hashOfConfig":"546"},{"size":946,"mtime":1662736088577,"results":"909","hashOfConfig":"546"},{"size":1266,"mtime":1662736088577,"results":"910","hashOfConfig":"546"},{"size":205,"mtime":1662736088577,"results":"911","hashOfConfig":"546"},{"size":638,"mtime":1662736088577,"results":"912","hashOfConfig":"546"},{"size":161,"mtime":1662736088577,"results":"913","hashOfConfig":"546"},{"size":3425,"mtime":1662736088577,"results":"914","hashOfConfig":"546"},{"size":509,"mtime":1662736088577,"results":"915","hashOfConfig":"546"},{"size":850,"mtime":1662736088577,"results":"916","hashOfConfig":"546"},{"size":3375,"mtime":1662736088577,"results":"917","hashOfConfig":"546"},{"size":740,"mtime":1662736088577,"results":"918","hashOfConfig":"546"},{"size":1035,"mtime":1662736088577,"results":"919","hashOfConfig":"546"},{"size":389,"mtime":1662736088577,"results":"920","hashOfConfig":"546"},{"size":234,"mtime":1662736088577,"results":"921","hashOfConfig":"546"},{"size":360,"mtime":1662736088577,"results":"922","hashOfConfig":"546"},{"size":1319,"mtime":1662736088577,"results":"923","hashOfConfig":"546"},{"size":1019,"mtime":1662736088577,"results":"924","hashOfConfig":"546"},{"size":1319,"mtime":1662736088577,"results":"925","hashOfConfig":"546"},{"size":1004,"mtime":1662736088577,"results":"926","hashOfConfig":"546"},{"size":254,"mtime":1662736088577,"results":"927","hashOfConfig":"546"},{"size":690,"mtime":1662736088577,"results":"928","hashOfConfig":"546"},{"size":930,"mtime":1662736088577,"results":"929","hashOfConfig":"546"},{"size":1187,"mtime":1662736088577,"results":"930","hashOfConfig":"546"},{"size":920,"mtime":1662736088577,"results":"931","hashOfConfig":"546"},{"size":1187,"mtime":1662736088577,"results":"932","hashOfConfig":"546"},{"size":920,"mtime":1662736088577,"results":"933","hashOfConfig":"546"},{"size":1877,"mtime":1662736088577,"results":"934","hashOfConfig":"546"},{"size":1197,"mtime":1662736088577,"results":"935","hashOfConfig":"546"},{"size":3386,"mtime":1662736088577,"results":"936","hashOfConfig":"546"},{"size":1608,"mtime":1662736088577,"results":"937","hashOfConfig":"546"},{"size":1642,"mtime":1662736088577,"results":"938","hashOfConfig":"546"},{"size":1178,"mtime":1662736088577,"results":"939","hashOfConfig":"546"},{"size":334,"mtime":1662736088577,"results":"940","hashOfConfig":"546"},{"size":399,"mtime":1662736088577,"results":"941","hashOfConfig":"546"},{"size":647,"mtime":1662736088577,"results":"942","hashOfConfig":"546"},{"size":928,"mtime":1662736088577,"results":"943","hashOfConfig":"546"},{"size":4929,"mtime":1662736088577,"results":"944","hashOfConfig":"546"},{"size":217,"mtime":1662736088577,"results":"945","hashOfConfig":"546"},{"size":2924,"mtime":1662736088577,"results":"946","hashOfConfig":"546"},{"size":1033,"mtime":1662736088577,"results":"947","hashOfConfig":"546"},{"size":434,"mtime":1662736088577,"results":"948","hashOfConfig":"546"},{"size":1898,"mtime":1662736088577,"results":"949","hashOfConfig":"546"},{"size":358,"mtime":1662736088581,"results":"950","hashOfConfig":"546"},{"size":2182,"mtime":1662736088581,"results":"951","hashOfConfig":"546"},{"size":2392,"mtime":1662736088581,"results":"952","hashOfConfig":"546"},{"size":1934,"mtime":1662736088581,"results":"953","hashOfConfig":"546"},{"size":5788,"mtime":1662736088581,"results":"954","hashOfConfig":"546"},{"size":162,"mtime":1662736088581,"results":"955","hashOfConfig":"546"},{"size":605,"mtime":1662736088581,"results":"956","hashOfConfig":"546"},{"size":1777,"mtime":1662736088581,"results":"957","hashOfConfig":"546"},{"size":3061,"mtime":1662736088581,"results":"958","hashOfConfig":"546"},{"size":620,"mtime":1662736088581,"results":"959","hashOfConfig":"546"},{"size":1548,"mtime":1662736088581,"results":"960","hashOfConfig":"546"},{"size":726,"mtime":1662736088581,"results":"961","hashOfConfig":"546"},{"size":1174,"mtime":1662736088581,"results":"962","hashOfConfig":"546"},{"size":1719,"mtime":1662736088581,"results":"963","hashOfConfig":"546"},{"size":1785,"mtime":1662736088581,"results":"964","hashOfConfig":"546"},{"size":1548,"mtime":1662736088581,"results":"965","hashOfConfig":"546"},{"size":2363,"mtime":1662736088581,"results":"966","hashOfConfig":"546"},{"size":873,"mtime":1662736088581,"results":"967","hashOfConfig":"546"},{"size":399,"mtime":1662736088581,"results":"968","hashOfConfig":"546"},{"size":1216,"mtime":1662736088581,"results":"969","hashOfConfig":"546"},{"size":2797,"mtime":1662736088581,"results":"970","hashOfConfig":"546"},{"size":2971,"mtime":1662736088581,"results":"971","hashOfConfig":"546"},{"size":1434,"mtime":1662736088581,"results":"972","hashOfConfig":"546"},{"size":1309,"mtime":1662736088581,"results":"973","hashOfConfig":"546"},{"size":419,"mtime":1662736088581,"results":"974","hashOfConfig":"546"},{"size":219,"mtime":1662736088581,"results":"975","hashOfConfig":"546"},{"size":1490,"mtime":1662736088581,"results":"976","hashOfConfig":"546"},{"size":970,"mtime":1662736088581,"results":"977","hashOfConfig":"546"},{"size":1037,"mtime":1662736088581,"results":"978","hashOfConfig":"546"},{"size":19437,"mtime":1662736088581,"results":"979","hashOfConfig":"546"},{"size":1261,"mtime":1662736088581,"results":"980","hashOfConfig":"546"},{"size":1892,"mtime":1662736088581,"results":"981","hashOfConfig":"546"},{"size":2399,"mtime":1662736088581,"results":"982","hashOfConfig":"546"},{"size":1047,"mtime":1662736088581,"results":"983","hashOfConfig":"546"},{"size":1829,"mtime":1662736088581,"results":"984","hashOfConfig":"546"},{"size":1334,"mtime":1662736088581,"results":"985","hashOfConfig":"546"},{"size":2790,"mtime":1662736088581,"results":"986","hashOfConfig":"546"},{"size":322,"mtime":1662736088581,"results":"987","hashOfConfig":"546"},{"size":146,"mtime":1662736088581,"results":"988","hashOfConfig":"546"},{"size":1126,"mtime":1662736088581,"results":"989","hashOfConfig":"546"},{"size":944,"mtime":1662736088581,"results":"990","hashOfConfig":"546"},{"size":5593,"mtime":1662736088581,"results":"991","hashOfConfig":"546"},{"size":6592,"mtime":1662736088581,"results":"992","hashOfConfig":"546"},{"size":1119,"mtime":1662736088581,"results":"993","hashOfConfig":"546"},{"size":197,"mtime":1662736088581,"results":"994","hashOfConfig":"546"},{"size":859,"mtime":1662736088581,"results":"995","hashOfConfig":"546"},{"size":543,"mtime":1662736088581,"results":"996","hashOfConfig":"546"},{"size":267,"mtime":1662736088581,"results":"997","hashOfConfig":"546"},{"size":393,"mtime":1662736088581,"results":"998","hashOfConfig":"546"},{"size":300,"mtime":1662736088581,"results":"999","hashOfConfig":"546"},{"size":166,"mtime":1662736088581,"results":"1000","hashOfConfig":"546"},{"size":1724,"mtime":1662736088581,"results":"1001","hashOfConfig":"546"},{"size":1145,"mtime":1662736088581,"results":"1002","hashOfConfig":"546"},{"size":401,"mtime":1662736088581,"results":"1003","hashOfConfig":"546"},{"size":1594,"mtime":1662736088581,"results":"1004","hashOfConfig":"546"},{"size":3090,"mtime":1662736088581,"results":"1005","hashOfConfig":"546"},{"size":645,"mtime":1662736088581,"results":"1006","hashOfConfig":"546"},{"size":189,"mtime":1662736088581,"results":"1007","hashOfConfig":"546"},{"size":1758,"mtime":1662736088581,"results":"1008","hashOfConfig":"546"},{"size":1748,"mtime":1662736088581,"results":"1009","hashOfConfig":"546"},{"size":332,"mtime":1662736088581,"results":"1010","hashOfConfig":"546"},{"size":1063,"mtime":1662736088581,"results":"1011","hashOfConfig":"546"},{"size":315,"mtime":1662736088581,"results":"1012","hashOfConfig":"546"},{"size":166,"mtime":1662736088581,"results":"1013","hashOfConfig":"546"},{"size":1076,"mtime":1662736088581,"results":"1014","hashOfConfig":"546"},{"size":1824,"mtime":1662736088581,"results":"1015","hashOfConfig":"546"},{"size":223,"mtime":1662736088581,"results":"1016","hashOfConfig":"546"},{"size":2350,"mtime":1662736088581,"results":"1017","hashOfConfig":"546"},{"size":386,"mtime":1662736088581,"results":"1018","hashOfConfig":"546"},{"size":1114,"mtime":1662736088581,"results":"1019","hashOfConfig":"546"},{"size":80,"mtime":1662736088581,"results":"1020","hashOfConfig":"546"},{"size":6689,"mtime":1662736088581,"results":"1021","hashOfConfig":"546"},{"size":123,"mtime":1662736088581,"results":"1022","hashOfConfig":"546"},{"size":6132,"mtime":1662736088581,"results":"1023","hashOfConfig":"546"},{"size":792,"mtime":1662736088581,"results":"1024","hashOfConfig":"546"},{"size":846,"mtime":1662736088581,"results":"1025","hashOfConfig":"546"},{"size":1174,"mtime":1662736088453,"results":"1026","hashOfConfig":"546"},{"size":248,"mtime":1662736088453,"results":"1027","hashOfConfig":"546"},{"size":149,"mtime":1662736088453,"results":"1028","hashOfConfig":"546"},{"size":1036,"mtime":1662736088453,"results":"1029","hashOfConfig":"546"},{"size":99,"mtime":1662736088453,"results":"1030","hashOfConfig":"546"},{"size":584,"mtime":1662736088453,"results":"1031","hashOfConfig":"546"},{"size":398,"mtime":1662736088457,"results":"1032","hashOfConfig":"546"},{"size":2068,"mtime":1662736088457,"results":"1033","hashOfConfig":"546"},{"size":1435,"mtime":1662736088457,"results":"1034","hashOfConfig":"546"},{"size":1802,"mtime":1662736088457,"results":"1035","hashOfConfig":"546"},{"size":519,"mtime":1662736088457,"results":"1036","hashOfConfig":"546"},{"size":176,"mtime":1662736088457,"results":"1037","hashOfConfig":"546"},{"size":761,"mtime":1662736088457,"results":"1038","hashOfConfig":"546"},{"size":1342,"mtime":1662736088457,"results":"1039","hashOfConfig":"546"},{"size":164,"mtime":1662736088457,"results":"1040","hashOfConfig":"546"},{"size":206,"mtime":1662736088581,"results":"1041","hashOfConfig":"1042"},{"size":181,"mtime":1662736088581,"results":"1043","hashOfConfig":"1042"},{"size":1027,"mtime":1662736088581,"results":"1044","hashOfConfig":"1042"},{"size":381,"mtime":1662736088581,"results":"1045","hashOfConfig":"1042"},{"size":1001,"mtime":1662736088581,"results":"1046","hashOfConfig":"1042"},{"size":2317,"mtime":1662736088581,"results":"1047","hashOfConfig":"1042"},{"size":839,"mtime":1662736088581,"results":"1048","hashOfConfig":"1042"},{"size":82,"mtime":1662736088581,"results":"1049","hashOfConfig":"1042"},{"size":271,"mtime":1662736088581,"results":"1050","hashOfConfig":"1042"},{"size":258,"mtime":1662736088581,"results":"1051","hashOfConfig":"1042"},{"size":1170,"mtime":1662736088581,"results":"1052","hashOfConfig":"1042"},{"size":114,"mtime":1662736088581,"results":"1053","hashOfConfig":"1042"},{"size":380,"mtime":1662736088581,"results":"1054","hashOfConfig":"1042"},{"size":251,"mtime":1662736088581,"results":"1055","hashOfConfig":"1042"},{"size":1872,"mtime":1662736088581,"results":"1056","hashOfConfig":"1042"},{"size":4743,"mtime":1662736088581,"results":"1057","hashOfConfig":"1042"},{"size":2183,"mtime":1662736088581,"results":"1058","hashOfConfig":"1042"},{"size":1170,"mtime":1662736088581,"results":"1059","hashOfConfig":"1042"},{"size":1475,"mtime":1662736088581,"results":"1060","hashOfConfig":"1042"},{"size":285,"mtime":1662736088581,"results":"1061","hashOfConfig":"1042"},{"size":839,"mtime":1662736088581,"results":"1062","hashOfConfig":"1042"},{"size":2204,"mtime":1662736088585,"results":"1063","hashOfConfig":"1042"},{"size":619,"mtime":1662736088585,"results":"1064","hashOfConfig":"1042"},{"size":533,"mtime":1662736088585,"results":"1065","hashOfConfig":"1042"},{"size":457,"mtime":1662736088585,"results":"1066","hashOfConfig":"1042"},{"size":2430,"mtime":1662736088585,"results":"1067","hashOfConfig":"1042"},{"size":465,"mtime":1662736088585,"results":"1068","hashOfConfig":"1042"},{"size":445,"mtime":1662736088585,"results":"1069","hashOfConfig":"1042"},{"size":564,"mtime":1662736088585,"results":"1070","hashOfConfig":"1042"},{"size":1582,"mtime":1662736088585,"results":"1071","hashOfConfig":"1042"},{"size":840,"mtime":1662736088585,"results":"1072","hashOfConfig":"1042"},{"size":2306,"mtime":1662736088585,"results":"1073","hashOfConfig":"1042"},{"size":2503,"mtime":1662736088585,"results":"1074","hashOfConfig":"1042"},{"size":2819,"mtime":1662736088585,"results":"1075","hashOfConfig":"1042"},{"size":4264,"mtime":1662736088585,"results":"1076","hashOfConfig":"1042"},{"size":8982,"mtime":1662736088585,"results":"1077","hashOfConfig":"1042"},{"size":454,"mtime":1662736088585,"results":"1078","hashOfConfig":"1042"},{"size":73,"mtime":1662736088585,"results":"1079","hashOfConfig":"1042"},{"size":294,"mtime":1662736088585,"results":"1080","hashOfConfig":"1042"},{"size":259,"mtime":1662736088585,"results":"1081","hashOfConfig":"1042"},{"size":13730,"mtime":1662736088585,"results":"1082","hashOfConfig":"1042"},{"size":11335,"mtime":1662736088585,"results":"1083","hashOfConfig":"1042"},{"size":262,"mtime":1662736088585,"results":"1084","hashOfConfig":"1042"},{"size":2404,"mtime":1662736088585,"results":"1085","hashOfConfig":"1042"},{"size":1762,"mtime":1662736088585,"results":"1086","hashOfConfig":"1042"},{"size":93,"mtime":1662736088585,"results":"1087","hashOfConfig":"1042"},{"size":4369,"mtime":1662736088585,"results":"1088","hashOfConfig":"1042"},{"size":524,"mtime":1662736088585,"results":"1089","hashOfConfig":"1042"},{"size":691,"mtime":1662736088585,"results":"1090","hashOfConfig":"1042"},{"filePath":"1091","messages":"1092","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"177rvfa",{"filePath":"1093","messages":"1094","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1095","messages":"1096","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1097","messages":"1098","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1099","messages":"1100","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1101","messages":"1102","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1103","messages":"1104","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1105","messages":"1106","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1107","messages":"1108","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1109","messages":"1110","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1111","messages":"1112","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1113","messages":"1114","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1115","messages":"1116","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1117","messages":"1118","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1119","messages":"1120","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1121","messages":"1122","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1123","messages":"1124","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1125","messages":"1126","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1127","messages":"1128","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1129","messages":"1130","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1131","messages":"1132","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1133","messages":"1134","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1135","messages":"1136","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1137","messages":"1138","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1139","messages":"1140","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1141","messages":"1142","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1143","messages":"1144","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1145","messages":"1146","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1147","messages":"1148","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1149","messages":"1150","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1151","messages":"1152","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1153","messages":"1154","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1155","messages":"1156","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1157","messages":"1158","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1159","messages":"1160","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1161","messages":"1162","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1163","messages":"1164","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1165","messages":"1166","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1167","messages":"1168","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1169","messages":"1170","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1171","messages":"1172","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1173","messages":"1174","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1175","messages":"1176","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1177","messages":"1178","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1179","messages":"1180","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1181","messages":"1182","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1183","messages":"1184","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1185","messages":"1186","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1187","messages":"1188","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1189","messages":"1190","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1191","messages":"1192","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1193","messages":"1194","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1195","messages":"1196","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1197","messages":"1198","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1199","messages":"1200","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1201","messages":"1202","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1203","messages":"1204","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1205","messages":"1206","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1207","messages":"1208","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1209","messages":"1210","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1211","messages":"1212","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1213","messages":"1214","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1215","messages":"1216","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1217","messages":"1218","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1219","messages":"1220","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1221","messages":"1222","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1223","messages":"1224","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1225","messages":"1226","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1227","messages":"1228","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1229","messages":"1230","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1231","messages":"1232","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1233","messages":"1234","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1235","messages":"1236","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1237","messages":"1238","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1239","messages":"1240","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1241","messages":"1242","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1243","messages":"1244","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1245","messages":"1246","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1247","messages":"1248","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1249","messages":"1250","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1251","messages":"1252","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1253","messages":"1254","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1255","messages":"1256","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1257","messages":"1258","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1259","messages":"1260","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1261","messages":"1262","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1263","messages":"1264","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1265","messages":"1266","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1267","messages":"1268","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1269","messages":"1270","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1271","messages":"1272","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1273","messages":"1274","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1275","messages":"1276","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1277","messages":"1278","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1279","messages":"1280","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1281","messages":"1282","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1283","messages":"1284","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1285","messages":"1286","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1287","messages":"1288","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1289","messages":"1290","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1291","messages":"1292","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1293","messages":"1294","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1295","messages":"1296","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1297","messages":"1298","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1299","messages":"1300","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1301","messages":"1302","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1303","messages":"1304","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1305","messages":"1306","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1307","messages":"1308","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1309","messages":"1310","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1311","messages":"1312","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1313","messages":"1314","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1315","messages":"1316","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1317","messages":"1318","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1319","messages":"1320","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1321","messages":"1322","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1323","messages":"1324","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1325","messages":"1326","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1327","messages":"1328","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1329","messages":"1330","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1331","messages":"1332","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1333","messages":"1334","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1335","messages":"1336","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1337","messages":"1338","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1339","messages":"1340","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1341","messages":"1342","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1343","messages":"1344","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1345","messages":"1346","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1347","messages":"1348","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1349","messages":"1350","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1351","messages":"1352","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1353","messages":"1354","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1355","messages":"1356","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1357","messages":"1358","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1359","messages":"1360","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1361","messages":"1362","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1363","messages":"1364","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1365","messages":"1366","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1367","messages":"1368","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1369","messages":"1370","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1371","messages":"1372","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1373","messages":"1374","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1375","messages":"1376","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1377","messages":"1378","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1379","messages":"1380","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1381","messages":"1382","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1383","messages":"1384","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1385","messages":"1386","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1387","messages":"1388","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1389","messages":"1390","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1391","messages":"1392","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1393","messages":"1394","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1395","messages":"1396","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1397","messages":"1398","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1399","messages":"1400","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1401","messages":"1402","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1403","messages":"1404","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1405","messages":"1406","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1407","messages":"1408","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1409","messages":"1410","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1411","messages":"1412","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1413","messages":"1414","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1415","messages":"1416","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1417","messages":"1418","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1419","messages":"1420","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1421","messages":"1422","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1423","messages":"1424","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1425","messages":"1426","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1427","messages":"1428","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1429","messages":"1430","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1431","messages":"1432","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1433","messages":"1434","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1435","messages":"1436","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1437","messages":"1438","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1439","messages":"1440","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1441","messages":"1442","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1443","messages":"1444","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1445","messages":"1446","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1447","messages":"1448","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1449","messages":"1450","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1451","messages":"1452","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1453","messages":"1454","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1455","messages":"1456","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1457","messages":"1458","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1459","messages":"1460","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1461","messages":"1462","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1463","messages":"1464","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1465","messages":"1466","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1467","messages":"1468","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1469","messages":"1470","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1471","messages":"1472","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1473","messages":"1474","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1475","messages":"1476","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1477","messages":"1478","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1479","messages":"1480","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1481","messages":"1482","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1483","messages":"1484","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1485","messages":"1486","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1487","messages":"1488","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1489","messages":"1490","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1491","messages":"1492","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1493","messages":"1494","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1495","messages":"1496","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1497","messages":"1498","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1499","messages":"1500","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1501","messages":"1502","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1503","messages":"1504","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1505","messages":"1506","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1507","messages":"1508","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1509","messages":"1510","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1511","messages":"1512","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1513","messages":"1514","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1515","messages":"1516","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1517","messages":"1518","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1519","messages":"1520","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1521","messages":"1522","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1523","messages":"1524","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1525","messages":"1526","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1527","messages":"1528","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1529","messages":"1530","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1531","messages":"1532","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1533","messages":"1534","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1535","messages":"1536","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1537","messages":"1538","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1539","messages":"1540","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1541","messages":"1542","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1543","messages":"1544","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1545","messages":"1546","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1547","messages":"1548","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1549","messages":"1550","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1551","messages":"1552","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1553","messages":"1554","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1555","messages":"1556","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1557","messages":"1558","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1559","messages":"1560","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1561","messages":"1562","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1563","messages":"1564","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1565","messages":"1566","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1567","messages":"1568","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1569","messages":"1570","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1571","messages":"1572","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1573","messages":"1574","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1575","messages":"1576","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1577","messages":"1578","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1579","messages":"1580","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1581","messages":"1582","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1583","messages":"1584","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1585","messages":"1586","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1587","messages":"1588","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1589","messages":"1590","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1591","messages":"1592","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1593","messages":"1594","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1595","messages":"1596","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1597","messages":"1598","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1599","messages":"1600","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1601","messages":"1602","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1603","messages":"1604","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1605","messages":"1606","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1607","messages":"1608","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1609","messages":"1610","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1611","messages":"1612","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1613","messages":"1614","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1615","messages":"1616","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1617","messages":"1618","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1619","messages":"1620","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1621","messages":"1622","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1623","messages":"1624","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1625","messages":"1626","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1627","messages":"1628","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1629","messages":"1630","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1631","messages":"1632","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1633","messages":"1634","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1635","messages":"1636","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1637","messages":"1638","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1639","messages":"1640","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1641","messages":"1642","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1643","messages":"1644","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1645","messages":"1646","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1647","messages":"1648","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1649","messages":"1650","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1651","messages":"1652","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1653","messages":"1654","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1655","messages":"1656","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1657","messages":"1658","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1659","messages":"1660","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1661","messages":"1662","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1663","messages":"1664","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1665","messages":"1666","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1667","messages":"1668","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1669","messages":"1670","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1671","messages":"1672","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1673","messages":"1674","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1675","messages":"1676","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1677","messages":"1678","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1679","messages":"1680","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1681","messages":"1682","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1683","messages":"1684","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1685","messages":"1686","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1687","messages":"1688","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1689","messages":"1690","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1691","messages":"1692","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1693","messages":"1694","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1695","messages":"1696","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1697","messages":"1698","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1699","messages":"1700","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1701","messages":"1702","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1703","messages":"1704","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1705","messages":"1706","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1707","messages":"1708","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1709","messages":"1710","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1711","messages":"1712","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1713","messages":"1714","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1715","messages":"1716","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1717","messages":"1718","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1719","messages":"1720","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1721","messages":"1722","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1723","messages":"1724","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1725","messages":"1726","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1727","messages":"1728","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1729","messages":"1730","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1731","messages":"1732","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1733","messages":"1734","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1735","messages":"1736","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1737","messages":"1738","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1739","messages":"1740","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1741","messages":"1742","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1743","messages":"1744","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1745","messages":"1746","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1747","messages":"1748","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1749","messages":"1750","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1751","messages":"1752","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1753","messages":"1754","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1755","messages":"1756","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1757","messages":"1758","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1759","messages":"1760","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1761","messages":"1762","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1763","messages":"1764","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1765","messages":"1766","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1767","messages":"1768","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1769","messages":"1770","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1771","messages":"1772","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1773","messages":"1774","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1775","messages":"1776","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1777","messages":"1778","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1779","messages":"1780","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1781","messages":"1782","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1783","messages":"1784","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1785","messages":"1786","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1787","messages":"1788","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1789","messages":"1790","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1791","messages":"1792","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1793","messages":"1794","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1795","messages":"1796","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1797","messages":"1798","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1799","messages":"1800","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1801","messages":"1802","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1803","messages":"1804","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1805","messages":"1806","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1807","messages":"1808","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1809","messages":"1810","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1811","messages":"1812","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1813","messages":"1814","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1815","messages":"1816","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1817","messages":"1818","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1819","messages":"1820","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1821","messages":"1822","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1823","messages":"1824","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1825","messages":"1826","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1827","messages":"1828","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1829","messages":"1830","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1831","messages":"1832","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1833","messages":"1834","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1835","messages":"1836","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1837","messages":"1838","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1839","messages":"1840","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1841","messages":"1842","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1843","messages":"1844","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1845","messages":"1846","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1847","messages":"1848","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1849","messages":"1850","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1851","messages":"1852","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1853","messages":"1854","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1855","messages":"1856","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1857","messages":"1858","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1859","messages":"1860","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1861","messages":"1862","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1863","messages":"1864","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1865","messages":"1866","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1867","messages":"1868","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1869","messages":"1870","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1871","messages":"1872","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1873","messages":"1874","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1875","messages":"1876","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1877","messages":"1878","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1879","messages":"1880","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1881","messages":"1882","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1883","messages":"1884","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1885","messages":"1886","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1887","messages":"1888","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1889","messages":"1890","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1891","messages":"1892","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1893","messages":"1894","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1895","messages":"1896","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1897","messages":"1898","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1899","messages":"1900","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1901","messages":"1902","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1903","messages":"1904","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1905","messages":"1906","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1907","messages":"1908","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1909","messages":"1910","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1911","messages":"1912","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1913","messages":"1914","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1915","messages":"1916","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1917","messages":"1918","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1919","messages":"1920","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1921","messages":"1922","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1923","messages":"1924","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1925","messages":"1926","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1927","messages":"1928","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1929","messages":"1930","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1931","messages":"1932","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1933","messages":"1934","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1935","messages":"1936","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1937","messages":"1938","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1939","messages":"1940","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1941","messages":"1942","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1943","messages":"1944","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1945","messages":"1946","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1947","messages":"1948","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1949","messages":"1950","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1951","messages":"1952","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1953","messages":"1954","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1955","messages":"1956","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1957","messages":"1958","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1959","messages":"1960","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1961","messages":"1962","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1963","messages":"1964","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1965","messages":"1966","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1967","messages":"1968","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1969","messages":"1970","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1971","messages":"1972","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1973","messages":"1974","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1975","messages":"1976","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1977","messages":"1978","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1979","messages":"1980","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1981","messages":"1982","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1983","messages":"1984","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1985","messages":"1986","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1987","messages":"1988","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1989","messages":"1990","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1991","messages":"1992","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1993","messages":"1994","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1995","messages":"1996","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1997","messages":"1998","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1999","messages":"2000","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2001","messages":"2002","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2003","messages":"2004","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2005","messages":"2006","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2007","messages":"2008","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2009","messages":"2010","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2011","messages":"2012","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2013","messages":"2014","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2015","messages":"2016","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2017","messages":"2018","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2019","messages":"2020","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2021","messages":"2022","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2023","messages":"2024","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2025","messages":"2026","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2027","messages":"2028","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2029","messages":"2030","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2031","messages":"2032","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2033","messages":"2034","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2035","messages":"2036","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2037","messages":"2038","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2039","messages":"2040","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2041","messages":"2042","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2043","messages":"2044","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2045","messages":"2046","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2047","messages":"2048","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2049","messages":"2050","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2051","messages":"2052","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2053","messages":"2054","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2055","messages":"2056","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2057","messages":"2058","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2059","messages":"2060","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2061","messages":"2062","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2063","messages":"2064","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2065","messages":"2066","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2067","messages":"2068","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2069","messages":"2070","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2071","messages":"2072","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2073","messages":"2074","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2075","messages":"2076","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2077","messages":"2078","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2079","messages":"2080","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2081","messages":"2082","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"ulmmw0",{"filePath":"2083","messages":"2084","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2085","messages":"2086","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2087","messages":"2088","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2089","messages":"2090","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2091","messages":"2092","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2093","messages":"2094","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2095","messages":"2096","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2097","messages":"2098","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2099","messages":"2100","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2101","messages":"2102","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2103","messages":"2104","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2105","messages":"2106","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2107","messages":"2108","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2109","messages":"2110","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2111","messages":"2112","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2113","messages":"2114","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2115","messages":"2116","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2117","messages":"2118","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2119","messages":"2120","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2121","messages":"2122","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2123","messages":"2124","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2125","messages":"2126","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2127","messages":"2128","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2129","messages":"2130","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2131","messages":"2132","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2133","messages":"2134","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2135","messages":"2136","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2137","messages":"2138","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2139","messages":"2140","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2141","messages":"2142","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2143","messages":"2144","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2145","messages":"2146","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2147","messages":"2148","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2149","messages":"2150","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2151","messages":"2152","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2153","messages":"2154","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2155","messages":"2156","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2157","messages":"2158","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2159","messages":"2160","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2161","messages":"2162","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2163","messages":"2164","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2165","messages":"2166","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2167","messages":"2168","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2169","messages":"2170","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2171","messages":"2172","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2173","messages":"2174","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2175","messages":"2176","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2177","messages":"2178","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetContext.ts",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetDefaultIosCloseItem.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetDropdown.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetDropdownDesktop.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/types.ts",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AdaptivityProvider/AdaptivityContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AdaptivityProvider/AdaptivityProvider.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AdaptivityProvider/AdaptivityProvider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.test.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRootContext.ts",[],"/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRootPortal.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AppRoot/ScrollContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AppearanceProvider/AppearanceProvider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AppearanceProvider/AppearanceProviderContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Avatar/helpers.ts",[],"/home/runner/work/VKUI/VKUI/src/components/Avatar/icons.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/BaseGallery/BaseGallery.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/BaseGallery/helpers.ts",[],"/home/runner/work/VKUI/VKUI/src/components/BaseGallery/types.ts",[],"/home/runner/work/VKUI/VKUI/src/components/Button/Button.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Button/Button.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Button/Button.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarDays/CalendarDays.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarTime/CalendarTime.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Card/Card.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Card/Card.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Card/Card.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/useDraggable.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsInputBase/ChipsInputBase.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsInputBase/ChipsInputBase.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ConfigProvider/ConfigProvider.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ConfigProvider/ConfigProvider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ConfigProvider/ConfigProviderContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/useTrackerVisibility.ts",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DeviceConditionalRender/DeviceConditionalRender.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DeviceConditionalRender/DeviceConditionalRender.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Div/Div.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Div/Div.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Epic/ScrollSaver.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/File/File.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/File/File.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FocusTrap/FocusTrap.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FocusTrap/FocusTrap.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Group/Group.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Group/Group.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Header/Header.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Header/Header.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Header/Header.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HoverPopper/HoverPopper.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Image/Image.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Image/Image.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Image/Image.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBase.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBase.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBaseBadge/ImageBaseBadge.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ImageBase/types.ts",[],"/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Input/Input.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Input/Input.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Input/Input.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLike.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLikeDivider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Link/Link.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Link/Link.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/List/List.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/List/List.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/List/ListContext.ts",[],"/home/runner/work/VKUI/VKUI/src/components/LocaleProviderContext/LocaleProviderContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRootAdaptive.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRootContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRootDesktop.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/constants.ts",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/types.ts",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/useModalManager.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/useModalManager.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/withModalRootContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/NativeSelect/NativeSelect.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/NativeSelect/NativeSelect.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/NativeSelect/NativeSelect.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/NavTransitionContext/NavTransitionContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderClose/PanelHeaderClose.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderClose/PanelHeaderClose.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderEdit/PanelHeaderEdit.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderEdit/PanelHeaderEdit.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderSubmit/PanelHeaderSubmit.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderSubmit/PanelHeaderSubmit.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelSpinner/PanelSpinner.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelSpinner/PanelSpinner.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Popover/Popover.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PopperArrow/PopperArrow.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefreshSpinner.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RangeSlider/RangeSlider.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RangeSlider/RangeSlider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RangeSlider/UniversalSlider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RichTooltip/RichTooltip.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Root/Root.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Root/Root.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/Icon48CancelCircle.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/Icon48DoneOutline.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Search/Search.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Search/Search.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Search/Search.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Select/Select.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Select/Select.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SizeXConditionalRender/SizeXConditionalRender.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SizeXConditionalRender/SizeXConditionalRender.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SizeYConditionalRender/SizeYConditionalRender.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SizeYConditionalRender/SizeYConditionalRender.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/TextTooltip/TextTooltip.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tooltip/TooltipContainer.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Touch/Touch.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Touch/Touch.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Touch/TouchContext.ts",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Footnote/Footnote.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Footnote/Footnote.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/View/View.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/View/View.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/View/ViewInfinite.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/View/utils.ts",[],"/home/runner/work/VKUI/VKUI/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.tsx",[],"/home/runner/work/VKUI/VKUI/src/helpers/appearance.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/appearance.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/avatar.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getHoverClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getHoverClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getMouseClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getMouseClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getOrDefault.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getPlatformClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getPlatformClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getSizeXClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getSizeXClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getSizeYClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getSizeYClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getViewHeightClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getViewHeightClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getViewWidthClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getViewWidthClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/math.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/math.ts",[],"/home/runner/work/VKUI/VKUI/src/hoc/withContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/hoc/withInsets.tsx",[],"/home/runner/work/VKUI/VKUI/src/hoc/withPlatform.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/useAdaptivity.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useAdaptivityWithMediaQueries.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useAppearance.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useAutoDetectAppearance.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/useBooleanState.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/useBooleanState.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useBridgeAdaptivity.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useBrowserInfo.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useCalendar.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useChipsInput.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useChipsSelect.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useDateInput.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useEffectDev.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useEnsuredControl.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useEventListener.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useExternRef.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/useExternRef.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useFocusVisible.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/useFocusVisible.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useGlobalEventListener.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useInsets.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useKeyboard.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useKeyboardInputTracker.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useMediaQueries.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useObjectMemo.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/useObjectMemo.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useOrientationChange.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/usePagination.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/usePagintaion.test.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/usePatchChildrenRef.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/usePlatform.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/usePlatform.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/usePrevious.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useTimeout.test.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useTimeout.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useWaitTransitionFinish.ts",[],"/home/runner/work/VKUI/VKUI/src/index.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/SSR.tsx",[],"/home/runner/work/VKUI/VKUI/src/lib/accessibility.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/adaptivity.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/animate.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/browser.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/calendar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/lib/calendar.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/callMultiple.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/callMultiple.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/classNames.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/classNames.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/date.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/date.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/dom.tsx",[],"/home/runner/work/VKUI/VKUI/src/lib/fx.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/getNavId.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/getNavId.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/is.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/isRefObject.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/isRefObject.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/jsxRuntime.d.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/jsxRuntime.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/jsxRuntime.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/offset.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/platform.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/polyfills.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/prefixClass.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/removeObjectKeys.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/select.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/select.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/styles.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/supportEvents.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/taptic.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/testing.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/touch.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/touch.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/useIsomorphicLayoutEffect.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/utils.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/warnOnce.ts",[],"/home/runner/work/VKUI/VKUI/src/shared/breakpoints.js",[],"/home/runner/work/VKUI/VKUI/src/testing/e2e/index.ts",[],"/home/runner/work/VKUI/VKUI/src/testing/e2e/utils.tsx",[],"/home/runner/work/VKUI/VKUI/src/testing/setup.ts",[],"/home/runner/work/VKUI/VKUI/src/testing/utils.tsx",[],"/home/runner/work/VKUI/VKUI/src/types.ts",[],"/home/runner/work/VKUI/VKUI/src/unstable/index.ts",[],"/home/runner/work/VKUI/VKUI/e2e/browser/jest-mock.ts",[],"/home/runner/work/VKUI/VKUI/e2e/browser/mount.ts",[],"/home/runner/work/VKUI/VKUI/e2e/browser/runtime.ts",[],"/home/runner/work/VKUI/VKUI/e2e/browser/test-handle.ts",[],"/home/runner/work/VKUI/VKUI/e2e/detectEnv.d.ts",[],"/home/runner/work/VKUI/VKUI/e2e/detectEnv.js",[],"/home/runner/work/VKUI/VKUI/e2e/docker.ts",[],"/home/runner/work/VKUI/VKUI/e2e/generateWebpackConfig.ts",[],"/home/runner/work/VKUI/VKUI/e2e/index.ts",[],"/home/runner/work/VKUI/VKUI/e2e/jest/globalSetup.ts",[],"/home/runner/work/VKUI/VKUI/e2e/jest/globalTeardown.ts",[],"/home/runner/work/VKUI/VKUI/e2e/jest/jsdomPlaywrightEnv.js",[],"/home/runner/work/VKUI/VKUI/e2e/jest/matchers.ts",[],"/home/runner/work/VKUI/VKUI/e2e/jest.e2e.config.js",[],"/home/runner/work/VKUI/VKUI/e2e/types.d.ts",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Blockquote/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Code/CodeRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/ComplexType/ComplexTypeRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/ComponentsList/ComponentsListRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Editor/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Frame/Frame.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Heading/HeadingRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Heading/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Link/LinkRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/List/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Logo/Logo.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/MarkdownHeading/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Name/NameRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Para/ParaRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Playground/PlaygroundRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Preview.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/ReactComponent/ReactComponent.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Section/SectionRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Section/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/SectionHeading/SectionHeadingRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/SectionSubheading/SectionSubheading.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Setting/Setting.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/AppearanceSelect.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/HasMouseCheckbox.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/PlatformSelect.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/Settings.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/ViewHeightSelect.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/ViewWidthSelect.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/WebviewTypeSelect.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuide.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideDesktop.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideHeader.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideMobile.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Table/TableRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/TableOfContents/TableOfContents.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Text/TextRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Text/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/TogglePropsButton/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Type/TypeRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/config.js",[],"/home/runner/work/VKUI/VKUI/styleguide/demo_dataset.js",[],"/home/runner/work/VKUI/VKUI/styleguide/deprecated.js",[],"/home/runner/work/VKUI/VKUI/styleguide/propsParser.config.js",[],"/home/runner/work/VKUI/VKUI/styleguide/setup.js",[],"/home/runner/work/VKUI/VKUI/styleguide/unstable.js",[],"/home/runner/work/VKUI/VKUI/styleguide/utils/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/utils/useViewPortSize.js",[],"/home/runner/work/VKUI/VKUI/styleguide/webpack.config.js",[]]