@vkontakte/vkui 4.34.0 → 4.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.browserslistrc +5 -0
- package/.cache/.eslintcache +1 -1
- package/.cache/.stylelintcache +1 -1
- package/.cache/.tsbuildinfo +291 -268
- package/.cache/ts/src/components/ActionSheetItem/ActionSheetItem.d.ts +1 -1
- package/.cache/ts/src/components/AppRoot/AppRoot.d.ts +1 -1
- package/.cache/ts/src/components/Button/Button.d.ts +1 -1
- package/.cache/ts/src/components/CardGrid/CardGrid.d.ts +1 -1
- package/.cache/ts/src/components/Checkbox/Checkbox.d.ts +1 -1
- package/.cache/ts/src/components/ChipsSelect/ChipsSelect.d.ts +1 -1
- 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/CustomSelectDropdown/CustomSelectDropdown.d.ts +2 -1
- package/.cache/ts/src/components/DatePicker/DatePicker.d.ts +1 -1
- package/.cache/ts/src/components/Dropdown/Dropdown.d.ts +46 -5
- package/.cache/ts/src/components/Epic/Epic.d.ts +1 -1
- package/.cache/ts/src/components/FocusTrap/FocusTrap.d.ts +1 -1
- package/.cache/ts/src/components/Group/Group.d.ts +1 -1
- package/.cache/ts/src/components/HorizontalScroll/HorizontalScroll.d.ts +1 -1
- package/.cache/ts/src/components/IconButton/IconButton.d.ts +1 -1
- package/.cache/ts/src/components/Input/Input.d.ts +1 -1
- package/.cache/ts/src/components/ModalCard/ModalCard.d.ts +1 -1
- package/.cache/ts/src/components/ModalCardBase/ModalCardBase.d.ts +1 -1
- package/.cache/ts/src/components/ModalPage/ModalPage.d.ts +1 -1
- package/.cache/ts/src/components/ModalRoot/ModalRoot.d.ts +1 -1
- package/.cache/ts/src/components/ModalRoot/ModalRootAdaptive.d.ts +1 -1
- package/.cache/ts/src/components/ModalRoot/ModalRootDesktop.d.ts +1 -1
- package/.cache/ts/src/components/NativeSelect/NativeSelect.d.ts +1 -1
- package/.cache/ts/src/components/Panel/Panel.d.ts +1 -1
- package/.cache/ts/src/components/PanelHeader/PanelHeader.d.ts +1 -1
- package/.cache/ts/src/components/PanelHeaderBack/PanelHeaderBack.d.ts +1 -1
- package/.cache/ts/src/components/PopoutRoot/PopoutRoot.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/Radio/Radio.d.ts +1 -1
- package/.cache/ts/src/components/RangeSlider/UniversalSlider.d.ts +1 -1
- package/.cache/ts/src/components/RichCell/RichCell.d.ts +1 -1
- package/.cache/ts/src/components/RichTooltip/RichTooltip.d.ts +7 -2
- package/.cache/ts/src/components/Search/Search.d.ts +1 -1
- package/.cache/ts/src/components/Select/Select.d.ts +1 -1
- package/.cache/ts/src/components/SelectMimicry/SelectMimicry.d.ts +1 -1
- package/.cache/ts/src/components/SimpleCell/SimpleCell.d.ts +1 -1
- 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 +14 -3
- package/.cache/ts/src/components/TabsItem/TabsItem.d.ts +22 -1
- package/.cache/ts/src/components/Tappable/Tappable.d.ts +1 -1
- package/.cache/ts/src/components/TextTooltip/TextTooltip.d.ts +5 -1
- package/.cache/ts/src/components/Textarea/Textarea.d.ts +4 -1
- 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/hoc/withAdaptivity.d.ts +1 -1
- package/.cache/ts/src/hoc/withContext.d.ts +1 -1
- package/.cache/ts/src/hoc/withPlatform.d.ts +1 -1
- package/.cache/ts/src/tokenized/index.d.ts +26 -0
- package/.eslintrc.json +14 -4
- package/dist/cjs/components/AppRoot/AppRoot.js +13 -15
- 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 +5 -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 -553
- package/dist/cjs/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/cjs/components/CustomSelectDropdown/CustomSelectDropdown.js +73 -35
- package/dist/cjs/components/CustomSelectDropdown/CustomSelectDropdown.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/FormField/FormField.js +4 -10
- package/dist/cjs/components/FormField/FormField.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/Input/Input.js +3 -6
- 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 +4 -1
- 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/hoc/withAdaptivity.js.map +1 -1
- package/dist/cjs/hoc/withContext.js.map +1 -1
- package/dist/cjs/hoc/withPlatform.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/ActionSheetItem/ActionSheetItem.d.ts +1 -1
- package/dist/components/AppRoot/AppRoot.d.ts +1 -1
- package/dist/components/AppRoot/AppRoot.js +13 -15
- package/dist/components/AppRoot/AppRoot.js.map +1 -1
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.js +6 -4
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/CardGrid/CardGrid.d.ts +1 -1
- package/dist/components/CardScroll/CardScroll.js +3 -1
- package/dist/components/CardScroll/CardScroll.js.map +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/components/ChipsSelect/ChipsSelect.d.ts +1 -1
- package/dist/components/ChipsSelect/ChipsSelect.js +5 -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 -579
- package/dist/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/components/CustomSelectDropdown/CustomSelectDropdown.d.ts +2 -1
- package/dist/components/CustomSelectDropdown/CustomSelectDropdown.js +71 -35
- package/dist/components/CustomSelectDropdown/CustomSelectDropdown.js.map +1 -1
- package/dist/components/DatePicker/DatePicker.d.ts +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.d.ts +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/FormField/FormField.js +4 -8
- package/dist/components/FormField/FormField.js.map +1 -1
- package/dist/components/Group/Group.d.ts +1 -1
- package/dist/components/HorizontalCell/HorizontalCell.js +3 -5
- package/dist/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/components/HorizontalScroll/HorizontalScroll.d.ts +1 -1
- package/dist/components/HorizontalScroll/HorizontalScroll.js +1 -0
- package/dist/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
- package/dist/components/IconButton/IconButton.d.ts +1 -1
- package/dist/components/Input/Input.d.ts +1 -1
- package/dist/components/Input/Input.js +3 -4
- 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/ModalCard/ModalCard.d.ts +1 -1
- package/dist/components/ModalCardBase/ModalCardBase.d.ts +1 -1
- package/dist/components/ModalCardBase/ModalCardBase.js +1 -0
- package/dist/components/ModalCardBase/ModalCardBase.js.map +1 -1
- package/dist/components/ModalPage/ModalPage.d.ts +1 -1
- package/dist/components/ModalRoot/ModalRoot.d.ts +1 -1
- package/dist/components/ModalRoot/ModalRootAdaptive.d.ts +1 -1
- package/dist/components/ModalRoot/ModalRootDesktop.d.ts +1 -1
- package/dist/components/NativeSelect/NativeSelect.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.d.ts +1 -1
- package/dist/components/Panel/Panel.js +1 -0
- package/dist/components/Panel/Panel.js.map +1 -1
- package/dist/components/PanelHeader/PanelHeader.d.ts +1 -1
- package/dist/components/PanelHeader/PanelHeader.js +1 -0
- package/dist/components/PanelHeader/PanelHeader.js.map +1 -1
- package/dist/components/PanelHeaderBack/PanelHeaderBack.d.ts +1 -1
- package/dist/components/PopoutRoot/PopoutRoot.d.ts +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.d.ts +1 -1
- package/dist/components/Radio/Radio.js +1 -0
- package/dist/components/Radio/Radio.js.map +1 -1
- package/dist/components/RangeSlider/UniversalSlider.d.ts +1 -1
- package/dist/components/RangeSlider/UniversalSlider.js +1 -0
- package/dist/components/RangeSlider/UniversalSlider.js.map +1 -1
- package/dist/components/RichCell/RichCell.d.ts +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/Search/Search.d.ts +1 -1
- package/dist/components/Select/Select.d.ts +1 -1
- package/dist/components/Select/Select.js +1 -0
- package/dist/components/Select/Select.js.map +1 -1
- package/dist/components/SelectMimicry/SelectMimicry.d.ts +1 -1
- package/dist/components/SelectMimicry/SelectMimicry.js +4 -1
- package/dist/components/SelectMimicry/SelectMimicry.js.map +1 -1
- package/dist/components/SimpleCell/SimpleCell.d.ts +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 +14 -3
- 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/Tappable/Tappable.d.ts +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 +4 -1
- 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/ActionSheetItem/ActionSheetItem.d.ts +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.d.ts +1 -1
- package/dist/cssm/components/AppRoot/AppRoot.js +13 -15
- 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.d.ts +1 -1
- 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/CardGrid/CardGrid.d.ts +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/Checkbox/Checkbox.d.ts +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.d.ts +1 -1
- package/dist/cssm/components/ChipsSelect/ChipsSelect.js +5 -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 -579
- package/dist/cssm/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.css +3 -3
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.d.ts +2 -1
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.js +71 -35
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.js.map +1 -1
- 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/DatePicker/DatePicker.d.ts +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.d.ts +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/FormField/FormField.js +4 -8
- package/dist/cssm/components/FormField/FormField.js.map +1 -1
- 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/Group/Group.d.ts +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.d.ts +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/IconButton/IconButton.css +1 -1
- package/dist/cssm/components/IconButton/IconButton.d.ts +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.d.ts +1 -1
- package/dist/cssm/components/Input/Input.js +3 -4
- 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/ModalCard/ModalCard.d.ts +1 -1
- package/dist/cssm/components/ModalCardBase/ModalCardBase.css +3 -3
- package/dist/cssm/components/ModalCardBase/ModalCardBase.d.ts +1 -1
- 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/ModalPage/ModalPage.d.ts +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/ModalRootAdaptive.d.ts +1 -1
- package/dist/cssm/components/ModalRoot/ModalRootDesktop.d.ts +1 -1
- package/dist/cssm/components/NativeSelect/NativeSelect.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.d.ts +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.d.ts +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/PanelHeaderBack/PanelHeaderBack.d.ts +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/PopoutRoot/PopoutRoot.d.ts +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.d.ts +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.d.ts +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/RichCell/RichCell.d.ts +1 -1
- 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/Search/Search.d.ts +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.d.ts +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.d.ts +1 -1
- package/dist/cssm/components/SelectMimicry/SelectMimicry.js +4 -1
- 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.d.ts +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 +14 -3
- 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/Tappable/Tappable.d.ts +1 -1
- 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 +4 -1
- 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/hoc/withAdaptivity.d.ts +1 -1
- package/dist/cssm/hoc/withAdaptivity.js.map +1 -1
- package/dist/cssm/hoc/withContext.d.ts +1 -1
- package/dist/cssm/hoc/withContext.js.map +1 -1
- package/dist/cssm/hoc/withPlatform.d.ts +1 -1
- package/dist/cssm/hoc/withPlatform.js.map +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/hoc/withAdaptivity.d.ts +1 -1
- package/dist/hoc/withAdaptivity.js.map +1 -1
- package/dist/hoc/withContext.d.ts +1 -1
- package/dist/hoc/withContext.js.map +1 -1
- package/dist/hoc/withPlatform.d.ts +1 -1
- package/dist/hoc/withPlatform.js.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 +15 -11
- 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 +8 -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 -573
- package/src/components/CustomSelectDropdown/CustomSelectDropdown.tsx +45 -22
- 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/FormField/FormField.css +31 -22
- package/src/components/FormField/FormField.tsx +4 -8
- package/src/components/FormField/Readme.md +9 -82
- 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/IconButton/IconButton.css +46 -25
- package/src/components/Input/Input.css +20 -9
- package/src/components/Input/Input.tsx +6 -5
- package/src/components/Input/Readme.md +128 -24
- 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/ScreenSpinner/ScreenSpinner.css +1 -1
- package/src/components/Select/Select.css +23 -9
- package/src/components/Select/Select.tsx +2 -0
- package/src/components/SelectMimicry/SelectMimicry.tsx +6 -2
- 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.css +1 -1
- 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 +7 -3
- 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/hoc/withAdaptivity.tsx +4 -4
- package/src/hoc/withContext.tsx +1 -1
- package/src/hoc/withPlatform.tsx +1 -1
- 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
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
.
|
|
2
|
-
--palette-vk-font,
|
|
3
|
-
|
|
4
|
-
system-ui,
|
|
5
|
-
Helvetica Neue,
|
|
6
|
-
Roboto,
|
|
7
|
-
sans-serif
|
|
8
|
-
);--font-tt:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto,
|
|
9
|
-
sans-serif;--font-display:"VK Sans Display", -apple-system, system-ui, Helvetica Neue,
|
|
10
|
-
Roboto, sans-serif;--ios-easing:cubic-bezier(0.36, 0.66, 0.04, 1);--android-easing:cubic-bezier(0.4, 0, 0.2, 1);--tabbar_height:48px;--panelheader_height:56px;--panelheader_height_ios:52px;--panelheader_height_vkcom:48px;--search_default_height:36px;--thin-border:1px;--formitem_padding:16px;--white:#fff;--blue_200:#5c9ce6;--safe-area-inset-top:0px;--safe-area-inset-right:0px;--safe-area-inset-bottom:0px;--safe-area-inset-left:0px;--duration:0.7s}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.vkui__root,.vkui__portal-root{--thin-border:0.5px}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.vkui__root,.vkui__portal-root{--thin-border:0.33px}}@supports (padding-top:constant(safe-area-inset-top)){.vkui__root,.vkui__portal-root{--safe-area-inset-top:constant(safe-area-inset-top);--safe-area-inset-right:constant(safe-area-inset-right);--safe-area-inset-bottom:constant(safe-area-inset-bottom);--safe-area-inset-left:constant(safe-area-inset-left)}}@supports (padding-top:env(safe-area-inset-top)){.vkui__root,.vkui__portal-root{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-right:env(safe-area-inset-right);--safe-area-inset-bottom:env(safe-area-inset-bottom);--safe-area-inset-left:env(safe-area-inset-left)}}
|
|
1
|
+
.vkui__portal-root,.vkui__root{--font-common:var(
|
|
2
|
+
--palette-vk-font,-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif
|
|
3
|
+
);--font-tt:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--font-display:"VK Sans Display",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--ios-easing:cubic-bezier(0.36,0.66,0.04,1);--android-easing:cubic-bezier(0.4,0,0.2,1);--tabbar_height:48px;--panelheader_height:56px;--panelheader_height_ios:52px;--panelheader_height_vkcom:48px;--search_default_height:36px;--thin-border:1px;--popover-safe-zone-padding:8px;--formitem_padding:16px;--white:#fff;--blue_200:#5c9ce6;--safe-area-inset-top:0px;--safe-area-inset-right:0px;--safe-area-inset-bottom:0px;--safe-area-inset-left:0px;--duration:0.7s}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.vkui__portal-root,.vkui__root{--thin-border:0.5px}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.vkui__portal-root,.vkui__root{--thin-border:0.33px}}@supports (padding-top:constant(safe-area-inset-top)){.vkui__portal-root,.vkui__root{--safe-area-inset-top:constant(safe-area-inset-top);--safe-area-inset-right:constant(safe-area-inset-right);--safe-area-inset-bottom:constant(safe-area-inset-bottom);--safe-area-inset-left:constant(safe-area-inset-left)}}@supports (padding-top:env(safe-area-inset-top)){.vkui__portal-root,.vkui__root{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-right:env(safe-area-inset-right);--safe-area-inset-bottom:env(safe-area-inset-bottom);--safe-area-inset-left:env(safe-area-inset-left)}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
.vkuispace_gray,[scheme=space_gray],body[scheme=space_gray]{--accent:#529ef4;--accent_alternate:#fff;--action_sheet_action_foreground:#fff;--action_sheet_separator:hsla(0,0%,100%,.12);--activity_indicator_tint:#5d5f61;--attach_picker_tab_active_background:#e1e3e6;--attach_picker_tab_active_icon:#19191a;--attach_picker_tab_active_text:#e1e3e6;--attach_picker_tab_inactive_background:#2c2d2e;--attach_picker_tab_inactive_icon:#e1e3e6;--attach_picker_tab_inactive_text:#76787a;--background_content:#19191a;--background_highlighted:hsla(0,0%,100%,.08);--background_hover:hsla(0,0%,100%,.04);--background_keyboard:#2c2d2e;--background_light:#232324;--background_page:#0a0a0a;--background_suggestions:#2c2d2e;--background_text_highlighted:rgba(82,158,244,.24);--button_bot_shadow:#19191a;--button_commerce_background:#4bb34b;--button_commerce_foreground:#fff;--button_muted_background:#2c2d2e;--button_muted_foreground:#e1e3e6;--button_outline_border:#e1e3e6;--button_outline_foreground:#e1e3e6;--button_primary_background:#e1e3e6;--button_primary_foreground:#19191a;--button_secondary_background:#454647;--button_secondary_background_highlighted:rgba(69,70,71,.6);--button_secondary_destructive_background:#454647;--button_secondary_destructive_background_highlighted:rgba(69,70,71,.6);--button_secondary_destructive_foreground:#ff5c5c;--button_secondary_destructive_foreground_highlighted:rgba(255,92,92,.6);--button_secondary_foreground:#e1e3e6;--button_secondary_foreground_highlighted:hsla(216,9%,89%,.6);--button_tertiary_background:transparent;--button_tertiary_foreground:#e1e3e6;--cell_button_foreground:#e1e3e6;--content_placeholder_icon:#aaaeb3;--content_placeholder_text:#aaaeb3;--content_positive_background:rgba(75,179,75,.15);--content_tint_background:#232324;--content_tint_foreground:#909499;--content_warning_background:#857250;--control_background:#454647;--control_background_secondary:#76787a;--control_foreground:#e1e3e6;--control_tint:#19191a;--control_tint_muted:#909499;--counter_primary_background:#fff;--counter_primary_text:#19191a;--counter_prominent_background:#ff3347;--counter_prominent_text:#fff;--counter_secondary_background:#76787a;--counter_secondary_text:#19191a;--destructive:#ff5c5c;--dynamic_blue:#2688eb;--dynamic_gray:#a3adb8;--dynamic_green:#4bb34b;--dynamic_neon_pink:#f45fff;--dynamic_orange:#ffa000;--dynamic_purple:#937ff5;--dynamic_raspberry_pink:#f060c0;--dynamic_red:#ff3347;--dynamic_violet:#a393f5;--feed_recommended_friend_promo_background:#6d7885;--field_background:#232324;--field_border:hsla(0,0%,100%,.12);--field_error_background:#522e2e;--field_error_border:#ff5c5c;--field_text_placeholder:#76787a;--field_valid_border:#4bb34b;--float_button_background:#454647;--float_button_background_highlighted:#5d5f61;--float_button_border:rgba(0,0,0,.12);--float_button_foreground:#aaaeb3;--header_alternate_background:#2c2d2e;--header_alternate_tab_active_indicator:#e1e3e6;--header_alternate_tab_active_text:#e1e3e6;--header_alternate_tab_inactive_text:#76787a;--header_background:#19191a;--header_background_before_blur:#070708;--header_background_before_blur_alternate:#070708;--header_search_field_background:#363738;--header_search_field_tint:#aaaeb3;--header_tab_active_background:#5d5f61;--header_tab_active_indicator:#529ef4;--header_tab_active_text:#e1e3e6;--header_tab_inactive_text:#76787a;--header_text:#e1e3e6;--header_text_alternate:#e1e3e6;--header_text_secondary:hsla(0,0%,100%,.6);--header_tint:#e1e3e6;--header_tint_alternate:#e1e3e6;--icon_alpha_placeholder:#e1e3e6;--icon_medium:#909499;--icon_medium_alpha:hsla(0,0%,100%,.48);--icon_name:#aaaeb3;--icon_outline_medium:#aaaeb3;--icon_outline_secondary:#909499;--icon_secondary:#76787a;--icon_secondary_alpha:hsla(0,0%,100%,.36);--icon_tertiary:#5d5f61;--icon_tertiary_alpha:hsla(0,0%,100%,.24);--im_attach_tint:#fff;--im_bubble_border_alternate:transparent;--im_bubble_border_alternate_highlighted:transparent;--im_bubble_button_background:hsla(0,0%,100%,.16);--im_bubble_button_background_highlighted:hsla(0,0%,100%,.24);--im_bubble_button_foreground:#e1e3e6;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.2);--im_bubble_gift_background:#857250;--im_bubble_gift_background_highlighted:#ab9871;--im_bubble_gift_text:#fff;--im_bubble_gift_text_secondary:#e3d3ac;--im_bubble_incoming:#2c2d2e;--im_bubble_incoming_alternate:#2c2d2e;--im_bubble_incoming_alternate_highlighted:#5d5f61;--im_bubble_incoming_expiring:#262b4d;--im_bubble_incoming_expiring_highlighted:#404980;--im_bubble_incoming_highlighted:#5d5f61;--im_bubble_outgoing:#454647;--im_bubble_outgoing_alternate:#454647;--im_bubble_outgoing_alternate_highlighted:#76787a;--im_bubble_outgoing_expiring:#404980;--im_bubble_outgoing_expiring_highlighted:#5965b3;--im_bubble_outgoing_highlighted:#5d5f61;--im_bubble_wallpaper_button_background:#454647;--im_bubble_wallpaper_button_background_highlighted:#76787a;--im_bubble_wallpaper_button_foreground:#e1e3e6;--im_bubble_wallpaper_incoming:#2c2d2e;--im_bubble_wallpaper_incoming_highlighted:#5d5f61;--im_bubble_wallpaper_outgoing:#454647;--im_bubble_wallpaper_outgoing_highlighted:#5d5f61;--im_forward_line_tint:hsla(0,0%,100%,.24);--im_reply_separator:#fff;--im_service_message_text:#76787a;--im_text_name:#529ef4;--im_toolbar_separator:#aaaeb3;--im_toolbar_voice_msg_background:#454647;--image_border:hsla(0,0%,100%,.08);--input_background:#2c2d2e;--input_border:#2c2d2e;--landing_background:#19191a;--landing_field_background:#232324;--landing_field_border:transparent;--landing_field_placeholder:#aaaeb3;--landing_login_button_background:#e1e3e6;--landing_login_button_foreground:#19191a;--landing_primary_button_background:#e1e3e6;--landing_primary_button_foreground:#19191a;--landing_secondary_button_background:hsla(0,0%,100%,.15);--landing_secondary_button_foreground:#fff;--landing_snippet_border:hsla(0,0%,100%,.15);--landing_tertiary_button_background:transparent;--landing_tertiary_button_foreground:#fff;--landing_text_primary:#e1e3e6;--landing_text_secondary:#76787a;--landing_text_title:#fff;--like_text_tint:#ff5c5c;--link_alternate:#fff;--loader_background:#19191a;--loader_tint:#76787a;--loader_track_fill:#454647;--loader_track_value_fill:#fff;--media_overlay_button_background:#fff;--media_overlay_button_foreground:#2c2d2e;--modal_card_background:#232324;--modal_card_border:hsla(0,0%,100%,.12);--modal_card_header_close:#fff;--music_playback_icon:#fff;--overlay_status_background:#19191a;--overlay_status_foreground:#e1e3e6;--overlay_status_icon:#ebedf0;--panel_tab_active_background:#454647;--panel_tab_active_text:#e1e3e6;--panel_tab_inactive_text:#76787a;--placeholder_icon_background:hsla(0,0%,100%,.08);--placeholder_icon_background_opaque:#232324;--placeholder_icon_foreground_primary:#909499;--placeholder_icon_foreground_secondary:#5d5f61;--placeholder_icon_tint:#fff;--poll_option_background:#fff;--primary_overlay_badge:hsla(0,0%,100%,.4);--search_bar_background:#19191a;--search_bar_field_background:#363738;--search_bar_field_tint:#aaaeb3;--search_bar_segmented_control_tint:#909499;--secondary_overlay_badge:hsla(0,0%,100%,.15);--segmented_control_bar_background:#19191a;--segmented_control_tint:#76787a;--selection_off_icon:#5d5f61;--separator_alpha:hsla(0,0%,100%,.12);--separator_alternate:#232324;--separator_common:#363738;--skeleton_foreground_from:#232324;--skeleton_foreground_to:#2c2d2e;--skeleton_shimmer_from:#19191a;--skeleton_shimmer_to:#19191a;--snippet_background:#232324;--snippet_border:hsla(0,0%,100%,.15);--snippet_icon_tertiary:#5d5f61;--splashscreen_icon:#2c2d2e;--statusbar_alternate_legacy_background:transparent;--stories_create_button_background_from:#363738;--stories_create_button_background_to:#363738;--stories_create_button_foreground:#c4c8cc;--stories_create_button_icon_background:#454647;--stories_skeleton_loader_background:#454647;--switch_ios_off_border:#2c2d2e;--tabbar_active_icon:#fff;--tabbar_background:#2c2d2e;--tabbar_inactive_icon:#76787a;--tabbar_tablet_active_icon:#529ef4;--tabbar_tablet_background:#232324;--tabbar_tablet_inactive_icon:#76787a;--tabbar_tablet_text_primary:#e1e3e6;--tabbar_tablet_text_secondary:#76787a;--text_action_counter:#aaaeb3;--text_link:#529ef4;--text_link_highlighted_background:#529ef4;--text_muted:#c4c8cc;--text_name:#e1e3e6;--text_placeholder:#aaaeb3;--text_primary:#e1e3e6;--text_secondary:#76787a;--text_subhead:#909499;--text_tertiary:#5d5f61;--toolbar_attach_background_from:#76787a;--toolbar_attach_background_to:#5d5f61;--vk_connect_button_primary_background:#e1e3e6;--vk_connect_button_primary_foreground:#19191a;--vk_connect_button_secondary_background:#454647;--vk_connect_button_secondary_foreground:#e1e3e6;--writebar_icon:#e1e3e6}
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
:root,body[scheme=bright_light],[scheme=bright_light],.vkuibright_light{--accent:#2688eb;--action_sheet_action_foreground:#2688eb;--attach_picker_tab_active_background:#2d81e0;--attach_picker_tab_active_text:#2d81e0;--attach_picker_tab_inactive_background:#f2f3f5;--background_highlighted:rgba(0, 0, 0, 0.08);--background_hover:rgba(0, 0, 0, 0.04);--background_keyboard:#e1e3e6;--background_light:#f9f9f9;--background_page:#ebedf0;--background_text_highlighted:rgba(38, 136, 235, 0.2);--button_bot_shadow:#c4c8cc;--button_muted_background:#f2f3f5;--button_muted_foreground:#2688eb;--button_outline_border:#2688eb;--button_outline_foreground:#2688eb;--button_primary_background:#2d81e0;--button_secondary_background:rgba(0, 28, 61, 0.05);--button_secondary_background_highlighted:rgba(0, 28, 61, 0.03);--button_secondary_destructive_background:rgba(0, 28, 61, 0.05);--button_secondary_destructive_background_highlighted:rgba(0, 28, 61, 0.03);--button_secondary_destructive_foreground_highlighted:rgba(230, 70, 70, 0.6);--button_secondary_foreground:#2688eb;--button_secondary_foreground_highlighted:rgba(38, 136, 235, 0.6);--button_tertiary_foreground:#2d81e0;--cell_button_foreground:#2688eb;--content_tint_background:#f5f5f5;--content_tint_foreground:#7f8285;--content_warning_background:#fff2d6;--control_background:#ebedf0;--control_tint_muted:#76787a;--counter_primary_background:#2688eb;--counter_secondary_background:#aeb7c2;--feed_recommended_friend_promo_background:#528bcc;--field_background:#f2f3f5;--field_border:rgba(0, 0, 0, 0.12);--float_button_background:#f5f5f5;--float_button_background_highlighted:#ebedf0;--float_button_border:rgba(0, 0, 0, 0.05);--header_alternate_tab_active_indicator:#2688eb;--header_search_field_background:#ebedf0;--header_tab_active_indicator:#2688eb;--header_tint:#2688eb;--header_tint_alternate:#2688eb;--icon_medium:#818c99;--icon_name:#74a2d6;--icon_tertiary:#b8c1cc;--im_attach_tint:#2d81e0;--im_bubble_border_alternate:#e1e3e6;--im_bubble_border_alternate_highlighted:#d7d8d9;--im_bubble_button_background:#f9f9f9;--im_bubble_button_background_highlighted:#d7d8d9;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.6);--im_bubble_incoming:#ebedf0;--im_bubble_incoming_alternate_highlighted:#f9f9f9;--im_bubble_incoming_highlighted:#d7d8d9;--im_bubble_outgoing_alternate_highlighted:#f9f9f9;--im_bubble_wallpaper_button_background:#f2f3f5;--im_bubble_wallpaper_button_background_highlighted:#e1e3e6;--im_bubble_wallpaper_incoming_highlighted:#ebedf0;--im_forward_line_tint:rgba(69, 103, 143, 0.24);--im_reply_separator:#2d81e0;--im_text_name:#2d81e0;--input_background:#f2f3f5;--input_border:#e1e3e6;--landing_field_background:#f2f3f5;--landing_login_button_background:#2d81e0;--landing_primary_button_background:#2d81e0;--landing_secondary_button_foreground:#2688eb;--landing_snippet_border:rgba(0, 0, 0, 0.15);--landing_tertiary_button_foreground:#2d81e0;--landing_text_title:#2d81e0;--link_alternate:#2d81e0;--loader_background:#ebedf0;--loader_track_fill:#e1e3e6;--loader_track_value_fill:#528bcc;--overlay_status_background:#ebedf0;--overlay_status_foreground:#6d7885;--panel_tab_active_background:#ebedf0;--panel_tab_active_text:#5d5f61;--placeholder_icon_background_opaque:#f2f3f5;--placeholder_icon_tint:#001c3d;--poll_option_background:#45678f;--primary_overlay_badge:rgba(0, 0, 0, 0.6);--search_bar_background:#ffffff;--search_bar_field_background:#ebedf0;--selection_off_icon:#b8c1cc;--separator_alternate:#e1e3e6;--separator_common:#d7d8d9;--skeleton_foreground_from:#f5f5f5;--skeleton_foreground_to:#e1e3e6;--skeleton_shimmer_to:#ffffff;--snippet_border:rgba(0, 0, 0, 0.15);--snippet_icon_tertiary:#c4c8cc;--splashscreen_icon:#e1e3e6;--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0.2);--stories_create_button_background_from:#f2f3f5;--stories_create_button_background_to:#e1e3e6;--stories_create_button_foreground:#6d7885;--stories_skeleton_loader_background:#c4c8cc;--switch_ios_off_border:#e1e3e6;--tabbar_active_icon:#2975cc;--tabbar_background:#f9f9f9;--tabbar_tablet_active_icon:#2975cc;--tabbar_tablet_background:#f9f9f9;--tabbar_tablet_text_secondary:#909499;--text_link:#2d81e0;--text_muted:#2c2d2e;--text_name:#2d81e0;--text_subhead:#6d7885;--toolbar_attach_background_from:#b8c1cc;--toolbar_attach_background_to:#a3adb8;--vk_connect_button_primary_background:#19191a;--vk_connect_button_secondary_background:#f2f3f5;--vk_connect_button_secondary_foreground:#19191a;--writebar_icon:#2688eb}:root,body[scheme=bright_light],[scheme=bright_light],.vkuibright_light,body[scheme=vkcom_light],[scheme=vkcom_light],.vkuivkcom_light{--accent_alternate:#0077ff;--action_sheet_separator:rgba(0, 0, 0, 0.12);--activity_indicator_tint:#aeb7c2;--attach_picker_tab_active_icon:#ffffff;--attach_picker_tab_inactive_icon:#818c99;--attach_picker_tab_inactive_text:#818c99;--background_content:#ffffff;--background_suggestions:#ffffff;--button_primary_foreground:#ffffff;--button_secondary_destructive_foreground:#e64646;--content_placeholder_icon:#99a2ad;--content_placeholder_text:#818c99;--control_background_secondary:#ffffff;--control_foreground:#5181b8;--control_tint:#ffffff;--counter_primary_text:#ffffff;--counter_secondary_text:#ffffff;--destructive:#e64646;--dynamic_purple:#735ce6;--dynamic_raspberry_pink:#e03fab;--dynamic_violet:#792ec0;--field_error_background:#faebeb;--field_text_placeholder:#818c99;--float_button_foreground:#99a2ad;--header_alternate_background:#ffffff;--header_alternate_tab_active_text:#000000;--header_alternate_tab_inactive_text:#99a2ad;--header_background:#ffffff;--header_background_before_blur:#ffffff;--header_background_before_blur_alternate:#ffffff;--header_search_field_tint:#818c99;--header_tab_active_background:rgba(0, 0, 0, 0);--header_tab_active_text:#000000;--header_tab_inactive_text:#99a2ad;--header_text:#000000;--header_text_alternate:#000000;--header_text_secondary:#818c99;--icon_alpha_placeholder:#ffffff;--icon_medium_alpha:rgba(0, 0, 0, 0.48);--icon_outline_medium:#818c99;--icon_outline_secondary:#99a2ad;--icon_secondary:#99a2ad;--icon_secondary_alpha:rgba(0, 0, 0, 0.36);--icon_tertiary_alpha:rgba(0, 0, 0, 0.24);--im_bubble_button_foreground:#000000;--im_bubble_gift_background:#f4e7c3;--im_bubble_gift_background_highlighted:#e3d3ac;--im_bubble_gift_text:#857250;--im_bubble_gift_text_secondary:#ab9871;--im_bubble_incoming_alternate:#ffffff;--im_bubble_incoming_expiring:#e6e9ff;--im_bubble_incoming_expiring_highlighted:#ccd3ff;--im_bubble_outgoing:#cce4ff;--im_bubble_outgoing_alternate:#ffffff;--im_bubble_outgoing_expiring:#ccd3ff;--im_bubble_outgoing_expiring_highlighted:#adb8ff;--im_bubble_outgoing_highlighted:#add3ff;--im_bubble_wallpaper_button_foreground:#000000;--im_bubble_wallpaper_incoming:#ffffff;--im_bubble_wallpaper_outgoing:#cce4ff;--im_bubble_wallpaper_outgoing_highlighted:#add3ff;--im_service_message_text:#818c99;--im_toolbar_separator:#001c3d;--im_toolbar_voice_msg_background:#99a2ad;--image_border:rgba(0, 0, 0, 0.08);--landing_background:#ffffff;--landing_field_placeholder:#818c99;--landing_login_button_foreground:#ffffff;--landing_primary_button_foreground:#ffffff;--landing_secondary_button_background:rgba(0, 57, 115, 0.1);--landing_text_primary:#000000;--landing_text_secondary:#818c99;--like_text_tint:#ff3347;--modal_card_background:#ffffff;--modal_card_border:rgba(0, 0, 0, 0);--modal_card_header_close:#000000;--music_playback_icon:#000000;--overlay_status_icon:#818c99;--placeholder_icon_background:rgba(0, 28, 61, 0.08);--placeholder_icon_foreground_primary:#99a2ad;--placeholder_icon_foreground_secondary:#aeb7c2;--search_bar_field_tint:#818c99;--search_bar_segmented_control_tint:#818c99;--secondary_overlay_badge:rgba(0, 0, 0, 0.24);--segmented_control_bar_background:rgba(0, 0, 0, 0);--segmented_control_tint:#99a2ad;--separator_alpha:rgba(0, 0, 0, 0.12);--skeleton_shimmer_from:#ffffff;--snippet_background:#ffffff;--stories_create_button_icon_background:#ffffff;--tabbar_inactive_icon:#99a2ad;--tabbar_tablet_inactive_icon:#99a2ad;--tabbar_tablet_text_primary:#000000;--text_action_counter:#818c99;--text_link_highlighted_background:#000000;--text_placeholder:#818c99;--text_primary:#000000;--text_secondary:#818c99;--text_tertiary:#99a2ad;--vk_connect_button_primary_foreground:#ffffff}:root,body[scheme=bright_light],[scheme=bright_light],.vkuibright_light,body[scheme=space_gray],[scheme=space_gray],.vkuispace_gray,body[scheme=vkcom_light],[scheme=vkcom_light],.vkuivkcom_light,body[scheme=vkcom_dark],[scheme=vkcom_dark],.vkuivkcom_dark{--button_commerce_background:#4bb34b;--button_commerce_foreground:#ffffff;--button_tertiary_background:rgba(0, 0, 0, 0);--counter_prominent_background:#ff3347;--counter_prominent_text:#ffffff;--dynamic_neon_pink:#f45fff;--dynamic_orange:#ffa000;--dynamic_red:#ff3347;--field_valid_border:#4bb34b;--landing_field_border:rgba(0, 0, 0, 0);--landing_tertiary_button_background:rgba(0, 0, 0, 0);--media_overlay_button_background:#ffffff}:root,body[scheme=bright_light],[scheme=bright_light],.vkuibright_light,body[scheme=space_gray],[scheme=space_gray],.vkuispace_gray{--content_positive_background:rgba(75, 179, 75, 0.15);--dynamic_blue:#2688eb;--dynamic_gray:#a3adb8;--loader_tint:#76787a;--media_overlay_button_foreground:#2c2d2e;--panel_tab_inactive_text:#76787a}:root,body[scheme=bright_light],[scheme=bright_light],.vkuibright_light,body[scheme=space_gray],[scheme=space_gray],.vkuispace_gray,body[scheme=vkcom_dark],[scheme=vkcom_dark],.vkuivkcom_dark{--dynamic_green:#4bb34b}:root,body[scheme=bright_light],[scheme=bright_light],.vkuibright_light,body[scheme=vkcom_light],[scheme=vkcom_light],.vkuivkcom_light,body[scheme=vkcom_dark],[scheme=vkcom_dark],.vkuivkcom_dark{--field_error_border:#e64646}body[scheme=space_gray],[scheme=space_gray],.vkuispace_gray{--accent:#529ef4;--action_sheet_separator:rgba(255, 255, 255, 0.12);--activity_indicator_tint:#5d5f61;--attach_picker_tab_active_icon:#19191a;--attach_picker_tab_inactive_background:#2c2d2e;--attach_picker_tab_inactive_text:#76787a;--background_content:#19191a;--background_highlighted:rgba(255, 255, 255, 0.08);--background_hover:rgba(255, 255, 255, 0.04);--background_keyboard:#2c2d2e;--background_light:#232324;--background_page:#0a0a0a;--background_suggestions:#2c2d2e;--background_text_highlighted:rgba(82, 158, 244, 0.24);--button_bot_shadow:#19191a;--button_muted_background:#2c2d2e;--button_primary_foreground:#19191a;--button_secondary_background:#454647;--button_secondary_background_highlighted:rgba(69, 70, 71, 0.6);--button_secondary_destructive_background:#454647;--button_secondary_destructive_background_highlighted:rgba(69, 70, 71, 0.6);--button_secondary_destructive_foreground_highlighted:rgba(255, 92, 92, 0.6);--button_secondary_foreground_highlighted:rgba(225, 227, 230, 0.6);--content_placeholder_icon:#aaaeb3;--content_placeholder_text:#aaaeb3;--content_tint_background:#232324;--content_tint_foreground:#909499;--content_warning_background:#857250;--control_background:#454647;--control_background_secondary:#76787a;--control_tint:#19191a;--control_tint_muted:#909499;--counter_primary_text:#19191a;--counter_secondary_background:#76787a;--counter_secondary_text:#19191a;--feed_recommended_friend_promo_background:#6d7885;--field_background:#232324;--field_border:rgba(255, 255, 255, 0.12);--field_error_background:#522e2e;--field_error_border:#ff5c5c;--field_text_placeholder:#76787a;--float_button_background:#454647;--float_button_background_highlighted:#5d5f61;--float_button_foreground:#aaaeb3;--header_alternate_background:#2c2d2e;--header_alternate_tab_inactive_text:#76787a;--header_background:#19191a;--header_background_before_blur:#070708;--header_background_before_blur_alternate:#070708;--header_search_field_background:#363738;--header_search_field_tint:#aaaeb3;--header_tab_active_background:#5d5f61;--header_tab_active_indicator:#529ef4;--header_tab_inactive_text:#76787a;--header_text_secondary:rgba(255, 255, 255, 0.6);--header_tint_alternate:#e1e3e6;--icon_medium:#909499;--icon_name:#aaaeb3;--icon_outline_medium:#aaaeb3;--icon_outline_secondary:#909499;--icon_secondary:#76787a;--icon_secondary_alpha:rgba(255, 255, 255, 0.36);--icon_tertiary:#5d5f61;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.2);--im_bubble_incoming:#2c2d2e;--im_bubble_incoming_alternate:#2c2d2e;--im_bubble_incoming_alternate_highlighted:#5d5f61;--im_bubble_incoming_highlighted:#5d5f61;--im_bubble_outgoing:#454647;--im_bubble_outgoing_alternate:#454647;--im_bubble_outgoing_alternate_highlighted:#76787a;--im_bubble_outgoing_highlighted:#5d5f61;--im_bubble_wallpaper_button_background:#454647;--im_bubble_wallpaper_button_background_highlighted:#76787a;--im_bubble_wallpaper_incoming:#2c2d2e;--im_bubble_wallpaper_incoming_highlighted:#5d5f61;--im_bubble_wallpaper_outgoing:#454647;--im_bubble_wallpaper_outgoing_highlighted:#5d5f61;--im_service_message_text:#76787a;--im_text_name:#529ef4;--im_toolbar_separator:#aaaeb3;--im_toolbar_voice_msg_background:#454647;--input_background:#2c2d2e;--input_border:#2c2d2e;--landing_background:#19191a;--landing_field_background:#232324;--landing_field_placeholder:#aaaeb3;--landing_login_button_foreground:#19191a;--landing_primary_button_foreground:#19191a;--landing_secondary_button_background:rgba(255, 255, 255, 0.15);--landing_snippet_border:rgba(255, 255, 255, 0.15);--landing_text_secondary:#76787a;--link_alternate:#ffffff;--loader_background:#19191a;--loader_track_fill:#454647;--modal_card_background:#232324;--overlay_status_background:#19191a;--overlay_status_icon:#ebedf0;--panel_tab_active_background:#454647;--placeholder_icon_background_opaque:#232324;--placeholder_icon_foreground_primary:#909499;--placeholder_icon_foreground_secondary:#5d5f61;--search_bar_background:#19191a;--search_bar_field_background:#363738;--search_bar_field_tint:#aaaeb3;--search_bar_segmented_control_tint:#909499;--secondary_overlay_badge:rgba(255, 255, 255, 0.15);--segmented_control_bar_background:#19191a;--segmented_control_tint:#76787a;--selection_off_icon:#5d5f61;--separator_alpha:rgba(255, 255, 255, 0.12);--separator_alternate:#232324;--separator_common:#363738;--skeleton_foreground_from:#232324;--skeleton_foreground_to:#2c2d2e;--skeleton_shimmer_from:#19191a;--skeleton_shimmer_to:#19191a;--snippet_background:#232324;--snippet_border:rgba(255, 255, 255, 0.15);--snippet_icon_tertiary:#5d5f61;--splashscreen_icon:#2c2d2e;--stories_create_button_background_from:#363738;--stories_create_button_background_to:#363738;--stories_create_button_foreground:#c4c8cc;--stories_create_button_icon_background:#454647;--stories_skeleton_loader_background:#454647;--switch_ios_off_border:#2c2d2e;--tabbar_background:#2c2d2e;--tabbar_inactive_icon:#76787a;--tabbar_tablet_active_icon:#529ef4;--tabbar_tablet_background:#232324;--tabbar_tablet_inactive_icon:#76787a;--tabbar_tablet_text_secondary:#76787a;--text_action_counter:#aaaeb3;--text_link:#529ef4;--text_link_highlighted_background:#529ef4;--text_muted:#c4c8cc;--text_placeholder:#aaaeb3;--text_secondary:#76787a;--text_subhead:#909499;--text_tertiary:#5d5f61;--toolbar_attach_background_from:#76787a;--toolbar_attach_background_to:#5d5f61;--vk_connect_button_primary_foreground:#19191a;--vk_connect_button_secondary_background:#454647}body[scheme=space_gray],[scheme=space_gray],.vkuispace_gray,body[scheme=vkcom_dark],[scheme=vkcom_dark],.vkuivkcom_dark{--accent_alternate:#ffffff;--action_sheet_action_foreground:#ffffff;--attach_picker_tab_active_background:#e1e3e6;--attach_picker_tab_active_text:#e1e3e6;--attach_picker_tab_inactive_icon:#e1e3e6;--button_muted_foreground:#e1e3e6;--button_outline_border:#e1e3e6;--button_outline_foreground:#e1e3e6;--button_primary_background:#e1e3e6;--button_secondary_destructive_foreground:#ff5c5c;--button_secondary_foreground:#e1e3e6;--button_tertiary_foreground:#e1e3e6;--cell_button_foreground:#e1e3e6;--control_foreground:#e1e3e6;--counter_primary_background:#ffffff;--destructive:#ff5c5c;--dynamic_purple:#937ff5;--dynamic_raspberry_pink:#f060c0;--dynamic_violet:#a393f5;--float_button_border:rgba(0, 0, 0, 0.12);--header_alternate_tab_active_indicator:#e1e3e6;--header_alternate_tab_active_text:#e1e3e6;--header_tab_active_text:#e1e3e6;--header_text:#e1e3e6;--header_text_alternate:#e1e3e6;--header_tint:#e1e3e6;--icon_alpha_placeholder:#e1e3e6;--icon_medium_alpha:rgba(255, 255, 255, 0.48);--icon_tertiary_alpha:rgba(255, 255, 255, 0.24);--im_attach_tint:#ffffff;--im_bubble_border_alternate:rgba(0, 0, 0, 0);--im_bubble_border_alternate_highlighted:rgba(0, 0, 0, 0);--im_bubble_button_background:rgba(255, 255, 255, 0.16);--im_bubble_button_background_highlighted:rgba(255, 255, 255, 0.24);--im_bubble_button_foreground:#e1e3e6;--im_bubble_gift_background:#857250;--im_bubble_gift_background_highlighted:#ab9871;--im_bubble_gift_text:#ffffff;--im_bubble_gift_text_secondary:#e3d3ac;--im_bubble_incoming_expiring:#262b4d;--im_bubble_incoming_expiring_highlighted:#404980;--im_bubble_outgoing_expiring:#404980;--im_bubble_outgoing_expiring_highlighted:#5965b3;--im_bubble_wallpaper_button_foreground:#e1e3e6;--im_forward_line_tint:rgba(255, 255, 255, 0.24);--im_reply_separator:#ffffff;--image_border:rgba(255, 255, 255, 0.08);--landing_login_button_background:#e1e3e6;--landing_primary_button_background:#e1e3e6;--landing_secondary_button_foreground:#ffffff;--landing_tertiary_button_foreground:#ffffff;--landing_text_primary:#e1e3e6;--landing_text_title:#ffffff;--like_text_tint:#ff5c5c;--loader_track_value_fill:#ffffff;--modal_card_border:rgba(255, 255, 255, 0.12);--modal_card_header_close:#ffffff;--music_playback_icon:#ffffff;--overlay_status_foreground:#e1e3e6;--panel_tab_active_text:#e1e3e6;--placeholder_icon_background:rgba(255, 255, 255, 0.08);--placeholder_icon_tint:#ffffff;--poll_option_background:#ffffff;--primary_overlay_badge:rgba(255, 255, 255, 0.4);--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0);--tabbar_active_icon:#ffffff;--tabbar_tablet_text_primary:#e1e3e6;--text_name:#e1e3e6;--text_primary:#e1e3e6;--vk_connect_button_primary_background:#e1e3e6;--vk_connect_button_secondary_foreground:#e1e3e6;--writebar_icon:#e1e3e6}body[scheme=vkcom_light],[scheme=vkcom_light],.vkuivkcom_light{--accent:#5181b8;--action_sheet_action_foreground:#5181b8;--attach_picker_tab_active_background:#5181b8;--attach_picker_tab_active_text:#5181b8;--attach_picker_tab_inactive_background:#f5f5f5;--background_highlighted:rgba(174, 183, 194, 0.16);--background_hover:rgba(174, 183, 194, 0.12);--background_keyboard:#dce1e6;--background_light:#fafbfc;--background_page:#edeef0;--button_bot_shadow:#cccccc;--button_muted_background:#e5ebf1;--button_muted_foreground:#55677d;--button_outline_border:#2a5885;--button_outline_foreground:#2a5885;--button_primary_background:#5181b8;--button_secondary_background:#e5ebf1;--button_secondary_background_highlighted:#dae2ea;--button_secondary_destructive_background:rgba(230, 70, 70, 0.16);--button_secondary_destructive_background_highlighted:rgba(
|
|
2
|
-
230,
|
|
3
|
-
70,
|
|
4
|
-
70,
|
|
5
|
-
0.12
|
|
6
|
-
);--button_secondary_destructive_foreground_highlighted:rgba(
|
|
7
|
-
230,
|
|
8
|
-
70,
|
|
9
|
-
70,
|
|
10
|
-
0.12
|
|
11
|
-
);--button_secondary_foreground:#55677d;--button_secondary_foreground_highlighted:#55677d;--button_tertiary_foreground:#2a5885;--cell_button_foreground:#2a5885;--content_negative_background:#faebeb;--content_positive_background:#def0d3;--content_tint_background:#f0f2f5;--content_tint_foreground:#828282;--content_warning_background:#faefd2;--control_background:#edeef0;--control_tint_muted:#828282;--counter_primary_background:#5181b8;--counter_secondary_background:#99a2ad;--dynamic_green:#1b7a1b;--feed_recommended_friend_promo_background:#5181b8;--field_background:#f7f8fa;--field_border:#dce1e6;--float_button_background:#f7f8fa;--float_button_background_highlighted:#edeef0;--float_button_border:rgba(0, 0, 0, 0.08);--header_alternate_tab_active_indicator:#5181b8;--header_search_field_background:#edeef0;--header_tint:#aeb7c2;--header_tint_alternate:#0077ff;--icon_medium:#6f7985;--icon_name:#8fadc8;--icon_tertiary:#aeb7c2;--im_attach_tint:#5181b8;--im_bubble_border_alternate:#dce1e6;--im_bubble_border_alternate_highlighted:#cccccc;--im_bubble_button_background:#f7f8fa;--im_bubble_button_background_highlighted:#cccccc;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.72);--im_bubble_incoming:#edeef0;--im_bubble_incoming_alternate_highlighted:#f7f8fa;--im_bubble_incoming_highlighted:#d3d9de;--im_bubble_outgoing_alternate_highlighted:#f0f2f5;--im_bubble_wallpaper_button_background:#f0f2f5;--im_bubble_wallpaper_button_background_highlighted:#e7e8ec;--im_bubble_wallpaper_incoming_highlighted:#edeef0;--im_forward_line_tint:rgba(0, 20, 51, 0.12);--im_reply_separator:#2a5885;--im_text_name:#2a5885;--input_background:#ffffff;--input_border:#d3d9de;--landing_field_background:#f7f8fa;--landing_login_button_background:#5181b8;--landing_primary_button_background:#5181b8;--landing_secondary_button_foreground:#5181b8;--landing_snippet_border:rgba(0, 0, 0, 0.12);--landing_tertiary_button_foreground:#5181b8;--landing_text_title:#5181b8;--link_alternate:#2a5885;--loader_background:#edeef0;--loader_tint:#c5d0db;--loader_track_fill:#d3d9de;--loader_track_value_fill:#5181b8;--overlay_status_background:#edeef0;--overlay_status_foreground:#6f7985;--panel_tab_active_background:#edeef0;--panel_tab_active_text:#4e5966;--panel_tab_inactive_text:#6f7985;--placeholder_icon_background_opaque:#f0f2f5;--placeholder_icon_tint:#1d3a5c;--poll_option_background:#5181b8;--primary_overlay_badge:rgba(0, 0, 0, 0.56);--search_bar_background:rgba(0, 0, 0, 0);--search_bar_field_background:#edeef0;--selection_off_icon:#c5d0db;--separator_alternate:#e7e8ec;--separator_common:#dce1e6;--skeleton_foreground_from:#f0f2f5;--skeleton_foreground_to:#edeef0;--skeleton_shimmer_to:rgba(255, 255, 255, 0);--snippet_border:rgba(0, 0, 0, 0.12);--snippet_icon_tertiary:#aeb7c2;--splashscreen_icon:#dce1e6;--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0.24);--stories_create_button_background_from:#f0f2f5;--stories_create_button_background_to:#dce1e6;--stories_create_button_foreground:#6f7985;--stories_skeleton_loader_background:#cccccc;--switch_ios_off_border:#dce1e6;--tabbar_active_icon:#5181b8;--tabbar_background:#f7f8fa;--tabbar_tablet_background:#f7f8fa;--tabbar_tablet_text_secondary:#818c99;--text_link:#2a5885;--text_muted:#333333;--text_name:#2a5885;--text_subhead:#626d7a;--toolbar_attach_background_from:#dce1e6;--toolbar_attach_background_to:#aeb7c2;--vk_connect_button_primary_background:#222222;--vk_connect_button_secondary_background:#f5f5f5;--vk_connect_button_secondary_foreground:#222222;--writebar_icon:#818c99}body[scheme=vkcom_light],[scheme=vkcom_light],.vkuivkcom_light,body[scheme=vkcom_dark],[scheme=vkcom_dark],.vkuivkcom_dark{--background_text_highlighted:rgba(81, 129, 184, 0.2);--dynamic_blue:#5181b8;--dynamic_gray:#aeb7c2;--header_tab_active_indicator:#5181b8;--media_overlay_button_foreground:#333333;--tabbar_tablet_active_icon:#5181b8}body[scheme=vkcom_dark],[scheme=vkcom_dark],.vkuivkcom_dark{--accent:#71aaeb;--action_sheet_separator:rgba(255, 255, 255, 0.16);--activity_indicator_tint:#656565;--attach_picker_tab_active_icon:#222222;--attach_picker_tab_inactive_background:#333333;--attach_picker_tab_inactive_text:#828282;--background_content:#222222;--background_highlighted:rgba(255, 255, 255, 0.12);--background_hover:rgba(255, 255, 255, 0.08);--background_keyboard:#333333;--background_light:#292929;--background_page:#141414;--background_suggestions:#333333;--button_bot_shadow:#222222;--button_muted_background:#333333;--button_primary_foreground:#222222;--button_secondary_background:#555555;--button_secondary_background_highlighted:#656565;--button_secondary_destructive_background:#555555;--button_secondary_destructive_background_highlighted:rgba(85, 85, 85, 0.6);--button_secondary_destructive_foreground_highlighted:rgba(
|
|
12
|
-
230,
|
|
13
|
-
70,
|
|
14
|
-
70,
|
|
15
|
-
0.16
|
|
16
|
-
);--button_secondary_foreground_highlighted:#e1e3e6;--content_negative_background:rgba(230, 70, 70, 0.16);--content_placeholder_icon:#b2b2b2;--content_placeholder_text:#b2b2b2;--content_positive_background:rgba(75, 179, 75, 0.16);--content_tint_background:#333333;--content_tint_foreground:#939393;--content_warning_background:rgba(255, 202, 99, 0.16);--control_background:#555555;--control_background_secondary:#828282;--control_tint:#222222;--control_tint_muted:#939393;--counter_primary_text:#222222;--counter_secondary_background:#828282;--counter_secondary_text:#222222;--feed_recommended_friend_promo_background:#6f7985;--field_background:#292929;--field_border:#424242;--field_error_background:rgba(230, 70, 70, 0.16);--field_text_placeholder:#828282;--float_button_background:#555555;--float_button_background_highlighted:#656565;--float_button_foreground:#b2b2b2;--header_alternate_background:#333333;--header_alternate_tab_inactive_text:#828282;--header_background:#222222;--header_background_before_blur:#0a0a0a;--header_background_before_blur_alternate:#0a0a0a;--header_search_field_background:#424242;--header_search_field_tint:#b2b2b2;--header_tab_active_background:#656565;--header_tab_inactive_text:#828282;--header_text_secondary:rgba(255, 255, 255, 0.64);--header_tint_alternate:#ffffff;--icon_medium:#939393;--icon_name:#b2b2b2;--icon_outline_medium:#b2b2b2;--icon_outline_secondary:#939393;--icon_secondary:#828282;--icon_secondary_alpha:rgba(255, 255, 255, 0.4);--icon_tertiary:#656565;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.24);--im_bubble_incoming:#333333;--im_bubble_incoming_alternate:#333333;--im_bubble_incoming_alternate_highlighted:#656565;--im_bubble_incoming_highlighted:#656565;--im_bubble_outgoing:#555555;--im_bubble_outgoing_alternate:#555555;--im_bubble_outgoing_alternate_highlighted:#828282;--im_bubble_outgoing_highlighted:#656565;--im_bubble_wallpaper_button_background:#555555;--im_bubble_wallpaper_button_background_highlighted:#828282;--im_bubble_wallpaper_incoming:#333333;--im_bubble_wallpaper_incoming_highlighted:#656565;--im_bubble_wallpaper_outgoing:#555555;--im_bubble_wallpaper_outgoing_highlighted:#656565;--im_service_message_text:#828282;--im_text_name:#71aaeb;--im_toolbar_separator:#b2b2b2;--im_toolbar_voice_msg_background:#555555;--input_background:#424242;--input_border:#555555;--landing_background:#222222;--landing_field_background:#292929;--landing_field_placeholder:#b2b2b2;--landing_login_button_foreground:#222222;--landing_primary_button_foreground:#222222;--landing_secondary_button_background:rgba(255, 255, 255, 0.16);--landing_snippet_border:rgba(255, 255, 255, 0.16);--landing_text_secondary:#828282;--link_alternate:#939393;--loader_background:#555555;--loader_tint:#828282;--loader_track_fill:#828282;--modal_card_background:#292929;--overlay_status_background:#222222;--overlay_status_icon:#edeef0;--panel_tab_active_background:#555555;--panel_tab_inactive_text:#828282;--placeholder_icon_background_opaque:#292929;--placeholder_icon_foreground_primary:#939393;--placeholder_icon_foreground_secondary:#656565;--search_bar_background:#222222;--search_bar_field_background:#424242;--search_bar_field_tint:#b2b2b2;--search_bar_segmented_control_tint:#939393;--secondary_overlay_badge:rgba(255, 255, 255, 0.16);--segmented_control_bar_background:#222222;--segmented_control_tint:#828282;--selection_off_icon:#656565;--separator_alpha:rgba(255, 255, 255, 0.16);--separator_alternate:#333333;--separator_common:#424242;--skeleton_foreground_from:#292929;--skeleton_foreground_to:#333333;--skeleton_shimmer_from:#222222;--skeleton_shimmer_to:rgba(0, 0, 0, 0);--snippet_background:rgba(255, 255, 255, 0.04);--snippet_border:rgba(255, 255, 255, 0.16);--snippet_icon_tertiary:#656565;--splashscreen_icon:#333333;--stories_create_button_background_from:#424242;--stories_create_button_background_to:#424242;--stories_create_button_foreground:#cccccc;--stories_create_button_icon_background:#555555;--stories_skeleton_loader_background:#555555;--switch_ios_off_border:#333333;--tabbar_background:#333333;--tabbar_inactive_icon:#828282;--tabbar_tablet_background:#292929;--tabbar_tablet_inactive_icon:#828282;--tabbar_tablet_text_secondary:#828282;--text_action_counter:#b2b2b2;--text_link:#71aaeb;--text_link_highlighted_background:#5181b8;--text_muted:#cccccc;--text_placeholder:#b2b2b2;--text_secondary:#828282;--text_subhead:#939393;--text_tertiary:#656565;--toolbar_attach_background_from:#828282;--toolbar_attach_background_to:#656565;--vk_connect_button_primary_foreground:#222222;--vk_connect_button_secondary_background:#555555}:root,.vkui--vkBase--light{--vkui--theme_name:'vkBase'}:root,.vkui--vkBase--light,.vkui--vkBase--dark{--vkui--theme_name_base:'vkBase';--vkui--size_border_radius--regular:8px;--vkui--size_switch_height--regular:14px;--vkui--size_switch_height--compact:12px;--vkui--size_switch_width--regular:34px;--vkui--size_switch_width--compact:32px;--vkui--size_switch_pin--regular:20px;--vkui--size_switch_pin--compact:18px}:root,.vkui--vkBase--light,.vkui--vkBase--dark,.vkui--vkIOS--light,.vkui--vkIOS--dark,.vkui--vkCom--light,.vkui--vkCom--dark{--vkui--gradient_black:rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.014) 13%, rgba(0, 0, 0, 0.06) 27%, rgba(0, 0, 0, 0.316) 68%, rgba(0, 0, 0, 0.38) 84%, rgba(0, 0, 0, 0.4) 100%;--vkui--gradient_white:rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.036) 13%, rgba(255, 255, 255, 0.15) 27%, rgba(255, 255, 255, 0.79) 68%, rgba(255, 255, 255, 0.95) 84%, rgba(255, 255, 255, 1) 100%;--vkui--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation1_invert_y:0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--vkui--font_family_accent:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_family_base:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_weight_accent1:600;--vkui--font_weight_accent2:500;--vkui--font_weight_accent3:400;--vkui--font_weight_base1:600;--vkui--font_weight_base2:500;--vkui--font_weight_base3:400;--vkui--font_title1--font_size--regular:24px;--vkui--font_title1--line_height--regular:28px;--vkui--font_title1--letter_spacing--regular:-0.48px;--vkui--font_title1--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title1--font_weight--regular:600;--vkui--font_title2--font_size--regular:20px;--vkui--font_title2--line_height--regular:24px;--vkui--font_title2--letter_spacing--regular:-0.4px;--vkui--font_title2--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title2--font_weight--regular:600;--vkui--font_title3--font_size--regular:17px;--vkui--font_title3--line_height--regular:22px;--vkui--font_title3--letter_spacing--regular:-0.22px;--vkui--font_title3--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_title3--font_weight--regular:600;--vkui--font_headline1--font_size--regular:16px;--vkui--font_headline1--line_height--regular:20px;--vkui--font_headline1--letter_spacing--regular:-0.16px;--vkui--font_headline1--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_headline1--font_weight--regular:500;--vkui--font_headline1--font_size--compact:15px;--vkui--font_headline1--line_height--compact:20px;--vkui--font_headline1--letter_spacing--compact:-0.1px;--vkui--font_headline2--font_size--regular:15px;--vkui--font_headline2--line_height--regular:20px;--vkui--font_headline2--letter_spacing--regular:-0.1px;--vkui--font_headline2--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_headline2--font_weight--regular:500;--vkui--font_headline2--font_size--compact:14px;--vkui--font_headline2--line_height--compact:20px;--vkui--font_headline2--letter_spacing--compact:-0.06px;--vkui--font_text--font_size--regular:16px;--vkui--font_text--line_height--regular:20px;--vkui--font_text--letter_spacing--regular:-0.16px;--vkui--font_text--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_text--font_weight--regular:400;--vkui--font_text--font_size--compact:15px;--vkui--font_text--line_height--compact:20px;--vkui--font_text--letter_spacing--compact:-0.1px;--vkui--font_paragraph--font_size--regular:15px;--vkui--font_paragraph--line_height--regular:20px;--vkui--font_paragraph--letter_spacing--regular:-0.1px;--vkui--font_paragraph--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_paragraph--font_weight--regular:400;--vkui--font_subhead--font_size--regular:14px;--vkui--font_subhead--line_height--regular:18px;--vkui--font_subhead--letter_spacing--regular:-0.06px;--vkui--font_subhead--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_subhead--font_weight--regular:400;--vkui--font_subhead--font_size--compact:13px;--vkui--font_subhead--line_height--compact:16px;--vkui--font_subhead--letter_spacing--compact:0px;--vkui--font_footnote--font_size--regular:13px;--vkui--font_footnote--line_height--regular:16px;--vkui--font_footnote--letter_spacing--regular:0px;--vkui--font_footnote--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote--font_weight--regular:400;--vkui--font_footnote_caps--font_size--regular:13px;--vkui--font_footnote_caps--line_height--regular:16px;--vkui--font_footnote_caps--letter_spacing--regular:0.3px;--vkui--font_footnote_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_footnote_caps--font_weight--regular:400;--vkui--font_footnote_caps--text_transform--regular:uppercase;--vkui--font_caption1--font_size--regular:12px;--vkui--font_caption1--line_height--regular:14px;--vkui--font_caption1--letter_spacing--regular:0.06px;--vkui--font_caption1--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1--font_weight--regular:400;--vkui--font_caption1_caps--font_size--regular:12px;--vkui--font_caption1_caps--line_height--regular:14px;--vkui--font_caption1_caps--letter_spacing--regular:0.2px;--vkui--font_caption1_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption1_caps--font_weight--regular:600;--vkui--font_caption1_caps--text_transform--regular:uppercase;--vkui--font_caption2--font_size--regular:11px;--vkui--font_caption2--line_height--regular:14px;--vkui--font_caption2--letter_spacing--regular:0.11px;--vkui--font_caption2--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2--font_weight--regular:400;--vkui--font_caption2_caps--font_size--regular:11px;--vkui--font_caption2_caps--line_height--regular:14px;--vkui--font_caption2_caps--letter_spacing--regular:0.3px;--vkui--font_caption2_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption2_caps--font_weight--regular:600;--vkui--font_caption2_caps--text_transform--regular:uppercase;--vkui--font_caption3--font_size--regular:9px;--vkui--font_caption3--line_height--regular:12px;--vkui--font_caption3--letter_spacing--regular:0.18px;--vkui--font_caption3--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3--font_weight--regular:400;--vkui--font_caption3_caps--font_size--regular:9px;--vkui--font_caption3_caps--line_height--regular:12px;--vkui--font_caption3_caps--letter_spacing--regular:0.3px;--vkui--font_caption3_caps--font_family--regular:-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif;--vkui--font_caption3_caps--font_weight--regular:600;--vkui--font_caption3_caps--text_transform--regular:uppercase;--vkui--size_select_icon_padding--regular:6px;--vkui--size_select_icon_padding--compact:7px;--vkui--size_popup_base_padding--regular:32px;--vkui--size_popup_base_padding--compact:20px;--vkui--size_popup_header_padding--regular:24px;--vkui--size_popup_header_padding--compact:16px;--vkui--size_label_horizontal_margin--regular:16px;--vkui--size_check_border_radius--regular:4px;--vkui--size_border_radius_promo--regular:20px;--vkui--size_field_height--regular:44px;--vkui--size_field_height--compact:36px;--vkui--size_button_large_height--regular:44px;--vkui--size_button_large_height--compact:36px;--vkui--size_button_medium_height--regular:36px;--vkui--size_button_medium_height--compact:32px;--vkui--size_button_small_height--regular:30px;--vkui--size_button_small_height--compact:28px;--vkui--size_checkbox--regular:16px;--vkui--size_arrow--regular:8px;--vkui--size_arrow_promo--regular:40px;--vkui--size_popup_small--regular:420px;--vkui--size_popup_medium--regular:680px;--vkui--size_popup_large--regular:880px;--vkui--size_field_horizontal_padding--regular:12px;--vkui--size_button_padding_horizontal--regular:12px;--vkui--size_arrow_padding--regular:12px;--vkui--size_tooltip_margin--regular:8px;--vkui--size_icon_u_i--regular:16px;--vkui--size_avatar_x_s--regular:24px;--vkui--size_avatar_s--regular:32px;--vkui--size_avatar_m--regular:48px;--vkui--size_avatar_l--regular:96px;--vkui--size_avatar_x_l--regular:128px;--vkui--size_badge_x_s--regular:12px;--vkui--size_badge_s--regular:16px;--vkui--size_badge_m--regular:24px;--vkui--size_badge_l--regular:44px;--vkui--size_badge_x_l--regular:56px;--vkui--size_cardgrid_padding--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_vertical--regular:12px;--vkui--size_button_group_gap_space--regular:1px;--vkui--size_button_group_gap_small--regular:8px;--vkui--size_button_group_gap_medium--regular:12px;--vkui--size_option_hierarchy--regular:32px;--vkui--size_button_base_small_padding_horizontal--regular:16px;--vkui--size_button_base_medium_padding_horizontal--regular:16px;--vkui--size_button_base_large_padding_horizontal--regular:20px;--vkui--size_button_base_small_padding_horizontal_icon--regular:12px;--vkui--size_button_base_medium_padding_horizontal_icon--regular:12px;--vkui--size_button_base_large_padding_horizontal_icon--regular:16px;--vkui--size_button_tertiary_small_padding_horizontal--regular:12px;--vkui--size_button_tertiary_medium_padding_horizontal--regular:12px;--vkui--size_button_tertiary_large_padding_horizontal--regular:16px;--vkui--size_button_tertiary_small_padding_horizontal_icon--regular:8px;--vkui--size_button_tertiary_medium_padding_horizontal_icon--regular:8px;--vkui--size_button_tertiary_large_padding_horizontal_icon--regular:12px;--vkui--size_button_minimum_width--regular:80px;--vkui--size_form_item_padding_vertical--regular:12px;--vkui--size_split_col_padding_horizontal--regular:16px;--vkui--animation_duration_l:0.4s;--vkui--animation_duration_m:0.2s;--vkui--animation_duration_s:0.1s;--vkui--animation_easing_default:cubic-bezier(0.3, 0.3, 0.5, 1);--vkui--opacity_disable:0.4;--vkui--opacity_disable_accessibility:0.64;--vkui--font_headline--font_size--regular:16px;--vkui--font_headline--line_height--regular:20px;--vkui--font_headline--letter_spacing--regular:-0.16px;--vkui--font_headline--font_family--regular:"TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;--vkui--font_headline--font_weight--regular:500;--vkui--font_headline--font_size--compact:15px;--vkui--font_headline--line_height--compact:20px;--vkui--font_headline--letter_spacing--compact:-0.1px;--vkui--color_background_accent_tint:#5a9eff;--vkui--color_background_contrast:#FFFFFF;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_contrast_inverse:#2d2d2e;--vkui--color_background_positive:#4BB34B;--vkui--color_text_primary_invariably:#000000;--vkui--color_text_contrast:#FFFFFF;--vkui--color_text_positive:#4BB34B;--vkui--color_text_link_visited:#4986CC;--vkui--color_link_contrast:#FFFFFF;--vkui--color_icon_primary_invariably:#2C2D2E;--vkui--color_icon_contrast:#FFFFFF;--vkui--color_icon_contrast_secondary:#F2F3F5;--vkui--color_icon_positive:#4BB34B;--vkui--color_stroke_positive:#4BB34B;--vkui--color_stroke_contrast:#FFFFFF;--vkui--color_accent_gray:#A3ADB8;--vkui--color_accent_red:#FF3347;--vkui--color_accent_green:#4BB34B;--vkui--color_accent_orange:#FFA000;--vkui--color_accent_purple:#735CE6;--vkui--color_accent_violet:#792EC0;--vkui--color_accent_secondary:#3F8AE0;--vkui--color_overlay_primary:rgba(0, 0, 0, 0.4);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_avatar_overlay:rgba(0, 0, 0, 0.6);--vkui--color_avatar_overlay--hover:rgba(0, 0, 0, 0.64);--vkui--color_avatar_overlay--active:rgba(0, 0, 0, 0.68);--vkui--color_avatar_overlay_inverse_alpha:rgba(255, 255, 255, 0.85);--vkui--color_avatar_overlay_inverse_alpha--hover:rgba(255, 255, 255, 0.89);--vkui--color_avatar_overlay_inverse_alpha--active:rgba(255, 255, 255, 0.93);--vkui--color_skeleton_from:#F5F5F5;--vkui--color_skeleton_to:#E1E3E6;--vkui--color_transparent:transparent}:root,.vkui--vkBase--light,.vkui--vkIOS--light,.vkui--vkCom--light{--vkui--gradient_tint:rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0.036) 13%, rgba(249, 249, 249, 0.15) 27%, rgba(249, 249, 249, 0.79) 68%, rgba(249, 249, 249, 0.95) 84%, rgba(249, 249, 249, 1) 100%;--vkui--colors_scheme:light;--vkui--color_background_accent:#2688EB;--vkui--color_background_accent--hover:#2483E4;--vkui--color_background_accent--active:#237EDD;--vkui--color_background_accent_themed:#2688EB;--vkui--color_background_accent_themed--hover:#2483E4;--vkui--color_background_accent_themed--active:#237EDD;--vkui--color_background_accent_tint--hover:#5698F7;--vkui--color_background_accent_tint--active:#5393EF;--vkui--color_background_accent_alternative:#2688EB;--vkui--color_background_accent_alternative--hover:#2483E4;--vkui--color_background_accent_alternative--active:#237EDD;--vkui--color_background:#EBEDF0;--vkui--color_background--hover:#E2E4E9;--vkui--color_background--active:#D8DBE2;--vkui--color_background_content:#FFFFFF;--vkui--color_background_content--hover:#F5F5F7;--vkui--color_background_content--active:#EBECEF;--vkui--color_background_secondary:#F5F5F5;--vkui--color_background_secondary--hover:#EBECEE;--vkui--color_background_secondary--active:#E1E3E6;--vkui--color_background_secondary_alpha:rgba(0, 0, 0, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(0, 0, 0, 0.08);--vkui--color_background_secondary_alpha--active:rgba(0, 0, 0, 0.12);--vkui--color_background_tertiary:#F9F9F9;--vkui--color_background_tertiary--hover:#EFF0F1;--vkui--color_background_tertiary--active:#E5E6EA;--vkui--color_background_contrast--hover:#F5F5F7;--vkui--color_background_contrast--active:#EBECEF;--vkui--color_background_contrast_inverse--hover:#2B2C2F;--vkui--color_background_contrast_inverse--active:#292B2F;--vkui--color_background_modal:#FFFFFF;--vkui--color_background_modal--hover:#F5F5F7;--vkui--color_background_modal--active:#EBECEF;--vkui--color_background_modal_inverse:#2d2d2e;--vkui--color_background_modal_inverse--hover:#2B2C2F;--vkui--color_background_modal_inverse--active:#292B2F;--vkui--color_background_warning:#FFF2D6;--vkui--color_background_warning--hover:#F5E9D0;--vkui--color_background_warning--active:#EBE0CA;--vkui--color_background_positive--hover:#48AC4A;--vkui--color_background_positive--active:#45A64A;--vkui--color_background_negative:#E64646;--vkui--color_background_negative--hover:#DD4446;--vkui--color_background_negative--active:#D44245;--vkui--color_background_negative_tint:#FAEBEB;--vkui--color_background_negative_tint--hover:#F0E2E4;--vkui--color_background_negative_tint--active:#E6D9DD;--vkui--color_field_background:#f2f3f5;--vkui--color_field_background--hover:#E8EAEE;--vkui--color_field_background--active:#DFE1E6;--vkui--color_header_background:#FFFFFF;--vkui--color_header_background--hover:#F5F5F7;--vkui--color_header_background--active:#EBECEF;--vkui--color_text_accent:#2688EB;--vkui--color_text_accent--hover:#2483E4;--vkui--color_text_accent--active:#237EDD;--vkui--color_text_accent_themed:#2688EB;--vkui--color_text_accent_themed--hover:#2483E4;--vkui--color_text_accent_themed--active:#237EDD;--vkui--color_text_primary:#000000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably--hover:#000102;--vkui--color_text_primary_invariably--active:#000105;--vkui--color_text_secondary:#818C99;--vkui--color_text_secondary--hover:#7C8795;--vkui--color_text_secondary--active:#778292;--vkui--color_text_subhead:#6D7885;--vkui--color_text_subhead--hover:#697482;--vkui--color_text_subhead--active:#64707F;--vkui--color_text_tertiary:#99A2AD;--vkui--color_text_tertiary--hover:#939CA9;--vkui--color_text_tertiary--active:#8D96A4;--vkui--color_text_contrast--hover:#F5F5F7;--vkui--color_text_contrast--active:#EBECEF;--vkui--color_text_contrast_themed:#FFFFFF;--vkui--color_text_contrast_themed--hover:#F5F5F7;--vkui--color_text_contrast_themed--active:#EBECEF;--vkui--color_text_positive--hover:#48AC4A;--vkui--color_text_positive--active:#45A64A;--vkui--color_text_negative:#E64646;--vkui--color_text_negative--hover:#DD4446;--vkui--color_text_negative--active:#D44245;--vkui--color_text_link:#2D81E0;--vkui--color_text_link--hover:#2B7CD9;--vkui--color_text_link--active:#2978D3;--vkui--color_text_link_themed:#4986CC;--vkui--color_text_link_themed--hover:#4681C6;--vkui--color_text_link_themed--active:#437DC1;--vkui--color_text_link_visited--hover:#4681C6;--vkui--color_text_link_visited--active:#437DC1;--vkui--color_text_muted:#2C2D2E;--vkui--color_text_muted--hover:#2A2C2F;--vkui--color_text_muted--active:#282B2F;--vkui--color_link_contrast--hover:#F5F5F7;--vkui--color_link_contrast--active:#EBECEF;--vkui--color_icon_accent:#2688EB;--vkui--color_icon_accent--hover:#2483E4;--vkui--color_icon_accent--active:#237EDD;--vkui--color_icon_accent_themed:#2688EB;--vkui--color_icon_accent_themed--hover:#2483E4;--vkui--color_icon_accent_themed--active:#237EDD;--vkui--color_icon_primary:#2C2D2E;--vkui--color_icon_primary--hover:#2A2C2F;--vkui--color_icon_primary--active:#282B2F;--vkui--color_icon_primary_invariably--hover:#2A2C2F;--vkui--color_icon_primary_invariably--active:#282B2F;--vkui--color_icon_medium:#818C99;--vkui--color_icon_medium--hover:#7C8795;--vkui--color_icon_medium--active:#778292;--vkui--color_icon_medium_alpha:rgba(0, 0, 0, 0.48);--vkui--color_icon_medium_alpha--hover:rgba(0, 0, 0, 0.52);--vkui--color_icon_medium_alpha--active:rgba(0, 0, 0, 0.56);--vkui--color_icon_secondary:#99A2AD;--vkui--color_icon_secondary--hover:#939CA9;--vkui--color_icon_secondary--active:#8D96A4;--vkui--color_icon_secondary_alpha:rgba(0, 0, 0, 0.36);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.4);--vkui--color_icon_secondary_alpha--active:rgba(0, 0, 0, 0.44);--vkui--color_icon_tertiary:#B8C1CC;--vkui--color_icon_tertiary--hover:#B1BAC6;--vkui--color_icon_tertiary--active:#A9B3C1;--vkui--color_icon_tertiary_alpha:rgba(0, 0, 0, 0.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0, 0, 0, 0.28);--vkui--color_icon_tertiary_alpha--active:rgba(0, 0, 0, 0.32);--vkui--color_icon_contrast--hover:#F5F5F7;--vkui--color_icon_contrast--active:#EBECEF;--vkui--color_icon_contrast_themed:#FFFFFF;--vkui--color_icon_contrast_themed--hover:#F5F5F7;--vkui--color_icon_contrast_themed--active:#EBECEF;--vkui--color_icon_contrast_secondary--hover:#E8EAEE;--vkui--color_icon_contrast_secondary--active:#DFE1E6;--vkui--color_icon_positive--hover:#48AC4A;--vkui--color_icon_positive--active:#45A64A;--vkui--color_icon_negative:#E64646;--vkui--color_icon_negative--hover:#DD4446;--vkui--color_icon_negative--active:#D44245;--vkui--color_stroke_accent:#2688EB;--vkui--color_stroke_accent--hover:#2483E4;--vkui--color_stroke_accent--active:#237EDD;--vkui--color_stroke_accent_themed:#2688EB;--vkui--color_stroke_accent_themed--hover:#2483E4;--vkui--color_stroke_accent_themed--active:#237EDD;--vkui--color_separator_primary:#D7D8D9;--vkui--color_separator_primary--hover:#CED0D3;--vkui--color_separator_primary--active:#C6C8CD;--vkui--color_separator_primary2x:#cbcccd;--vkui--color_separator_primary2x--hover:#C3C4C7;--vkui--color_separator_primary2x--active:#BBBDC1;--vkui--color_separator_primary3x:#bebfc1;--vkui--color_separator_primary3x--hover:#B6B8BC;--vkui--color_separator_primary3x--active:#AFB1B6;--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.12);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_secondary:#E1E3E6;--vkui--color_separator_secondary--hover:#D8DBDF;--vkui--color_separator_secondary--active:#CFD2D8;--vkui--color_stroke_positive--hover:#48AC4A;--vkui--color_stroke_positive--active:#45A64A;--vkui--color_stroke_negative:#E64646;--vkui--color_stroke_negative--hover:#DD4446;--vkui--color_stroke_negative--active:#D44245;--vkui--color_stroke_contrast--hover:#F5F5F7;--vkui--color_stroke_contrast--active:#EBECEF;--vkui--color_image_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_image_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_image_border_alpha--active:rgba(0, 0, 0, 0.16);--vkui--color_field_border_alpha:rgba(0, 0, 0, 0.12);--vkui--color_field_border_alpha--hover:rgba(0, 0, 0, 0.24);--vkui--color_field_border_alpha--active:rgba(0, 0, 0, 0.36);--vkui--color_accent_blue:#3F8AE0;--vkui--color_accent_blue--hover:#3C85D9;--vkui--color_accent_blue--active:#3A80D3;--vkui--color_accent_gray--hover:#9CA7B3;--vkui--color_accent_gray--active:#96A0AE;--vkui--color_accent_red--hover:#F53247;--vkui--color_accent_red--active:#EB3046;--vkui--color_accent_green--hover:#48AC4A;--vkui--color_accent_green--active:#45A64A;--vkui--color_accent_orange--hover:#F59A02;--vkui--color_accent_orange--active:#EB9405;--vkui--color_accent_purple--hover:#6E59DF;--vkui--color_accent_purple--active:#6A56D8;--vkui--color_accent_violet--hover:#742DBB;--vkui--color_accent_violet--active:#6F2CB6;--vkui--color_accent_secondary--hover:#3C85D9;--vkui--color_accent_secondary--active:#3A80D3;--vkui--color_action_sheet_text:#3F8AE0;--vkui--color_action_sheet_text--hover:#3C85D9;--vkui--color_action_sheet_text--active:#3A80D3;--vkui--color_image_placeholder:#F2F3F5;--vkui--color_image_placeholder--hover:#E8EAEE;--vkui--color_image_placeholder--active:#DFE1E6;--vkui--color_image_placeholder_alpha:rgba(0, 28, 61, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(0, 28, 61, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(0, 28, 61, 0.16);--vkui--color_skeleton_from--hover:#EBECEE;--vkui--color_skeleton_from--active:#E1E3E6;--vkui--color_skeleton_to--hover:#D8DBDF;--vkui--color_skeleton_to--active:#CFD2D8;--vkui--color_write_bar_icon:#3F8AE0;--vkui--color_write_bar_icon--hover:#3C85D9;--vkui--color_write_bar_icon--active:#3A80D3;--vkui--color_write_bar_input_background:#F2F3F5;--vkui--color_write_bar_input_background--hover:#E8EAEE;--vkui--color_write_bar_input_background--active:#DFE1E6;--vkui--color_write_bar_input_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0, 0, 0, 0.16);--vkui--color_track_background:#E1E3E6;--vkui--color_track_background--hover:#D8DBDF;--vkui--color_track_background--active:#CFD2D8;--vkui--color_track_buffer:#A0BFE4;--vkui--color_track_buffer--hover:#9AB8DD;--vkui--color_track_buffer--active:#93B1D7;--vkui--color_search_field_background:#EBEDF0;--vkui--color_search_field_background--hover:#E2E4E9;--vkui--color_search_field_background--active:#D8DBE2;--vkui--color_panel_header_icon:#2688EB;--vkui--color_panel_header_icon--hover:#2483E4;--vkui--color_panel_header_icon--active:#237EDD;--vkui--color_segmented_control:#FFFFFF;--vkui--color_segmented_control--hover:#F5F5F7;--vkui--color_segmented_control--active:#EBECEF;--vkui--color_transparent--hover:rgba(0, 16, 61, 0.04);--vkui--color_transparent--active:rgba(0, 16, 61, 0.08)}:root,.vkui--vkBase--light,.vkui--vkBase--dark,.vkui--vkIOS--light,.vkui--vkIOS--dark{--vkui--size_border_radius_paper--regular:12px}:root,.vkui--vkBase--light,.vkui--vkBase--dark,.vkui--vkCom--light,.vkui--vkCom--dark{--vkui--size_card_border_radius--regular:8px;--vkui--size_base_padding_horizontal--regular:16px}.vkui--vkBase--dark{--vkui--theme_name:'vkBaseDark'}.vkui--vkBase--dark,.vkui--vkIOS--dark,.vkui--vkCom--dark{--vkui--gradient_tint:rgba(32, 32, 33, 0) 0%, rgba(32, 32, 33, 0.036) 13%, rgba(32, 32, 33, 0.15) 27%, rgba(32, 32, 33, 0.79) 68%, rgba(32, 32, 33, 0.95) 84%, rgba(32, 32, 33, 1) 100%;--vkui--colors_scheme:dark;--vkui--color_background_accent:#529EF4;--vkui--color_background_accent--hover:#59A2F4;--vkui--color_background_accent--active:#60A6F5;--vkui--color_background_accent_themed:#FFFFFF;--vkui--color_background_accent_themed--hover:#FFFFFF;--vkui--color_background_accent_themed--active:#FFFFFF;--vkui--color_background_accent_tint--hover:#61A2FF;--vkui--color_background_accent_tint--active:#67A6FF;--vkui--color_background_accent_alternative:#529EF4;--vkui--color_background_accent_alternative--hover:#59A2F4;--vkui--color_background_accent_alternative--active:#60A6F5;--vkui--color_background:#0A0A0A;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1E1E1E;--vkui--color_background_content:#19191A;--vkui--color_background_content--hover:#222223;--vkui--color_background_content--active:#2B2B2C;--vkui--color_background_secondary:#232324;--vkui--color_background_secondary--hover:#2C2C2D;--vkui--color_background_secondary--active:#353536;--vkui--color_background_secondary_alpha:rgba(255, 255, 255, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(255, 255, 255, 0.08);--vkui--color_background_secondary_alpha--active:rgba(255, 255, 255, 0.12);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292A;--vkui--color_background_tertiary--active:#323233;--vkui--color_background_contrast--hover:#FFFFFF;--vkui--color_background_contrast--active:#FFFFFF;--vkui--color_background_contrast_inverse--hover:#353536;--vkui--color_background_contrast_inverse--active:#3E3E3F;--vkui--color_background_modal:#2D2D2E;--vkui--color_background_modal--hover:#353536;--vkui--color_background_modal--active:#3E3E3F;--vkui--color_background_modal_inverse:#ffffff;--vkui--color_background_modal_inverse--hover:#FFFFFF;--vkui--color_background_modal_inverse--active:#FFFFFF;--vkui--color_background_warning:#887244;--vkui--color_background_warning--hover:#8D784B;--vkui--color_background_warning--active:#927D53;--vkui--color_background_positive--hover:#52B652;--vkui--color_background_positive--active:#59B959;--vkui--color_background_negative:#FF5C5C;--vkui--color_background_negative--hover:#FF6363;--vkui--color_background_negative--active:#FF6969;--vkui--color_background_negative_tint:#522E2E;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603F3F;--vkui--color_field_background:#292929;--vkui--color_field_background--hover:#323232;--vkui--color_field_background--active:#3A3A3A;--vkui--color_header_background:#19191A;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2B2B2C;--vkui--color_text_accent:#529EF4;--vkui--color_text_accent--hover:#59A2F4;--vkui--color_text_accent--active:#60A6F5;--vkui--color_text_accent_themed:#FFFFFF;--vkui--color_text_accent_themed--hover:#FFFFFF;--vkui--color_text_accent_themed--active:#FFFFFF;--vkui--color_text_primary:#E1E3E6;--vkui--color_text_primary--hover:#E2E4E7;--vkui--color_text_primary--active:#E3E5E8;--vkui--color_text_primary_invariably--hover:#0A0A0A;--vkui--color_text_primary_invariably--active:#141414;--vkui--color_text_secondary:#76787A;--vkui--color_text_secondary--hover:#7B7D7F;--vkui--color_text_secondary--active:#818385;--vkui--color_text_subhead:#C1C3C6;--vkui--color_text_subhead--hover:#C3C5C8;--vkui--color_text_subhead--active:#C6C8CB;--vkui--color_text_tertiary:#636567;--vkui--color_text_tertiary--hover:#696B6D;--vkui--color_text_tertiary--active:#6F7173;--vkui--color_text_contrast--hover:#FFFFFF;--vkui--color_text_contrast--active:#FFFFFF;--vkui--color_text_contrast_themed:#000000;--vkui--color_text_contrast_themed--hover:#0A0A0A;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_text_positive--hover:#52B652;--vkui--color_text_positive--active:#59B959;--vkui--color_text_negative:#FF5C5C;--vkui--color_text_negative--hover:#FF6363;--vkui--color_text_negative--active:#FF6969;--vkui--color_text_link:#529EF4;--vkui--color_text_link--hover:#59A2F4;--vkui--color_text_link--active:#60A6F5;--vkui--color_text_link_themed:#FFFFFF;--vkui--color_text_link_themed--hover:#FFFFFF;--vkui--color_text_link_themed--active:#FFFFFF;--vkui--color_text_link_visited--hover:#508BCE;--vkui--color_text_link_visited--active:#5890D0;--vkui--color_text_muted:#E1E3E6;--vkui--color_text_muted--hover:#E2E4E7;--vkui--color_text_muted--active:#E3E5E8;--vkui--color_link_contrast--hover:#FFFFFF;--vkui--color_link_contrast--active:#FFFFFF;--vkui--color_icon_accent:#529EF4;--vkui--color_icon_accent--hover:#59A2F4;--vkui--color_icon_accent--active:#60A6F5;--vkui--color_icon_accent_themed:#FFFFFF;--vkui--color_icon_accent_themed--hover:#FFFFFF;--vkui--color_icon_accent_themed--active:#FFFFFF;--vkui--color_icon_primary:#E1E3E6;--vkui--color_icon_primary--hover:#E2E4E7;--vkui--color_icon_primary--active:#E3E5E8;--vkui--color_icon_primary_invariably--hover:#343536;--vkui--color_icon_primary_invariably--active:#3D3E3F;--vkui--color_icon_medium:#B0B1B6;--vkui--color_icon_medium--hover:#B3B4B9;--vkui--color_icon_medium--active:#B6B7BC;--vkui--color_icon_medium_alpha:rgba(241, 247, 255, 0.66);--vkui--color_icon_medium_alpha--hover:rgba(241, 247, 255, 0.7000000000000001);--vkui--color_icon_medium_alpha--active:rgba(241, 247, 255, 0.74);--vkui--color_icon_secondary:#76787A;--vkui--color_icon_secondary--hover:#7B7D7F;--vkui--color_icon_secondary--active:#818385;--vkui--color_icon_secondary_alpha:rgba(0, 0, 0, 0.43);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.47000000000000003);--vkui--color_icon_secondary_alpha--active:rgba(0, 0, 0, 0.51);--vkui--color_icon_tertiary:#5D5F61;--vkui--color_icon_tertiary--hover:#636567;--vkui--color_icon_tertiary--active:#6A6C6E;--vkui--color_icon_tertiary_alpha:rgba(255, 255, 255, 0.3);--vkui--color_icon_tertiary_alpha--hover:rgba(255, 255, 255, 0.34);--vkui--color_icon_tertiary_alpha--active:rgba(255, 255, 255, 0.38);--vkui--color_icon_contrast--hover:#FFFFFF;--vkui--color_icon_contrast--active:#FFFFFF;--vkui--color_icon_contrast_themed:#000000;--vkui--color_icon_contrast_themed--hover:#0A0A0A;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_icon_contrast_secondary--hover:#F3F3F5;--vkui--color_icon_contrast_secondary--active:#F3F4F6;--vkui--color_icon_positive--hover:#52B652;--vkui--color_icon_positive--active:#59B959;--vkui--color_icon_negative:#FF5C5C;--vkui--color_icon_negative--hover:#FF6363;--vkui--color_icon_negative--active:#FF6969;--vkui--color_stroke_accent:#529EF4;--vkui--color_stroke_accent--hover:#59A2F4;--vkui--color_stroke_accent--active:#60A6F5;--vkui--color_stroke_accent_themed:#FFFFFF;--vkui--color_stroke_accent_themed--hover:#FFFFFF;--vkui--color_stroke_accent_themed--active:#FFFFFF;--vkui--color_separator_primary:#363738;--vkui--color_separator_primary--hover:#3E3F40;--vkui--color_separator_primary--active:#464748;--vkui--color_separator_primary2x:#444546;--vkui--color_separator_primary2x--hover:#4B4C4D;--vkui--color_separator_primary2x--active:#535455;--vkui--color_separator_primary3x:#505253;--vkui--color_separator_primary3x--hover:#57595A;--vkui--color_separator_primary3x--active:#5E6061;--vkui--color_separator_primary_alpha:rgba(255, 255, 255, 0.12);--vkui--color_separator_primary_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--color_separator_primary_alpha--active:rgba(255, 255, 255, 0.2);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1D1D1E;--vkui--color_separator_secondary--active:#272728;--vkui--color_stroke_positive--hover:#52B652;--vkui--color_stroke_positive--active:#59B959;--vkui--color_stroke_negative:#FF5C5C;--vkui--color_stroke_negative--hover:#FF6363;--vkui--color_stroke_negative--active:#FF6969;--vkui--color_stroke_contrast--hover:#FFFFFF;--vkui--color_stroke_contrast--active:#FFFFFF;--vkui--color_image_border_alpha:rgba(255, 255, 255, 0.08);--vkui--color_image_border_alpha--hover:rgba(255, 255, 255, 0.12);--vkui--color_image_border_alpha--active:rgba(255, 255, 255, 0.16);--vkui--color_field_border_alpha:rgba(255, 255, 255, 0.12);--vkui--color_field_border_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--color_field_border_alpha--active:rgba(255, 255, 255, 0.2);--vkui--color_accent_blue:#529EF4;--vkui--color_accent_blue--hover:#59A2F4;--vkui--color_accent_blue--active:#60A6F5;--vkui--color_accent_gray--hover:#A7B0BB;--vkui--color_accent_gray--active:#AAB4BE;--vkui--color_accent_red--hover:#FF3B4E;--vkui--color_accent_red--active:#FF4356;--vkui--color_accent_green--hover:#52B652;--vkui--color_accent_green--active:#59B959;--vkui--color_accent_orange--hover:#FFA40A;--vkui--color_accent_orange--active:#FFA814;--vkui--color_accent_purple--hover:#7963E7;--vkui--color_accent_purple--active:#7E69E8;--vkui--color_accent_violet--hover:#7E36C3;--vkui--color_accent_violet--active:#843FC5;--vkui--color_accent_secondary--hover:#478FE1;--vkui--color_accent_secondary--active:#4E93E2;--vkui--color_image_placeholder:#2A2B2C;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3B3C3D;--vkui--color_image_placeholder_alpha:rgba(241, 247, 255, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(241, 247, 255, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(241, 247, 255, 0.16);--vkui--color_skeleton_from--hover:#F5F5F5;--vkui--color_skeleton_from--active:#F6F6F6;--vkui--color_skeleton_to--hover:#E2E4E7;--vkui--color_skeleton_to--active:#E3E5E8;--vkui--color_write_bar_icon:#529EF4;--vkui--color_write_bar_icon--hover:#59A2F4;--vkui--color_write_bar_icon--active:#60A6F5;--vkui--color_write_bar_input_background:#232324;--vkui--color_write_bar_input_background--hover:#2C2C2D;--vkui--color_write_bar_input_background--active:#353536;--vkui--color_write_bar_input_border_alpha:rgba(255, 255, 255, 0.8);--vkui--color_write_bar_input_border_alpha--hover:rgba(255, 255, 255, 0.84);--vkui--color_write_bar_input_border_alpha--active:rgba(255, 255, 255, 0.88);--vkui--color_action_sheet_text:#529EF4;--vkui--color_action_sheet_text--hover:#59A2F4;--vkui--color_action_sheet_text--active:#60A6F5;--vkui--color_track_background:#454647;--vkui--color_track_background--hover:#4C4D4E;--vkui--color_track_background--active:#545556;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485E78;--vkui--color_track_buffer--active:#4F647D;--vkui--color_search_field_background:#363738;--vkui--color_search_field_background--hover:#3E3F40;--vkui--color_search_field_background--active:#464748;--vkui--color_panel_header_icon:#71AAEB;--vkui--color_panel_header_icon--hover:#77ADEC;--vkui--color_panel_header_icon--active:#7CB1ED;--vkui--color_segmented_control:#626364;--vkui--color_segmented_control--hover:#68696A;--vkui--color_segmented_control--active:#6F6F70;--vkui--color_transparent--hover:rgba(255, 255, 255, 0.04);--vkui--color_transparent--active:rgba(255, 255, 255, 0.08)}.vkui--vkBase--dark,.vkui--vkIOS--light,.vkui--vkCom--light{--vkui--theme_inherits_from:'vkBase'}.vkui--vkIOS--light{--vkui--theme_name:'vkIOS'}.vkui--vkIOS--light,.vkui--vkIOS--dark{--vkui--theme_name_base:'vkIOS';--vkui--size_border_radius--regular:10px;--vkui--size_card_border_radius--regular:10px;--vkui--size_base_padding_horizontal--regular:12px;--vkui--size_switch_height--regular:31px;--vkui--size_switch_height--compact:27px;--vkui--size_switch_width--regular:51px;--vkui--size_switch_width--compact:47px;--vkui--size_switch_pin--regular:27px;--vkui--size_switch_pin--compact:23px}.vkui--vkIOS--dark{--vkui--theme_name:'vkIOSDark'}.vkui--vkIOS--dark,.vkui--vkCom--dark{--vkui--theme_inherits_from:'vkBaseDark'}.vkui--vkCom--light{--vkui--theme_name:'vkCom'}.vkui--vkCom--light,.vkui--vkCom--dark{--vkui--theme_name_base:'vkCom';--vkui--size_border_radius--regular:4px;--vkui--size_border_radius_paper--regular:8px;--vkui--size_switch_height--regular:10px;--vkui--size_switch_height--compact:10px;--vkui--size_switch_width--regular:27px;--vkui--size_switch_width--compact:27px;--vkui--size_switch_pin--regular:16px;--vkui--size_switch_pin--compact:16px}.vkui--vkCom--dark{--vkui--theme_name:'vkComDark'}
|
|
1
|
+
.vkuibright_light,:root,[scheme=bright_light],body[scheme=bright_light]{--accent:#2688eb;--action_sheet_action_foreground:#2688eb;--attach_picker_tab_active_background:#2d81e0;--attach_picker_tab_active_text:#2d81e0;--attach_picker_tab_inactive_background:#f2f3f5;--background_highlighted:rgba(0,0,0,.08);--background_hover:rgba(0,0,0,.04);--background_keyboard:#e1e3e6;--background_light:#f9f9f9;--background_page:#ebedf0;--background_text_highlighted:rgba(38,136,235,.2);--button_bot_shadow:#c4c8cc;--button_muted_background:#f2f3f5;--button_muted_foreground:#2688eb;--button_outline_border:#2688eb;--button_outline_foreground:#2688eb;--button_primary_background:#2d81e0;--button_secondary_background:rgba(0,28,61,.05);--button_secondary_background_highlighted:rgba(0,28,61,.03);--button_secondary_destructive_background:rgba(0,28,61,.05);--button_secondary_destructive_background_highlighted:rgba(0,28,61,.03);--button_secondary_destructive_foreground_highlighted:rgba(230,70,70,.6);--button_secondary_foreground:#2688eb;--button_secondary_foreground_highlighted:rgba(38,136,235,.6);--button_tertiary_foreground:#2d81e0;--cell_button_foreground:#2688eb;--content_tint_background:#f5f5f5;--content_tint_foreground:#7f8285;--content_warning_background:#fff2d6;--control_background:#ebedf0;--control_tint_muted:#76787a;--counter_primary_background:#2688eb;--counter_secondary_background:#aeb7c2;--feed_recommended_friend_promo_background:#528bcc;--field_background:#f2f3f5;--field_border:rgba(0,0,0,.12);--float_button_background:#f5f5f5;--float_button_background_highlighted:#ebedf0;--float_button_border:rgba(0,0,0,.05);--header_alternate_tab_active_indicator:#2688eb;--header_search_field_background:#ebedf0;--header_tab_active_indicator:#2688eb;--header_tint:#2688eb;--header_tint_alternate:#2688eb;--icon_medium:#818c99;--icon_name:#74a2d6;--icon_tertiary:#b8c1cc;--im_attach_tint:#2d81e0;--im_bubble_border_alternate:#e1e3e6;--im_bubble_border_alternate_highlighted:#d7d8d9;--im_bubble_button_background:#f9f9f9;--im_bubble_button_background_highlighted:#d7d8d9;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.6);--im_bubble_incoming:#ebedf0;--im_bubble_incoming_alternate_highlighted:#f9f9f9;--im_bubble_incoming_highlighted:#d7d8d9;--im_bubble_outgoing_alternate_highlighted:#f9f9f9;--im_bubble_wallpaper_button_background:#f2f3f5;--im_bubble_wallpaper_button_background_highlighted:#e1e3e6;--im_bubble_wallpaper_incoming_highlighted:#ebedf0;--im_forward_line_tint:rgba(69,103,143,.24);--im_reply_separator:#2d81e0;--im_text_name:#2d81e0;--input_background:#f2f3f5;--input_border:#e1e3e6;--landing_field_background:#f2f3f5;--landing_login_button_background:#2d81e0;--landing_primary_button_background:#2d81e0;--landing_secondary_button_foreground:#2688eb;--landing_snippet_border:rgba(0,0,0,.15);--landing_tertiary_button_foreground:#2d81e0;--landing_text_title:#2d81e0;--link_alternate:#2d81e0;--loader_background:#ebedf0;--loader_track_fill:#e1e3e6;--loader_track_value_fill:#528bcc;--overlay_status_background:#ebedf0;--overlay_status_foreground:#6d7885;--panel_tab_active_background:#ebedf0;--panel_tab_active_text:#5d5f61;--placeholder_icon_background_opaque:#f2f3f5;--placeholder_icon_tint:#001c3d;--poll_option_background:#45678f;--primary_overlay_badge:rgba(0,0,0,.6);--search_bar_background:#fff;--search_bar_field_background:#ebedf0;--selection_off_icon:#b8c1cc;--separator_alternate:#e1e3e6;--separator_common:#d7d8d9;--skeleton_foreground_from:#f5f5f5;--skeleton_foreground_to:#e1e3e6;--skeleton_shimmer_to:#fff;--snippet_border:rgba(0,0,0,.15);--snippet_icon_tertiary:#c4c8cc;--splashscreen_icon:#e1e3e6;--statusbar_alternate_legacy_background:rgba(0,0,0,.2);--stories_create_button_background_from:#f2f3f5;--stories_create_button_background_to:#e1e3e6;--stories_create_button_foreground:#6d7885;--stories_skeleton_loader_background:#c4c8cc;--switch_ios_off_border:#e1e3e6;--tabbar_active_icon:#2975cc;--tabbar_background:#f9f9f9;--tabbar_tablet_active_icon:#2975cc;--tabbar_tablet_background:#f9f9f9;--tabbar_tablet_text_secondary:#909499;--text_link:#2d81e0;--text_muted:#2c2d2e;--text_name:#2d81e0;--text_subhead:#6d7885;--toolbar_attach_background_from:#b8c1cc;--toolbar_attach_background_to:#a3adb8;--vk_connect_button_primary_background:#19191a;--vk_connect_button_secondary_background:#f2f3f5;--vk_connect_button_secondary_foreground:#19191a;--writebar_icon:#2688eb}.vkuibright_light,.vkuivkcom_light,:root,[scheme=bright_light],[scheme=vkcom_light],body[scheme=bright_light],body[scheme=vkcom_light]{--accent_alternate:#07f;--action_sheet_separator:rgba(0,0,0,.12);--activity_indicator_tint:#aeb7c2;--attach_picker_tab_active_icon:#fff;--attach_picker_tab_inactive_icon:#818c99;--attach_picker_tab_inactive_text:#818c99;--background_content:#fff;--background_suggestions:#fff;--button_primary_foreground:#fff;--button_secondary_destructive_foreground:#e64646;--content_placeholder_icon:#99a2ad;--content_placeholder_text:#818c99;--control_background_secondary:#fff;--control_foreground:#5181b8;--control_tint:#fff;--counter_primary_text:#fff;--counter_secondary_text:#fff;--destructive:#e64646;--dynamic_purple:#735ce6;--dynamic_raspberry_pink:#e03fab;--dynamic_violet:#792ec0;--field_error_background:#faebeb;--field_text_placeholder:#818c99;--float_button_foreground:#99a2ad;--header_alternate_background:#fff;--header_alternate_tab_active_text:#000;--header_alternate_tab_inactive_text:#99a2ad;--header_background:#fff;--header_background_before_blur:#fff;--header_background_before_blur_alternate:#fff;--header_search_field_tint:#818c99;--header_tab_active_background:transparent;--header_tab_active_text:#000;--header_tab_inactive_text:#99a2ad;--header_text:#000;--header_text_alternate:#000;--header_text_secondary:#818c99;--icon_alpha_placeholder:#fff;--icon_medium_alpha:rgba(0,0,0,.48);--icon_outline_medium:#818c99;--icon_outline_secondary:#99a2ad;--icon_secondary:#99a2ad;--icon_secondary_alpha:rgba(0,0,0,.36);--icon_tertiary_alpha:rgba(0,0,0,.24);--im_bubble_button_foreground:#000;--im_bubble_gift_background:#f4e7c3;--im_bubble_gift_background_highlighted:#e3d3ac;--im_bubble_gift_text:#857250;--im_bubble_gift_text_secondary:#ab9871;--im_bubble_incoming_alternate:#fff;--im_bubble_incoming_expiring:#e6e9ff;--im_bubble_incoming_expiring_highlighted:#ccd3ff;--im_bubble_outgoing:#cce4ff;--im_bubble_outgoing_alternate:#fff;--im_bubble_outgoing_expiring:#ccd3ff;--im_bubble_outgoing_expiring_highlighted:#adb8ff;--im_bubble_outgoing_highlighted:#add3ff;--im_bubble_wallpaper_button_foreground:#000;--im_bubble_wallpaper_incoming:#fff;--im_bubble_wallpaper_outgoing:#cce4ff;--im_bubble_wallpaper_outgoing_highlighted:#add3ff;--im_service_message_text:#818c99;--im_toolbar_separator:#001c3d;--im_toolbar_voice_msg_background:#99a2ad;--image_border:rgba(0,0,0,.08);--landing_background:#fff;--landing_field_placeholder:#818c99;--landing_login_button_foreground:#fff;--landing_primary_button_foreground:#fff;--landing_secondary_button_background:rgba(0,57,115,.1);--landing_text_primary:#000;--landing_text_secondary:#818c99;--like_text_tint:#ff3347;--modal_card_background:#fff;--modal_card_border:transparent;--modal_card_header_close:#000;--music_playback_icon:#000;--overlay_status_icon:#818c99;--placeholder_icon_background:rgba(0,28,61,.08);--placeholder_icon_foreground_primary:#99a2ad;--placeholder_icon_foreground_secondary:#aeb7c2;--search_bar_field_tint:#818c99;--search_bar_segmented_control_tint:#818c99;--secondary_overlay_badge:rgba(0,0,0,.24);--segmented_control_bar_background:transparent;--segmented_control_tint:#99a2ad;--separator_alpha:rgba(0,0,0,.12);--skeleton_shimmer_from:#fff;--snippet_background:#fff;--stories_create_button_icon_background:#fff;--tabbar_inactive_icon:#99a2ad;--tabbar_tablet_inactive_icon:#99a2ad;--tabbar_tablet_text_primary:#000;--text_action_counter:#818c99;--text_link_highlighted_background:#000;--text_placeholder:#818c99;--text_primary:#000;--text_secondary:#818c99;--text_tertiary:#99a2ad;--vk_connect_button_primary_foreground:#fff}.vkuibright_light,.vkuispace_gray,.vkuivkcom_dark,.vkuivkcom_light,:root,[scheme=bright_light],[scheme=space_gray],[scheme=vkcom_dark],[scheme=vkcom_light],body[scheme=bright_light],body[scheme=space_gray],body[scheme=vkcom_dark],body[scheme=vkcom_light]{--button_commerce_background:#4bb34b;--button_commerce_foreground:#fff;--button_tertiary_background:transparent;--counter_prominent_background:#ff3347;--counter_prominent_text:#fff;--dynamic_neon_pink:#f45fff;--dynamic_orange:#ffa000;--dynamic_red:#ff3347;--field_valid_border:#4bb34b;--landing_field_border:transparent;--landing_tertiary_button_background:transparent;--media_overlay_button_background:#fff}.vkuibright_light,.vkuispace_gray,:root,[scheme=bright_light],[scheme=space_gray],body[scheme=bright_light],body[scheme=space_gray]{--content_positive_background:rgba(75,179,75,.15);--dynamic_blue:#2688eb;--dynamic_gray:#a3adb8;--loader_tint:#76787a;--media_overlay_button_foreground:#2c2d2e;--panel_tab_inactive_text:#76787a}.vkuibright_light,.vkuispace_gray,.vkuivkcom_dark,:root,[scheme=bright_light],[scheme=space_gray],[scheme=vkcom_dark],body[scheme=bright_light],body[scheme=space_gray],body[scheme=vkcom_dark]{--dynamic_green:#4bb34b}.vkuibright_light,.vkuivkcom_dark,.vkuivkcom_light,:root,[scheme=bright_light],[scheme=vkcom_dark],[scheme=vkcom_light],body[scheme=bright_light],body[scheme=vkcom_dark],body[scheme=vkcom_light]{--field_error_border:#e64646}.vkuispace_gray,[scheme=space_gray],body[scheme=space_gray]{--accent:#529ef4;--action_sheet_separator:hsla(0,0%,100%,.12);--activity_indicator_tint:#5d5f61;--attach_picker_tab_active_icon:#19191a;--attach_picker_tab_inactive_background:#2c2d2e;--attach_picker_tab_inactive_text:#76787a;--background_content:#19191a;--background_highlighted:hsla(0,0%,100%,.08);--background_hover:hsla(0,0%,100%,.04);--background_keyboard:#2c2d2e;--background_light:#232324;--background_page:#0a0a0a;--background_suggestions:#2c2d2e;--background_text_highlighted:rgba(82,158,244,.24);--button_bot_shadow:#19191a;--button_muted_background:#2c2d2e;--button_primary_foreground:#19191a;--button_secondary_background:#454647;--button_secondary_background_highlighted:rgba(69,70,71,.6);--button_secondary_destructive_background:#454647;--button_secondary_destructive_background_highlighted:rgba(69,70,71,.6);--button_secondary_destructive_foreground_highlighted:rgba(255,92,92,.6);--button_secondary_foreground_highlighted:hsla(216,9%,89%,.6);--content_placeholder_icon:#aaaeb3;--content_placeholder_text:#aaaeb3;--content_tint_background:#232324;--content_tint_foreground:#909499;--content_warning_background:#857250;--control_background:#454647;--control_background_secondary:#76787a;--control_tint:#19191a;--control_tint_muted:#909499;--counter_primary_text:#19191a;--counter_secondary_background:#76787a;--counter_secondary_text:#19191a;--feed_recommended_friend_promo_background:#6d7885;--field_background:#232324;--field_border:hsla(0,0%,100%,.12);--field_error_background:#522e2e;--field_error_border:#ff5c5c;--field_text_placeholder:#76787a;--float_button_background:#454647;--float_button_background_highlighted:#5d5f61;--float_button_foreground:#aaaeb3;--header_alternate_background:#2c2d2e;--header_alternate_tab_inactive_text:#76787a;--header_background:#19191a;--header_background_before_blur:#070708;--header_background_before_blur_alternate:#070708;--header_search_field_background:#363738;--header_search_field_tint:#aaaeb3;--header_tab_active_background:#5d5f61;--header_tab_active_indicator:#529ef4;--header_tab_inactive_text:#76787a;--header_text_secondary:hsla(0,0%,100%,.6);--header_tint_alternate:#e1e3e6;--icon_medium:#909499;--icon_name:#aaaeb3;--icon_outline_medium:#aaaeb3;--icon_outline_secondary:#909499;--icon_secondary:#76787a;--icon_secondary_alpha:hsla(0,0%,100%,.36);--icon_tertiary:#5d5f61;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.2);--im_bubble_incoming:#2c2d2e;--im_bubble_incoming_alternate:#2c2d2e;--im_bubble_incoming_alternate_highlighted:#5d5f61;--im_bubble_incoming_highlighted:#5d5f61;--im_bubble_outgoing:#454647;--im_bubble_outgoing_alternate:#454647;--im_bubble_outgoing_alternate_highlighted:#76787a;--im_bubble_outgoing_highlighted:#5d5f61;--im_bubble_wallpaper_button_background:#454647;--im_bubble_wallpaper_button_background_highlighted:#76787a;--im_bubble_wallpaper_incoming:#2c2d2e;--im_bubble_wallpaper_incoming_highlighted:#5d5f61;--im_bubble_wallpaper_outgoing:#454647;--im_bubble_wallpaper_outgoing_highlighted:#5d5f61;--im_service_message_text:#76787a;--im_text_name:#529ef4;--im_toolbar_separator:#aaaeb3;--im_toolbar_voice_msg_background:#454647;--input_background:#2c2d2e;--input_border:#2c2d2e;--landing_background:#19191a;--landing_field_background:#232324;--landing_field_placeholder:#aaaeb3;--landing_login_button_foreground:#19191a;--landing_primary_button_foreground:#19191a;--landing_secondary_button_background:hsla(0,0%,100%,.15);--landing_snippet_border:hsla(0,0%,100%,.15);--landing_text_secondary:#76787a;--link_alternate:#fff;--loader_background:#19191a;--loader_track_fill:#454647;--modal_card_background:#232324;--overlay_status_background:#19191a;--overlay_status_icon:#ebedf0;--panel_tab_active_background:#454647;--placeholder_icon_background_opaque:#232324;--placeholder_icon_foreground_primary:#909499;--placeholder_icon_foreground_secondary:#5d5f61;--search_bar_background:#19191a;--search_bar_field_background:#363738;--search_bar_field_tint:#aaaeb3;--search_bar_segmented_control_tint:#909499;--secondary_overlay_badge:hsla(0,0%,100%,.15);--segmented_control_bar_background:#19191a;--segmented_control_tint:#76787a;--selection_off_icon:#5d5f61;--separator_alpha:hsla(0,0%,100%,.12);--separator_alternate:#232324;--separator_common:#363738;--skeleton_foreground_from:#232324;--skeleton_foreground_to:#2c2d2e;--skeleton_shimmer_from:#19191a;--skeleton_shimmer_to:#19191a;--snippet_background:#232324;--snippet_border:hsla(0,0%,100%,.15);--snippet_icon_tertiary:#5d5f61;--splashscreen_icon:#2c2d2e;--stories_create_button_background_from:#363738;--stories_create_button_background_to:#363738;--stories_create_button_foreground:#c4c8cc;--stories_create_button_icon_background:#454647;--stories_skeleton_loader_background:#454647;--switch_ios_off_border:#2c2d2e;--tabbar_background:#2c2d2e;--tabbar_inactive_icon:#76787a;--tabbar_tablet_active_icon:#529ef4;--tabbar_tablet_background:#232324;--tabbar_tablet_inactive_icon:#76787a;--tabbar_tablet_text_secondary:#76787a;--text_action_counter:#aaaeb3;--text_link:#529ef4;--text_link_highlighted_background:#529ef4;--text_muted:#c4c8cc;--text_placeholder:#aaaeb3;--text_secondary:#76787a;--text_subhead:#909499;--text_tertiary:#5d5f61;--toolbar_attach_background_from:#76787a;--toolbar_attach_background_to:#5d5f61;--vk_connect_button_primary_foreground:#19191a;--vk_connect_button_secondary_background:#454647}.vkuispace_gray,.vkuivkcom_dark,[scheme=space_gray],[scheme=vkcom_dark],body[scheme=space_gray],body[scheme=vkcom_dark]{--accent_alternate:#fff;--action_sheet_action_foreground:#fff;--attach_picker_tab_active_background:#e1e3e6;--attach_picker_tab_active_text:#e1e3e6;--attach_picker_tab_inactive_icon:#e1e3e6;--button_muted_foreground:#e1e3e6;--button_outline_border:#e1e3e6;--button_outline_foreground:#e1e3e6;--button_primary_background:#e1e3e6;--button_secondary_destructive_foreground:#ff5c5c;--button_secondary_foreground:#e1e3e6;--button_tertiary_foreground:#e1e3e6;--cell_button_foreground:#e1e3e6;--control_foreground:#e1e3e6;--counter_primary_background:#fff;--destructive:#ff5c5c;--dynamic_purple:#937ff5;--dynamic_raspberry_pink:#f060c0;--dynamic_violet:#a393f5;--float_button_border:rgba(0,0,0,.12);--header_alternate_tab_active_indicator:#e1e3e6;--header_alternate_tab_active_text:#e1e3e6;--header_tab_active_text:#e1e3e6;--header_text:#e1e3e6;--header_text_alternate:#e1e3e6;--header_tint:#e1e3e6;--icon_alpha_placeholder:#e1e3e6;--icon_medium_alpha:hsla(0,0%,100%,.48);--icon_tertiary_alpha:hsla(0,0%,100%,.24);--im_attach_tint:#fff;--im_bubble_border_alternate:transparent;--im_bubble_border_alternate_highlighted:transparent;--im_bubble_button_background:hsla(0,0%,100%,.16);--im_bubble_button_background_highlighted:hsla(0,0%,100%,.24);--im_bubble_button_foreground:#e1e3e6;--im_bubble_gift_background:#857250;--im_bubble_gift_background_highlighted:#ab9871;--im_bubble_gift_text:#fff;--im_bubble_gift_text_secondary:#e3d3ac;--im_bubble_incoming_expiring:#262b4d;--im_bubble_incoming_expiring_highlighted:#404980;--im_bubble_outgoing_expiring:#404980;--im_bubble_outgoing_expiring_highlighted:#5965b3;--im_bubble_wallpaper_button_foreground:#e1e3e6;--im_forward_line_tint:hsla(0,0%,100%,.24);--im_reply_separator:#fff;--image_border:hsla(0,0%,100%,.08);--landing_login_button_background:#e1e3e6;--landing_primary_button_background:#e1e3e6;--landing_secondary_button_foreground:#fff;--landing_tertiary_button_foreground:#fff;--landing_text_primary:#e1e3e6;--landing_text_title:#fff;--like_text_tint:#ff5c5c;--loader_track_value_fill:#fff;--modal_card_border:hsla(0,0%,100%,.12);--modal_card_header_close:#fff;--music_playback_icon:#fff;--overlay_status_foreground:#e1e3e6;--panel_tab_active_text:#e1e3e6;--placeholder_icon_background:hsla(0,0%,100%,.08);--placeholder_icon_tint:#fff;--poll_option_background:#fff;--primary_overlay_badge:hsla(0,0%,100%,.4);--statusbar_alternate_legacy_background:transparent;--tabbar_active_icon:#fff;--tabbar_tablet_text_primary:#e1e3e6;--text_name:#e1e3e6;--text_primary:#e1e3e6;--vk_connect_button_primary_background:#e1e3e6;--vk_connect_button_secondary_foreground:#e1e3e6;--writebar_icon:#e1e3e6}.vkuivkcom_light,[scheme=vkcom_light],body[scheme=vkcom_light]{--accent:#5181b8;--action_sheet_action_foreground:#5181b8;--attach_picker_tab_active_background:#5181b8;--attach_picker_tab_active_text:#5181b8;--attach_picker_tab_inactive_background:#f5f5f5;--background_highlighted:rgba(174,183,194,.16);--background_hover:rgba(174,183,194,.12);--background_keyboard:#dce1e6;--background_light:#fafbfc;--background_page:#edeef0;--button_bot_shadow:#ccc;--button_muted_background:#e5ebf1;--button_muted_foreground:#55677d;--button_outline_border:#2a5885;--button_outline_foreground:#2a5885;--button_primary_background:#5181b8;--button_secondary_background:#e5ebf1;--button_secondary_background_highlighted:#dae2ea;--button_secondary_destructive_background:rgba(230,70,70,.16);--button_secondary_destructive_background_highlighted:rgba(230,70,70,.12);--button_secondary_destructive_foreground_highlighted:rgba(230,70,70,.12);--button_secondary_foreground:#55677d;--button_secondary_foreground_highlighted:#55677d;--button_tertiary_foreground:#2a5885;--cell_button_foreground:#2a5885;--content_negative_background:#faebeb;--content_positive_background:#def0d3;--content_tint_background:#f0f2f5;--content_tint_foreground:#828282;--content_warning_background:#faefd2;--control_background:#edeef0;--control_tint_muted:#828282;--counter_primary_background:#5181b8;--counter_secondary_background:#99a2ad;--dynamic_green:#1b7a1b;--feed_recommended_friend_promo_background:#5181b8;--field_background:#f7f8fa;--field_border:#dce1e6;--float_button_background:#f7f8fa;--float_button_background_highlighted:#edeef0;--float_button_border:rgba(0,0,0,.08);--header_alternate_tab_active_indicator:#5181b8;--header_search_field_background:#edeef0;--header_tint:#aeb7c2;--header_tint_alternate:#07f;--icon_medium:#6f7985;--icon_name:#8fadc8;--icon_tertiary:#aeb7c2;--im_attach_tint:#5181b8;--im_bubble_border_alternate:#dce1e6;--im_bubble_border_alternate_highlighted:#ccc;--im_bubble_button_background:#f7f8fa;--im_bubble_button_background_highlighted:#ccc;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.72);--im_bubble_incoming:#edeef0;--im_bubble_incoming_alternate_highlighted:#f7f8fa;--im_bubble_incoming_highlighted:#d3d9de;--im_bubble_outgoing_alternate_highlighted:#f0f2f5;--im_bubble_wallpaper_button_background:#f0f2f5;--im_bubble_wallpaper_button_background_highlighted:#e7e8ec;--im_bubble_wallpaper_incoming_highlighted:#edeef0;--im_forward_line_tint:rgba(0,20,51,.12);--im_reply_separator:#2a5885;--im_text_name:#2a5885;--input_background:#fff;--input_border:#d3d9de;--landing_field_background:#f7f8fa;--landing_login_button_background:#5181b8;--landing_primary_button_background:#5181b8;--landing_secondary_button_foreground:#5181b8;--landing_snippet_border:rgba(0,0,0,.12);--landing_tertiary_button_foreground:#5181b8;--landing_text_title:#5181b8;--link_alternate:#2a5885;--loader_background:#edeef0;--loader_tint:#c5d0db;--loader_track_fill:#d3d9de;--loader_track_value_fill:#5181b8;--overlay_status_background:#edeef0;--overlay_status_foreground:#6f7985;--panel_tab_active_background:#edeef0;--panel_tab_active_text:#4e5966;--panel_tab_inactive_text:#6f7985;--placeholder_icon_background_opaque:#f0f2f5;--placeholder_icon_tint:#1d3a5c;--poll_option_background:#5181b8;--primary_overlay_badge:rgba(0,0,0,.56);--search_bar_background:transparent;--search_bar_field_background:#edeef0;--selection_off_icon:#c5d0db;--separator_alternate:#e7e8ec;--separator_common:#dce1e6;--skeleton_foreground_from:#f0f2f5;--skeleton_foreground_to:#edeef0;--skeleton_shimmer_to:hsla(0,0%,100%,0);--snippet_border:rgba(0,0,0,.12);--snippet_icon_tertiary:#aeb7c2;--splashscreen_icon:#dce1e6;--statusbar_alternate_legacy_background:rgba(0,0,0,.24);--stories_create_button_background_from:#f0f2f5;--stories_create_button_background_to:#dce1e6;--stories_create_button_foreground:#6f7985;--stories_skeleton_loader_background:#ccc;--switch_ios_off_border:#dce1e6;--tabbar_active_icon:#5181b8;--tabbar_background:#f7f8fa;--tabbar_tablet_background:#f7f8fa;--tabbar_tablet_text_secondary:#818c99;--text_link:#2a5885;--text_muted:#333;--text_name:#2a5885;--text_subhead:#626d7a;--toolbar_attach_background_from:#dce1e6;--toolbar_attach_background_to:#aeb7c2;--vk_connect_button_primary_background:#222;--vk_connect_button_secondary_background:#f5f5f5;--vk_connect_button_secondary_foreground:#222;--writebar_icon:#818c99}.vkuivkcom_dark,.vkuivkcom_light,[scheme=vkcom_dark],[scheme=vkcom_light],body[scheme=vkcom_dark],body[scheme=vkcom_light]{--background_text_highlighted:rgba(81,129,184,.2);--dynamic_blue:#5181b8;--dynamic_gray:#aeb7c2;--header_tab_active_indicator:#5181b8;--media_overlay_button_foreground:#333;--tabbar_tablet_active_icon:#5181b8}.vkuivkcom_dark,[scheme=vkcom_dark],body[scheme=vkcom_dark]{--accent:#71aaeb;--action_sheet_separator:hsla(0,0%,100%,.16);--activity_indicator_tint:#656565;--attach_picker_tab_active_icon:#222;--attach_picker_tab_inactive_background:#333;--attach_picker_tab_inactive_text:#828282;--background_content:#222;--background_highlighted:hsla(0,0%,100%,.12);--background_hover:hsla(0,0%,100%,.08);--background_keyboard:#333;--background_light:#292929;--background_page:#141414;--background_suggestions:#333;--button_bot_shadow:#222;--button_muted_background:#333;--button_primary_foreground:#222;--button_secondary_background:#555;--button_secondary_background_highlighted:#656565;--button_secondary_destructive_background:#555;--button_secondary_destructive_background_highlighted:rgba(85,85,85,.6);--button_secondary_destructive_foreground_highlighted:rgba(230,70,70,.16);--button_secondary_foreground_highlighted:#e1e3e6;--content_negative_background:rgba(230,70,70,.16);--content_placeholder_icon:#b2b2b2;--content_placeholder_text:#b2b2b2;--content_positive_background:rgba(75,179,75,.16);--content_tint_background:#333;--content_tint_foreground:#939393;--content_warning_background:rgba(255,202,99,.16);--control_background:#555;--control_background_secondary:#828282;--control_tint:#222;--control_tint_muted:#939393;--counter_primary_text:#222;--counter_secondary_background:#828282;--counter_secondary_text:#222;--feed_recommended_friend_promo_background:#6f7985;--field_background:#292929;--field_border:#424242;--field_error_background:rgba(230,70,70,.16);--field_text_placeholder:#828282;--float_button_background:#555;--float_button_background_highlighted:#656565;--float_button_foreground:#b2b2b2;--header_alternate_background:#333;--header_alternate_tab_inactive_text:#828282;--header_background:#222;--header_background_before_blur:#0a0a0a;--header_background_before_blur_alternate:#0a0a0a;--header_search_field_background:#424242;--header_search_field_tint:#b2b2b2;--header_tab_active_background:#656565;--header_tab_inactive_text:#828282;--header_text_secondary:hsla(0,0%,100%,.64);--header_tint_alternate:#fff;--icon_medium:#939393;--icon_name:#b2b2b2;--icon_outline_medium:#b2b2b2;--icon_outline_secondary:#939393;--icon_secondary:#828282;--icon_secondary_alpha:hsla(0,0%,100%,.4);--icon_tertiary:#656565;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.24);--im_bubble_incoming:#333;--im_bubble_incoming_alternate:#333;--im_bubble_incoming_alternate_highlighted:#656565;--im_bubble_incoming_highlighted:#656565;--im_bubble_outgoing:#555;--im_bubble_outgoing_alternate:#555;--im_bubble_outgoing_alternate_highlighted:#828282;--im_bubble_outgoing_highlighted:#656565;--im_bubble_wallpaper_button_background:#555;--im_bubble_wallpaper_button_background_highlighted:#828282;--im_bubble_wallpaper_incoming:#333;--im_bubble_wallpaper_incoming_highlighted:#656565;--im_bubble_wallpaper_outgoing:#555;--im_bubble_wallpaper_outgoing_highlighted:#656565;--im_service_message_text:#828282;--im_text_name:#71aaeb;--im_toolbar_separator:#b2b2b2;--im_toolbar_voice_msg_background:#555;--input_background:#424242;--input_border:#555;--landing_background:#222;--landing_field_background:#292929;--landing_field_placeholder:#b2b2b2;--landing_login_button_foreground:#222;--landing_primary_button_foreground:#222;--landing_secondary_button_background:hsla(0,0%,100%,.16);--landing_snippet_border:hsla(0,0%,100%,.16);--landing_text_secondary:#828282;--link_alternate:#939393;--loader_background:#555;--loader_tint:#828282;--loader_track_fill:#828282;--modal_card_background:#292929;--overlay_status_background:#222;--overlay_status_icon:#edeef0;--panel_tab_active_background:#555;--panel_tab_inactive_text:#828282;--placeholder_icon_background_opaque:#292929;--placeholder_icon_foreground_primary:#939393;--placeholder_icon_foreground_secondary:#656565;--search_bar_background:#222;--search_bar_field_background:#424242;--search_bar_field_tint:#b2b2b2;--search_bar_segmented_control_tint:#939393;--secondary_overlay_badge:hsla(0,0%,100%,.16);--segmented_control_bar_background:#222;--segmented_control_tint:#828282;--selection_off_icon:#656565;--separator_alpha:hsla(0,0%,100%,.16);--separator_alternate:#333;--separator_common:#424242;--skeleton_foreground_from:#292929;--skeleton_foreground_to:#333;--skeleton_shimmer_from:#222;--skeleton_shimmer_to:transparent;--snippet_background:hsla(0,0%,100%,.04);--snippet_border:hsla(0,0%,100%,.16);--snippet_icon_tertiary:#656565;--splashscreen_icon:#333;--stories_create_button_background_from:#424242;--stories_create_button_background_to:#424242;--stories_create_button_foreground:#ccc;--stories_create_button_icon_background:#555;--stories_skeleton_loader_background:#555;--switch_ios_off_border:#333;--tabbar_background:#333;--tabbar_inactive_icon:#828282;--tabbar_tablet_background:#292929;--tabbar_tablet_inactive_icon:#828282;--tabbar_tablet_text_secondary:#828282;--text_action_counter:#b2b2b2;--text_link:#71aaeb;--text_link_highlighted_background:#5181b8;--text_muted:#ccc;--text_placeholder:#b2b2b2;--text_secondary:#828282;--text_subhead:#939393;--text_tertiary:#656565;--toolbar_attach_background_from:#828282;--toolbar_attach_background_to:#656565;--vk_connect_button_primary_foreground:#222;--vk_connect_button_secondary_background:#555}.vkui--vkBase--light,:root{--vkui--theme_name:"vkBase"}.vkui--vkBase--dark,.vkui--vkBase--light,:root{--vkui--theme_name_base:"vkBase";--vkui--size_border_radius--regular:8px;--vkui--size_switch_height--regular:14px;--vkui--size_switch_height--compact:12px;--vkui--size_switch_width--regular:34px;--vkui--size_switch_width--compact:32px;--vkui--size_switch_pin--regular:20px;--vkui--size_switch_pin--compact:18px}.vkui--vkBase--dark,.vkui--vkBase--light,.vkui--vkCom--dark,.vkui--vkCom--light,.vkui--vkIOS--dark,.vkui--vkIOS--light,:root{--vkui--gradient_black:transparent 0%,rgba(0,0,0,.014) 13%,rgba(0,0,0,.06) 27%,rgba(0,0,0,.316) 68%,rgba(0,0,0,.38) 84%,rgba(0,0,0,.4) 100%;--vkui--gradient_white:hsla(0,0%,100%,0) 0%,hsla(0,0%,100%,.036) 13%,hsla(0,0%,100%,.15) 27%,hsla(0,0%,100%,.79) 68%,hsla(0,0%,100%,.95) 84%,#fff 100%;--vkui--elevation1:0px 0px 2px rgba(0,0,0,.03),0px 2px 2px rgba(0,0,0,.06);--vkui--elevation1_invert_y:0px 0px 2px rgba(0,0,0,.03),0px -2px 2px rgba(0,0,0,.06);--vkui--elevation2:0px 4px 8px rgba(0,0,0,.04),0px 0px 4px rgba(0,0,0,.06);--vkui--elevation3:0px 0px 2px rgba(0,0,0,.08),0px 4px 16px rgba(0,0,0,.08);--vkui--elevation4:0px 0px 8px rgba(0,0,0,.12),0px 16px 16px rgba(0,0,0,.16);--vkui--font_family_accent:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_family_base:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_weight_accent1:600;--vkui--font_weight_accent2:500;--vkui--font_weight_accent3:400;--vkui--font_weight_base1:600;--vkui--font_weight_base2:500;--vkui--font_weight_base3:400;--vkui--font_title1--font_size--regular:24px;--vkui--font_title1--line_height--regular:28px;--vkui--font_title1--letter_spacing--regular:-0.48px;--vkui--font_title1--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_title1--font_weight--regular:600;--vkui--font_title2--font_size--regular:20px;--vkui--font_title2--line_height--regular:24px;--vkui--font_title2--letter_spacing--regular:-0.4px;--vkui--font_title2--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_title2--font_weight--regular:600;--vkui--font_title3--font_size--regular:17px;--vkui--font_title3--line_height--regular:22px;--vkui--font_title3--letter_spacing--regular:-0.22px;--vkui--font_title3--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_title3--font_weight--regular:600;--vkui--font_headline1--font_size--regular:16px;--vkui--font_headline1--line_height--regular:20px;--vkui--font_headline1--letter_spacing--regular:-0.16px;--vkui--font_headline1--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_headline1--font_weight--regular:500;--vkui--font_headline1--font_size--compact:15px;--vkui--font_headline1--line_height--compact:20px;--vkui--font_headline1--letter_spacing--compact:-0.1px;--vkui--font_headline2--font_size--regular:15px;--vkui--font_headline2--line_height--regular:20px;--vkui--font_headline2--letter_spacing--regular:-0.1px;--vkui--font_headline2--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_headline2--font_weight--regular:500;--vkui--font_headline2--font_size--compact:14px;--vkui--font_headline2--line_height--compact:20px;--vkui--font_headline2--letter_spacing--compact:-0.06px;--vkui--font_text--font_size--regular:16px;--vkui--font_text--line_height--regular:20px;--vkui--font_text--letter_spacing--regular:-0.16px;--vkui--font_text--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_text--font_weight--regular:400;--vkui--font_text--font_size--compact:15px;--vkui--font_text--line_height--compact:20px;--vkui--font_text--letter_spacing--compact:-0.1px;--vkui--font_paragraph--font_size--regular:15px;--vkui--font_paragraph--line_height--regular:20px;--vkui--font_paragraph--letter_spacing--regular:-0.1px;--vkui--font_paragraph--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_paragraph--font_weight--regular:400;--vkui--font_subhead--font_size--regular:14px;--vkui--font_subhead--line_height--regular:18px;--vkui--font_subhead--letter_spacing--regular:-0.06px;--vkui--font_subhead--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_subhead--font_weight--regular:400;--vkui--font_subhead--font_size--compact:13px;--vkui--font_subhead--line_height--compact:16px;--vkui--font_subhead--letter_spacing--compact:0px;--vkui--font_footnote--font_size--regular:13px;--vkui--font_footnote--line_height--regular:16px;--vkui--font_footnote--letter_spacing--regular:0px;--vkui--font_footnote--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_footnote--font_weight--regular:400;--vkui--font_footnote_caps--font_size--regular:13px;--vkui--font_footnote_caps--line_height--regular:16px;--vkui--font_footnote_caps--letter_spacing--regular:0.3px;--vkui--font_footnote_caps--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_footnote_caps--font_weight--regular:400;--vkui--font_footnote_caps--text_transform--regular:uppercase;--vkui--font_caption1--font_size--regular:12px;--vkui--font_caption1--line_height--regular:14px;--vkui--font_caption1--letter_spacing--regular:0.06px;--vkui--font_caption1--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption1--font_weight--regular:400;--vkui--font_caption1_caps--font_size--regular:12px;--vkui--font_caption1_caps--line_height--regular:14px;--vkui--font_caption1_caps--letter_spacing--regular:0.2px;--vkui--font_caption1_caps--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption1_caps--font_weight--regular:600;--vkui--font_caption1_caps--text_transform--regular:uppercase;--vkui--font_caption2--font_size--regular:11px;--vkui--font_caption2--line_height--regular:14px;--vkui--font_caption2--letter_spacing--regular:0.11px;--vkui--font_caption2--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption2--font_weight--regular:400;--vkui--font_caption2_caps--font_size--regular:11px;--vkui--font_caption2_caps--line_height--regular:14px;--vkui--font_caption2_caps--letter_spacing--regular:0.3px;--vkui--font_caption2_caps--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption2_caps--font_weight--regular:600;--vkui--font_caption2_caps--text_transform--regular:uppercase;--vkui--font_caption3--font_size--regular:9px;--vkui--font_caption3--line_height--regular:12px;--vkui--font_caption3--letter_spacing--regular:0.18px;--vkui--font_caption3--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption3--font_weight--regular:400;--vkui--font_caption3_caps--font_size--regular:9px;--vkui--font_caption3_caps--line_height--regular:12px;--vkui--font_caption3_caps--letter_spacing--regular:0.3px;--vkui--font_caption3_caps--font_family--regular:-apple-system,system-ui,"Helvetica Neue",Roboto,sans-serif;--vkui--font_caption3_caps--font_weight--regular:600;--vkui--font_caption3_caps--text_transform--regular:uppercase;--vkui--size_select_icon_padding--regular:6px;--vkui--size_select_icon_padding--compact:7px;--vkui--size_popup_base_padding--regular:32px;--vkui--size_popup_base_padding--compact:20px;--vkui--size_popup_header_padding--regular:24px;--vkui--size_popup_header_padding--compact:16px;--vkui--size_label_horizontal_margin--regular:16px;--vkui--size_check_border_radius--regular:4px;--vkui--size_border_radius_promo--regular:20px;--vkui--size_field_height--regular:44px;--vkui--size_field_height--compact:36px;--vkui--size_button_large_height--regular:44px;--vkui--size_button_large_height--compact:36px;--vkui--size_button_medium_height--regular:36px;--vkui--size_button_medium_height--compact:32px;--vkui--size_button_small_height--regular:30px;--vkui--size_button_small_height--compact:28px;--vkui--size_checkbox--regular:16px;--vkui--size_arrow--regular:8px;--vkui--size_arrow_promo--regular:40px;--vkui--size_popup_small--regular:420px;--vkui--size_popup_medium--regular:680px;--vkui--size_popup_large--regular:880px;--vkui--size_field_horizontal_padding--regular:12px;--vkui--size_button_padding_horizontal--regular:12px;--vkui--size_arrow_padding--regular:12px;--vkui--size_tooltip_margin--regular:8px;--vkui--size_icon_u_i--regular:16px;--vkui--size_avatar_x_s--regular:24px;--vkui--size_avatar_s--regular:32px;--vkui--size_avatar_m--regular:48px;--vkui--size_avatar_l--regular:96px;--vkui--size_avatar_x_l--regular:128px;--vkui--size_badge_x_s--regular:12px;--vkui--size_badge_s--regular:16px;--vkui--size_badge_m--regular:24px;--vkui--size_badge_l--regular:44px;--vkui--size_badge_x_l--regular:56px;--vkui--size_cardgrid_padding--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_vertical--regular:12px;--vkui--size_button_group_gap_space--regular:1px;--vkui--size_button_group_gap_small--regular:8px;--vkui--size_button_group_gap_medium--regular:12px;--vkui--size_option_hierarchy--regular:32px;--vkui--size_button_base_small_padding_horizontal--regular:16px;--vkui--size_button_base_medium_padding_horizontal--regular:16px;--vkui--size_button_base_large_padding_horizontal--regular:20px;--vkui--size_button_base_small_padding_horizontal_icon--regular:12px;--vkui--size_button_base_medium_padding_horizontal_icon--regular:12px;--vkui--size_button_base_large_padding_horizontal_icon--regular:16px;--vkui--size_button_tertiary_small_padding_horizontal--regular:12px;--vkui--size_button_tertiary_medium_padding_horizontal--regular:12px;--vkui--size_button_tertiary_large_padding_horizontal--regular:16px;--vkui--size_button_tertiary_small_padding_horizontal_icon--regular:8px;--vkui--size_button_tertiary_medium_padding_horizontal_icon--regular:8px;--vkui--size_button_tertiary_large_padding_horizontal_icon--regular:12px;--vkui--size_button_minimum_width--regular:80px;--vkui--size_form_item_padding_vertical--regular:12px;--vkui--size_split_col_padding_horizontal--regular:16px;--vkui--animation_duration_l:0.4s;--vkui--animation_duration_m:0.2s;--vkui--animation_duration_s:0.1s;--vkui--animation_easing_default:cubic-bezier(0.3,0.3,0.5,1);--vkui--opacity_disable:0.4;--vkui--opacity_disable_accessibility:0.64;--vkui--font_headline--font_size--regular:16px;--vkui--font_headline--line_height--regular:20px;--vkui--font_headline--letter_spacing--regular:-0.16px;--vkui--font_headline--font_family--regular:"TT Commons",-apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;--vkui--font_headline--font_weight--regular:500;--vkui--font_headline--font_size--compact:15px;--vkui--font_headline--line_height--compact:20px;--vkui--font_headline--letter_spacing--compact:-0.1px;--vkui--color_background_accent_tint:#5a9eff;--vkui--color_background_contrast:#fff;--vkui--color_background_contrast_secondary_alpha:hsla(0,0%,100%,.2);--vkui--color_background_contrast_secondary_alpha--hover:hsla(0,0%,100%,.24);--vkui--color_background_contrast_secondary_alpha--active:hsla(0,0%,100%,.28);--vkui--color_background_contrast_inverse:#2d2d2e;--vkui--color_background_positive:#4bb34b;--vkui--color_text_primary_invariably:#000;--vkui--color_text_contrast:#fff;--vkui--color_text_positive:#4bb34b;--vkui--color_text_link_visited:#4986cc;--vkui--color_link_contrast:#fff;--vkui--color_icon_primary_invariably:#2c2d2e;--vkui--color_icon_contrast:#fff;--vkui--color_icon_contrast_secondary:#f2f3f5;--vkui--color_icon_positive:#4bb34b;--vkui--color_stroke_positive:#4bb34b;--vkui--color_stroke_contrast:#fff;--vkui--color_accent_gray:#a3adb8;--vkui--color_accent_red:#ff3347;--vkui--color_accent_green:#4bb34b;--vkui--color_accent_orange:#ffa000;--vkui--color_accent_purple:#735ce6;--vkui--color_accent_violet:#792ec0;--vkui--color_accent_secondary:#3f8ae0;--vkui--color_overlay_primary:rgba(0,0,0,.4);--vkui--color_overlay_primary--hover:rgba(0,0,0,.44);--vkui--color_overlay_primary--active:rgba(0,0,0,.48);--vkui--color_avatar_overlay:rgba(0,0,0,.6);--vkui--color_avatar_overlay--hover:rgba(0,0,0,.64);--vkui--color_avatar_overlay--active:rgba(0,0,0,.68);--vkui--color_avatar_overlay_inverse_alpha:hsla(0,0%,100%,.85);--vkui--color_avatar_overlay_inverse_alpha--hover:hsla(0,0%,100%,.89);--vkui--color_avatar_overlay_inverse_alpha--active:hsla(0,0%,100%,.93);--vkui--color_skeleton_from:#f5f5f5;--vkui--color_skeleton_to:#e1e3e6;--vkui--color_transparent:transparent}.vkui--vkBase--light,.vkui--vkCom--light,.vkui--vkIOS--light,:root{--vkui--gradient_tint:hsla(0,0%,98%,0) 0%,hsla(0,0%,98%,.036) 13%,hsla(0,0%,98%,.15) 27%,hsla(0,0%,98%,.79) 68%,hsla(0,0%,98%,.95) 84%,#f9f9f9 100%;--vkui--colors_scheme:light;--vkui--color_background_accent:#2688eb;--vkui--color_background_accent--hover:#2483e4;--vkui--color_background_accent--active:#237edd;--vkui--color_background_accent_themed:#2688eb;--vkui--color_background_accent_themed--hover:#2483e4;--vkui--color_background_accent_themed--active:#237edd;--vkui--color_background_accent_tint--hover:#5698f7;--vkui--color_background_accent_tint--active:#5393ef;--vkui--color_background_accent_alternative:#2688eb;--vkui--color_background_accent_alternative--hover:#2483e4;--vkui--color_background_accent_alternative--active:#237edd;--vkui--color_background:#ebedf0;--vkui--color_background--hover:#e2e4e9;--vkui--color_background--active:#d8dbe2;--vkui--color_background_content:#fff;--vkui--color_background_content--hover:#f5f5f7;--vkui--color_background_content--active:#ebecef;--vkui--color_background_secondary:#f5f5f5;--vkui--color_background_secondary--hover:#ebecee;--vkui--color_background_secondary--active:#e1e3e6;--vkui--color_background_secondary_alpha:rgba(0,0,0,.04);--vkui--color_background_secondary_alpha--hover:rgba(0,0,0,.08);--vkui--color_background_secondary_alpha--active:rgba(0,0,0,.12);--vkui--color_background_tertiary:#f9f9f9;--vkui--color_background_tertiary--hover:#eff0f1;--vkui--color_background_tertiary--active:#e5e6ea;--vkui--color_background_contrast--hover:#f5f5f7;--vkui--color_background_contrast--active:#ebecef;--vkui--color_background_contrast_inverse--hover:#2b2c2f;--vkui--color_background_contrast_inverse--active:#292b2f;--vkui--color_background_modal:#fff;--vkui--color_background_modal--hover:#f5f5f7;--vkui--color_background_modal--active:#ebecef;--vkui--color_background_modal_inverse:#2d2d2e;--vkui--color_background_modal_inverse--hover:#2b2c2f;--vkui--color_background_modal_inverse--active:#292b2f;--vkui--color_background_warning:#fff2d6;--vkui--color_background_warning--hover:#f5e9d0;--vkui--color_background_warning--active:#ebe0ca;--vkui--color_background_positive--hover:#48ac4a;--vkui--color_background_positive--active:#45a64a;--vkui--color_background_negative:#e64646;--vkui--color_background_negative--hover:#dd4446;--vkui--color_background_negative--active:#d44245;--vkui--color_background_negative_tint:#faebeb;--vkui--color_background_negative_tint--hover:#f0e2e4;--vkui--color_background_negative_tint--active:#e6d9dd;--vkui--color_field_background:#f2f3f5;--vkui--color_field_background--hover:#e8eaee;--vkui--color_field_background--active:#dfe1e6;--vkui--color_header_background:#fff;--vkui--color_header_background--hover:#f5f5f7;--vkui--color_header_background--active:#ebecef;--vkui--color_text_accent:#2688eb;--vkui--color_text_accent--hover:#2483e4;--vkui--color_text_accent--active:#237edd;--vkui--color_text_accent_themed:#2688eb;--vkui--color_text_accent_themed--hover:#2483e4;--vkui--color_text_accent_themed--active:#237edd;--vkui--color_text_primary:#000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably--hover:#000102;--vkui--color_text_primary_invariably--active:#000105;--vkui--color_text_secondary:#818c99;--vkui--color_text_secondary--hover:#7c8795;--vkui--color_text_secondary--active:#778292;--vkui--color_text_subhead:#6d7885;--vkui--color_text_subhead--hover:#697482;--vkui--color_text_subhead--active:#64707f;--vkui--color_text_tertiary:#99a2ad;--vkui--color_text_tertiary--hover:#939ca9;--vkui--color_text_tertiary--active:#8d96a4;--vkui--color_text_contrast--hover:#f5f5f7;--vkui--color_text_contrast--active:#ebecef;--vkui--color_text_contrast_themed:#fff;--vkui--color_text_contrast_themed--hover:#f5f5f7;--vkui--color_text_contrast_themed--active:#ebecef;--vkui--color_text_positive--hover:#48ac4a;--vkui--color_text_positive--active:#45a64a;--vkui--color_text_negative:#e64646;--vkui--color_text_negative--hover:#dd4446;--vkui--color_text_negative--active:#d44245;--vkui--color_text_link:#2d81e0;--vkui--color_text_link--hover:#2b7cd9;--vkui--color_text_link--active:#2978d3;--vkui--color_text_link_themed:#4986cc;--vkui--color_text_link_themed--hover:#4681c6;--vkui--color_text_link_themed--active:#437dc1;--vkui--color_text_link_visited--hover:#4681c6;--vkui--color_text_link_visited--active:#437dc1;--vkui--color_text_muted:#2c2d2e;--vkui--color_text_muted--hover:#2a2c2f;--vkui--color_text_muted--active:#282b2f;--vkui--color_link_contrast--hover:#f5f5f7;--vkui--color_link_contrast--active:#ebecef;--vkui--color_icon_accent:#2688eb;--vkui--color_icon_accent--hover:#2483e4;--vkui--color_icon_accent--active:#237edd;--vkui--color_icon_accent_themed:#2688eb;--vkui--color_icon_accent_themed--hover:#2483e4;--vkui--color_icon_accent_themed--active:#237edd;--vkui--color_icon_primary:#2c2d2e;--vkui--color_icon_primary--hover:#2a2c2f;--vkui--color_icon_primary--active:#282b2f;--vkui--color_icon_primary_invariably--hover:#2a2c2f;--vkui--color_icon_primary_invariably--active:#282b2f;--vkui--color_icon_medium:#818c99;--vkui--color_icon_medium--hover:#7c8795;--vkui--color_icon_medium--active:#778292;--vkui--color_icon_medium_alpha:rgba(0,0,0,.48);--vkui--color_icon_medium_alpha--hover:rgba(0,0,0,.52);--vkui--color_icon_medium_alpha--active:rgba(0,0,0,.56);--vkui--color_icon_secondary:#99a2ad;--vkui--color_icon_secondary--hover:#939ca9;--vkui--color_icon_secondary--active:#8d96a4;--vkui--color_icon_secondary_alpha:rgba(0,0,0,.36);--vkui--color_icon_secondary_alpha--hover:rgba(0,0,0,.4);--vkui--color_icon_secondary_alpha--active:rgba(0,0,0,.44);--vkui--color_icon_tertiary:#b8c1cc;--vkui--color_icon_tertiary--hover:#b1bac6;--vkui--color_icon_tertiary--active:#a9b3c1;--vkui--color_icon_tertiary_alpha:rgba(0,0,0,.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0,0,0,.28);--vkui--color_icon_tertiary_alpha--active:rgba(0,0,0,.32);--vkui--color_icon_contrast--hover:#f5f5f7;--vkui--color_icon_contrast--active:#ebecef;--vkui--color_icon_contrast_themed:#fff;--vkui--color_icon_contrast_themed--hover:#f5f5f7;--vkui--color_icon_contrast_themed--active:#ebecef;--vkui--color_icon_contrast_secondary--hover:#e8eaee;--vkui--color_icon_contrast_secondary--active:#dfe1e6;--vkui--color_icon_positive--hover:#48ac4a;--vkui--color_icon_positive--active:#45a64a;--vkui--color_icon_negative:#e64646;--vkui--color_icon_negative--hover:#dd4446;--vkui--color_icon_negative--active:#d44245;--vkui--color_stroke_accent:#2688eb;--vkui--color_stroke_accent--hover:#2483e4;--vkui--color_stroke_accent--active:#237edd;--vkui--color_stroke_accent_themed:#2688eb;--vkui--color_stroke_accent_themed--hover:#2483e4;--vkui--color_stroke_accent_themed--active:#237edd;--vkui--color_separator_primary:#d7d8d9;--vkui--color_separator_primary--hover:#ced0d3;--vkui--color_separator_primary--active:#c6c8cd;--vkui--color_separator_primary2x:#cbcccd;--vkui--color_separator_primary2x--hover:#c3c4c7;--vkui--color_separator_primary2x--active:#bbbdc1;--vkui--color_separator_primary3x:#bebfc1;--vkui--color_separator_primary3x--hover:#b6b8bc;--vkui--color_separator_primary3x--active:#afb1b6;--vkui--color_separator_primary_alpha:rgba(0,0,0,.12);--vkui--color_separator_primary_alpha--hover:rgba(0,0,0,.16);--vkui--color_separator_primary_alpha--active:rgba(0,0,0,.2);--vkui--color_separator_secondary:#e1e3e6;--vkui--color_separator_secondary--hover:#d8dbdf;--vkui--color_separator_secondary--active:#cfd2d8;--vkui--color_stroke_positive--hover:#48ac4a;--vkui--color_stroke_positive--active:#45a64a;--vkui--color_stroke_negative:#e64646;--vkui--color_stroke_negative--hover:#dd4446;--vkui--color_stroke_negative--active:#d44245;--vkui--color_stroke_contrast--hover:#f5f5f7;--vkui--color_stroke_contrast--active:#ebecef;--vkui--color_image_border_alpha:rgba(0,0,0,.08);--vkui--color_image_border_alpha--hover:rgba(0,0,0,.12);--vkui--color_image_border_alpha--active:rgba(0,0,0,.16);--vkui--color_field_border_alpha:rgba(0,0,0,.12);--vkui--color_field_border_alpha--hover:rgba(0,0,0,.24);--vkui--color_field_border_alpha--active:rgba(0,0,0,.36);--vkui--color_accent_blue:#3f8ae0;--vkui--color_accent_blue--hover:#3c85d9;--vkui--color_accent_blue--active:#3a80d3;--vkui--color_accent_gray--hover:#9ca7b3;--vkui--color_accent_gray--active:#96a0ae;--vkui--color_accent_red--hover:#f53247;--vkui--color_accent_red--active:#eb3046;--vkui--color_accent_green--hover:#48ac4a;--vkui--color_accent_green--active:#45a64a;--vkui--color_accent_orange--hover:#f59a02;--vkui--color_accent_orange--active:#eb9405;--vkui--color_accent_purple--hover:#6e59df;--vkui--color_accent_purple--active:#6a56d8;--vkui--color_accent_violet--hover:#742dbb;--vkui--color_accent_violet--active:#6f2cb6;--vkui--color_accent_secondary--hover:#3c85d9;--vkui--color_accent_secondary--active:#3a80d3;--vkui--color_action_sheet_text:#3f8ae0;--vkui--color_action_sheet_text--hover:#3c85d9;--vkui--color_action_sheet_text--active:#3a80d3;--vkui--color_image_placeholder:#f2f3f5;--vkui--color_image_placeholder--hover:#e8eaee;--vkui--color_image_placeholder--active:#dfe1e6;--vkui--color_image_placeholder_alpha:rgba(0,28,61,.08);--vkui--color_image_placeholder_alpha--hover:rgba(0,28,61,.12);--vkui--color_image_placeholder_alpha--active:rgba(0,28,61,.16);--vkui--color_skeleton_from--hover:#ebecee;--vkui--color_skeleton_from--active:#e1e3e6;--vkui--color_skeleton_to--hover:#d8dbdf;--vkui--color_skeleton_to--active:#cfd2d8;--vkui--color_write_bar_icon:#3f8ae0;--vkui--color_write_bar_icon--hover:#3c85d9;--vkui--color_write_bar_icon--active:#3a80d3;--vkui--color_write_bar_input_background:#f2f3f5;--vkui--color_write_bar_input_background--hover:#e8eaee;--vkui--color_write_bar_input_background--active:#dfe1e6;--vkui--color_write_bar_input_border_alpha:rgba(0,0,0,.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0,0,0,.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0,0,0,.16);--vkui--color_track_background:#e1e3e6;--vkui--color_track_background--hover:#d8dbdf;--vkui--color_track_background--active:#cfd2d8;--vkui--color_track_buffer:#a0bfe4;--vkui--color_track_buffer--hover:#9ab8dd;--vkui--color_track_buffer--active:#93b1d7;--vkui--color_search_field_background:#ebedf0;--vkui--color_search_field_background--hover:#e2e4e9;--vkui--color_search_field_background--active:#d8dbe2;--vkui--color_panel_header_icon:#2688eb;--vkui--color_panel_header_icon--hover:#2483e4;--vkui--color_panel_header_icon--active:#237edd;--vkui--color_segmented_control:#fff;--vkui--color_segmented_control--hover:#f5f5f7;--vkui--color_segmented_control--active:#ebecef;--vkui--color_transparent--hover:rgba(0,16,61,.04);--vkui--color_transparent--active:rgba(0,16,61,.08)}.vkui--vkBase--dark,.vkui--vkBase--light,.vkui--vkIOS--dark,.vkui--vkIOS--light,:root{--vkui--size_border_radius_paper--regular:12px}.vkui--vkBase--dark,.vkui--vkBase--light,.vkui--vkCom--dark,.vkui--vkCom--light,:root{--vkui--size_card_border_radius--regular:8px;--vkui--size_base_padding_horizontal--regular:16px}.vkui--vkBase--dark{--vkui--theme_name:"vkBaseDark"}.vkui--vkBase--dark,.vkui--vkCom--dark,.vkui--vkIOS--dark{--vkui--gradient_tint:rgba(32,32,33,0) 0%,rgba(32,32,33,.036) 13%,rgba(32,32,33,.15) 27%,rgba(32,32,33,.79) 68%,rgba(32,32,33,.95) 84%,#202021 100%;--vkui--colors_scheme:dark;--vkui--color_background_accent:#529ef4;--vkui--color_background_accent--hover:#59a2f4;--vkui--color_background_accent--active:#60a6f5;--vkui--color_background_accent_themed:#fff;--vkui--color_background_accent_themed--hover:#fff;--vkui--color_background_accent_themed--active:#fff;--vkui--color_background_accent_tint--hover:#61a2ff;--vkui--color_background_accent_tint--active:#67a6ff;--vkui--color_background_accent_alternative:#529ef4;--vkui--color_background_accent_alternative--hover:#59a2f4;--vkui--color_background_accent_alternative--active:#60a6f5;--vkui--color_background:#0a0a0a;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1e1e1e;--vkui--color_background_content:#19191a;--vkui--color_background_content--hover:#222223;--vkui--color_background_content--active:#2b2b2c;--vkui--color_background_secondary:#232324;--vkui--color_background_secondary--hover:#2c2c2d;--vkui--color_background_secondary--active:#353536;--vkui--color_background_secondary_alpha:hsla(0,0%,100%,.04);--vkui--color_background_secondary_alpha--hover:hsla(0,0%,100%,.08);--vkui--color_background_secondary_alpha--active:hsla(0,0%,100%,.12);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292a;--vkui--color_background_tertiary--active:#323233;--vkui--color_background_contrast--hover:#fff;--vkui--color_background_contrast--active:#fff;--vkui--color_background_contrast_inverse--hover:#353536;--vkui--color_background_contrast_inverse--active:#3e3e3f;--vkui--color_background_modal:#2d2d2e;--vkui--color_background_modal--hover:#353536;--vkui--color_background_modal--active:#3e3e3f;--vkui--color_background_modal_inverse:#fff;--vkui--color_background_modal_inverse--hover:#fff;--vkui--color_background_modal_inverse--active:#fff;--vkui--color_background_warning:#887244;--vkui--color_background_warning--hover:#8d784b;--vkui--color_background_warning--active:#927d53;--vkui--color_background_positive--hover:#52b652;--vkui--color_background_positive--active:#59b959;--vkui--color_background_negative:#ff5c5c;--vkui--color_background_negative--hover:#ff6363;--vkui--color_background_negative--active:#ff6969;--vkui--color_background_negative_tint:#522e2e;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603f3f;--vkui--color_field_background:#292929;--vkui--color_field_background--hover:#323232;--vkui--color_field_background--active:#3a3a3a;--vkui--color_header_background:#19191a;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2b2b2c;--vkui--color_text_accent:#529ef4;--vkui--color_text_accent--hover:#59a2f4;--vkui--color_text_accent--active:#60a6f5;--vkui--color_text_accent_themed:#fff;--vkui--color_text_accent_themed--hover:#fff;--vkui--color_text_accent_themed--active:#fff;--vkui--color_text_primary:#e1e3e6;--vkui--color_text_primary--hover:#e2e4e7;--vkui--color_text_primary--active:#e3e5e8;--vkui--color_text_primary_invariably--hover:#0a0a0a;--vkui--color_text_primary_invariably--active:#141414;--vkui--color_text_secondary:#76787a;--vkui--color_text_secondary--hover:#7b7d7f;--vkui--color_text_secondary--active:#818385;--vkui--color_text_subhead:#c1c3c6;--vkui--color_text_subhead--hover:#c3c5c8;--vkui--color_text_subhead--active:#c6c8cb;--vkui--color_text_tertiary:#636567;--vkui--color_text_tertiary--hover:#696b6d;--vkui--color_text_tertiary--active:#6f7173;--vkui--color_text_contrast--hover:#fff;--vkui--color_text_contrast--active:#fff;--vkui--color_text_contrast_themed:#000;--vkui--color_text_contrast_themed--hover:#0a0a0a;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_text_positive--hover:#52b652;--vkui--color_text_positive--active:#59b959;--vkui--color_text_negative:#ff5c5c;--vkui--color_text_negative--hover:#ff6363;--vkui--color_text_negative--active:#ff6969;--vkui--color_text_link:#529ef4;--vkui--color_text_link--hover:#59a2f4;--vkui--color_text_link--active:#60a6f5;--vkui--color_text_link_themed:#fff;--vkui--color_text_link_themed--hover:#fff;--vkui--color_text_link_themed--active:#fff;--vkui--color_text_link_visited--hover:#508bce;--vkui--color_text_link_visited--active:#5890d0;--vkui--color_text_muted:#e1e3e6;--vkui--color_text_muted--hover:#e2e4e7;--vkui--color_text_muted--active:#e3e5e8;--vkui--color_link_contrast--hover:#fff;--vkui--color_link_contrast--active:#fff;--vkui--color_icon_accent:#529ef4;--vkui--color_icon_accent--hover:#59a2f4;--vkui--color_icon_accent--active:#60a6f5;--vkui--color_icon_accent_themed:#fff;--vkui--color_icon_accent_themed--hover:#fff;--vkui--color_icon_accent_themed--active:#fff;--vkui--color_icon_primary:#e1e3e6;--vkui--color_icon_primary--hover:#e2e4e7;--vkui--color_icon_primary--active:#e3e5e8;--vkui--color_icon_primary_invariably--hover:#343536;--vkui--color_icon_primary_invariably--active:#3d3e3f;--vkui--color_icon_medium:#b0b1b6;--vkui--color_icon_medium--hover:#b3b4b9;--vkui--color_icon_medium--active:#b6b7bc;--vkui--color_icon_medium_alpha:rgba(241,247,255,.66);--vkui--color_icon_medium_alpha--hover:rgba(241,247,255,.7);--vkui--color_icon_medium_alpha--active:rgba(241,247,255,.74);--vkui--color_icon_secondary:#76787a;--vkui--color_icon_secondary--hover:#7b7d7f;--vkui--color_icon_secondary--active:#818385;--vkui--color_icon_secondary_alpha:rgba(0,0,0,.43);--vkui--color_icon_secondary_alpha--hover:rgba(0,0,0,.47);--vkui--color_icon_secondary_alpha--active:rgba(0,0,0,.51);--vkui--color_icon_tertiary:#5d5f61;--vkui--color_icon_tertiary--hover:#636567;--vkui--color_icon_tertiary--active:#6a6c6e;--vkui--color_icon_tertiary_alpha:hsla(0,0%,100%,.3);--vkui--color_icon_tertiary_alpha--hover:hsla(0,0%,100%,.34);--vkui--color_icon_tertiary_alpha--active:hsla(0,0%,100%,.38);--vkui--color_icon_contrast--hover:#fff;--vkui--color_icon_contrast--active:#fff;--vkui--color_icon_contrast_themed:#000;--vkui--color_icon_contrast_themed--hover:#0a0a0a;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_icon_contrast_secondary--hover:#f3f3f5;--vkui--color_icon_contrast_secondary--active:#f3f4f6;--vkui--color_icon_positive--hover:#52b652;--vkui--color_icon_positive--active:#59b959;--vkui--color_icon_negative:#ff5c5c;--vkui--color_icon_negative--hover:#ff6363;--vkui--color_icon_negative--active:#ff6969;--vkui--color_stroke_accent:#529ef4;--vkui--color_stroke_accent--hover:#59a2f4;--vkui--color_stroke_accent--active:#60a6f5;--vkui--color_stroke_accent_themed:#fff;--vkui--color_stroke_accent_themed--hover:#fff;--vkui--color_stroke_accent_themed--active:#fff;--vkui--color_separator_primary:#363738;--vkui--color_separator_primary--hover:#3e3f40;--vkui--color_separator_primary--active:#464748;--vkui--color_separator_primary2x:#444546;--vkui--color_separator_primary2x--hover:#4b4c4d;--vkui--color_separator_primary2x--active:#535455;--vkui--color_separator_primary3x:#505253;--vkui--color_separator_primary3x--hover:#57595a;--vkui--color_separator_primary3x--active:#5e6061;--vkui--color_separator_primary_alpha:hsla(0,0%,100%,.12);--vkui--color_separator_primary_alpha--hover:hsla(0,0%,100%,.16);--vkui--color_separator_primary_alpha--active:hsla(0,0%,100%,.2);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1d1d1e;--vkui--color_separator_secondary--active:#272728;--vkui--color_stroke_positive--hover:#52b652;--vkui--color_stroke_positive--active:#59b959;--vkui--color_stroke_negative:#ff5c5c;--vkui--color_stroke_negative--hover:#ff6363;--vkui--color_stroke_negative--active:#ff6969;--vkui--color_stroke_contrast--hover:#fff;--vkui--color_stroke_contrast--active:#fff;--vkui--color_image_border_alpha:hsla(0,0%,100%,.08);--vkui--color_image_border_alpha--hover:hsla(0,0%,100%,.12);--vkui--color_image_border_alpha--active:hsla(0,0%,100%,.16);--vkui--color_field_border_alpha:hsla(0,0%,100%,.12);--vkui--color_field_border_alpha--hover:hsla(0,0%,100%,.16);--vkui--color_field_border_alpha--active:hsla(0,0%,100%,.2);--vkui--color_accent_blue:#529ef4;--vkui--color_accent_blue--hover:#59a2f4;--vkui--color_accent_blue--active:#60a6f5;--vkui--color_accent_gray--hover:#a7b0bb;--vkui--color_accent_gray--active:#aab4be;--vkui--color_accent_red--hover:#ff3b4e;--vkui--color_accent_red--active:#ff4356;--vkui--color_accent_green--hover:#52b652;--vkui--color_accent_green--active:#59b959;--vkui--color_accent_orange--hover:#ffa40a;--vkui--color_accent_orange--active:#ffa814;--vkui--color_accent_purple--hover:#7963e7;--vkui--color_accent_purple--active:#7e69e8;--vkui--color_accent_violet--hover:#7e36c3;--vkui--color_accent_violet--active:#843fc5;--vkui--color_accent_secondary--hover:#478fe1;--vkui--color_accent_secondary--active:#4e93e2;--vkui--color_image_placeholder:#2a2b2c;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3b3c3d;--vkui--color_image_placeholder_alpha:rgba(241,247,255,.08);--vkui--color_image_placeholder_alpha--hover:rgba(241,247,255,.12);--vkui--color_image_placeholder_alpha--active:rgba(241,247,255,.16);--vkui--color_skeleton_from--hover:#f5f5f5;--vkui--color_skeleton_from--active:#f6f6f6;--vkui--color_skeleton_to--hover:#e2e4e7;--vkui--color_skeleton_to--active:#e3e5e8;--vkui--color_write_bar_icon:#529ef4;--vkui--color_write_bar_icon--hover:#59a2f4;--vkui--color_write_bar_icon--active:#60a6f5;--vkui--color_write_bar_input_background:#232324;--vkui--color_write_bar_input_background--hover:#2c2c2d;--vkui--color_write_bar_input_background--active:#353536;--vkui--color_write_bar_input_border_alpha:hsla(0,0%,100%,.8);--vkui--color_write_bar_input_border_alpha--hover:hsla(0,0%,100%,.84);--vkui--color_write_bar_input_border_alpha--active:hsla(0,0%,100%,.88);--vkui--color_action_sheet_text:#529ef4;--vkui--color_action_sheet_text--hover:#59a2f4;--vkui--color_action_sheet_text--active:#60a6f5;--vkui--color_track_background:#454647;--vkui--color_track_background--hover:#4c4d4e;--vkui--color_track_background--active:#545556;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485e78;--vkui--color_track_buffer--active:#4f647d;--vkui--color_search_field_background:#363738;--vkui--color_search_field_background--hover:#3e3f40;--vkui--color_search_field_background--active:#464748;--vkui--color_panel_header_icon:#71aaeb;--vkui--color_panel_header_icon--hover:#77adec;--vkui--color_panel_header_icon--active:#7cb1ed;--vkui--color_segmented_control:#626364;--vkui--color_segmented_control--hover:#68696a;--vkui--color_segmented_control--active:#6f6f70;--vkui--color_transparent--hover:hsla(0,0%,100%,.04);--vkui--color_transparent--active:hsla(0,0%,100%,.08)}.vkui--vkBase--dark,.vkui--vkCom--light,.vkui--vkIOS--light{--vkui--theme_inherits_from:"vkBase"}.vkui--vkIOS--light{--vkui--theme_name:"vkIOS"}.vkui--vkIOS--dark,.vkui--vkIOS--light{--vkui--theme_name_base:"vkIOS";--vkui--size_border_radius--regular:10px;--vkui--size_card_border_radius--regular:10px;--vkui--size_base_padding_horizontal--regular:12px;--vkui--size_switch_height--regular:31px;--vkui--size_switch_height--compact:27px;--vkui--size_switch_width--regular:51px;--vkui--size_switch_width--compact:47px;--vkui--size_switch_pin--regular:27px;--vkui--size_switch_pin--compact:23px}.vkui--vkIOS--dark{--vkui--theme_name:"vkIOSDark"}.vkui--vkCom--dark,.vkui--vkIOS--dark{--vkui--theme_inherits_from:"vkBaseDark"}.vkui--vkCom--light{--vkui--theme_name:"vkCom"}.vkui--vkCom--dark,.vkui--vkCom--light{--vkui--theme_name_base:"vkCom";--vkui--size_border_radius--regular:4px;--vkui--size_border_radius_paper--regular:8px;--vkui--size_switch_height--regular:10px;--vkui--size_switch_height--compact:10px;--vkui--size_switch_width--regular:27px;--vkui--size_switch_width--compact:27px;--vkui--size_switch_pin--regular:16px;--vkui--size_switch_pin--compact:16px}.vkui--vkCom--dark{--vkui--theme_name:"vkComDark"}
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
.vkuiChipsSelect{position:relative}.vkuiChipsSelect__empty{
|
|
1
|
+
.vkuiChipsSelect{position:relative}.vkuiChipsSelect__empty{color:#818c99;color:var(--text_secondary,var(--vkui--color_text_secondary));padding:12px 0;text-align:center}.vkuiSimpleCheckbox{border-radius:50%;display:block;height:24px;margin:-10px;padding:10px;width:24px}.vkuiSimpleCheckbox__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute}.vkuiSimpleCheckbox__container{align-items:flex-start;display:flex;justify-content:flex-start}.vkuiSimpleCheckbox__icon{border-radius:4px;box-sizing:border-box;display:flex;flex-shrink:0;margin:0}.vkuiSimpleCheckbox__icon--indeterminate,.vkuiSimpleCheckbox__icon--on{color:#2688eb;color:var(--accent);display:none}.vkuiSimpleCheckbox__icon--off{color:#b8c1cc;color:var(--icon_tertiary)}.vkuiSimpleCheckbox__input:checked~.vkuiSimpleCheckbox__container .vkuiSimpleCheckbox__icon--on{display:flex}.vkuiSimpleCheckbox__input:checked~.vkuiSimpleCheckbox__container .vkuiSimpleCheckbox__icon--off,.vkuiSimpleCheckbox__input:indeterminate~.vkuiSimpleCheckbox__container .vkuiSimpleCheckbox__icon--indeterminate{display:none}.vkuiSimpleCheckbox__input:indeterminate~.vkuiSimpleCheckbox__container .vkuiSimpleCheckbox__icon--indeterminate{display:flex}.vkuiSimpleCheckbox__input:indeterminate~.vkuiSimpleCheckbox__container .vkuiSimpleCheckbox__icon--off,.vkuiSimpleCheckbox__input:indeterminate~.vkuiSimpleCheckbox__container .vkuiSimpleCheckbox__icon--on{display:none}.vkuiSimpleCheckbox__input[disabled]~.vkuiSimpleCheckbox__container{opacity:.6}.vkuiSimpleCheckbox--android.vkuiSimpleCheckbox--sizeY-compact,.vkuiSimpleCheckbox--ios.vkuiSimpleCheckbox--sizeY-compact{height:20px;margin:-8px;padding:8px;width:20px}.vkuiSimpleCheckbox--vkcom{border-radius:4px;height:22px;margin:0;padding:0;width:22px}.vkuiSimpleCheckbox--vkcom .vkuiSimpleCheckbox__activeShadow,.vkuiSimpleCheckbox--vkcom .vkuiSimpleCheckbox__hoverShadow{border-radius:inherit;bottom:0;height:16px;left:0;margin:3px;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:inherit;width:16px}.vkuiSimpleCheckbox--vkcom.vkuiSimpleCheckbox--active .vkuiSimpleCheckbox__activeShadow{background-color:rgba(0,0,0,.08);background-color:var(--background_highlighted)}.vkuiSimpleCheckbox--vkcom.vkuiSimpleCheckbox--hover .vkuiSimpleCheckbox__hoverShadow{background-color:rgba(0,0,0,.04);background-color:var(--background_hover)}.vkuiSimpleCheckbox--vkcom .vkuiSimpleCheckbox__icon{border-radius:3px;border-width:1px;padding:1px}.vkuiSimpleCheckbox--vkcom .vkuiSimpleCheckbox__input[disabled]~.vkuiSimpleCheckbox__container{opacity:.4}.vkuiDropdown{-webkit-animation:vkui-popper-fadein .2s ease;animation:vkui-popper-fadein .2s ease;background:#fff;background:var(--modal_card_background,var(--vkui--color_background_modal));border-radius:8px;border-radius:var(--vkui--size_border_radius--regular,8px);box-shadow:0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08);box-shadow:var(--vkui--elevation3,0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08));position:relative}.vkuiDropdown:before{bottom:-8px;bottom:calc(var(--popover-safe-zone-padding)*-1);content:"";left:-8px;left:calc(var(--popover-safe-zone-padding)*-1);position:absolute;right:-8px;right:calc(var(--popover-safe-zone-padding)*-1);top:-8px;top:calc(var(--popover-safe-zone-padding)*-1);z-index:-1}.vkuiTextTooltip{-webkit-animation:vkui-popper-fadein .2s ease;animation:vkui-popper-fadein .2s ease;background-color:#fff;background-color:var(--vkui--color_background_modal,#fff);border-radius:8px;border-radius:var(--vkui--size_border_radius--regular,8px);box-shadow:0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08);box-shadow:var(--vkui--elevation3,0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08));color:#000;color:var(--vkui--color_text_primary,#000);padding:8px 12px 9px}.vkuiTextTooltip__arrow{color:#fff;color:var(--vkui--color_background_modal,#fff)}.vkuiTextTooltip--accent{background-color:#5a9eff;background-color:var(--vkui--color_background_accent_tint,#5a9eff);color:#fff;color:var(--vkui--color_text_contrast,#fff)}.vkuiTextTooltip--accent .vkuiTextTooltip__arrow{color:#5a9eff;color:var(--vkui--color_background_accent_tint,#5a9eff)}.vkuiTextTooltip--white{background-color:#fff;background-color:var(--vkui--color_background_contrast,#fff);color:#000;color:var(--vkui--color_text_primary_invariably,#000)}.vkuiTextTooltip--white .vkuiTextTooltip__arrow{color:#fff;color:var(--vkui--color_background_contrast,#fff)}.vkuiTextTooltip--black{background-color:#2d2d2e;background-color:var(--vkui--color_background_contrast_inverse,#2d2d2e);color:#fff;color:var(--vkui--color_text_contrast,#fff)}.vkuiTextTooltip--black .vkuiTextTooltip__arrow{color:#2d2d2e;color:var(--vkui--color_background_contrast_inverse,#2d2d2e)}.vkuiTextTooltip--inversion{background-color:#2d2d2e;background-color:var(--vkui--color_background_modal_inverse,#2d2d2e);color:#fff;color:var(--vkui--color_text_contrast_themed,#fff)}.vkuiTextTooltip--inversion .vkuiTextTooltip__arrow{color:#2d2d2e;color:var(--vkui--color_background_modal_inverse,#2d2d2e)}.vkuiRichTooltip{-webkit-animation:vkui-popper-fadein .2s ease;animation:vkui-popper-fadein .2s ease;background-color:#fff;background-color:var(
|
|
2
|
+
--background_content,var(--vkui--color_background_modal)
|
|
3
|
+
);border-radius:8px;border-radius:var(--vkui--size_border_radius--regular,8px);box-shadow:0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08);box-shadow:var(--vkui--elevation3,0 0 2px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08));color:#000;color:var(--vkui--color_text_primary,#000)}.vkuiRichTooltip__arrow{color:#fff;color:var(--background_content,var(--vkui--color_background_modal))}.vkuiRichTooltip--accent{background-color:#5a9eff;background-color:var(--vkui--color_background_accent_tint,#5a9eff);color:#fff;color:var(--vkui--color_text_contrast,#fff)}.vkuiRichTooltip--accent .vkuiRichTooltip__arrow{color:#5a9eff;color:var(--vkui--color_background_accent_tint,#5a9eff)}.vkuiRichTooltip--white{background-color:#fff;background-color:var(--vkui--color_background_contrast,#fff);color:#000;color:var(--vkui--color_text_primary_invariably,#000)}.vkuiRichTooltip--white .vkuiRichTooltip__arrow{color:#fff;color:var(--vkui--color_background_contrast,#fff)}.vkuiRichTooltip--black{background-color:#2d2d2e;background-color:var(--vkui--color_background_contrast_inverse,#2d2d2e);color:#fff;color:var(--vkui--color_text_contrast,#fff)}.vkuiRichTooltip--black .vkuiRichTooltip__arrow{color:#2d2d2e;color:var(--vkui--color_background_contrast_inverse,#2d2d2e)}.vkuiRichTooltip--inversion{background-color:#2d2d2e;background-color:var(--vkui--color_background_modal_inverse,#2d2d2e);color:#fff;color:var(--vkui--color_text_contrast_themed,#fff)}.vkuiRichTooltip--inversion .vkuiRichTooltip__arrow{color:#2d2d2e;color:var(--vkui--color_background_modal_inverse,#2d2d2e)}
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
|
|
2
|
-
230,
|
|
3
|
-
70,
|
|
4
|
-
70,
|
|
5
|
-
0.16
|
|
6
|
-
);--button_secondary_foreground:#e1e3e6;--button_secondary_foreground_highlighted:#e1e3e6;--button_tertiary_background:rgba(0, 0, 0, 0);--button_tertiary_foreground:#e1e3e6;--cell_button_foreground:#e1e3e6;--content_negative_background:rgba(230, 70, 70, 0.16);--content_placeholder_icon:#b2b2b2;--content_placeholder_text:#b2b2b2;--content_positive_background:rgba(75, 179, 75, 0.16);--content_tint_background:#333333;--content_tint_foreground:#939393;--content_warning_background:rgba(255, 202, 99, 0.16);--control_background:#555555;--control_background_secondary:#828282;--control_foreground:#e1e3e6;--control_tint:#222222;--control_tint_muted:#939393;--counter_primary_background:#ffffff;--counter_primary_text:#222222;--counter_prominent_background:#ff3347;--counter_prominent_text:#ffffff;--counter_secondary_background:#828282;--counter_secondary_text:#222222;--destructive:#ff5c5c;--dynamic_blue:#5181b8;--dynamic_gray:#aeb7c2;--dynamic_green:#4bb34b;--dynamic_neon_pink:#f45fff;--dynamic_orange:#ffa000;--dynamic_purple:#937ff5;--dynamic_raspberry_pink:#f060c0;--dynamic_red:#ff3347;--dynamic_violet:#a393f5;--feed_recommended_friend_promo_background:#6f7985;--field_background:#292929;--field_border:#424242;--field_error_background:rgba(230, 70, 70, 0.16);--field_error_border:#e64646;--field_text_placeholder:#828282;--field_valid_border:#4bb34b;--float_button_background:#555555;--float_button_background_highlighted:#656565;--float_button_border:rgba(0, 0, 0, 0.12);--float_button_foreground:#b2b2b2;--header_alternate_background:#333333;--header_alternate_tab_active_indicator:#e1e3e6;--header_alternate_tab_active_text:#e1e3e6;--header_alternate_tab_inactive_text:#828282;--header_background:#222222;--header_background_before_blur:#0a0a0a;--header_background_before_blur_alternate:#0a0a0a;--header_search_field_background:#424242;--header_search_field_tint:#b2b2b2;--header_tab_active_background:#656565;--header_tab_active_indicator:#5181b8;--header_tab_active_text:#e1e3e6;--header_tab_inactive_text:#828282;--header_text:#e1e3e6;--header_text_alternate:#e1e3e6;--header_text_secondary:rgba(255, 255, 255, 0.64);--header_tint:#e1e3e6;--header_tint_alternate:#ffffff;--icon_alpha_placeholder:#e1e3e6;--icon_medium:#939393;--icon_medium_alpha:rgba(255, 255, 255, 0.48);--icon_name:#b2b2b2;--icon_outline_medium:#b2b2b2;--icon_outline_secondary:#939393;--icon_secondary:#828282;--icon_secondary_alpha:rgba(255, 255, 255, 0.4);--icon_tertiary:#656565;--icon_tertiary_alpha:rgba(255, 255, 255, 0.24);--im_attach_tint:#ffffff;--im_bubble_border_alternate:rgba(0, 0, 0, 0);--im_bubble_border_alternate_highlighted:rgba(0, 0, 0, 0);--im_bubble_button_background:rgba(255, 255, 255, 0.16);--im_bubble_button_background_highlighted:rgba(255, 255, 255, 0.24);--im_bubble_button_foreground:#e1e3e6;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.24);--im_bubble_gift_background:#857250;--im_bubble_gift_background_highlighted:#ab9871;--im_bubble_gift_text:#ffffff;--im_bubble_gift_text_secondary:#e3d3ac;--im_bubble_incoming:#333333;--im_bubble_incoming_alternate:#333333;--im_bubble_incoming_alternate_highlighted:#656565;--im_bubble_incoming_expiring:#262b4d;--im_bubble_incoming_expiring_highlighted:#404980;--im_bubble_incoming_highlighted:#656565;--im_bubble_outgoing:#555555;--im_bubble_outgoing_alternate:#555555;--im_bubble_outgoing_alternate_highlighted:#828282;--im_bubble_outgoing_expiring:#404980;--im_bubble_outgoing_expiring_highlighted:#5965b3;--im_bubble_outgoing_highlighted:#656565;--im_bubble_wallpaper_button_background:#555555;--im_bubble_wallpaper_button_background_highlighted:#828282;--im_bubble_wallpaper_button_foreground:#e1e3e6;--im_bubble_wallpaper_incoming:#333333;--im_bubble_wallpaper_incoming_highlighted:#656565;--im_bubble_wallpaper_outgoing:#555555;--im_bubble_wallpaper_outgoing_highlighted:#656565;--im_forward_line_tint:rgba(255, 255, 255, 0.24);--im_reply_separator:#ffffff;--im_service_message_text:#828282;--im_text_name:#71aaeb;--im_toolbar_separator:#b2b2b2;--im_toolbar_voice_msg_background:#555555;--image_border:rgba(255, 255, 255, 0.08);--input_background:#424242;--input_border:#555555;--landing_background:#222222;--landing_field_background:#292929;--landing_field_border:rgba(0, 0, 0, 0);--landing_field_placeholder:#b2b2b2;--landing_login_button_background:#e1e3e6;--landing_login_button_foreground:#222222;--landing_primary_button_background:#e1e3e6;--landing_primary_button_foreground:#222222;--landing_secondary_button_background:rgba(255, 255, 255, 0.16);--landing_secondary_button_foreground:#ffffff;--landing_snippet_border:rgba(255, 255, 255, 0.16);--landing_tertiary_button_background:rgba(0, 0, 0, 0);--landing_tertiary_button_foreground:#ffffff;--landing_text_primary:#e1e3e6;--landing_text_secondary:#828282;--landing_text_title:#ffffff;--like_text_tint:#ff5c5c;--link_alternate:#939393;--loader_background:#555555;--loader_tint:#828282;--loader_track_fill:#828282;--loader_track_value_fill:#ffffff;--media_overlay_button_background:#ffffff;--media_overlay_button_foreground:#333333;--modal_card_background:#292929;--modal_card_border:rgba(255, 255, 255, 0.12);--modal_card_header_close:#ffffff;--music_playback_icon:#ffffff;--overlay_status_background:#222222;--overlay_status_foreground:#e1e3e6;--overlay_status_icon:#edeef0;--panel_tab_active_background:#555555;--panel_tab_active_text:#e1e3e6;--panel_tab_inactive_text:#828282;--placeholder_icon_background:rgba(255, 255, 255, 0.08);--placeholder_icon_background_opaque:#292929;--placeholder_icon_foreground_primary:#939393;--placeholder_icon_foreground_secondary:#656565;--placeholder_icon_tint:#ffffff;--poll_option_background:#ffffff;--primary_overlay_badge:rgba(255, 255, 255, 0.4);--search_bar_background:#222222;--search_bar_field_background:#424242;--search_bar_field_tint:#b2b2b2;--search_bar_segmented_control_tint:#939393;--secondary_overlay_badge:rgba(255, 255, 255, 0.16);--segmented_control_bar_background:#222222;--segmented_control_tint:#828282;--selection_off_icon:#656565;--separator_alpha:rgba(255, 255, 255, 0.16);--separator_alternate:#333333;--separator_common:#424242;--skeleton_foreground_from:#292929;--skeleton_foreground_to:#333333;--skeleton_shimmer_from:#222222;--skeleton_shimmer_to:rgba(0, 0, 0, 0);--snippet_background:rgba(255, 255, 255, 0.04);--snippet_border:rgba(255, 255, 255, 0.16);--snippet_icon_tertiary:#656565;--splashscreen_icon:#333333;--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0);--stories_create_button_background_from:#424242;--stories_create_button_background_to:#424242;--stories_create_button_foreground:#cccccc;--stories_create_button_icon_background:#555555;--stories_skeleton_loader_background:#555555;--switch_ios_off_border:#333333;--tabbar_active_icon:#ffffff;--tabbar_background:#333333;--tabbar_inactive_icon:#828282;--tabbar_tablet_active_icon:#5181b8;--tabbar_tablet_background:#292929;--tabbar_tablet_inactive_icon:#828282;--tabbar_tablet_text_primary:#e1e3e6;--tabbar_tablet_text_secondary:#828282;--text_action_counter:#b2b2b2;--text_link:#71aaeb;--text_link_highlighted_background:#5181b8;--text_muted:#cccccc;--text_name:#e1e3e6;--text_placeholder:#b2b2b2;--text_primary:#e1e3e6;--text_secondary:#828282;--text_subhead:#939393;--text_tertiary:#656565;--toolbar_attach_background_from:#828282;--toolbar_attach_background_to:#656565;--vk_connect_button_primary_background:#e1e3e6;--vk_connect_button_primary_foreground:#222222;--vk_connect_button_secondary_background:#555555;--vk_connect_button_secondary_foreground:#e1e3e6;--writebar_icon:#e1e3e6}
|
|
1
|
+
.vkuivkcom_dark,[scheme=vkcom_dark],body[scheme=vkcom_dark]{--accent:#71aaeb;--accent_alternate:#fff;--action_sheet_action_foreground:#fff;--action_sheet_separator:hsla(0,0%,100%,.16);--activity_indicator_tint:#656565;--attach_picker_tab_active_background:#e1e3e6;--attach_picker_tab_active_icon:#222;--attach_picker_tab_active_text:#e1e3e6;--attach_picker_tab_inactive_background:#333;--attach_picker_tab_inactive_icon:#e1e3e6;--attach_picker_tab_inactive_text:#828282;--background_content:#222;--background_highlighted:hsla(0,0%,100%,.12);--background_hover:hsla(0,0%,100%,.08);--background_keyboard:#333;--background_light:#292929;--background_page:#141414;--background_suggestions:#333;--background_text_highlighted:rgba(81,129,184,.2);--button_bot_shadow:#222;--button_commerce_background:#4bb34b;--button_commerce_foreground:#fff;--button_muted_background:#333;--button_muted_foreground:#e1e3e6;--button_outline_border:#e1e3e6;--button_outline_foreground:#e1e3e6;--button_primary_background:#e1e3e6;--button_primary_foreground:#222;--button_secondary_background:#555;--button_secondary_background_highlighted:#656565;--button_secondary_destructive_background:#555;--button_secondary_destructive_background_highlighted:rgba(85,85,85,.6);--button_secondary_destructive_foreground:#ff5c5c;--button_secondary_destructive_foreground_highlighted:rgba(230,70,70,.16);--button_secondary_foreground:#e1e3e6;--button_secondary_foreground_highlighted:#e1e3e6;--button_tertiary_background:transparent;--button_tertiary_foreground:#e1e3e6;--cell_button_foreground:#e1e3e6;--content_negative_background:rgba(230,70,70,.16);--content_placeholder_icon:#b2b2b2;--content_placeholder_text:#b2b2b2;--content_positive_background:rgba(75,179,75,.16);--content_tint_background:#333;--content_tint_foreground:#939393;--content_warning_background:rgba(255,202,99,.16);--control_background:#555;--control_background_secondary:#828282;--control_foreground:#e1e3e6;--control_tint:#222;--control_tint_muted:#939393;--counter_primary_background:#fff;--counter_primary_text:#222;--counter_prominent_background:#ff3347;--counter_prominent_text:#fff;--counter_secondary_background:#828282;--counter_secondary_text:#222;--destructive:#ff5c5c;--dynamic_blue:#5181b8;--dynamic_gray:#aeb7c2;--dynamic_green:#4bb34b;--dynamic_neon_pink:#f45fff;--dynamic_orange:#ffa000;--dynamic_purple:#937ff5;--dynamic_raspberry_pink:#f060c0;--dynamic_red:#ff3347;--dynamic_violet:#a393f5;--feed_recommended_friend_promo_background:#6f7985;--field_background:#292929;--field_border:#424242;--field_error_background:rgba(230,70,70,.16);--field_error_border:#e64646;--field_text_placeholder:#828282;--field_valid_border:#4bb34b;--float_button_background:#555;--float_button_background_highlighted:#656565;--float_button_border:rgba(0,0,0,.12);--float_button_foreground:#b2b2b2;--header_alternate_background:#333;--header_alternate_tab_active_indicator:#e1e3e6;--header_alternate_tab_active_text:#e1e3e6;--header_alternate_tab_inactive_text:#828282;--header_background:#222;--header_background_before_blur:#0a0a0a;--header_background_before_blur_alternate:#0a0a0a;--header_search_field_background:#424242;--header_search_field_tint:#b2b2b2;--header_tab_active_background:#656565;--header_tab_active_indicator:#5181b8;--header_tab_active_text:#e1e3e6;--header_tab_inactive_text:#828282;--header_text:#e1e3e6;--header_text_alternate:#e1e3e6;--header_text_secondary:hsla(0,0%,100%,.64);--header_tint:#e1e3e6;--header_tint_alternate:#fff;--icon_alpha_placeholder:#e1e3e6;--icon_medium:#939393;--icon_medium_alpha:hsla(0,0%,100%,.48);--icon_name:#b2b2b2;--icon_outline_medium:#b2b2b2;--icon_outline_secondary:#939393;--icon_secondary:#828282;--icon_secondary_alpha:hsla(0,0%,100%,.4);--icon_tertiary:#656565;--icon_tertiary_alpha:hsla(0,0%,100%,.24);--im_attach_tint:#fff;--im_bubble_border_alternate:transparent;--im_bubble_border_alternate_highlighted:transparent;--im_bubble_button_background:hsla(0,0%,100%,.16);--im_bubble_button_background_highlighted:hsla(0,0%,100%,.24);--im_bubble_button_foreground:#e1e3e6;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.24);--im_bubble_gift_background:#857250;--im_bubble_gift_background_highlighted:#ab9871;--im_bubble_gift_text:#fff;--im_bubble_gift_text_secondary:#e3d3ac;--im_bubble_incoming:#333;--im_bubble_incoming_alternate:#333;--im_bubble_incoming_alternate_highlighted:#656565;--im_bubble_incoming_expiring:#262b4d;--im_bubble_incoming_expiring_highlighted:#404980;--im_bubble_incoming_highlighted:#656565;--im_bubble_outgoing:#555;--im_bubble_outgoing_alternate:#555;--im_bubble_outgoing_alternate_highlighted:#828282;--im_bubble_outgoing_expiring:#404980;--im_bubble_outgoing_expiring_highlighted:#5965b3;--im_bubble_outgoing_highlighted:#656565;--im_bubble_wallpaper_button_background:#555;--im_bubble_wallpaper_button_background_highlighted:#828282;--im_bubble_wallpaper_button_foreground:#e1e3e6;--im_bubble_wallpaper_incoming:#333;--im_bubble_wallpaper_incoming_highlighted:#656565;--im_bubble_wallpaper_outgoing:#555;--im_bubble_wallpaper_outgoing_highlighted:#656565;--im_forward_line_tint:hsla(0,0%,100%,.24);--im_reply_separator:#fff;--im_service_message_text:#828282;--im_text_name:#71aaeb;--im_toolbar_separator:#b2b2b2;--im_toolbar_voice_msg_background:#555;--image_border:hsla(0,0%,100%,.08);--input_background:#424242;--input_border:#555;--landing_background:#222;--landing_field_background:#292929;--landing_field_border:transparent;--landing_field_placeholder:#b2b2b2;--landing_login_button_background:#e1e3e6;--landing_login_button_foreground:#222;--landing_primary_button_background:#e1e3e6;--landing_primary_button_foreground:#222;--landing_secondary_button_background:hsla(0,0%,100%,.16);--landing_secondary_button_foreground:#fff;--landing_snippet_border:hsla(0,0%,100%,.16);--landing_tertiary_button_background:transparent;--landing_tertiary_button_foreground:#fff;--landing_text_primary:#e1e3e6;--landing_text_secondary:#828282;--landing_text_title:#fff;--like_text_tint:#ff5c5c;--link_alternate:#939393;--loader_background:#555;--loader_tint:#828282;--loader_track_fill:#828282;--loader_track_value_fill:#fff;--media_overlay_button_background:#fff;--media_overlay_button_foreground:#333;--modal_card_background:#292929;--modal_card_border:hsla(0,0%,100%,.12);--modal_card_header_close:#fff;--music_playback_icon:#fff;--overlay_status_background:#222;--overlay_status_foreground:#e1e3e6;--overlay_status_icon:#edeef0;--panel_tab_active_background:#555;--panel_tab_active_text:#e1e3e6;--panel_tab_inactive_text:#828282;--placeholder_icon_background:hsla(0,0%,100%,.08);--placeholder_icon_background_opaque:#292929;--placeholder_icon_foreground_primary:#939393;--placeholder_icon_foreground_secondary:#656565;--placeholder_icon_tint:#fff;--poll_option_background:#fff;--primary_overlay_badge:hsla(0,0%,100%,.4);--search_bar_background:#222;--search_bar_field_background:#424242;--search_bar_field_tint:#b2b2b2;--search_bar_segmented_control_tint:#939393;--secondary_overlay_badge:hsla(0,0%,100%,.16);--segmented_control_bar_background:#222;--segmented_control_tint:#828282;--selection_off_icon:#656565;--separator_alpha:hsla(0,0%,100%,.16);--separator_alternate:#333;--separator_common:#424242;--skeleton_foreground_from:#292929;--skeleton_foreground_to:#333;--skeleton_shimmer_from:#222;--skeleton_shimmer_to:transparent;--snippet_background:hsla(0,0%,100%,.04);--snippet_border:hsla(0,0%,100%,.16);--snippet_icon_tertiary:#656565;--splashscreen_icon:#333;--statusbar_alternate_legacy_background:transparent;--stories_create_button_background_from:#424242;--stories_create_button_background_to:#424242;--stories_create_button_foreground:#ccc;--stories_create_button_icon_background:#555;--stories_skeleton_loader_background:#555;--switch_ios_off_border:#333;--tabbar_active_icon:#fff;--tabbar_background:#333;--tabbar_inactive_icon:#828282;--tabbar_tablet_active_icon:#5181b8;--tabbar_tablet_background:#292929;--tabbar_tablet_inactive_icon:#828282;--tabbar_tablet_text_primary:#e1e3e6;--tabbar_tablet_text_secondary:#828282;--text_action_counter:#b2b2b2;--text_link:#71aaeb;--text_link_highlighted_background:#5181b8;--text_muted:#ccc;--text_name:#e1e3e6;--text_placeholder:#b2b2b2;--text_primary:#e1e3e6;--text_secondary:#828282;--text_subhead:#939393;--text_tertiary:#656565;--toolbar_attach_background_from:#828282;--toolbar_attach_background_to:#656565;--vk_connect_button_primary_background:#e1e3e6;--vk_connect_button_primary_foreground:#222;--vk_connect_button_secondary_background:#555;--vk_connect_button_secondary_foreground:#e1e3e6;--writebar_icon:#e1e3e6}
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
|
|
2
|
-
230,
|
|
3
|
-
70,
|
|
4
|
-
70,
|
|
5
|
-
0.12
|
|
6
|
-
);--button_secondary_destructive_foreground:#e64646;--button_secondary_destructive_foreground_highlighted:rgba(
|
|
7
|
-
230,
|
|
8
|
-
70,
|
|
9
|
-
70,
|
|
10
|
-
0.12
|
|
11
|
-
);--button_secondary_foreground:#55677d;--button_secondary_foreground_highlighted:#55677d;--button_tertiary_background:rgba(0, 0, 0, 0);--button_tertiary_foreground:#2a5885;--cell_button_foreground:#2a5885;--content_negative_background:#faebeb;--content_placeholder_icon:#99a2ad;--content_placeholder_text:#818c99;--content_positive_background:#def0d3;--content_tint_background:#f0f2f5;--content_tint_foreground:#828282;--content_warning_background:#faefd2;--control_background:#edeef0;--control_background_secondary:#ffffff;--control_foreground:#5181b8;--control_tint:#ffffff;--control_tint_muted:#828282;--counter_primary_background:#5181b8;--counter_primary_text:#ffffff;--counter_prominent_background:#ff3347;--counter_prominent_text:#ffffff;--counter_secondary_background:#99a2ad;--counter_secondary_text:#ffffff;--destructive:#e64646;--dynamic_blue:#5181b8;--dynamic_gray:#aeb7c2;--dynamic_green:#1b7a1b;--dynamic_neon_pink:#f45fff;--dynamic_orange:#ffa000;--dynamic_purple:#735ce6;--dynamic_raspberry_pink:#e03fab;--dynamic_red:#ff3347;--dynamic_violet:#792ec0;--feed_recommended_friend_promo_background:#5181b8;--field_background:#f7f8fa;--field_border:#dce1e6;--field_error_background:#faebeb;--field_error_border:#e64646;--field_text_placeholder:#818c99;--field_valid_border:#4bb34b;--float_button_background:#f7f8fa;--float_button_background_highlighted:#edeef0;--float_button_border:rgba(0, 0, 0, 0.08);--float_button_foreground:#99a2ad;--header_alternate_background:#ffffff;--header_alternate_tab_active_indicator:#5181b8;--header_alternate_tab_active_text:#000000;--header_alternate_tab_inactive_text:#99a2ad;--header_background:#ffffff;--header_background_before_blur:#ffffff;--header_background_before_blur_alternate:#ffffff;--header_search_field_background:#edeef0;--header_search_field_tint:#818c99;--header_tab_active_background:rgba(0, 0, 0, 0);--header_tab_active_indicator:#5181b8;--header_tab_active_text:#000000;--header_tab_inactive_text:#99a2ad;--header_text:#000000;--header_text_alternate:#000000;--header_text_secondary:#818c99;--header_tint:#aeb7c2;--header_tint_alternate:#0077ff;--icon_alpha_placeholder:#ffffff;--icon_medium:#6f7985;--icon_medium_alpha:rgba(0, 0, 0, 0.48);--icon_name:#8fadc8;--icon_outline_medium:#818c99;--icon_outline_secondary:#99a2ad;--icon_secondary:#99a2ad;--icon_secondary_alpha:rgba(0, 0, 0, 0.36);--icon_tertiary:#aeb7c2;--icon_tertiary_alpha:rgba(0, 0, 0, 0.24);--im_attach_tint:#5181b8;--im_bubble_border_alternate:#dce1e6;--im_bubble_border_alternate_highlighted:#cccccc;--im_bubble_button_background:#f7f8fa;--im_bubble_button_background_highlighted:#cccccc;--im_bubble_button_foreground:#000000;--im_bubble_button_outgoing_background:rgba(255, 255, 255, 0.72);--im_bubble_gift_background:#f4e7c3;--im_bubble_gift_background_highlighted:#e3d3ac;--im_bubble_gift_text:#857250;--im_bubble_gift_text_secondary:#ab9871;--im_bubble_incoming:#edeef0;--im_bubble_incoming_alternate:#ffffff;--im_bubble_incoming_alternate_highlighted:#f7f8fa;--im_bubble_incoming_expiring:#e6e9ff;--im_bubble_incoming_expiring_highlighted:#ccd3ff;--im_bubble_incoming_highlighted:#d3d9de;--im_bubble_outgoing:#cce4ff;--im_bubble_outgoing_alternate:#ffffff;--im_bubble_outgoing_alternate_highlighted:#f0f2f5;--im_bubble_outgoing_expiring:#ccd3ff;--im_bubble_outgoing_expiring_highlighted:#adb8ff;--im_bubble_outgoing_highlighted:#add3ff;--im_bubble_wallpaper_button_background:#f0f2f5;--im_bubble_wallpaper_button_background_highlighted:#e7e8ec;--im_bubble_wallpaper_button_foreground:#000000;--im_bubble_wallpaper_incoming:#ffffff;--im_bubble_wallpaper_incoming_highlighted:#edeef0;--im_bubble_wallpaper_outgoing:#cce4ff;--im_bubble_wallpaper_outgoing_highlighted:#add3ff;--im_forward_line_tint:rgba(0, 20, 51, 0.12);--im_reply_separator:#2a5885;--im_service_message_text:#818c99;--im_text_name:#2a5885;--im_toolbar_separator:#001c3d;--im_toolbar_voice_msg_background:#99a2ad;--image_border:rgba(0, 0, 0, 0.08);--input_background:#ffffff;--input_border:#d3d9de;--landing_background:#ffffff;--landing_field_background:#f7f8fa;--landing_field_border:rgba(0, 0, 0, 0);--landing_field_placeholder:#818c99;--landing_login_button_background:#5181b8;--landing_login_button_foreground:#ffffff;--landing_primary_button_background:#5181b8;--landing_primary_button_foreground:#ffffff;--landing_secondary_button_background:rgba(0, 57, 115, 0.1);--landing_secondary_button_foreground:#5181b8;--landing_snippet_border:rgba(0, 0, 0, 0.12);--landing_tertiary_button_background:rgba(0, 0, 0, 0);--landing_tertiary_button_foreground:#5181b8;--landing_text_primary:#000000;--landing_text_secondary:#818c99;--landing_text_title:#5181b8;--like_text_tint:#ff3347;--link_alternate:#2a5885;--loader_background:#edeef0;--loader_tint:#c5d0db;--loader_track_fill:#d3d9de;--loader_track_value_fill:#5181b8;--media_overlay_button_background:#ffffff;--media_overlay_button_foreground:#333333;--modal_card_background:#ffffff;--modal_card_border:rgba(0, 0, 0, 0);--modal_card_header_close:#000000;--music_playback_icon:#000000;--overlay_status_background:#edeef0;--overlay_status_foreground:#6f7985;--overlay_status_icon:#818c99;--panel_tab_active_background:#edeef0;--panel_tab_active_text:#4e5966;--panel_tab_inactive_text:#6f7985;--placeholder_icon_background:rgba(0, 28, 61, 0.08);--placeholder_icon_background_opaque:#f0f2f5;--placeholder_icon_foreground_primary:#99a2ad;--placeholder_icon_foreground_secondary:#aeb7c2;--placeholder_icon_tint:#1d3a5c;--poll_option_background:#5181b8;--primary_overlay_badge:rgba(0, 0, 0, 0.56);--search_bar_background:rgba(0, 0, 0, 0);--search_bar_field_background:#edeef0;--search_bar_field_tint:#818c99;--search_bar_segmented_control_tint:#818c99;--secondary_overlay_badge:rgba(0, 0, 0, 0.24);--segmented_control_bar_background:rgba(0, 0, 0, 0);--segmented_control_tint:#99a2ad;--selection_off_icon:#c5d0db;--separator_alpha:rgba(0, 0, 0, 0.12);--separator_alternate:#e7e8ec;--separator_common:#dce1e6;--skeleton_foreground_from:#f0f2f5;--skeleton_foreground_to:#edeef0;--skeleton_shimmer_from:#ffffff;--skeleton_shimmer_to:rgba(255, 255, 255, 0);--snippet_background:#ffffff;--snippet_border:rgba(0, 0, 0, 0.12);--snippet_icon_tertiary:#aeb7c2;--splashscreen_icon:#dce1e6;--statusbar_alternate_legacy_background:rgba(0, 0, 0, 0.24);--stories_create_button_background_from:#f0f2f5;--stories_create_button_background_to:#dce1e6;--stories_create_button_foreground:#6f7985;--stories_create_button_icon_background:#ffffff;--stories_skeleton_loader_background:#cccccc;--switch_ios_off_border:#dce1e6;--tabbar_active_icon:#5181b8;--tabbar_background:#f7f8fa;--tabbar_inactive_icon:#99a2ad;--tabbar_tablet_active_icon:#5181b8;--tabbar_tablet_background:#f7f8fa;--tabbar_tablet_inactive_icon:#99a2ad;--tabbar_tablet_text_primary:#000000;--tabbar_tablet_text_secondary:#818c99;--text_action_counter:#818c99;--text_link:#2a5885;--text_link_highlighted_background:#000000;--text_muted:#333333;--text_name:#2a5885;--text_placeholder:#818c99;--text_primary:#000000;--text_secondary:#818c99;--text_subhead:#626d7a;--text_tertiary:#99a2ad;--toolbar_attach_background_from:#dce1e6;--toolbar_attach_background_to:#aeb7c2;--vk_connect_button_primary_background:#222222;--vk_connect_button_primary_foreground:#ffffff;--vk_connect_button_secondary_background:#f5f5f5;--vk_connect_button_secondary_foreground:#222222;--writebar_icon:#818c99}
|
|
1
|
+
.vkuivkcom_light,[scheme=vkcom_light],body[scheme=vkcom_light]{--accent:#5181b8;--accent_alternate:#07f;--action_sheet_action_foreground:#5181b8;--action_sheet_separator:rgba(0,0,0,.12);--activity_indicator_tint:#aeb7c2;--attach_picker_tab_active_background:#5181b8;--attach_picker_tab_active_icon:#fff;--attach_picker_tab_active_text:#5181b8;--attach_picker_tab_inactive_background:#f5f5f5;--attach_picker_tab_inactive_icon:#818c99;--attach_picker_tab_inactive_text:#818c99;--background_content:#fff;--background_highlighted:rgba(174,183,194,.16);--background_hover:rgba(174,183,194,.12);--background_keyboard:#dce1e6;--background_light:#fafbfc;--background_page:#edeef0;--background_suggestions:#fff;--background_text_highlighted:rgba(81,129,184,.2);--button_bot_shadow:#ccc;--button_commerce_background:#4bb34b;--button_commerce_foreground:#fff;--button_muted_background:#e5ebf1;--button_muted_foreground:#55677d;--button_outline_border:#2a5885;--button_outline_foreground:#2a5885;--button_primary_background:#5181b8;--button_primary_foreground:#fff;--button_secondary_background:#e5ebf1;--button_secondary_background_highlighted:#dae2ea;--button_secondary_destructive_background:rgba(230,70,70,.16);--button_secondary_destructive_background_highlighted:rgba(230,70,70,.12);--button_secondary_destructive_foreground:#e64646;--button_secondary_destructive_foreground_highlighted:rgba(230,70,70,.12);--button_secondary_foreground:#55677d;--button_secondary_foreground_highlighted:#55677d;--button_tertiary_background:transparent;--button_tertiary_foreground:#2a5885;--cell_button_foreground:#2a5885;--content_negative_background:#faebeb;--content_placeholder_icon:#99a2ad;--content_placeholder_text:#818c99;--content_positive_background:#def0d3;--content_tint_background:#f0f2f5;--content_tint_foreground:#828282;--content_warning_background:#faefd2;--control_background:#edeef0;--control_background_secondary:#fff;--control_foreground:#5181b8;--control_tint:#fff;--control_tint_muted:#828282;--counter_primary_background:#5181b8;--counter_primary_text:#fff;--counter_prominent_background:#ff3347;--counter_prominent_text:#fff;--counter_secondary_background:#99a2ad;--counter_secondary_text:#fff;--destructive:#e64646;--dynamic_blue:#5181b8;--dynamic_gray:#aeb7c2;--dynamic_green:#1b7a1b;--dynamic_neon_pink:#f45fff;--dynamic_orange:#ffa000;--dynamic_purple:#735ce6;--dynamic_raspberry_pink:#e03fab;--dynamic_red:#ff3347;--dynamic_violet:#792ec0;--feed_recommended_friend_promo_background:#5181b8;--field_background:#f7f8fa;--field_border:#dce1e6;--field_error_background:#faebeb;--field_error_border:#e64646;--field_text_placeholder:#818c99;--field_valid_border:#4bb34b;--float_button_background:#f7f8fa;--float_button_background_highlighted:#edeef0;--float_button_border:rgba(0,0,0,.08);--float_button_foreground:#99a2ad;--header_alternate_background:#fff;--header_alternate_tab_active_indicator:#5181b8;--header_alternate_tab_active_text:#000;--header_alternate_tab_inactive_text:#99a2ad;--header_background:#fff;--header_background_before_blur:#fff;--header_background_before_blur_alternate:#fff;--header_search_field_background:#edeef0;--header_search_field_tint:#818c99;--header_tab_active_background:transparent;--header_tab_active_indicator:#5181b8;--header_tab_active_text:#000;--header_tab_inactive_text:#99a2ad;--header_text:#000;--header_text_alternate:#000;--header_text_secondary:#818c99;--header_tint:#aeb7c2;--header_tint_alternate:#07f;--icon_alpha_placeholder:#fff;--icon_medium:#6f7985;--icon_medium_alpha:rgba(0,0,0,.48);--icon_name:#8fadc8;--icon_outline_medium:#818c99;--icon_outline_secondary:#99a2ad;--icon_secondary:#99a2ad;--icon_secondary_alpha:rgba(0,0,0,.36);--icon_tertiary:#aeb7c2;--icon_tertiary_alpha:rgba(0,0,0,.24);--im_attach_tint:#5181b8;--im_bubble_border_alternate:#dce1e6;--im_bubble_border_alternate_highlighted:#ccc;--im_bubble_button_background:#f7f8fa;--im_bubble_button_background_highlighted:#ccc;--im_bubble_button_foreground:#000;--im_bubble_button_outgoing_background:hsla(0,0%,100%,.72);--im_bubble_gift_background:#f4e7c3;--im_bubble_gift_background_highlighted:#e3d3ac;--im_bubble_gift_text:#857250;--im_bubble_gift_text_secondary:#ab9871;--im_bubble_incoming:#edeef0;--im_bubble_incoming_alternate:#fff;--im_bubble_incoming_alternate_highlighted:#f7f8fa;--im_bubble_incoming_expiring:#e6e9ff;--im_bubble_incoming_expiring_highlighted:#ccd3ff;--im_bubble_incoming_highlighted:#d3d9de;--im_bubble_outgoing:#cce4ff;--im_bubble_outgoing_alternate:#fff;--im_bubble_outgoing_alternate_highlighted:#f0f2f5;--im_bubble_outgoing_expiring:#ccd3ff;--im_bubble_outgoing_expiring_highlighted:#adb8ff;--im_bubble_outgoing_highlighted:#add3ff;--im_bubble_wallpaper_button_background:#f0f2f5;--im_bubble_wallpaper_button_background_highlighted:#e7e8ec;--im_bubble_wallpaper_button_foreground:#000;--im_bubble_wallpaper_incoming:#fff;--im_bubble_wallpaper_incoming_highlighted:#edeef0;--im_bubble_wallpaper_outgoing:#cce4ff;--im_bubble_wallpaper_outgoing_highlighted:#add3ff;--im_forward_line_tint:rgba(0,20,51,.12);--im_reply_separator:#2a5885;--im_service_message_text:#818c99;--im_text_name:#2a5885;--im_toolbar_separator:#001c3d;--im_toolbar_voice_msg_background:#99a2ad;--image_border:rgba(0,0,0,.08);--input_background:#fff;--input_border:#d3d9de;--landing_background:#fff;--landing_field_background:#f7f8fa;--landing_field_border:transparent;--landing_field_placeholder:#818c99;--landing_login_button_background:#5181b8;--landing_login_button_foreground:#fff;--landing_primary_button_background:#5181b8;--landing_primary_button_foreground:#fff;--landing_secondary_button_background:rgba(0,57,115,.1);--landing_secondary_button_foreground:#5181b8;--landing_snippet_border:rgba(0,0,0,.12);--landing_tertiary_button_background:transparent;--landing_tertiary_button_foreground:#5181b8;--landing_text_primary:#000;--landing_text_secondary:#818c99;--landing_text_title:#5181b8;--like_text_tint:#ff3347;--link_alternate:#2a5885;--loader_background:#edeef0;--loader_tint:#c5d0db;--loader_track_fill:#d3d9de;--loader_track_value_fill:#5181b8;--media_overlay_button_background:#fff;--media_overlay_button_foreground:#333;--modal_card_background:#fff;--modal_card_border:transparent;--modal_card_header_close:#000;--music_playback_icon:#000;--overlay_status_background:#edeef0;--overlay_status_foreground:#6f7985;--overlay_status_icon:#818c99;--panel_tab_active_background:#edeef0;--panel_tab_active_text:#4e5966;--panel_tab_inactive_text:#6f7985;--placeholder_icon_background:rgba(0,28,61,.08);--placeholder_icon_background_opaque:#f0f2f5;--placeholder_icon_foreground_primary:#99a2ad;--placeholder_icon_foreground_secondary:#aeb7c2;--placeholder_icon_tint:#1d3a5c;--poll_option_background:#5181b8;--primary_overlay_badge:rgba(0,0,0,.56);--search_bar_background:transparent;--search_bar_field_background:#edeef0;--search_bar_field_tint:#818c99;--search_bar_segmented_control_tint:#818c99;--secondary_overlay_badge:rgba(0,0,0,.24);--segmented_control_bar_background:transparent;--segmented_control_tint:#99a2ad;--selection_off_icon:#c5d0db;--separator_alpha:rgba(0,0,0,.12);--separator_alternate:#e7e8ec;--separator_common:#dce1e6;--skeleton_foreground_from:#f0f2f5;--skeleton_foreground_to:#edeef0;--skeleton_shimmer_from:#fff;--skeleton_shimmer_to:hsla(0,0%,100%,0);--snippet_background:#fff;--snippet_border:rgba(0,0,0,.12);--snippet_icon_tertiary:#aeb7c2;--splashscreen_icon:#dce1e6;--statusbar_alternate_legacy_background:rgba(0,0,0,.24);--stories_create_button_background_from:#f0f2f5;--stories_create_button_background_to:#dce1e6;--stories_create_button_foreground:#6f7985;--stories_create_button_icon_background:#fff;--stories_skeleton_loader_background:#ccc;--switch_ios_off_border:#dce1e6;--tabbar_active_icon:#5181b8;--tabbar_background:#f7f8fa;--tabbar_inactive_icon:#99a2ad;--tabbar_tablet_active_icon:#5181b8;--tabbar_tablet_background:#f7f8fa;--tabbar_tablet_inactive_icon:#99a2ad;--tabbar_tablet_text_primary:#000;--tabbar_tablet_text_secondary:#818c99;--text_action_counter:#818c99;--text_link:#2a5885;--text_link_highlighted_background:#000;--text_muted:#333;--text_name:#2a5885;--text_placeholder:#818c99;--text_primary:#000;--text_secondary:#818c99;--text_subhead:#626d7a;--text_tertiary:#99a2ad;--toolbar_attach_background_from:#dce1e6;--toolbar_attach_background_to:#aeb7c2;--vk_connect_button_primary_background:#222;--vk_connect_button_primary_foreground:#fff;--vk_connect_button_secondary_background:#f5f5f5;--vk_connect_button_secondary_foreground:#222;--writebar_icon:#818c99}
|
|
@@ -16,6 +16,8 @@ export { CardScroll } from "../components/CardScroll/CardScroll";
|
|
|
16
16
|
export type { CardScrollProps } from "../components/CardScroll/CardScroll";
|
|
17
17
|
export { Group } from "../components/Group/Group";
|
|
18
18
|
export type { GroupProps } from "../components/Group/Group";
|
|
19
|
+
export { WriteBar } from "../components/WriteBar/WriteBar";
|
|
20
|
+
export type { WriteBarProps } from "../components/WriteBar/WriteBar";
|
|
19
21
|
export { Cell } from "../components/Cell/Cell";
|
|
20
22
|
export type { CellProps } from "../components/Cell/Cell";
|
|
21
23
|
export { GridAvatar } from "../components/GridAvatar/GridAvatar";
|
|
@@ -26,6 +28,8 @@ export { IconButton } from "../components/IconButton/IconButton";
|
|
|
26
28
|
export type { IconButtonProps } from "../components/IconButton/IconButton";
|
|
27
29
|
export { InitialsAvatar } from "../components/InitialsAvatar/InitialsAvatar";
|
|
28
30
|
export type { InitialsAvatarProps } from "../components/InitialsAvatar/InitialsAvatar";
|
|
31
|
+
export { Epic } from "../components/Epic/Epic";
|
|
32
|
+
export type { EpicProps } from "../components/Epic/Epic";
|
|
29
33
|
export { InfoRow } from "../components/InfoRow/InfoRow";
|
|
30
34
|
export type { InfoRowProps } from "../components/InfoRow/InfoRow";
|
|
31
35
|
export { ModalCardBase } from "../components/ModalCardBase/ModalCardBase";
|
|
@@ -34,10 +38,16 @@ export { ModalCard } from "../components/ModalCard/ModalCard";
|
|
|
34
38
|
export type { ModalCardProps } from "../components/ModalCard/ModalCard";
|
|
35
39
|
export { Link } from "../components/Link/Link";
|
|
36
40
|
export type { LinkProps } from "../components/Link/Link";
|
|
41
|
+
export { SimpleCell } from "../components/SimpleCell/SimpleCell";
|
|
42
|
+
export type { SimpleCellProps } from "../components/SimpleCell/SimpleCell";
|
|
37
43
|
export { ButtonGroup } from "../components/ButtonGroup/ButtonGroup";
|
|
38
44
|
export type { ButtonGroupProps } from "../components/ButtonGroup/ButtonGroup";
|
|
39
45
|
export { Switch } from "../components/Switch/Switch";
|
|
40
46
|
export type { SwitchProps } from "../components/Switch/Switch";
|
|
47
|
+
export { Tabs } from "../components/Tabs/Tabs";
|
|
48
|
+
export type { TabsProps } from "../components/Tabs/Tabs";
|
|
49
|
+
export { TabsItem } from "../components/TabsItem/TabsItem";
|
|
50
|
+
export type { TabsItemProps } from "../components/TabsItem/TabsItem";
|
|
41
51
|
export { Footnote } from "../components/Typography/Footnote/Footnote";
|
|
42
52
|
export type { FootnoteProps } from "../components/Typography/Footnote/Footnote";
|
|
43
53
|
export { Radio } from "../components/Radio/Radio";
|
|
@@ -52,6 +62,12 @@ export { Tappable } from "../components/Tappable/Tappable";
|
|
|
52
62
|
export type { TappableProps } from "../components/Tappable/Tappable";
|
|
53
63
|
export { Textarea } from "../components/Textarea/Textarea";
|
|
54
64
|
export type { TextareaProps } from "../components/Textarea/Textarea";
|
|
65
|
+
export { Tooltip } from "../components/Tooltip/Tooltip";
|
|
66
|
+
export type { TooltipProps } from "../components/Tooltip/Tooltip";
|
|
67
|
+
export { TextTooltip } from "../components/TextTooltip/TextTooltip";
|
|
68
|
+
export type { TextTooltipProps } from "../components/TextTooltip/TextTooltip";
|
|
69
|
+
export { RichTooltip } from "../components/RichTooltip/RichTooltip";
|
|
70
|
+
export type { RichTooltipProps } from "../components/RichTooltip/RichTooltip";
|
|
55
71
|
export { Title } from "../components/Typography/Title/Title";
|
|
56
72
|
export type { TitleProps } from "../components/Typography/Title/Title";
|
|
57
73
|
export { Subhead } from "../components/Typography/Subhead/Subhead";
|
|
@@ -100,6 +116,8 @@ export { Select } from "../components/Select/Select";
|
|
|
100
116
|
export type { SelectProps } from "../components/Select/Select";
|
|
101
117
|
export { View } from "../components/View/View";
|
|
102
118
|
export type { ViewProps } from "../components/View/View";
|
|
119
|
+
export { HorizontalCell } from "../components/HorizontalCell/HorizontalCell";
|
|
120
|
+
export type { HorizontalCellProps } from "../components/HorizontalCell/HorizontalCell";
|
|
103
121
|
export { Spinner } from "../components/Spinner/Spinner";
|
|
104
122
|
export type { SpinnerProps } from "../components/Spinner/Spinner";
|
|
105
123
|
export { ContentCard } from "../components/ContentCard/ContentCard";
|
|
@@ -122,6 +140,8 @@ export { ChipsSelect } from "../components/ChipsSelect/ChipsSelect";
|
|
|
122
140
|
export type { ChipsSelectProps } from "../components/ChipsSelect/ChipsSelect";
|
|
123
141
|
export { Spacing } from "../components/Spacing/Spacing";
|
|
124
142
|
export type { SpacingProps } from "../components/Spacing/Spacing";
|
|
143
|
+
export { SplitLayout } from "../components/SplitLayout/SplitLayout";
|
|
144
|
+
export type { SplitLayoutProps } from "../components/SplitLayout/SplitLayout";
|
|
125
145
|
export { SplitCol } from "../components/SplitCol/SplitCol";
|
|
126
146
|
export type { SplitColProps } from "../components/SplitCol/SplitCol";
|
|
127
147
|
export { Root } from "../components/Root/Root";
|
|
@@ -134,6 +154,8 @@ export { Banner } from "../components/Banner/Banner";
|
|
|
134
154
|
export type { BannerProps } from "../components/Banner/Banner";
|
|
135
155
|
export { FixedLayout } from "../components/FixedLayout/FixedLayout";
|
|
136
156
|
export type { FixedLayoutProps } from "../components/FixedLayout/FixedLayout";
|
|
157
|
+
export { Snackbar } from "../components/Snackbar/Snackbar";
|
|
158
|
+
export type { SnackbarProps } from "../components/Snackbar/Snackbar";
|
|
137
159
|
export { Counter } from "../components/Counter/Counter";
|
|
138
160
|
export type { CounterProps } from "../components/Counter/Counter";
|
|
139
161
|
export { Progress } from "../components/Progress/Progress";
|
|
@@ -150,5 +172,9 @@ export { DateRangeInput } from "../components/DateRangeInput/DateRangeInput";
|
|
|
150
172
|
export type { DateRangeInputProps } from "../components/DateRangeInput/DateRangeInput";
|
|
151
173
|
export { Footer } from "../components/Footer/Footer";
|
|
152
174
|
export type { FooterProps } from "../components/Footer/Footer";
|
|
175
|
+
export { WriteBarIcon } from "../components/WriteBarIcon/WriteBarIcon";
|
|
176
|
+
export type { WriteBarIconProps } from "../components/WriteBarIcon/WriteBarIcon";
|
|
153
177
|
export { Tabbar } from "../components/Tabbar/Tabbar";
|
|
154
178
|
export type { TabbarProps } from "../components/Tabbar/Tabbar";
|
|
179
|
+
export { TabbarItem } from "../components/TabbarItem/TabbarItem";
|
|
180
|
+
export type { TabbarItemProps } from "../components/TabbarItem/TabbarItem";
|