@vkontakte/vkui 4.34.1 → 4.35.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.
- package/.browserslistrc +5 -0
- package/.cache/.eslintcache +1 -1
- package/.cache/.stylelintcache +1 -1
- package/.cache/.tsbuildinfo +256 -229
- package/.cache/ts/src/components/ConfigProvider/ConfigProviderContext.d.ts +1 -0
- package/.cache/ts/src/components/CustomSelect/CustomSelect.d.ts +1 -1
- package/.cache/ts/src/components/Dropdown/Dropdown.d.ts +46 -5
- package/.cache/ts/src/components/FocusTrap/FocusTrap.d.ts +1 -1
- package/.cache/ts/src/components/ModalRoot/ModalRoot.d.ts +1 -1
- package/.cache/ts/src/components/ModalRoot/ModalRootDesktop.d.ts +1 -1
- package/.cache/ts/src/components/Popper/Popper.d.ts +18 -1
- package/.cache/ts/src/components/PopperArrow/PopperArrow.d.ts +8 -0
- package/.cache/ts/src/components/RichTooltip/RichTooltip.d.ts +7 -2
- package/.cache/ts/src/components/Snackbar/Snackbar.d.ts +5 -1
- package/.cache/ts/src/components/SplitCol/SplitCol.d.ts +1 -0
- package/.cache/ts/src/components/Tabbar/Tabbar.d.ts +8 -1
- package/.cache/ts/src/components/Tabs/Tabs.d.ts +13 -2
- package/.cache/ts/src/components/TabsItem/TabsItem.d.ts +22 -1
- package/.cache/ts/src/components/TextTooltip/TextTooltip.d.ts +5 -1
- package/.cache/ts/src/components/Textarea/Textarea.d.ts +3 -0
- package/.cache/ts/src/components/Tooltip/Tooltip.d.ts +18 -1
- package/.cache/ts/src/components/Typography/Headline/Headline.d.ts +3 -3
- package/.cache/ts/src/components/View/View.d.ts +2 -18
- package/.cache/ts/src/components/View/ViewInfinite.d.ts +1 -1
- package/.cache/ts/src/components/WriteBar/WriteBar.d.ts +5 -1
- package/.cache/ts/src/tokenized/index.d.ts +26 -0
- package/.eslintrc.json +14 -4
- package/dist/cjs/components/AppRoot/AppRoot.js +1 -0
- package/dist/cjs/components/AppRoot/AppRoot.js.map +1 -1
- package/dist/cjs/components/Button/Button.js +6 -4
- package/dist/cjs/components/Button/Button.js.map +1 -1
- package/dist/cjs/components/CardScroll/CardScroll.js +3 -1
- package/dist/cjs/components/CardScroll/CardScroll.js.map +1 -1
- package/dist/cjs/components/ChipsSelect/ChipsSelect.js +1 -0
- package/dist/cjs/components/ChipsSelect/ChipsSelect.js.map +1 -1
- package/dist/cjs/components/ConfigProvider/ConfigProviderContext.js +7 -1
- package/dist/cjs/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
- package/dist/cjs/components/CustomSelect/CustomSelect.js +477 -554
- package/dist/cjs/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/cjs/components/Dropdown/Dropdown.js +147 -26
- package/dist/cjs/components/Dropdown/Dropdown.js.map +1 -1
- package/dist/cjs/components/Epic/Epic.js +1 -6
- package/dist/cjs/components/Epic/Epic.js.map +1 -1
- package/dist/cjs/components/FocusTrap/FocusTrap.js +9 -10
- package/dist/cjs/components/FocusTrap/FocusTrap.js.map +1 -1
- package/dist/cjs/components/HorizontalCell/HorizontalCell.js +4 -7
- package/dist/cjs/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js +1 -0
- package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
- package/dist/cjs/components/HorizontalScroll/HorizontalScrollArrow.js +1 -1
- package/dist/cjs/components/HorizontalScroll/HorizontalScrollArrow.js.map +1 -1
- package/dist/cjs/components/Input/Input.js +1 -0
- package/dist/cjs/components/Input/Input.js.map +1 -1
- package/dist/cjs/components/MiniInfoCell/MiniInfoCell.js +2 -2
- package/dist/cjs/components/MiniInfoCell/MiniInfoCell.js.map +1 -1
- package/dist/cjs/components/ModalCardBase/ModalCardBase.js +1 -0
- package/dist/cjs/components/ModalCardBase/ModalCardBase.js.map +1 -1
- package/dist/cjs/components/NativeSelect/NativeSelect.js +1 -0
- package/dist/cjs/components/NativeSelect/NativeSelect.js.map +1 -1
- package/dist/cjs/components/Panel/Panel.js +1 -0
- package/dist/cjs/components/Panel/Panel.js.map +1 -1
- package/dist/cjs/components/PanelHeader/PanelHeader.js +1 -0
- package/dist/cjs/components/PanelHeader/PanelHeader.js.map +1 -1
- package/dist/cjs/components/Popper/Popper.js +16 -22
- package/dist/cjs/components/Popper/Popper.js.map +1 -1
- package/dist/cjs/components/PopperArrow/PopperArrow.js +40 -0
- package/dist/cjs/components/PopperArrow/PopperArrow.js.map +1 -0
- package/dist/cjs/components/Radio/Radio.js +1 -0
- package/dist/cjs/components/Radio/Radio.js.map +1 -1
- package/dist/cjs/components/RangeSlider/UniversalSlider.js +1 -0
- package/dist/cjs/components/RangeSlider/UniversalSlider.js.map +1 -1
- package/dist/cjs/components/RichTooltip/RichTooltip.js +6 -15
- package/dist/cjs/components/RichTooltip/RichTooltip.js.map +1 -1
- package/dist/cjs/components/Select/Select.js +1 -0
- package/dist/cjs/components/Select/Select.js.map +1 -1
- package/dist/cjs/components/SelectMimicry/SelectMimicry.js +1 -0
- package/dist/cjs/components/SelectMimicry/SelectMimicry.js.map +1 -1
- package/dist/cjs/components/SimpleCell/SimpleCell.js +21 -31
- package/dist/cjs/components/SimpleCell/SimpleCell.js.map +1 -1
- package/dist/cjs/components/Snackbar/Snackbar.js +7 -11
- package/dist/cjs/components/Snackbar/Snackbar.js.map +1 -1
- package/dist/cjs/components/SplitCol/SplitCol.js +7 -1
- package/dist/cjs/components/SplitCol/SplitCol.js.map +1 -1
- package/dist/cjs/components/SplitLayout/SplitLayout.js +5 -8
- package/dist/cjs/components/SplitLayout/SplitLayout.js.map +1 -1
- package/dist/cjs/components/Tabbar/Tabbar.js +15 -14
- package/dist/cjs/components/Tabbar/Tabbar.js.map +1 -1
- package/dist/cjs/components/TabbarItem/TabbarItem.js +8 -10
- package/dist/cjs/components/TabbarItem/TabbarItem.js.map +1 -1
- package/dist/cjs/components/Tabs/Tabs.js +23 -5
- package/dist/cjs/components/Tabs/Tabs.js.map +1 -1
- package/dist/cjs/components/TabsItem/TabsItem.js +39 -22
- package/dist/cjs/components/TabsItem/TabsItem.js.map +1 -1
- package/dist/cjs/components/TextTooltip/TextTooltip.js +6 -9
- package/dist/cjs/components/TextTooltip/TextTooltip.js.map +1 -1
- package/dist/cjs/components/Textarea/Textarea.js +5 -4
- package/dist/cjs/components/Textarea/Textarea.js.map +1 -1
- package/dist/cjs/components/Tooltip/Tooltip.js +94 -71
- package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/cjs/components/Typography/Headline/Headline.js +11 -2
- package/dist/cjs/components/Typography/Headline/Headline.js.map +1 -1
- package/dist/cjs/components/View/View.js +388 -453
- package/dist/cjs/components/View/View.js.map +1 -1
- package/dist/cjs/components/WriteBar/WriteBar.js +12 -5
- package/dist/cjs/components/WriteBar/WriteBar.js.map +1 -1
- package/dist/cjs/components/WriteBarIcon/WriteBarIcon.js +3 -8
- package/dist/cjs/components/WriteBarIcon/WriteBarIcon.js.map +1 -1
- package/dist/cjs/hooks/useOrientationChange.js +2 -1
- package/dist/cjs/hooks/useOrientationChange.js.map +1 -1
- package/dist/cjs/tokenized/index.js +104 -0
- package/dist/cjs/tokenized/index.js.map +1 -1
- package/dist/components/AppRoot/AppRoot.js +1 -0
- package/dist/components/AppRoot/AppRoot.js.map +1 -1
- package/dist/components/Button/Button.js +6 -4
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/CardScroll/CardScroll.js +3 -1
- package/dist/components/CardScroll/CardScroll.js.map +1 -1
- package/dist/components/ChipsSelect/ChipsSelect.js +1 -0
- package/dist/components/ChipsSelect/ChipsSelect.js.map +1 -1
- package/dist/components/ConfigProvider/ConfigProviderContext.d.ts +1 -0
- package/dist/components/ConfigProvider/ConfigProviderContext.js +3 -0
- package/dist/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
- package/dist/components/CustomSelect/CustomSelect.d.ts +1 -1
- package/dist/components/CustomSelect/CustomSelect.js +473 -580
- package/dist/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/components/Dropdown/Dropdown.d.ts +46 -5
- package/dist/components/Dropdown/Dropdown.js +137 -27
- package/dist/components/Dropdown/Dropdown.js.map +1 -1
- package/dist/components/Epic/Epic.js +1 -4
- package/dist/components/Epic/Epic.js.map +1 -1
- package/dist/components/FocusTrap/FocusTrap.d.ts +1 -1
- package/dist/components/FocusTrap/FocusTrap.js +9 -9
- package/dist/components/FocusTrap/FocusTrap.js.map +1 -1
- package/dist/components/HorizontalCell/HorizontalCell.js +3 -5
- package/dist/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/components/HorizontalScroll/HorizontalScroll.js +1 -0
- package/dist/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
- package/dist/components/HorizontalScroll/HorizontalScrollArrow.js +2 -2
- package/dist/components/HorizontalScroll/HorizontalScrollArrow.js.map +1 -1
- package/dist/components/Input/Input.js +1 -0
- package/dist/components/Input/Input.js.map +1 -1
- package/dist/components/MiniInfoCell/MiniInfoCell.js +2 -2
- package/dist/components/MiniInfoCell/MiniInfoCell.js.map +1 -1
- package/dist/components/ModalCardBase/ModalCardBase.js +1 -0
- package/dist/components/ModalCardBase/ModalCardBase.js.map +1 -1
- package/dist/components/ModalRoot/ModalRoot.d.ts +1 -1
- package/dist/components/ModalRoot/ModalRootDesktop.d.ts +1 -1
- package/dist/components/NativeSelect/NativeSelect.js +1 -0
- package/dist/components/NativeSelect/NativeSelect.js.map +1 -1
- package/dist/components/Panel/Panel.js +1 -0
- package/dist/components/Panel/Panel.js.map +1 -1
- package/dist/components/PanelHeader/PanelHeader.js +1 -0
- package/dist/components/PanelHeader/PanelHeader.js.map +1 -1
- package/dist/components/Popper/Popper.d.ts +18 -1
- package/dist/components/Popper/Popper.js +15 -22
- package/dist/components/Popper/Popper.js.map +1 -1
- package/dist/components/PopperArrow/PopperArrow.d.ts +8 -0
- package/dist/components/PopperArrow/PopperArrow.js +27 -0
- package/dist/components/PopperArrow/PopperArrow.js.map +1 -0
- package/dist/components/Radio/Radio.js +1 -0
- package/dist/components/Radio/Radio.js.map +1 -1
- package/dist/components/RangeSlider/UniversalSlider.js +1 -0
- package/dist/components/RangeSlider/UniversalSlider.js.map +1 -1
- package/dist/components/RichTooltip/RichTooltip.d.ts +7 -2
- package/dist/components/RichTooltip/RichTooltip.js +5 -10
- package/dist/components/RichTooltip/RichTooltip.js.map +1 -1
- package/dist/components/Select/Select.js +1 -0
- package/dist/components/Select/Select.js.map +1 -1
- package/dist/components/SelectMimicry/SelectMimicry.js +1 -0
- package/dist/components/SelectMimicry/SelectMimicry.js.map +1 -1
- package/dist/components/SimpleCell/SimpleCell.js +19 -28
- package/dist/components/SimpleCell/SimpleCell.js.map +1 -1
- package/dist/components/Snackbar/Snackbar.d.ts +5 -1
- package/dist/components/Snackbar/Snackbar.js +8 -11
- package/dist/components/Snackbar/Snackbar.js.map +1 -1
- package/dist/components/SplitCol/SplitCol.d.ts +1 -0
- package/dist/components/SplitCol/SplitCol.js +3 -0
- package/dist/components/SplitCol/SplitCol.js.map +1 -1
- package/dist/components/SplitLayout/SplitLayout.js +4 -7
- package/dist/components/SplitLayout/SplitLayout.js.map +1 -1
- package/dist/components/Tabbar/Tabbar.d.ts +8 -1
- package/dist/components/Tabbar/Tabbar.js +15 -14
- package/dist/components/Tabbar/Tabbar.js.map +1 -1
- package/dist/components/TabbarItem/TabbarItem.js +7 -9
- package/dist/components/TabbarItem/TabbarItem.js.map +1 -1
- package/dist/components/Tabs/Tabs.d.ts +13 -2
- package/dist/components/Tabs/Tabs.js +23 -5
- package/dist/components/Tabs/Tabs.js.map +1 -1
- package/dist/components/TabsItem/TabsItem.d.ts +22 -1
- package/dist/components/TabsItem/TabsItem.js +40 -21
- package/dist/components/TabsItem/TabsItem.js.map +1 -1
- package/dist/components/TextTooltip/TextTooltip.d.ts +5 -1
- package/dist/components/TextTooltip/TextTooltip.js +5 -7
- package/dist/components/TextTooltip/TextTooltip.js.map +1 -1
- package/dist/components/Textarea/Textarea.d.ts +3 -0
- package/dist/components/Textarea/Textarea.js +5 -4
- package/dist/components/Textarea/Textarea.js.map +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +18 -1
- package/dist/components/Tooltip/Tooltip.js +89 -68
- package/dist/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/components/Typography/Headline/Headline.d.ts +3 -3
- package/dist/components/Typography/Headline/Headline.js +10 -2
- package/dist/components/Typography/Headline/Headline.js.map +1 -1
- package/dist/components/View/View.d.ts +2 -18
- package/dist/components/View/View.js +384 -462
- package/dist/components/View/View.js.map +1 -1
- package/dist/components/View/ViewInfinite.d.ts +1 -1
- package/dist/components/WriteBar/WriteBar.d.ts +5 -1
- package/dist/components/WriteBar/WriteBar.js +10 -5
- package/dist/components/WriteBar/WriteBar.js.map +1 -1
- package/dist/components/WriteBarIcon/WriteBarIcon.js +3 -6
- package/dist/components/WriteBarIcon/WriteBarIcon.js.map +1 -1
- package/dist/components.css +143 -127
- package/dist/components.css.map +1 -1
- package/dist/cssm/components/ActionSheet/ActionSheet.css +1 -1
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.css +1 -1
- package/dist/cssm/components/Alert/Alert.css +1 -1
- package/dist/cssm/components/AppRoot/AppRoot.css +1 -1
- package/dist/cssm/components/AppRoot/AppRoot.js +1 -0
- package/dist/cssm/components/AppRoot/AppRoot.js.map +1 -1
- package/dist/cssm/components/Avatar/Avatar.css +3 -5
- package/dist/cssm/components/Badge/Badge.css +3 -3
- package/dist/cssm/components/Banner/Banner.css +5 -5
- package/dist/cssm/components/BaseGallery/BaseGallery.css +1 -1
- package/dist/cssm/components/Button/Button.css +53 -35
- package/dist/cssm/components/Button/Button.js +6 -4
- package/dist/cssm/components/Button/Button.js.map +1 -1
- package/dist/cssm/components/Calendar/Calendar.css +1 -1
- package/dist/cssm/components/CalendarDay/CalendarDay.css +1 -1
- package/dist/cssm/components/CalendarDays/CalendarDays.css +1 -1
- package/dist/cssm/components/CalendarHeader/CalendarHeader.css +1 -1
- package/dist/cssm/components/CalendarRange/CalendarRange.css +1 -1
- package/dist/cssm/components/CalendarTime/CalendarTime.css +1 -1
- package/dist/cssm/components/Card/Card.css +5 -6
- package/dist/cssm/components/CardGrid/CardGrid.css +1 -1
- package/dist/cssm/components/CardScroll/CardScroll.css +1 -1
- package/dist/cssm/components/CardScroll/CardScroll.js +3 -1
- package/dist/cssm/components/CardScroll/CardScroll.js.map +1 -1
- package/dist/cssm/components/Cell/Cell.css +3 -3
- package/dist/cssm/components/Cell/CellCheckbox/CellCheckbox.css +1 -1
- package/dist/cssm/components/Cell/CellDragger/CellDragger.css +1 -1
- package/dist/cssm/components/CellButton/CellButton.css +1 -1
- package/dist/cssm/components/Checkbox/Checkbox.css +1 -1
- package/dist/cssm/components/Chip/Chip.css +1 -1
- package/dist/cssm/components/ChipsInput/ChipsInput.css +1 -1
- package/dist/cssm/components/ChipsSelect/ChipsSelect.css +1 -1
- package/dist/cssm/components/ChipsSelect/ChipsSelect.js +1 -0
- package/dist/cssm/components/ChipsSelect/ChipsSelect.js.map +1 -1
- package/dist/cssm/components/ConfigProvider/ConfigProviderContext.d.ts +1 -0
- package/dist/cssm/components/ConfigProvider/ConfigProviderContext.js +3 -0
- package/dist/cssm/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
- package/dist/cssm/components/ContentCard/ContentCard.css +1 -1
- package/dist/cssm/components/Counter/Counter.css +31 -31
- package/dist/cssm/components/CustomScrollView/CustomScrollView.css +1 -1
- package/dist/cssm/components/CustomSelect/CustomSelect.css +1 -1
- package/dist/cssm/components/CustomSelect/CustomSelect.d.ts +1 -1
- package/dist/cssm/components/CustomSelect/CustomSelect.js +473 -580
- package/dist/cssm/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.css +3 -3
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.css +3 -3
- package/dist/cssm/components/DateInput/DateInput.css +1 -1
- package/dist/cssm/components/DatePicker/DatePicker.css +1 -1
- package/dist/cssm/components/DateRangeInput/DateRangeInput.css +1 -1
- package/dist/cssm/components/Dropdown/Dropdown.css +1 -1
- package/dist/cssm/components/Dropdown/Dropdown.d.ts +46 -5
- package/dist/cssm/components/Dropdown/Dropdown.js +137 -27
- package/dist/cssm/components/Dropdown/Dropdown.js.map +1 -1
- package/dist/cssm/components/Epic/Epic.css +1 -1
- package/dist/cssm/components/Epic/Epic.js +1 -4
- package/dist/cssm/components/Epic/Epic.js.map +1 -1
- package/dist/cssm/components/FixedLayout/FixedLayout.css +1 -1
- package/dist/cssm/components/FocusTrap/FocusTrap.d.ts +1 -1
- package/dist/cssm/components/FocusTrap/FocusTrap.js +9 -9
- package/dist/cssm/components/FocusTrap/FocusTrap.js.map +1 -1
- package/dist/cssm/components/FocusVisible/FocusVisible.css +1 -1
- package/dist/cssm/components/Footer/Footer.css +1 -1
- package/dist/cssm/components/FormField/FormField.css +9 -9
- package/dist/cssm/components/FormItem/FormItem.css +1 -1
- package/dist/cssm/components/FormLayout/FormLayout.css +1 -1
- package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.css +1 -1
- package/dist/cssm/components/FormStatus/FormStatus.css +1 -1
- package/dist/cssm/components/Gradient/Gradient.css +1 -1
- package/dist/cssm/components/GridAvatar/GridAvatar.css +1 -1
- package/dist/cssm/components/Group/Group.css +1 -1
- package/dist/cssm/components/Header/Header.css +1 -1
- package/dist/cssm/components/HorizontalCell/HorizontalCell.css +1 -1
- package/dist/cssm/components/HorizontalCell/HorizontalCell.js +3 -5
- package/dist/cssm/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/cssm/components/HorizontalScroll/HorizontalScroll.css +1 -1
- package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js +1 -0
- package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
- package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.css +3 -3
- package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.js +2 -2
- package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.js.map +1 -1
- package/dist/cssm/components/IconButton/IconButton.css +1 -1
- package/dist/cssm/components/InfoRow/InfoRow.css +1 -1
- package/dist/cssm/components/InitialsAvatar/InitialsAvatar.css +1 -1
- package/dist/cssm/components/Input/Input.css +1 -1
- package/dist/cssm/components/Input/Input.js +1 -0
- package/dist/cssm/components/Input/Input.js.map +1 -1
- package/dist/cssm/components/InputLike/InputLike.css +1 -1
- package/dist/cssm/components/InputLike/InputLikeDivider.css +1 -1
- package/dist/cssm/components/Link/Link.css +1 -1
- package/dist/cssm/components/MiniInfoCell/MiniInfoCell.css +1 -1
- package/dist/cssm/components/MiniInfoCell/MiniInfoCell.js +2 -2
- package/dist/cssm/components/MiniInfoCell/MiniInfoCell.js.map +1 -1
- package/dist/cssm/components/ModalCard/ModalCard.css +1 -1
- package/dist/cssm/components/ModalCardBase/ModalCardBase.css +3 -3
- package/dist/cssm/components/ModalCardBase/ModalCardBase.js +1 -0
- package/dist/cssm/components/ModalCardBase/ModalCardBase.js.map +1 -1
- package/dist/cssm/components/ModalDismissButton/ModalDismissButton.css +1 -1
- package/dist/cssm/components/ModalPage/ModalPage.css +1 -1
- package/dist/cssm/components/ModalPageHeader/ModalPageHeader.css +1 -1
- package/dist/cssm/components/ModalRoot/ModalRoot.css +1 -1
- package/dist/cssm/components/ModalRoot/ModalRoot.d.ts +1 -1
- package/dist/cssm/components/ModalRoot/ModalRootDesktop.d.ts +1 -1
- package/dist/cssm/components/NativeSelect/NativeSelect.js +1 -0
- package/dist/cssm/components/NativeSelect/NativeSelect.js.map +1 -1
- package/dist/cssm/components/Pagination/Pagination.css +1 -1
- package/dist/cssm/components/Panel/Panel.css +1 -1
- package/dist/cssm/components/Panel/Panel.js +1 -0
- package/dist/cssm/components/Panel/Panel.js.map +1 -1
- package/dist/cssm/components/PanelHeader/PanelHeader.css +1 -1
- package/dist/cssm/components/PanelHeader/PanelHeader.js +1 -0
- package/dist/cssm/components/PanelHeader/PanelHeader.js.map +1 -1
- package/dist/cssm/components/PanelHeaderButton/PanelHeaderButton.css +1 -1
- package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.css +1 -1
- package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.css +1 -1
- package/dist/cssm/components/Placeholder/Placeholder.css +3 -3
- package/dist/cssm/components/PopoutRoot/PopoutRoot.css +1 -1
- package/dist/cssm/components/PopoutWrapper/PopoutWrapper.css +1 -1
- package/dist/cssm/components/Popper/Popper.css +1 -1
- package/dist/cssm/components/Popper/Popper.d.ts +18 -1
- package/dist/cssm/components/Popper/Popper.js +15 -22
- package/dist/cssm/components/Popper/Popper.js.map +1 -1
- package/dist/cssm/components/PopperArrow/PopperArrow.css +1 -0
- package/dist/cssm/components/PopperArrow/PopperArrow.d.ts +8 -0
- package/dist/cssm/components/PopperArrow/PopperArrow.js +28 -0
- package/dist/cssm/components/PopperArrow/PopperArrow.js.map +1 -0
- package/dist/cssm/components/Progress/Progress.css +1 -1
- package/dist/cssm/components/PromoBanner/PromoBanner.css +1 -1
- package/dist/cssm/components/PullToRefresh/PullToRefresh.css +3 -3
- package/dist/cssm/components/Radio/Radio.css +1 -1
- package/dist/cssm/components/Radio/Radio.js +1 -0
- package/dist/cssm/components/Radio/Radio.js.map +1 -1
- package/dist/cssm/components/RadioGroup/RadioGroup.css +1 -1
- package/dist/cssm/components/RangeSlider/UniversalSlider.js +1 -0
- package/dist/cssm/components/RangeSlider/UniversalSlider.js.map +1 -1
- package/dist/cssm/components/Removable/Removable.css +1 -1
- package/dist/cssm/components/RichCell/RichCell.css +3 -3
- package/dist/cssm/components/RichTooltip/RichTooltip.css +3 -1
- package/dist/cssm/components/RichTooltip/RichTooltip.d.ts +7 -2
- package/dist/cssm/components/RichTooltip/RichTooltip.js +5 -10
- package/dist/cssm/components/RichTooltip/RichTooltip.js.map +1 -1
- package/dist/cssm/components/Root/Root.css +1 -1
- package/dist/cssm/components/ScreenSpinner/ScreenSpinner.css +1 -1
- package/dist/cssm/components/Search/Search.css +1 -1
- package/dist/cssm/components/SegmentedControl/SegmentedControl.css +1 -1
- package/dist/cssm/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css +1 -1
- package/dist/cssm/components/Select/Select.css +1 -1
- package/dist/cssm/components/Select/Select.js +1 -0
- package/dist/cssm/components/Select/Select.js.map +1 -1
- package/dist/cssm/components/SelectMimicry/SelectMimicry.js +1 -0
- package/dist/cssm/components/SelectMimicry/SelectMimicry.js.map +1 -1
- package/dist/cssm/components/Separator/Separator.css +1 -1
- package/dist/cssm/components/SimpleCell/SimpleCell.css +1 -1
- package/dist/cssm/components/SimpleCell/SimpleCell.js +19 -28
- package/dist/cssm/components/SimpleCell/SimpleCell.js.map +1 -1
- package/dist/cssm/components/SimpleCheckbox/SimpleCheckbox.css +1 -1
- package/dist/cssm/components/Slider/Slider.css +3 -3
- package/dist/cssm/components/SliderSwitch/SliderSwitch.css +1 -1
- package/dist/cssm/components/Snackbar/Snackbar.css +1 -1
- package/dist/cssm/components/Snackbar/Snackbar.d.ts +5 -1
- package/dist/cssm/components/Snackbar/Snackbar.js +8 -11
- package/dist/cssm/components/Snackbar/Snackbar.js.map +1 -1
- package/dist/cssm/components/Spacing/Spacing.css +1 -1
- package/dist/cssm/components/Spinner/Spinner.css +1 -1
- package/dist/cssm/components/SplitCol/SplitCol.css +1 -1
- package/dist/cssm/components/SplitCol/SplitCol.d.ts +1 -0
- package/dist/cssm/components/SplitCol/SplitCol.js +3 -0
- package/dist/cssm/components/SplitCol/SplitCol.js.map +1 -1
- package/dist/cssm/components/SplitLayout/SplitLayout.css +1 -1
- package/dist/cssm/components/SplitLayout/SplitLayout.js +4 -7
- package/dist/cssm/components/SplitLayout/SplitLayout.js.map +1 -1
- package/dist/cssm/components/SubnavigationBar/SubnavigationBar.css +1 -1
- package/dist/cssm/components/SubnavigationButton/SubnavigationButton.css +1 -1
- package/dist/cssm/components/Switch/Switch.css +3 -3
- package/dist/cssm/components/Tabbar/Tabbar.css +5 -3
- package/dist/cssm/components/Tabbar/Tabbar.d.ts +8 -1
- package/dist/cssm/components/Tabbar/Tabbar.js +15 -14
- package/dist/cssm/components/Tabbar/Tabbar.js.map +1 -1
- package/dist/cssm/components/TabbarItem/TabbarItem.css +1 -1
- package/dist/cssm/components/TabbarItem/TabbarItem.js +7 -9
- package/dist/cssm/components/TabbarItem/TabbarItem.js.map +1 -1
- package/dist/cssm/components/Tabs/Tabs.css +1 -1
- package/dist/cssm/components/Tabs/Tabs.d.ts +13 -2
- package/dist/cssm/components/Tabs/Tabs.js +23 -5
- package/dist/cssm/components/Tabs/Tabs.js.map +1 -1
- package/dist/cssm/components/TabsItem/TabsItem.css +5 -1
- package/dist/cssm/components/TabsItem/TabsItem.d.ts +22 -1
- package/dist/cssm/components/TabsItem/TabsItem.js +40 -21
- package/dist/cssm/components/TabsItem/TabsItem.js.map +1 -1
- package/dist/cssm/components/Tappable/Tappable.css +5 -5
- package/dist/cssm/components/TextTooltip/TextTooltip.css +1 -1
- package/dist/cssm/components/TextTooltip/TextTooltip.d.ts +5 -1
- package/dist/cssm/components/TextTooltip/TextTooltip.js +5 -7
- package/dist/cssm/components/TextTooltip/TextTooltip.js.map +1 -1
- package/dist/cssm/components/Textarea/Textarea.css +1 -1
- package/dist/cssm/components/Textarea/Textarea.d.ts +3 -0
- package/dist/cssm/components/Textarea/Textarea.js +5 -4
- package/dist/cssm/components/Textarea/Textarea.js.map +1 -1
- package/dist/cssm/components/Tooltip/Tooltip.css +1 -1
- package/dist/cssm/components/Tooltip/Tooltip.d.ts +18 -1
- package/dist/cssm/components/Tooltip/Tooltip.js +89 -68
- package/dist/cssm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/cssm/components/Typography/Caption/Caption.css +1 -1
- package/dist/cssm/components/Typography/Footnote/Footnote.css +1 -1
- package/dist/cssm/components/Typography/Headline/Headline.css +1 -1
- package/dist/cssm/components/Typography/Headline/Headline.d.ts +3 -3
- package/dist/cssm/components/Typography/Headline/Headline.js +10 -2
- package/dist/cssm/components/Typography/Headline/Headline.js.map +1 -1
- package/dist/cssm/components/Typography/Paragraph/Paragraph.css +1 -1
- package/dist/cssm/components/Typography/Subhead/Subhead.css +1 -1
- package/dist/cssm/components/Typography/Text/Text.css +1 -1
- package/dist/cssm/components/Typography/Title/Title.css +1 -1
- package/dist/cssm/components/UsersStack/UsersStack.css +5 -5
- package/dist/cssm/components/View/View.css +1 -1
- package/dist/cssm/components/View/View.d.ts +2 -18
- package/dist/cssm/components/View/View.js +384 -462
- package/dist/cssm/components/View/View.js.map +1 -1
- package/dist/cssm/components/View/ViewIOS.css +1 -1
- package/dist/cssm/components/View/ViewInfinite.d.ts +1 -1
- package/dist/cssm/components/VisuallyHiddenInput/VisuallyHiddenInput.css +1 -1
- package/dist/cssm/components/WriteBar/WriteBar.css +3 -1
- package/dist/cssm/components/WriteBar/WriteBar.d.ts +5 -1
- package/dist/cssm/components/WriteBar/WriteBar.js +10 -5
- package/dist/cssm/components/WriteBar/WriteBar.js.map +1 -1
- package/dist/cssm/components/WriteBarIcon/WriteBarIcon.css +1 -1
- package/dist/cssm/components/WriteBarIcon/WriteBarIcon.js +3 -6
- package/dist/cssm/components/WriteBarIcon/WriteBarIcon.js.map +1 -1
- package/dist/cssm/fonts/fonts.css +1 -1
- package/dist/cssm/hooks/useOrientationChange.js +2 -1
- package/dist/cssm/hooks/useOrientationChange.js.map +1 -1
- package/dist/cssm/lib/calendar.d.ts +2 -2
- package/dist/cssm/styles/animations.css +1 -1
- package/dist/cssm/styles/bright_light.css +1 -1
- package/dist/cssm/styles/common.css +1 -1
- package/dist/cssm/styles/components.css +143 -127
- package/dist/cssm/styles/constants.css +3 -10
- package/dist/cssm/styles/space_gray.css +1 -1
- package/dist/cssm/styles/themes.css +1 -16
- package/dist/cssm/styles/unstable.css +3 -1
- package/dist/cssm/styles/vkcom_dark.css +1 -6
- package/dist/cssm/styles/vkcom_light.css +1 -11
- package/dist/cssm/tokenized/index.d.ts +26 -0
- package/dist/cssm/tokenized/index.js +13 -0
- package/dist/cssm/tokenized/index.js.map +1 -1
- package/dist/default_scheme.css +1 -1
- package/dist/default_scheme.css.map +1 -1
- package/dist/fonts.css +1 -1
- package/dist/fonts.css.map +1 -1
- package/dist/hooks/useOrientationChange.js +2 -1
- package/dist/hooks/useOrientationChange.js.map +1 -1
- package/dist/lib/calendar.d.ts +2 -2
- package/dist/tokenized/index.d.ts +26 -0
- package/dist/tokenized/index.js +13 -0
- package/dist/tokenized/index.js.map +1 -1
- package/dist/unstable.css +3 -1
- package/dist/unstable.css.map +1 -1
- package/dist/vkui.css +144 -143
- package/dist/vkui.css.map +1 -1
- package/package.json +6 -5
- package/src/components/AppRoot/AppRoot.tsx +2 -0
- package/src/components/Badge/Badge.css +0 -5
- package/src/components/Button/Button.css +0 -4
- package/src/components/Button/Button.tsx +4 -2
- package/src/components/Button/Readme.md +30 -59
- package/src/components/CardScroll/CardScroll.tsx +1 -1
- package/src/components/Cell/Cell.css +3 -2
- package/src/components/ChipsInput/ChipsInput.css +2 -0
- package/src/components/ChipsSelect/ChipsSelect.tsx +2 -0
- package/src/components/ConfigProvider/ConfigProviderContext.tsx +2 -0
- package/src/components/Counter/Counter.css +30 -0
- package/src/components/CustomScrollView/CustomScrollView.css +10 -5
- package/src/components/CustomSelect/CustomSelect.tsx +543 -574
- package/src/components/Dropdown/Dropdown.css +12 -0
- package/src/components/Dropdown/Dropdown.tsx +174 -20
- package/src/components/Dropdown/Readme.md +1 -0
- package/src/components/Epic/Epic.tsx +1 -4
- package/src/components/FixedLayout/Readme.md +103 -109
- package/src/components/FocusTrap/FocusTrap.tsx +10 -10
- package/src/components/Group/Group.css +1 -1
- package/src/components/Group/Readme.md +1 -1
- package/src/components/HorizontalCell/HorizontalCell.css +25 -43
- package/src/components/HorizontalCell/HorizontalCell.tsx +3 -9
- package/src/components/HorizontalScroll/HorizontalScroll.css +23 -0
- package/src/components/HorizontalScroll/HorizontalScroll.tsx +2 -0
- package/src/components/HorizontalScroll/HorizontalScrollArrow.tsx +2 -2
- package/src/components/Input/Input.css +2 -0
- package/src/components/Input/Input.tsx +2 -0
- package/src/components/MiniInfoCell/MiniInfoCell.css +13 -3
- package/src/components/MiniInfoCell/MiniInfoCell.tsx +3 -3
- package/src/components/ModalCardBase/ModalCardBase.tsx +2 -0
- package/src/components/NativeSelect/NativeSelect.tsx +2 -0
- package/src/components/Panel/Panel.tsx +2 -0
- package/src/components/PanelHeader/PanelHeader.tsx +2 -0
- package/src/components/Popper/Popper.css +0 -35
- package/src/components/Popper/Popper.tsx +33 -25
- package/src/components/PopperArrow/PopperArrow.css +34 -0
- package/src/components/PopperArrow/PopperArrow.tsx +40 -0
- package/src/components/Radio/Radio.tsx +2 -0
- package/src/components/RangeSlider/UniversalSlider.tsx +2 -0
- package/src/components/RichTooltip/RichTooltip.css +44 -4
- package/src/components/RichTooltip/RichTooltip.tsx +9 -11
- package/src/components/Select/Select.tsx +2 -0
- package/src/components/SelectMimicry/SelectMimicry.tsx +2 -0
- package/src/components/SimpleCell/Readme.md +115 -129
- package/src/components/SimpleCell/SimpleCell.css +30 -68
- package/src/components/SimpleCell/SimpleCell.tsx +23 -25
- package/src/components/Snackbar/Readme.md +95 -123
- package/src/components/Snackbar/Snackbar.css +18 -27
- package/src/components/Snackbar/Snackbar.tsx +17 -11
- package/src/components/SplitCol/SplitCol.tsx +2 -0
- package/src/components/SplitLayout/SplitLayout.css +3 -7
- package/src/components/SplitLayout/SplitLayout.tsx +9 -6
- package/src/components/Switch/Switch.css +6 -2
- package/src/components/Tabbar/Tabbar.css +4 -1
- package/src/components/Tabbar/Tabbar.tsx +23 -12
- package/src/components/TabbarItem/TabbarItem.css +7 -5
- package/src/components/TabbarItem/TabbarItem.tsx +13 -7
- package/src/components/Tabs/Readme.md +191 -251
- package/src/components/Tabs/Tabs.css +27 -80
- package/src/components/Tabs/Tabs.tsx +45 -7
- package/src/components/TabsItem/Readme.md +1 -0
- package/src/components/TabsItem/TabsItem.css +191 -106
- package/src/components/TabsItem/TabsItem.tsx +72 -20
- package/src/components/TextTooltip/TextTooltip.css +41 -11
- package/src/components/TextTooltip/TextTooltip.tsx +9 -13
- package/src/components/Textarea/Textarea.css +2 -0
- package/src/components/Textarea/Textarea.tsx +5 -4
- package/src/components/Tooltip/Readme.md +128 -101
- package/src/components/Tooltip/Tooltip.css +29 -40
- package/src/components/Tooltip/Tooltip.tsx +98 -66
- package/src/components/Typography/Headline/Headline.tsx +15 -1
- package/src/components/View/Readme.md +2 -0
- package/src/components/View/View.tsx +451 -514
- package/src/components/WriteBar/WriteBar.css +27 -33
- package/src/components/WriteBar/WriteBar.tsx +16 -5
- package/src/components/WriteBarIcon/WriteBarIcon.css +6 -19
- package/src/components/WriteBarIcon/WriteBarIcon.tsx +6 -6
- package/src/hooks/useOrientationChange.ts +1 -0
- package/src/styles/components.css +1 -0
- package/src/styles/constants.css +8 -0
- package/src/tokenized/index.ts +39 -0
- package/tsconfig.json +1 -1
- package/.cache/ts/src/components/ClickPopper/ClickPopper.d.ts +0 -21
- package/dist/cjs/components/ClickPopper/ClickPopper.js +0 -96
- package/dist/cjs/components/ClickPopper/ClickPopper.js.map +0 -1
- package/dist/components/ClickPopper/ClickPopper.d.ts +0 -21
- package/dist/components/ClickPopper/ClickPopper.js +0 -71
- package/dist/components/ClickPopper/ClickPopper.js.map +0 -1
- package/dist/cssm/components/ClickPopper/ClickPopper.d.ts +0 -21
- package/dist/cssm/components/ClickPopper/ClickPopper.js +0 -71
- package/dist/cssm/components/ClickPopper/ClickPopper.js.map +0 -1
- package/src/components/ClickPopper/ClickPopper.tsx +0 -86
package/.cache/.stylelintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/home/runner/work/VKUI/VKUI/src/fonts/fonts.css":"1","/home/runner/work/VKUI/VKUI/src/styles/animations.css":"2","/home/runner/work/VKUI/VKUI/src/styles/bright_light.css":"3","/home/runner/work/VKUI/VKUI/src/styles/common.css":"4","/home/runner/work/VKUI/VKUI/src/styles/components.css":"5","/home/runner/work/VKUI/VKUI/src/styles/constants.css":"6","/home/runner/work/VKUI/VKUI/src/styles/space_gray.css":"7","/home/runner/work/VKUI/VKUI/src/styles/themes.css":"8","/home/runner/work/VKUI/VKUI/src/styles/unstable.css":"9","/home/runner/work/VKUI/VKUI/src/styles/vkcom_dark.css":"10","/home/runner/work/VKUI/VKUI/src/styles/vkcom_light.css":"11","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.css":"12","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.css":"13","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.css":"14","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.css":"15","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.css":"16","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.css":"17","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.css":"18","/home/runner/work/VKUI/VKUI/src/components/BaseGallery/BaseGallery.css":"19","/home/runner/work/VKUI/VKUI/src/components/Button/Button.css":"20","/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.css":"21","/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.css":"22","/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.css":"23","/home/runner/work/VKUI/VKUI/src/components/CalendarDays/CalendarDays.css":"24","/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.css":"25","/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.css":"26","/home/runner/work/VKUI/VKUI/src/components/CalendarTime/CalendarTime.css":"27","/home/runner/work/VKUI/VKUI/src/components/Card/Card.css":"28","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.css":"29","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.css":"30","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.css":"31","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.css":"32","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.css":"33","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.css":"34","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.css":"35","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.css":"36","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.css":"37","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.css":"38","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.css":"39","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.css":"40","/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.css":"41","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.css":"42","/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.css":"43","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.css":"44","/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.css":"45","/home/runner/work/VKUI/VKUI/src/components/Div/Div.css":"46","/home/runner/work/VKUI/VKUI/src/components/Dropdown/Dropdown.css":"47","/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.css":"48","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.css":"49","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.css":"50","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.css":"51","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.css":"52","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.css":"53","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.css":"54","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.css":"55","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.css":"56","/home/runner/work/VKUI/VKUI/src/components/FormStatus/FormStatus.css":"57","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.css":"58","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.css":"59","/home/runner/work/VKUI/VKUI/src/components/Group/Group.css":"60","/home/runner/work/VKUI/VKUI/src/components/Header/Header.css":"61","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.css":"62","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.css":"63","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.css":"64","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.css":"65","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.css":"66","/home/runner/work/VKUI/VKUI/src/components/InitialsAvatar/InitialsAvatar.css":"67","/home/runner/work/VKUI/VKUI/src/components/Input/Input.css":"68","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLike.css":"69","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLikeDivider.css":"70","/home/runner/work/VKUI/VKUI/src/components/Link/Link.css":"71","/home/runner/work/VKUI/VKUI/src/components/List/List.css":"72","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.css":"73","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.css":"74","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.css":"75","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.css":"76","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.css":"77","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.css":"78","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.css":"79","/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.css":"80","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.css":"81","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.css":"82","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.css":"83","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.css":"84","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.css":"85","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.css":"86","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.css":"87","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.css":"88","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.css":"89","/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.css":"90","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.css":"91","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.css":"92","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.css":"93","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.css":"94","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.css":"95","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.css":"96","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.css":"97","/home/runner/work/VKUI/VKUI/src/components/RichTooltip/RichTooltip.css":"98","/home/runner/work/VKUI/VKUI/src/components/Root/Root.css":"99","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.css":"100","/home/runner/work/VKUI/VKUI/src/components/Search/Search.css":"101","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.css":"102","/home/runner/work/VKUI/VKUI/src/components/Select/Select.css":"103","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.css":"104","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.css":"105","/home/runner/work/VKUI/VKUI/src/components/SimpleCheckbox/SimpleCheckbox.css":"106","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.css":"107","/home/runner/work/VKUI/VKUI/src/components/SliderSwitch/SliderSwitch.css":"108","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.css":"109","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.css":"110","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.css":"111","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.css":"112","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.css":"113","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.css":"114","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.css":"115","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.css":"116","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.css":"117","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.css":"118","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.css":"119","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.css":"120","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.css":"121","/home/runner/work/VKUI/VKUI/src/components/TextTooltip/TextTooltip.css":"122","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.css":"123","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.css":"124","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.css":"125","/home/runner/work/VKUI/VKUI/src/components/View/View.css":"126","/home/runner/work/VKUI/VKUI/src/components/View/ViewIOS.css":"127","/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.css":"128","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.css":"129","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.css":"130","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.css":"131","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.css":"132","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css":"133","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.css":"134","/home/runner/work/VKUI/VKUI/src/components/Typography/Footnote/Footnote.css":"135","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.css":"136","/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.css":"137","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.css":"138","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.css":"139","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.css":"140"},{"size":214,"mtime":1659026329759,"hashOfConfig":"141"},{"size":205,"mtime":1659026329763,"hashOfConfig":"141"},{"size":9949,"mtime":1659026329763,"hashOfConfig":"141"},{"size":706,"mtime":1659026329763,"hashOfConfig":"141"},{"size":6877,"mtime":1659026329763,"hashOfConfig":"141"},{"size":2055,"mtime":1659026329763,"hashOfConfig":"141"},{"size":10057,"mtime":1659026329763,"hashOfConfig":"141"},{"size":895,"mtime":1659026329763,"hashOfConfig":"141"},{"size":277,"mtime":1659026329763,"hashOfConfig":"141"},{"size":10147,"mtime":1659026329763,"hashOfConfig":"141"},{"size":9990,"mtime":1659026329763,"hashOfConfig":"141"},{"size":2926,"mtime":1659026329615,"hashOfConfig":"141"},{"size":5740,"mtime":1659026329683,"hashOfConfig":"141"},{"size":5211,"mtime":1659026329683,"hashOfConfig":"141"},{"size":276,"mtime":1659026329687,"hashOfConfig":"141"},{"size":3547,"mtime":1659026329687,"hashOfConfig":"141"},{"size":406,"mtime":1659026329687,"hashOfConfig":"141"},{"size":2814,"mtime":1659026329687,"hashOfConfig":"141"},{"size":1165,"mtime":1659026329687,"hashOfConfig":"141"},{"size":20256,"mtime":1659026329691,"hashOfConfig":"141"},{"size":2225,"mtime":1659026329691,"hashOfConfig":"141"},{"size":594,"mtime":1659026329695,"hashOfConfig":"141"},{"size":1769,"mtime":1659026329695,"hashOfConfig":"141"},{"size":555,"mtime":1659026329695,"hashOfConfig":"141"},{"size":642,"mtime":1659026329695,"hashOfConfig":"141"},{"size":535,"mtime":1659026329695,"hashOfConfig":"141"},{"size":259,"mtime":1659026329695,"hashOfConfig":"141"},{"size":1631,"mtime":1659026329695,"hashOfConfig":"141"},{"size":1331,"mtime":1659026329695,"hashOfConfig":"141"},{"size":846,"mtime":1659026329695,"hashOfConfig":"141"},{"size":950,"mtime":1659026329699,"hashOfConfig":"141"},{"size":963,"mtime":1659026329699,"hashOfConfig":"141"},{"size":2288,"mtime":1659026329699,"hashOfConfig":"141"},{"size":1206,"mtime":1659026329703,"hashOfConfig":"141"},{"size":1298,"mtime":1659026329703,"hashOfConfig":"141"},{"size":172,"mtime":1659026329703,"hashOfConfig":"141"},{"size":781,"mtime":1659026329703,"hashOfConfig":"141"},{"size":4359,"mtime":1659026329707,"hashOfConfig":"141"},{"size":1377,"mtime":1659026329707,"hashOfConfig":"141"},{"size":348,"mtime":1659026329707,"hashOfConfig":"141"},{"size":897,"mtime":1659026329707,"hashOfConfig":"141"},{"size":1473,"mtime":1659026329707,"hashOfConfig":"141"},{"size":372,"mtime":1659026329707,"hashOfConfig":"141"},{"size":357,"mtime":1659026329711,"hashOfConfig":"141"},{"size":317,"mtime":1659026329711,"hashOfConfig":"141"},{"size":125,"mtime":1659026329711,"hashOfConfig":"141"},{"size":236,"mtime":1659026329711,"hashOfConfig":"141"},{"size":37,"mtime":1659026329711,"hashOfConfig":"141"},{"size":41,"mtime":1659026329711,"hashOfConfig":"141"},{"size":1834,"mtime":1659026329711,"hashOfConfig":"141"},{"size":1462,"mtime":1659026329711,"hashOfConfig":"141"},{"size":176,"mtime":1659026329711,"hashOfConfig":"141"},{"size":3264,"mtime":1659026329711,"hashOfConfig":"141"},{"size":1854,"mtime":1659026329711,"hashOfConfig":"141"},{"size":227,"mtime":1659026329711,"hashOfConfig":"141"},{"size":424,"mtime":1659026329711,"hashOfConfig":"141"},{"size":742,"mtime":1659026329715,"hashOfConfig":"141"},{"size":673,"mtime":1659026329715,"hashOfConfig":"141"},{"size":909,"mtime":1659026329715,"hashOfConfig":"141"},{"size":1979,"mtime":1659026329715,"hashOfConfig":"141"},{"size":2364,"mtime":1659026329715,"hashOfConfig":"141"},{"size":1983,"mtime":1659026329715,"hashOfConfig":"141"},{"size":935,"mtime":1659026329715,"hashOfConfig":"141"},{"size":1681,"mtime":1659026329715,"hashOfConfig":"141"},{"size":2491,"mtime":1659026329719,"hashOfConfig":"141"},{"size":276,"mtime":1659026329719,"hashOfConfig":"141"},{"size":1308,"mtime":1659026329719,"hashOfConfig":"141"},{"size":1334,"mtime":1659026329719,"hashOfConfig":"141"},{"size":443,"mtime":1659026329719,"hashOfConfig":"141"},{"size":100,"mtime":1659026329719,"hashOfConfig":"141"},{"size":965,"mtime":1659026329719,"hashOfConfig":"141"},{"size":10,"mtime":1659026329719,"hashOfConfig":"141"},{"size":1236,"mtime":1659026329723,"hashOfConfig":"141"},{"size":975,"mtime":1659026329723,"hashOfConfig":"141"},{"size":2067,"mtime":1659026329723,"hashOfConfig":"141"},{"size":651,"mtime":1659026329723,"hashOfConfig":"141"},{"size":2608,"mtime":1659026329723,"hashOfConfig":"141"},{"size":444,"mtime":1659026329723,"hashOfConfig":"141"},{"size":1403,"mtime":1659026329727,"hashOfConfig":"141"},{"size":1379,"mtime":1659026329727,"hashOfConfig":"141"},{"size":2238,"mtime":1659026329727,"hashOfConfig":"141"},{"size":5077,"mtime":1659026329727,"hashOfConfig":"141"},{"size":154,"mtime":1659026329727,"hashOfConfig":"141"},{"size":1619,"mtime":1659026329727,"hashOfConfig":"141"},{"size":1933,"mtime":1659026329731,"hashOfConfig":"141"},{"size":2959,"mtime":1659026329731,"hashOfConfig":"141"},{"size":866,"mtime":1659026329731,"hashOfConfig":"141"},{"size":455,"mtime":1659026329731,"hashOfConfig":"141"},{"size":1714,"mtime":1659026329731,"hashOfConfig":"141"},{"size":1592,"mtime":1659026329731,"hashOfConfig":"141"},{"size":283,"mtime":1659026329731,"hashOfConfig":"141"},{"size":936,"mtime":1659026329731,"hashOfConfig":"141"},{"size":2083,"mtime":1659026329731,"hashOfConfig":"141"},{"size":1844,"mtime":1659026329731,"hashOfConfig":"141"},{"size":202,"mtime":1659026329735,"hashOfConfig":"141"},{"size":2530,"mtime":1659026329735,"hashOfConfig":"141"},{"size":3121,"mtime":1659026329735,"hashOfConfig":"141"},{"size":259,"mtime":1659026329735,"hashOfConfig":"141"},{"size":2592,"mtime":1659026329735,"hashOfConfig":"141"},{"size":1254,"mtime":1659026329735,"hashOfConfig":"141"},{"size":6654,"mtime":1659026329735,"hashOfConfig":"141"},{"size":1116,"mtime":1659026329739,"hashOfConfig":"141"},{"size":1424,"mtime":1659026329739,"hashOfConfig":"141"},{"size":857,"mtime":1659026329739,"hashOfConfig":"141"},{"size":3814,"mtime":1659026329739,"hashOfConfig":"141"},{"size":2533,"mtime":1659026329739,"hashOfConfig":"141"},{"size":1683,"mtime":1659026329743,"hashOfConfig":"141"},{"size":1686,"mtime":1659026329743,"hashOfConfig":"141"},{"size":3149,"mtime":1659026329743,"hashOfConfig":"141"},{"size":824,"mtime":1659026329743,"hashOfConfig":"141"},{"size":475,"mtime":1659026329743,"hashOfConfig":"141"},{"size":453,"mtime":1659026329743,"hashOfConfig":"141"},{"size":951,"mtime":1659026329743,"hashOfConfig":"141"},{"size":705,"mtime":1659026329743,"hashOfConfig":"141"},{"size":1730,"mtime":1659026329743,"hashOfConfig":"141"},{"size":4426,"mtime":1659026329743,"hashOfConfig":"141"},{"size":900,"mtime":1659026329747,"hashOfConfig":"141"},{"size":2100,"mtime":1659026329747,"hashOfConfig":"141"},{"size":2210,"mtime":1659026329747,"hashOfConfig":"141"},{"size":3763,"mtime":1659026329747,"hashOfConfig":"141"},{"size":2197,"mtime":1659026329747,"hashOfConfig":"141"},{"size":398,"mtime":1659026329747,"hashOfConfig":"141"},{"size":1101,"mtime":1659026329747,"hashOfConfig":"141"},{"size":2793,"mtime":1659026329747,"hashOfConfig":"141"},{"size":1197,"mtime":1659026329755,"hashOfConfig":"141"},{"size":1674,"mtime":1659026329755,"hashOfConfig":"141"},{"size":3097,"mtime":1659026329755,"hashOfConfig":"141"},{"size":167,"mtime":1659026329755,"hashOfConfig":"141"},{"size":1819,"mtime":1659026329759,"hashOfConfig":"141"},{"size":1286,"mtime":1659026329759,"hashOfConfig":"141"},{"size":313,"mtime":1659026329699,"hashOfConfig":"141"},{"size":70,"mtime":1659026329699,"hashOfConfig":"141"},{"size":627,"mtime":1659026329739,"hashOfConfig":"141"},{"size":3303,"mtime":1659026329751,"hashOfConfig":"141"},{"size":699,"mtime":1659026329751,"hashOfConfig":"141"},{"size":1523,"mtime":1659026329751,"hashOfConfig":"141"},{"size":419,"mtime":1659026329751,"hashOfConfig":"141"},{"size":980,"mtime":1659026329755,"hashOfConfig":"141"},{"size":937,"mtime":1659026329755,"hashOfConfig":"141"},{"size":1346,"mtime":1659026329755,"hashOfConfig":"141"},"184us0l"]
|
|
1
|
+
[{"/home/runner/work/VKUI/VKUI/src/fonts/fonts.css":"1","/home/runner/work/VKUI/VKUI/src/styles/animations.css":"2","/home/runner/work/VKUI/VKUI/src/styles/bright_light.css":"3","/home/runner/work/VKUI/VKUI/src/styles/common.css":"4","/home/runner/work/VKUI/VKUI/src/styles/components.css":"5","/home/runner/work/VKUI/VKUI/src/styles/constants.css":"6","/home/runner/work/VKUI/VKUI/src/styles/space_gray.css":"7","/home/runner/work/VKUI/VKUI/src/styles/themes.css":"8","/home/runner/work/VKUI/VKUI/src/styles/unstable.css":"9","/home/runner/work/VKUI/VKUI/src/styles/vkcom_dark.css":"10","/home/runner/work/VKUI/VKUI/src/styles/vkcom_light.css":"11","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.css":"12","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.css":"13","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.css":"14","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.css":"15","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.css":"16","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.css":"17","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.css":"18","/home/runner/work/VKUI/VKUI/src/components/BaseGallery/BaseGallery.css":"19","/home/runner/work/VKUI/VKUI/src/components/Button/Button.css":"20","/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.css":"21","/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.css":"22","/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.css":"23","/home/runner/work/VKUI/VKUI/src/components/CalendarDays/CalendarDays.css":"24","/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.css":"25","/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.css":"26","/home/runner/work/VKUI/VKUI/src/components/CalendarTime/CalendarTime.css":"27","/home/runner/work/VKUI/VKUI/src/components/Card/Card.css":"28","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.css":"29","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.css":"30","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.css":"31","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.css":"32","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.css":"33","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.css":"34","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.css":"35","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.css":"36","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.css":"37","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.css":"38","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.css":"39","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.css":"40","/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.css":"41","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.css":"42","/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.css":"43","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.css":"44","/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.css":"45","/home/runner/work/VKUI/VKUI/src/components/Div/Div.css":"46","/home/runner/work/VKUI/VKUI/src/components/Dropdown/Dropdown.css":"47","/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.css":"48","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.css":"49","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.css":"50","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.css":"51","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.css":"52","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.css":"53","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.css":"54","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.css":"55","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.css":"56","/home/runner/work/VKUI/VKUI/src/components/FormStatus/FormStatus.css":"57","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.css":"58","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.css":"59","/home/runner/work/VKUI/VKUI/src/components/Group/Group.css":"60","/home/runner/work/VKUI/VKUI/src/components/Header/Header.css":"61","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.css":"62","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.css":"63","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.css":"64","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.css":"65","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.css":"66","/home/runner/work/VKUI/VKUI/src/components/InitialsAvatar/InitialsAvatar.css":"67","/home/runner/work/VKUI/VKUI/src/components/Input/Input.css":"68","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLike.css":"69","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLikeDivider.css":"70","/home/runner/work/VKUI/VKUI/src/components/Link/Link.css":"71","/home/runner/work/VKUI/VKUI/src/components/List/List.css":"72","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.css":"73","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.css":"74","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.css":"75","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.css":"76","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.css":"77","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.css":"78","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.css":"79","/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.css":"80","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.css":"81","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.css":"82","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.css":"83","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.css":"84","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.css":"85","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.css":"86","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.css":"87","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.css":"88","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.css":"89","/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.css":"90","/home/runner/work/VKUI/VKUI/src/components/PopperArrow/PopperArrow.css":"91","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.css":"92","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.css":"93","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.css":"94","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.css":"95","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.css":"96","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.css":"97","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.css":"98","/home/runner/work/VKUI/VKUI/src/components/RichTooltip/RichTooltip.css":"99","/home/runner/work/VKUI/VKUI/src/components/Root/Root.css":"100","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.css":"101","/home/runner/work/VKUI/VKUI/src/components/Search/Search.css":"102","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.css":"103","/home/runner/work/VKUI/VKUI/src/components/Select/Select.css":"104","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.css":"105","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.css":"106","/home/runner/work/VKUI/VKUI/src/components/SimpleCheckbox/SimpleCheckbox.css":"107","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.css":"108","/home/runner/work/VKUI/VKUI/src/components/SliderSwitch/SliderSwitch.css":"109","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.css":"110","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.css":"111","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.css":"112","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.css":"113","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.css":"114","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.css":"115","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.css":"116","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.css":"117","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.css":"118","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.css":"119","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.css":"120","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.css":"121","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.css":"122","/home/runner/work/VKUI/VKUI/src/components/TextTooltip/TextTooltip.css":"123","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.css":"124","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.css":"125","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.css":"126","/home/runner/work/VKUI/VKUI/src/components/View/View.css":"127","/home/runner/work/VKUI/VKUI/src/components/View/ViewIOS.css":"128","/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.css":"129","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.css":"130","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.css":"131","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.css":"132","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.css":"133","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css":"134","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.css":"135","/home/runner/work/VKUI/VKUI/src/components/Typography/Footnote/Footnote.css":"136","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.css":"137","/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.css":"138","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.css":"139","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.css":"140","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.css":"141"},{"size":214,"mtime":1660229022308,"hashOfConfig":"142"},{"size":205,"mtime":1660229022308,"hashOfConfig":"142"},{"size":9949,"mtime":1660229022308,"hashOfConfig":"142"},{"size":706,"mtime":1660229022308,"hashOfConfig":"142"},{"size":6930,"mtime":1660229022308,"hashOfConfig":"142"},{"size":2498,"mtime":1660229022308,"hashOfConfig":"142"},{"size":10057,"mtime":1660229022308,"hashOfConfig":"142"},{"size":895,"mtime":1660229022308,"hashOfConfig":"142"},{"size":277,"mtime":1660229022308,"hashOfConfig":"142"},{"size":10147,"mtime":1660229022308,"hashOfConfig":"142"},{"size":9990,"mtime":1660229022308,"hashOfConfig":"142"},{"size":2926,"mtime":1660229022196,"hashOfConfig":"142"},{"size":5740,"mtime":1660229022248,"hashOfConfig":"142"},{"size":5211,"mtime":1660229022248,"hashOfConfig":"142"},{"size":276,"mtime":1660229022248,"hashOfConfig":"142"},{"size":3547,"mtime":1660229022248,"hashOfConfig":"142"},{"size":326,"mtime":1660229022248,"hashOfConfig":"142"},{"size":2814,"mtime":1660229022248,"hashOfConfig":"142"},{"size":1165,"mtime":1660229022252,"hashOfConfig":"142"},{"size":20198,"mtime":1660229022252,"hashOfConfig":"142"},{"size":2225,"mtime":1660229022252,"hashOfConfig":"142"},{"size":594,"mtime":1660229022256,"hashOfConfig":"142"},{"size":1769,"mtime":1660229022256,"hashOfConfig":"142"},{"size":555,"mtime":1660229022256,"hashOfConfig":"142"},{"size":642,"mtime":1660229022256,"hashOfConfig":"142"},{"size":535,"mtime":1660229022256,"hashOfConfig":"142"},{"size":259,"mtime":1660229022256,"hashOfConfig":"142"},{"size":1631,"mtime":1660229022256,"hashOfConfig":"142"},{"size":1331,"mtime":1660229022256,"hashOfConfig":"142"},{"size":846,"mtime":1660229022256,"hashOfConfig":"142"},{"size":964,"mtime":1660229022256,"hashOfConfig":"142"},{"size":963,"mtime":1660229022260,"hashOfConfig":"142"},{"size":2288,"mtime":1660229022260,"hashOfConfig":"142"},{"size":1206,"mtime":1660229022260,"hashOfConfig":"142"},{"size":1335,"mtime":1660229022260,"hashOfConfig":"142"},{"size":172,"mtime":1660229022264,"hashOfConfig":"142"},{"size":781,"mtime":1660229022264,"hashOfConfig":"142"},{"size":5247,"mtime":1660229022264,"hashOfConfig":"142"},{"size":1610,"mtime":1660229022264,"hashOfConfig":"142"},{"size":348,"mtime":1660229022264,"hashOfConfig":"142"},{"size":897,"mtime":1660229022264,"hashOfConfig":"142"},{"size":1473,"mtime":1660229022268,"hashOfConfig":"142"},{"size":372,"mtime":1660229022268,"hashOfConfig":"142"},{"size":357,"mtime":1660229022268,"hashOfConfig":"142"},{"size":317,"mtime":1660229022268,"hashOfConfig":"142"},{"size":125,"mtime":1660229022268,"hashOfConfig":"142"},{"size":580,"mtime":1660229022268,"hashOfConfig":"142"},{"size":37,"mtime":1660229022268,"hashOfConfig":"142"},{"size":41,"mtime":1660229022268,"hashOfConfig":"142"},{"size":1834,"mtime":1660229022268,"hashOfConfig":"142"},{"size":1462,"mtime":1660229022268,"hashOfConfig":"142"},{"size":176,"mtime":1660229022268,"hashOfConfig":"142"},{"size":3264,"mtime":1660229022268,"hashOfConfig":"142"},{"size":1854,"mtime":1660229022268,"hashOfConfig":"142"},{"size":227,"mtime":1660229022268,"hashOfConfig":"142"},{"size":424,"mtime":1660229022272,"hashOfConfig":"142"},{"size":742,"mtime":1660229022272,"hashOfConfig":"142"},{"size":673,"mtime":1660229022272,"hashOfConfig":"142"},{"size":909,"mtime":1660229022272,"hashOfConfig":"142"},{"size":1985,"mtime":1660229022272,"hashOfConfig":"142"},{"size":2364,"mtime":1660229022272,"hashOfConfig":"142"},{"size":1264,"mtime":1660229022272,"hashOfConfig":"142"},{"size":1380,"mtime":1660229022272,"hashOfConfig":"142"},{"size":1681,"mtime":1660229022272,"hashOfConfig":"142"},{"size":2491,"mtime":1660229022272,"hashOfConfig":"142"},{"size":276,"mtime":1660229022276,"hashOfConfig":"142"},{"size":1308,"mtime":1660229022276,"hashOfConfig":"142"},{"size":1371,"mtime":1660229022276,"hashOfConfig":"142"},{"size":443,"mtime":1660229022276,"hashOfConfig":"142"},{"size":100,"mtime":1660229022276,"hashOfConfig":"142"},{"size":965,"mtime":1660229022276,"hashOfConfig":"142"},{"size":10,"mtime":1660229022276,"hashOfConfig":"142"},{"size":1476,"mtime":1660229022276,"hashOfConfig":"142"},{"size":975,"mtime":1660229022276,"hashOfConfig":"142"},{"size":2067,"mtime":1660229022280,"hashOfConfig":"142"},{"size":651,"mtime":1660229022280,"hashOfConfig":"142"},{"size":2608,"mtime":1660229022280,"hashOfConfig":"142"},{"size":444,"mtime":1660229022280,"hashOfConfig":"142"},{"size":1403,"mtime":1660229022280,"hashOfConfig":"142"},{"size":1379,"mtime":1660229022280,"hashOfConfig":"142"},{"size":2238,"mtime":1660229022284,"hashOfConfig":"142"},{"size":5077,"mtime":1660229022284,"hashOfConfig":"142"},{"size":154,"mtime":1660229022284,"hashOfConfig":"142"},{"size":1619,"mtime":1660229022284,"hashOfConfig":"142"},{"size":1933,"mtime":1660229022284,"hashOfConfig":"142"},{"size":2959,"mtime":1660229022284,"hashOfConfig":"142"},{"size":866,"mtime":1660229022284,"hashOfConfig":"142"},{"size":455,"mtime":1660229022284,"hashOfConfig":"142"},{"size":1714,"mtime":1660229022284,"hashOfConfig":"142"},{"size":963,"mtime":1660229022284,"hashOfConfig":"142"},{"size":616,"mtime":1660229022284,"hashOfConfig":"142"},{"size":283,"mtime":1660229022284,"hashOfConfig":"142"},{"size":936,"mtime":1660229022284,"hashOfConfig":"142"},{"size":2083,"mtime":1660229022284,"hashOfConfig":"142"},{"size":1844,"mtime":1660229022284,"hashOfConfig":"142"},{"size":202,"mtime":1660229022288,"hashOfConfig":"142"},{"size":2530,"mtime":1660229022288,"hashOfConfig":"142"},{"size":3121,"mtime":1660229022288,"hashOfConfig":"142"},{"size":1341,"mtime":1660229022288,"hashOfConfig":"142"},{"size":2592,"mtime":1660229022288,"hashOfConfig":"142"},{"size":1254,"mtime":1660229022288,"hashOfConfig":"142"},{"size":6654,"mtime":1660229022288,"hashOfConfig":"142"},{"size":1116,"mtime":1660229022292,"hashOfConfig":"142"},{"size":1424,"mtime":1660229022292,"hashOfConfig":"142"},{"size":857,"mtime":1660229022292,"hashOfConfig":"142"},{"size":3240,"mtime":1660229022292,"hashOfConfig":"142"},{"size":2533,"mtime":1660229022292,"hashOfConfig":"142"},{"size":1683,"mtime":1660229022292,"hashOfConfig":"142"},{"size":1686,"mtime":1660229022292,"hashOfConfig":"142"},{"size":3053,"mtime":1660229022296,"hashOfConfig":"142"},{"size":824,"mtime":1660229022296,"hashOfConfig":"142"},{"size":475,"mtime":1660229022296,"hashOfConfig":"142"},{"size":453,"mtime":1660229022296,"hashOfConfig":"142"},{"size":847,"mtime":1660229022296,"hashOfConfig":"142"},{"size":705,"mtime":1660229022296,"hashOfConfig":"142"},{"size":1730,"mtime":1660229022296,"hashOfConfig":"142"},{"size":4496,"mtime":1660229022296,"hashOfConfig":"142"},{"size":956,"mtime":1660229022296,"hashOfConfig":"142"},{"size":2307,"mtime":1660229022296,"hashOfConfig":"142"},{"size":1117,"mtime":1660229022296,"hashOfConfig":"142"},{"size":5763,"mtime":1660229022296,"hashOfConfig":"142"},{"size":2197,"mtime":1660229022296,"hashOfConfig":"142"},{"size":1300,"mtime":1660229022300,"hashOfConfig":"142"},{"size":1138,"mtime":1660229022300,"hashOfConfig":"142"},{"size":1475,"mtime":1660229022300,"hashOfConfig":"142"},{"size":1197,"mtime":1660229022304,"hashOfConfig":"142"},{"size":1674,"mtime":1660229022304,"hashOfConfig":"142"},{"size":3097,"mtime":1660229022304,"hashOfConfig":"142"},{"size":167,"mtime":1660229022304,"hashOfConfig":"142"},{"size":1722,"mtime":1660229022304,"hashOfConfig":"142"},{"size":1229,"mtime":1660229022304,"hashOfConfig":"142"},{"size":313,"mtime":1660229022260,"hashOfConfig":"142"},{"size":70,"mtime":1660229022260,"hashOfConfig":"142"},{"size":627,"mtime":1660229022292,"hashOfConfig":"142"},{"size":3303,"mtime":1660229022300,"hashOfConfig":"142"},{"size":699,"mtime":1660229022300,"hashOfConfig":"142"},{"size":1523,"mtime":1660229022300,"hashOfConfig":"142"},{"size":419,"mtime":1660229022304,"hashOfConfig":"142"},{"size":980,"mtime":1660229022304,"hashOfConfig":"142"},{"size":937,"mtime":1660229022304,"hashOfConfig":"142"},{"size":1346,"mtime":1660229022304,"hashOfConfig":"142"},"184us0l"]
|