@vkontakte/vkui 4.28.0 → 4.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.browserslistrc +2 -0
- package/.cache/.eslintcache +1 -0
- package/.cache/.stylelintcache +1 -0
- package/.cache/.tsbuildinfo +58386 -0
- package/.cache/ts/src/appearance/constants.d.ts +1 -0
- package/.cache/ts/src/components/ActionSheet/ActionSheet.d.ts +26 -0
- package/.cache/ts/src/components/ActionSheet/ActionSheetContext.d.ts +8 -0
- package/.cache/ts/src/components/ActionSheet/ActionSheetDropdown.d.ts +4 -0
- package/.cache/ts/src/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +4 -0
- package/.cache/ts/src/components/ActionSheet/types.d.ts +9 -0
- package/.cache/ts/src/components/ActionSheetItem/ActionSheetItem.d.ts +20 -0
- package/.cache/ts/src/components/AdaptivityProvider/AdaptivityContext.d.ts +46 -0
- package/.cache/ts/src/components/AdaptivityProvider/AdaptivityProvider.d.ts +10 -0
- package/.cache/ts/src/components/Alert/Alert.d.ts +24 -0
- package/.cache/ts/src/components/AppRoot/AppRoot.d.ts +14 -0
- package/.cache/ts/src/components/AppRoot/AppRootContext.d.ts +9 -0
- package/.cache/ts/src/components/AppRoot/AppRootPortal.d.ts +5 -0
- package/.cache/ts/src/components/AppRoot/ScrollContext.d.ts +23 -0
- package/.cache/ts/src/components/AppearanceProvider/AppearanceProvider.d.ts +7 -0
- package/.cache/ts/src/components/AppearanceProvider/AppearanceProviderContext.d.ts +3 -0
- package/.cache/ts/src/components/Avatar/Avatar.d.ts +22 -0
- package/.cache/ts/src/components/Badge/Badge.d.ts +6 -0
- package/.cache/ts/src/components/Banner/Banner.d.ts +65 -0
- package/.cache/ts/src/components/Button/Button.d.ts +20 -0
- package/.cache/ts/src/components/ButtonGroup/ButtonGroup.d.ts +20 -0
- package/.cache/ts/src/components/Calendar/Calendar.d.ts +21 -0
- package/.cache/ts/src/components/CalendarDay/CalendarDay.d.ts +22 -0
- package/.cache/ts/src/components/CalendarDays/CalendarDays.d.ts +22 -0
- package/.cache/ts/src/components/CalendarHeader/CalendarHeader.d.ts +16 -0
- package/.cache/ts/src/components/CalendarRange/CalendarRange.d.ts +16 -0
- package/.cache/ts/src/components/CalendarTime/CalendarTime.d.ts +11 -0
- package/.cache/ts/src/components/Card/Card.d.ts +7 -0
- package/.cache/ts/src/components/CardGrid/CardGrid.d.ts +8 -0
- package/.cache/ts/src/components/CardScroll/CardScroll.d.ts +12 -0
- package/.cache/ts/src/components/Cell/Cell.d.ts +47 -0
- package/.cache/ts/src/components/Cell/CellCheckbox/CellCheckbox.d.ts +5 -0
- package/.cache/ts/src/components/Cell/CellDragger/CellDragger.d.ts +6 -0
- package/.cache/ts/src/components/Cell/useDraggable.d.ts +13 -0
- package/.cache/ts/src/components/CellButton/CellButton.d.ts +9 -0
- package/.cache/ts/src/components/Checkbox/Checkbox.d.ts +10 -0
- package/.cache/ts/src/components/Chip/Chip.d.ts +16 -0
- package/.cache/ts/src/components/ChipsInput/ChipsInput.d.ts +30 -0
- package/.cache/ts/src/components/ChipsInput/useChipsInput.d.ts +14 -0
- package/.cache/ts/src/components/ChipsSelect/ChipsSelect.d.ts +40 -0
- package/.cache/ts/src/components/ChipsSelect/useChipsSelect.d.ts +22 -0
- package/.cache/ts/src/components/ClickPopper/ClickPopper.d.ts +21 -0
- package/.cache/ts/src/components/ConfigProvider/ConfigProvider.d.ts +16 -0
- package/.cache/ts/src/components/ConfigProvider/ConfigProviderContext.d.ts +36 -0
- package/.cache/ts/src/components/ContentCard/ContentCard.d.ts +34 -0
- package/.cache/ts/src/components/Counter/Counter.d.ts +11 -0
- package/.cache/ts/src/components/CustomScrollView/CustomScrollView.d.ts +10 -0
- package/.cache/ts/src/components/CustomSelect/CustomSelect.d.ts +65 -0
- package/.cache/ts/src/components/CustomSelectDropdown/CustomSelectDropdown.d.ts +15 -0
- package/.cache/ts/src/components/CustomSelectOption/CustomSelectOption.d.ts +15 -0
- package/.cache/ts/src/components/DateInput/DateInput.d.ts +12 -0
- package/.cache/ts/src/components/DatePicker/DatePicker.d.ts +24 -0
- package/.cache/ts/src/components/DateRangeInput/DateRangeInput.d.ts +18 -0
- package/.cache/ts/src/components/Div/Div.d.ts +6 -0
- package/.cache/ts/src/components/Dropdown/Dropdown.d.ts +8 -0
- package/.cache/ts/src/components/DropdownIcon/DropdownIcon.d.ts +3 -0
- package/.cache/ts/src/components/Epic/Epic.d.ts +10 -0
- package/.cache/ts/src/components/Epic/ScrollSaver.d.ts +6 -0
- package/.cache/ts/src/components/File/File.d.ts +9 -0
- package/.cache/ts/src/components/FixedLayout/FixedLayout.d.ts +19 -0
- package/.cache/ts/src/components/FocusTrap/FocusTrap.d.ts +8 -0
- package/.cache/ts/src/components/FocusVisible/FocusVisible.d.ts +8 -0
- package/.cache/ts/src/components/Footer/Footer.d.ts +5 -0
- package/.cache/ts/src/components/FormField/FormField.d.ts +14 -0
- package/.cache/ts/src/components/FormItem/FormItem.d.ts +14 -0
- package/.cache/ts/src/components/FormLayout/FormLayout.d.ts +6 -0
- package/.cache/ts/src/components/FormLayoutGroup/FormLayoutGroup.d.ts +13 -0
- package/.cache/ts/src/components/FormStatus/FormStatus.d.ts +7 -0
- package/.cache/ts/src/components/Gallery/Gallery.d.ts +39 -0
- package/.cache/ts/src/components/Gradient/Gradient.d.ts +7 -0
- package/.cache/ts/src/components/GridAvatar/GridAvatar.d.ts +8 -0
- package/.cache/ts/src/components/Group/Group.d.ts +23 -0
- package/.cache/ts/src/components/Header/Header.d.ts +18 -0
- package/.cache/ts/src/components/HorizontalCell/HorizontalCell.d.ts +10 -0
- package/.cache/ts/src/components/HorizontalScroll/HorizontalScroll.d.ts +19 -0
- package/.cache/ts/src/components/HorizontalScroll/HorizontalScrollArrow.d.ts +8 -0
- package/.cache/ts/src/components/HoverPopper/HoverPopper.d.ts +29 -0
- package/.cache/ts/src/components/IconButton/IconButton.d.ts +11 -0
- package/.cache/ts/src/components/InfoRow/InfoRow.d.ts +7 -0
- package/.cache/ts/src/components/InitialsAvatar/InitialsAvatar.d.ts +32 -0
- package/.cache/ts/src/components/Input/Input.d.ts +9 -0
- package/.cache/ts/src/components/InputLike/InputLike.d.ts +10 -0
- package/.cache/ts/src/components/InputLike/InputLikeDivider.d.ts +3 -0
- package/.cache/ts/src/components/Link/Link.d.ts +6 -0
- package/.cache/ts/src/components/List/List.d.ts +4 -0
- package/.cache/ts/src/components/List/ListContext.d.ts +4 -0
- package/.cache/ts/src/components/LocaleProviderContext/LocaleProviderContext.d.ts +2 -0
- package/.cache/ts/src/components/MiniInfoCell/MiniInfoCell.d.ts +39 -0
- package/.cache/ts/src/components/ModalCard/ModalCard.d.ts +10 -0
- package/.cache/ts/src/components/ModalCardBase/ModalCardBase.d.ts +32 -0
- package/.cache/ts/src/components/ModalDismissButton/ModalDismissButton.d.ts +5 -0
- package/.cache/ts/src/components/ModalPage/ModalPage.d.ts +22 -0
- package/.cache/ts/src/components/ModalPageHeader/ModalPageHeader.d.ts +8 -0
- package/.cache/ts/src/components/ModalRoot/ModalRoot.d.ts +16 -0
- package/.cache/ts/src/components/ModalRoot/ModalRootAdaptive.d.ts +10 -0
- package/.cache/ts/src/components/ModalRoot/ModalRootContext.d.ts +20 -0
- package/.cache/ts/src/components/ModalRoot/ModalRootDesktop.d.ts +16 -0
- package/.cache/ts/src/components/ModalRoot/constants.d.ts +3 -0
- package/.cache/ts/src/components/ModalRoot/types.d.ts +45 -0
- package/.cache/ts/src/components/ModalRoot/useModalManager.d.ts +37 -0
- package/.cache/ts/src/components/ModalRoot/withModalRootContext.d.ts +5 -0
- package/.cache/ts/src/components/NativeSelect/NativeSelect.d.ts +15 -0
- package/.cache/ts/src/components/NavTransitionContext/NavTransitionContext.d.ts +7 -0
- package/.cache/ts/src/components/Pagination/Pagination.d.ts +42 -0
- package/.cache/ts/src/components/Panel/Panel.d.ts +9 -0
- package/.cache/ts/src/components/PanelHeader/PanelHeader.d.ts +21 -0
- package/.cache/ts/src/components/PanelHeaderBack/PanelHeaderBack.d.ts +9 -0
- package/.cache/ts/src/components/PanelHeaderButton/PanelHeaderButton.d.ts +8 -0
- package/.cache/ts/src/components/PanelHeaderClose/PanelHeaderClose.d.ts +4 -0
- package/.cache/ts/src/components/PanelHeaderContent/PanelHeaderContent.d.ts +9 -0
- package/.cache/ts/src/components/PanelHeaderContext/PanelHeaderContext.d.ts +7 -0
- package/.cache/ts/src/components/PanelHeaderEdit/PanelHeaderEdit.d.ts +18 -0
- package/.cache/ts/src/components/PanelHeaderSubmit/PanelHeaderSubmit.d.ts +4 -0
- package/.cache/ts/src/components/PanelSpinner/PanelSpinner.d.ts +7 -0
- package/.cache/ts/src/components/Placeholder/Placeholder.d.ts +23 -0
- package/.cache/ts/src/components/PopoutRoot/PopoutRoot.d.ts +10 -0
- package/.cache/ts/src/components/PopoutWrapper/PopoutWrapper.d.ts +10 -0
- package/.cache/ts/src/components/Popper/Popper.d.ts +32 -0
- package/.cache/ts/src/components/Progress/Progress.d.ts +8 -0
- package/.cache/ts/src/components/PromoBanner/PromoBanner.d.ts +40 -0
- package/.cache/ts/src/components/PullToRefresh/PullToRefresh.d.ts +37 -0
- package/.cache/ts/src/components/PullToRefresh/PullToRefreshSpinner.d.ts +11 -0
- package/.cache/ts/src/components/Radio/Radio.d.ts +9 -0
- package/.cache/ts/src/components/RadioGroup/RadioGroup.d.ts +6 -0
- package/.cache/ts/src/components/RangeSlider/RangeSlider.d.ts +6 -0
- package/.cache/ts/src/components/RangeSlider/UniversalSlider.d.ts +16 -0
- package/.cache/ts/src/components/Removable/Removable.d.ts +21 -0
- package/.cache/ts/src/components/RichCell/RichCell.d.ts +37 -0
- package/.cache/ts/src/components/RichTooltip/RichTooltip.d.ts +5 -0
- package/.cache/ts/src/components/Root/Root.d.ts +31 -0
- package/.cache/ts/src/components/ScreenSpinner/ScreenSpinner.d.ts +6 -0
- package/.cache/ts/src/components/Search/Search.d.ts +17 -0
- package/.cache/ts/src/components/SegmentedControl/SegmentedControl.d.ts +17 -0
- package/.cache/ts/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.d.ts +4 -0
- package/.cache/ts/src/components/Select/Select.d.ts +7 -0
- package/.cache/ts/src/components/SelectMimicry/SelectMimicry.d.ts +14 -0
- package/.cache/ts/src/components/Separator/Separator.d.ts +11 -0
- package/.cache/ts/src/components/SimpleCell/SimpleCell.d.ts +39 -0
- package/.cache/ts/src/components/SimpleCheckbox/SimpleCheckbox.d.ts +8 -0
- package/.cache/ts/src/components/Slider/Slider.d.ts +5 -0
- package/.cache/ts/src/components/SliderSwitch/SliderSwitch.d.ts +47 -0
- package/.cache/ts/src/components/SliderSwitch/SliderSwitchButton.d.ts +11 -0
- package/.cache/ts/src/components/Snackbar/Snackbar.d.ts +35 -0
- package/.cache/ts/src/components/Spacing/Spacing.d.ts +18 -0
- package/.cache/ts/src/components/Spinner/Spinner.d.ts +7 -0
- package/.cache/ts/src/components/SplitCol/SplitCol.d.ts +22 -0
- package/.cache/ts/src/components/SplitLayout/SplitLayout.d.ts +15 -0
- package/.cache/ts/src/components/SubnavigationBar/SubnavigationBar.d.ts +7 -0
- package/.cache/ts/src/components/SubnavigationButton/SubnavigationButton.d.ts +21 -0
- package/.cache/ts/src/components/Switch/Switch.d.ts +7 -0
- package/.cache/ts/src/components/Tabbar/Tabbar.d.ts +11 -0
- package/.cache/ts/src/components/TabbarItem/TabbarItem.d.ts +21 -0
- package/.cache/ts/src/components/Tabs/Tabs.d.ts +10 -0
- package/.cache/ts/src/components/TabsItem/TabsItem.d.ts +8 -0
- package/.cache/ts/src/components/Tappable/Tappable.d.ts +42 -0
- package/.cache/ts/src/components/TextTooltip/TextTooltip.d.ts +14 -0
- package/.cache/ts/src/components/Textarea/Textarea.d.ts +11 -0
- package/.cache/ts/src/components/Tooltip/Tooltip.d.ts +55 -0
- package/.cache/ts/src/components/Tooltip/TooltipContainer.d.ts +5 -0
- package/.cache/ts/src/components/Touch/Touch.d.ts +49 -0
- package/.cache/ts/src/components/Touch/TouchContext.d.ts +7 -0
- package/.cache/ts/src/components/Typography/Caption/Caption.d.ts +14 -0
- package/.cache/ts/src/components/Typography/Headline/Headline.d.ts +8 -0
- package/.cache/ts/src/components/Typography/Subhead/Subhead.d.ts +13 -0
- package/.cache/ts/src/components/Typography/Text/Text.d.ts +8 -0
- package/.cache/ts/src/components/Typography/Title/Title.d.ts +14 -0
- package/.cache/ts/src/components/UsersStack/UsersStack.d.ts +23 -0
- package/.cache/ts/src/components/UsersStack/masks.d.ts +1 -0
- package/.cache/ts/src/components/View/View.d.ts +80 -0
- package/.cache/ts/src/components/View/ViewInfinite.d.ts +66 -0
- package/.cache/ts/src/components/View/utils.d.ts +2 -0
- package/.cache/ts/src/components/VisuallyHiddenInput/VisuallyHiddenInput.d.ts +12 -0
- package/.cache/ts/src/components/WriteBar/WriteBar.d.ts +23 -0
- package/.cache/ts/src/components/WriteBarIcon/WriteBarIcon.d.ts +18 -0
- package/.cache/ts/src/helpers/avatar.d.ts +5 -0
- package/.cache/ts/src/helpers/getClassName.d.ts +2 -0
- package/.cache/ts/src/helpers/getScheme.d.ts +8 -0
- package/.cache/ts/src/helpers/math.d.ts +5 -0
- package/.cache/ts/src/helpers/scheme.d.ts +34 -0
- package/.cache/ts/src/helpers/typography.d.ts +1 -0
- package/.cache/ts/src/hoc/withAdaptivity.d.ts +13 -0
- package/.cache/ts/src/hoc/withContext.d.ts +2 -0
- package/.cache/ts/src/hoc/withInsets.d.ts +3 -0
- package/.cache/ts/src/hoc/withPlatform.d.ts +3 -0
- package/.cache/ts/src/hooks/useAdaptivity.d.ts +3 -0
- package/.cache/ts/src/hooks/useAppearance.d.ts +1 -0
- package/.cache/ts/src/hooks/useBooleanState.d.ts +6 -0
- package/.cache/ts/src/hooks/useBrowserInfo.d.ts +2 -0
- package/.cache/ts/src/hooks/useCalendar.d.ts +18 -0
- package/.cache/ts/src/hooks/useDateInput.d.ts +30 -0
- package/.cache/ts/src/hooks/useEffectDev.d.ts +2 -0
- package/.cache/ts/src/hooks/useEnsuredControl.d.ts +6 -0
- package/.cache/ts/src/hooks/useEventListener.d.ts +7 -0
- package/.cache/ts/src/hooks/useExternRef.d.ts +2 -0
- package/.cache/ts/src/hooks/useFocusVisible.d.ts +6 -0
- package/.cache/ts/src/hooks/useGlobalEventListener.d.ts +2 -0
- package/.cache/ts/src/hooks/useInsets.d.ts +8 -0
- package/.cache/ts/src/hooks/useKeyboard.d.ts +11 -0
- package/.cache/ts/src/hooks/useKeyboardInputTracker.d.ts +3 -0
- package/.cache/ts/src/hooks/useObjectMemo.d.ts +2 -0
- package/.cache/ts/src/hooks/useOrientationChange.d.ts +7 -0
- package/.cache/ts/src/hooks/usePagination.d.ts +34 -0
- package/.cache/ts/src/hooks/usePatchChildrenRef.d.ts +6 -0
- package/.cache/ts/src/hooks/usePlatform.d.ts +2 -0
- package/.cache/ts/src/hooks/useTimeout.d.ts +4 -0
- package/.cache/ts/src/hooks/useWaitTransitionFinish.d.ts +3 -0
- package/.cache/ts/src/index.d.ts +289 -0
- package/.cache/ts/src/lib/SSR.d.ts +14 -0
- package/.cache/ts/src/lib/accessibility.d.ts +10 -0
- package/.cache/ts/src/lib/animate.d.ts +15 -0
- package/.cache/ts/src/lib/browser.d.ts +11 -0
- package/.cache/ts/src/lib/calendar.d.ts +14 -0
- package/.cache/ts/src/lib/callMultiple.d.ts +1 -0
- package/.cache/ts/src/lib/classNames.d.ts +6 -0
- package/.cache/ts/src/lib/classScopingMode.d.ts +8 -0
- package/.cache/ts/src/lib/dom.d.ts +21 -0
- package/.cache/ts/src/lib/fx.d.ts +5 -0
- package/.cache/ts/src/lib/getNavId.d.ts +6 -0
- package/.cache/ts/src/lib/is.d.ts +1 -0
- package/.cache/ts/src/lib/isRefObject.d.ts +2 -0
- package/.cache/ts/src/lib/jsxRuntime.d.ts +8 -0
- package/.cache/ts/src/lib/offset.d.ts +7 -0
- package/.cache/ts/src/lib/platform.d.ts +19 -0
- package/.cache/ts/src/lib/polyfills.d.ts +6 -0
- package/.cache/ts/src/lib/prefixClass.d.ts +1 -0
- package/.cache/ts/src/lib/removeObjectKeys.d.ts +1 -0
- package/.cache/ts/src/lib/select.d.ts +7 -0
- package/.cache/ts/src/lib/styles.d.ts +1 -0
- package/.cache/ts/src/lib/supportEvents.d.ts +9 -0
- package/.cache/ts/src/lib/taptic.d.ts +2 -0
- package/.cache/ts/src/lib/testing.d.ts +1 -0
- package/.cache/ts/src/lib/touch.d.ts +9 -0
- package/.cache/ts/src/lib/useIsomorphicLayoutEffect.d.ts +2 -0
- package/.cache/ts/src/lib/utils.d.ts +16 -0
- package/.cache/ts/src/lib/warnOnce.d.ts +1 -0
- package/.cache/ts/src/testing/setup.d.ts +1 -0
- package/.cache/ts/src/testing/utils.d.ts +30 -0
- package/.cache/ts/src/tokenized/index.d.ts +24 -0
- package/.cache/ts/src/types.d.ts +34 -0
- package/.cache/ts/src/unstable/index.d.ts +17 -0
- package/.codesandbox/ci.json +5 -0
- package/.editorconfig +14 -0
- package/.eslintignore +6 -0
- package/.eslintrc.json +145 -0
- package/.gitattributes +1 -0
- package/.gitmodules +0 -0
- package/.prettierignore +14 -0
- package/.prettierrc.json +1 -0
- package/.stylelintignore +2 -0
- package/CONTRIBUTING.md +3 -2
- package/CSS_GUIDE.md +145 -0
- package/TESTING.md +58 -0
- package/babel.cjs.config.js +15 -0
- package/babel.config.js +72 -0
- package/dist/cjs/components/ActionSheet/ActionSheet.js +4 -7
- package/dist/cjs/components/ActionSheet/ActionSheet.js.map +1 -1
- package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js +3 -5
- package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/cjs/components/Alert/Alert.js +5 -8
- package/dist/cjs/components/Alert/Alert.js.map +1 -1
- package/dist/cjs/components/Button/Button.js +4 -8
- package/dist/cjs/components/Button/Button.js.map +1 -1
- package/dist/cjs/components/CalendarDays/CalendarDays.js +2 -2
- package/dist/cjs/components/CalendarDays/CalendarDays.js.map +1 -1
- package/dist/cjs/components/Checkbox/Checkbox.js +2 -5
- package/dist/cjs/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/cjs/components/Chip/Chip.js +2 -4
- package/dist/cjs/components/Chip/Chip.js.map +1 -1
- package/dist/cjs/components/ChipsSelect/ChipsSelect.js +2 -4
- package/dist/cjs/components/ChipsSelect/ChipsSelect.js.map +1 -1
- package/dist/cjs/components/ContentCard/ContentCard.js +5 -7
- package/dist/cjs/components/ContentCard/ContentCard.js.map +1 -1
- package/dist/cjs/components/Counter/Counter.js +3 -3
- package/dist/cjs/components/Counter/Counter.js.map +1 -1
- package/dist/cjs/components/CustomSelect/CustomSelect.js +17 -9
- package/dist/cjs/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/cjs/components/CustomSelectOption/CustomSelectOption.js +2 -4
- package/dist/cjs/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
- package/dist/cjs/components/Footer/Footer.js +2 -4
- package/dist/cjs/components/Footer/Footer.js.map +1 -1
- package/dist/cjs/components/FormItem/FormItem.js +2 -4
- package/dist/cjs/components/FormItem/FormItem.js.map +1 -1
- package/dist/cjs/components/FormStatus/FormStatus.js +3 -8
- package/dist/cjs/components/FormStatus/FormStatus.js.map +1 -1
- package/dist/cjs/components/Group/Group.js +3 -5
- package/dist/cjs/components/Group/Group.js.map +1 -1
- package/dist/cjs/components/Header/Header.js +9 -18
- package/dist/cjs/components/Header/Header.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/ModalPage/ModalPage.js +5 -5
- package/dist/cjs/components/ModalPage/ModalPage.js.map +1 -1
- package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.js +2 -4
- package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
- package/dist/cjs/components/PromoBanner/PromoBanner.js +3 -7
- package/dist/cjs/components/PromoBanner/PromoBanner.js.map +1 -1
- package/dist/cjs/components/Radio/Radio.js +2 -5
- package/dist/cjs/components/Radio/Radio.js.map +1 -1
- package/dist/cjs/components/SubnavigationButton/SubnavigationButton.js +3 -4
- package/dist/cjs/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
- package/dist/cjs/components/Typography/Caption/Caption.d.ts +8 -4
- package/dist/cjs/components/Typography/Caption/Caption.js +12 -14
- package/dist/cjs/components/Typography/Caption/Caption.js.map +1 -1
- package/dist/cjs/components/Typography/Subhead/Subhead.d.ts +3 -1
- package/dist/cjs/components/Typography/Subhead/Subhead.js.map +1 -1
- package/dist/cjs/components/Typography/Title/Title.d.ts +3 -1
- package/dist/cjs/components/Typography/Title/Title.js +3 -1
- package/dist/cjs/components/Typography/Title/Title.js.map +1 -1
- package/dist/cjs/components/UsersStack/UsersStack.js +3 -4
- package/dist/cjs/components/UsersStack/UsersStack.js.map +1 -1
- package/dist/cjs/helpers/typography.d.ts +1 -0
- package/dist/cjs/helpers/typography.js +25 -0
- package/dist/cjs/helpers/typography.js.map +1 -0
- package/dist/cjs/hooks/useOrientationChange.d.ts +7 -0
- package/dist/cjs/hooks/useOrientationChange.js +56 -0
- package/dist/cjs/hooks/useOrientationChange.js.map +1 -0
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/tokenized/index.d.ts +2 -0
- package/dist/cjs/tokenized/index.js +8 -0
- package/dist/cjs/tokenized/index.js.map +1 -1
- package/dist/components/ActionSheet/ActionSheet.js +2 -5
- package/dist/components/ActionSheet/ActionSheet.js.map +1 -1
- package/dist/components/ActionSheetItem/ActionSheetItem.js +2 -4
- package/dist/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/components/Alert/Alert.js +3 -6
- package/dist/components/Alert/Alert.js.map +1 -1
- package/dist/components/Button/Button.js +3 -7
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/CalendarDays/CalendarDays.js +1 -1
- package/dist/components/CalendarDays/CalendarDays.js.map +1 -1
- package/dist/components/Checkbox/Checkbox.js +1 -4
- package/dist/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/Chip/Chip.js +1 -3
- package/dist/components/Chip/Chip.js.map +1 -1
- package/dist/components/ChipsSelect/ChipsSelect.js +1 -3
- package/dist/components/ChipsSelect/ChipsSelect.js.map +1 -1
- package/dist/components/ContentCard/ContentCard.js +3 -5
- package/dist/components/ContentCard/ContentCard.js.map +1 -1
- package/dist/components/Counter/Counter.js +2 -2
- package/dist/components/Counter/Counter.js.map +1 -1
- package/dist/components/CustomSelect/CustomSelect.js +16 -8
- package/dist/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/components/CustomSelectOption/CustomSelectOption.js +1 -3
- package/dist/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
- package/dist/components/Footer/Footer.js +1 -3
- package/dist/components/Footer/Footer.js.map +1 -1
- package/dist/components/FormItem/FormItem.js +1 -3
- package/dist/components/FormItem/FormItem.js.map +1 -1
- package/dist/components/FormStatus/FormStatus.js +2 -7
- package/dist/components/FormStatus/FormStatus.js.map +1 -1
- package/dist/components/Group/Group.js +2 -4
- package/dist/components/Group/Group.js.map +1 -1
- package/dist/components/Header/Header.js +6 -15
- package/dist/components/Header/Header.js.map +1 -1
- package/dist/components/HorizontalCell/HorizontalCell.js +2 -5
- package/dist/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/components/ModalPage/ModalPage.js +4 -5
- package/dist/components/ModalPage/ModalPage.js.map +1 -1
- package/dist/components/PanelHeaderContent/PanelHeaderContent.js +1 -3
- package/dist/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
- package/dist/components/PromoBanner/PromoBanner.js +1 -5
- package/dist/components/PromoBanner/PromoBanner.js.map +1 -1
- package/dist/components/Radio/Radio.js +1 -4
- package/dist/components/Radio/Radio.js.map +1 -1
- package/dist/components/SubnavigationButton/SubnavigationButton.js +2 -3
- package/dist/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
- package/dist/components/Typography/Caption/Caption.d.ts +8 -4
- package/dist/components/Typography/Caption/Caption.js +10 -14
- package/dist/components/Typography/Caption/Caption.js.map +1 -1
- package/dist/components/Typography/Subhead/Subhead.d.ts +3 -1
- package/dist/components/Typography/Subhead/Subhead.js.map +1 -1
- package/dist/components/Typography/Title/Title.d.ts +3 -1
- package/dist/components/Typography/Title/Title.js +2 -1
- package/dist/components/Typography/Title/Title.js.map +1 -1
- package/dist/components/UsersStack/UsersStack.js +2 -3
- package/dist/components/UsersStack/UsersStack.js.map +1 -1
- package/dist/components.css +2 -2
- package/dist/components.css.map +1 -1
- package/dist/cssm/components/ActionSheet/ActionSheet.js +2 -5
- package/dist/cssm/components/ActionSheet/ActionSheet.js.map +1 -1
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js +2 -4
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/cssm/components/Alert/Alert.js +3 -6
- package/dist/cssm/components/Alert/Alert.js.map +1 -1
- package/dist/cssm/components/Button/Button.js +3 -7
- package/dist/cssm/components/Button/Button.js.map +1 -1
- package/dist/cssm/components/CalendarDay/CalendarDay.css +1 -1
- package/dist/cssm/components/CalendarDays/CalendarDays.js +1 -1
- package/dist/cssm/components/CalendarDays/CalendarDays.js.map +1 -1
- package/dist/cssm/components/Checkbox/Checkbox.js +1 -4
- package/dist/cssm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/cssm/components/Chip/Chip.js +1 -3
- package/dist/cssm/components/Chip/Chip.js.map +1 -1
- package/dist/cssm/components/ChipsSelect/ChipsSelect.js +1 -3
- package/dist/cssm/components/ChipsSelect/ChipsSelect.js.map +1 -1
- package/dist/cssm/components/ContentCard/ContentCard.js +3 -5
- package/dist/cssm/components/ContentCard/ContentCard.js.map +1 -1
- package/dist/cssm/components/Counter/Counter.js +2 -2
- package/dist/cssm/components/Counter/Counter.js.map +1 -1
- package/dist/cssm/components/CustomSelect/CustomSelect.js +16 -8
- package/dist/cssm/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.js +1 -3
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
- package/dist/cssm/components/Footer/Footer.js +1 -3
- package/dist/cssm/components/Footer/Footer.js.map +1 -1
- package/dist/cssm/components/FormItem/FormItem.js +1 -3
- package/dist/cssm/components/FormItem/FormItem.js.map +1 -1
- package/dist/cssm/components/FormStatus/FormStatus.js +2 -7
- package/dist/cssm/components/FormStatus/FormStatus.js.map +1 -1
- package/dist/cssm/components/Group/Group.js +2 -4
- package/dist/cssm/components/Group/Group.js.map +1 -1
- package/dist/cssm/components/Header/Header.js +6 -15
- package/dist/cssm/components/Header/Header.js.map +1 -1
- package/dist/cssm/components/HorizontalCell/HorizontalCell.js +2 -5
- package/dist/cssm/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/cssm/components/ModalPage/ModalPage.js +4 -5
- package/dist/cssm/components/ModalPage/ModalPage.js.map +1 -1
- package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.js +1 -3
- package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
- package/dist/cssm/components/PromoBanner/PromoBanner.js +1 -5
- package/dist/cssm/components/PromoBanner/PromoBanner.js.map +1 -1
- package/dist/cssm/components/Radio/Radio.js +1 -4
- package/dist/cssm/components/Radio/Radio.js.map +1 -1
- package/dist/cssm/components/SubnavigationButton/SubnavigationButton.js +2 -3
- package/dist/cssm/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
- package/dist/cssm/components/Typography/Caption/Caption.css +1 -1
- package/dist/cssm/components/Typography/Caption/Caption.d.ts +8 -4
- package/dist/cssm/components/Typography/Caption/Caption.js +10 -14
- package/dist/cssm/components/Typography/Caption/Caption.js.map +1 -1
- package/dist/cssm/components/Typography/Subhead/Subhead.d.ts +3 -1
- package/dist/cssm/components/Typography/Subhead/Subhead.js.map +1 -1
- package/dist/cssm/components/Typography/Title/Title.d.ts +3 -1
- package/dist/cssm/components/Typography/Title/Title.js +2 -1
- package/dist/cssm/components/Typography/Title/Title.js.map +1 -1
- package/dist/cssm/components/UsersStack/UsersStack.js +2 -3
- package/dist/cssm/components/UsersStack/UsersStack.js.map +1 -1
- package/dist/cssm/helpers/typography.d.ts +1 -0
- package/dist/cssm/helpers/typography.js +18 -0
- package/dist/cssm/helpers/typography.js.map +1 -0
- package/dist/cssm/hooks/useOrientationChange.d.ts +7 -0
- package/dist/cssm/hooks/useOrientationChange.js +42 -0
- package/dist/cssm/hooks/useOrientationChange.js.map +1 -0
- package/dist/cssm/index.d.ts +1 -1
- package/dist/cssm/index.js +1 -1
- package/dist/cssm/index.js.map +1 -1
- package/dist/cssm/styles/components.css +2 -2
- package/dist/cssm/tokenized/index.d.ts +2 -0
- package/dist/cssm/tokenized/index.js +1 -0
- package/dist/cssm/tokenized/index.js.map +1 -1
- package/dist/helpers/typography.d.ts +1 -0
- package/dist/helpers/typography.js +18 -0
- package/dist/helpers/typography.js.map +1 -0
- package/dist/hooks/useOrientationChange.d.ts +7 -0
- package/dist/hooks/useOrientationChange.js +42 -0
- package/dist/hooks/useOrientationChange.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/tokenized/index.d.ts +2 -0
- package/dist/tokenized/index.js +1 -0
- package/dist/tokenized/index.js.map +1 -1
- package/dist/vkui.css +2 -2
- package/dist/vkui.css.map +1 -1
- package/jest.unit.config.js +14 -0
- package/package.json +6 -9
- package/src/appearance/constants.ts +1 -0
- package/src/components/ActionSheet/ActionSheet.css +145 -0
- package/src/components/ActionSheet/ActionSheet.tsx +158 -0
- package/src/components/ActionSheet/ActionSheetContext.ts +18 -0
- package/src/components/ActionSheet/ActionSheetDropdown.tsx +33 -0
- package/src/components/ActionSheet/ActionSheetDropdownDesktop.tsx +97 -0
- package/src/components/ActionSheet/Readme.md +256 -0
- package/src/components/ActionSheet/types.ts +16 -0
- package/src/components/ActionSheetItem/ActionSheetItem.css +306 -0
- package/src/components/ActionSheetItem/ActionSheetItem.tsx +182 -0
- package/src/components/ActionSheetItem/Readme.md +2 -0
- package/src/components/AdaptivityProvider/AdaptivityContext.tsx +62 -0
- package/src/components/AdaptivityProvider/AdaptivityProvider.tsx +138 -0
- package/src/components/AdaptivityProvider/Readme.md +3 -0
- package/src/components/Alert/Alert.css +297 -0
- package/src/components/Alert/Alert.tsx +288 -0
- package/src/components/Alert/Readme.md +133 -0
- package/src/components/AppRoot/AppRoot.css +20 -0
- package/src/components/AppRoot/AppRoot.tsx +205 -0
- package/src/components/AppRoot/AppRootContext.ts +13 -0
- package/src/components/AppRoot/AppRootPortal.tsx +24 -0
- package/src/components/AppRoot/Readme.md +9 -0
- package/src/components/AppRoot/ScrollContext.ts +44 -0
- package/src/components/AppearanceProvider/AppearanceProvider.tsx +61 -0
- package/src/components/AppearanceProvider/AppearanceProviderContext.tsx +7 -0
- package/src/components/Avatar/Avatar.css +192 -0
- package/src/components/Avatar/Avatar.tsx +183 -0
- package/src/components/Avatar/Readme.md +838 -0
- package/src/components/Badge/Badge.css +21 -0
- package/src/components/Badge/Badge.tsx +27 -0
- package/src/components/Badge/Readme.md +55 -0
- package/src/components/Banner/Banner.css +154 -0
- package/src/components/Banner/Banner.tsx +220 -0
- package/src/components/Banner/Readme.md +215 -0
- package/src/components/Button/Button.css +594 -0
- package/src/components/Button/Button.tsx +225 -0
- package/src/components/Button/Readme.md +186 -0
- package/src/components/ButtonGroup/ButtonGroup.css +52 -0
- package/src/components/ButtonGroup/ButtonGroup.tsx +48 -0
- package/src/components/ButtonGroup/Readme.md +311 -0
- package/src/components/Calendar/Calendar.css +31 -0
- package/src/components/Calendar/Calendar.tsx +184 -0
- package/src/components/Calendar/Readme.md +124 -0
- package/src/components/CalendarDay/CalendarDay.css +85 -0
- package/src/components/CalendarDay/CalendarDay.tsx +114 -0
- package/src/components/CalendarDays/CalendarDays.css +31 -0
- package/src/components/CalendarDays/CalendarDays.tsx +131 -0
- package/src/components/CalendarHeader/CalendarHeader.css +50 -0
- package/src/components/CalendarHeader/CalendarHeader.tsx +167 -0
- package/src/components/CalendarRange/CalendarRange.css +27 -0
- package/src/components/CalendarRange/CalendarRange.tsx +278 -0
- package/src/components/CalendarRange/Readme.md +85 -0
- package/src/components/CalendarTime/CalendarTime.css +18 -0
- package/src/components/CalendarTime/CalendarTime.tsx +88 -0
- package/src/components/Card/Card.css +83 -0
- package/src/components/Card/Card.tsx +31 -0
- package/src/components/Card/Readme.md +39 -0
- package/src/components/CardGrid/CardGrid.css +82 -0
- package/src/components/CardGrid/CardGrid.tsx +41 -0
- package/src/components/CardGrid/Readme.md +41 -0
- package/src/components/CardScroll/CardScroll.css +47 -0
- package/src/components/CardScroll/CardScroll.tsx +116 -0
- package/src/components/CardScroll/Readme.md +62 -0
- package/src/components/Cell/Cell.css +56 -0
- package/src/components/Cell/Cell.tsx +204 -0
- package/src/components/Cell/CellCheckbox/CellCheckbox.css +17 -0
- package/src/components/Cell/CellCheckbox/CellCheckbox.tsx +41 -0
- package/src/components/Cell/CellDragger/CellDragger.css +4 -0
- package/src/components/Cell/CellDragger/CellDragger.tsx +37 -0
- package/src/components/Cell/Readme.md +163 -0
- package/src/components/Cell/useDraggable.tsx +126 -0
- package/src/components/CellButton/CellButton.css +46 -0
- package/src/components/CellButton/CellButton.tsx +35 -0
- package/src/components/CellButton/Readme.md +53 -0
- package/src/components/Checkbox/Checkbox.css +127 -0
- package/src/components/Checkbox/Checkbox.tsx +102 -0
- package/src/components/Checkbox/Readme.md +20 -0
- package/src/components/Chip/Chip.css +56 -0
- package/src/components/Chip/Chip.tsx +69 -0
- package/src/components/Chip/Readme.md +81 -0
- package/src/components/ChipsInput/ChipsInput.css +72 -0
- package/src/components/ChipsInput/ChipsInput.tsx +238 -0
- package/src/components/ChipsInput/Readme.md +94 -0
- package/src/components/ChipsInput/useChipsInput.ts +90 -0
- package/src/components/ChipsSelect/ChipsSelect.css +23 -0
- package/src/components/ChipsSelect/ChipsSelect.tsx +452 -0
- package/src/components/ChipsSelect/Readme.md +115 -0
- package/src/components/ChipsSelect/useChipsSelect.ts +72 -0
- package/src/components/ClickPopper/ClickPopper.tsx +86 -0
- package/src/components/ConfigProvider/ConfigProvider.tsx +144 -0
- package/src/components/ConfigProvider/ConfigProviderContext.tsx +48 -0
- package/src/components/ConfigProvider/Readme.md +1 -0
- package/src/components/ContentCard/ContentCard.css +39 -0
- package/src/components/ContentCard/ContentCard.tsx +152 -0
- package/src/components/ContentCard/Readme.md +65 -0
- package/src/components/Counter/Counter.css +161 -0
- package/src/components/Counter/Counter.tsx +76 -0
- package/src/components/Counter/Readme.md +114 -0
- package/src/components/CustomScrollView/CustomScrollView.css +62 -0
- package/src/components/CustomScrollView/CustomScrollView.tsx +168 -0
- package/src/components/CustomSelect/CustomSelect.css +24 -0
- package/src/components/CustomSelect/CustomSelect.tsx +778 -0
- package/src/components/CustomSelect/Readme.md +248 -0
- package/src/components/CustomSelectDropdown/CustomSelectDropdown.css +38 -0
- package/src/components/CustomSelectDropdown/CustomSelectDropdown.tsx +75 -0
- package/src/components/CustomSelectOption/CustomSelectOption.css +63 -0
- package/src/components/CustomSelectOption/CustomSelectOption.tsx +88 -0
- package/src/components/CustomSelectOption/Readme.md +33 -0
- package/src/components/DateInput/DateInput.css +20 -0
- package/src/components/DateInput/DateInput.tsx +317 -0
- package/src/components/DateInput/Readme.md +116 -0
- package/src/components/DatePicker/DatePicker.css +30 -0
- package/src/components/DatePicker/DatePicker.tsx +238 -0
- package/src/components/DatePicker/Readme.md +40 -0
- package/src/components/DateRangeInput/DateRangeInput.css +16 -0
- package/src/components/DateRangeInput/DateRangeInput.tsx +350 -0
- package/src/components/DateRangeInput/Readme.md +96 -0
- package/src/components/Div/Div.css +7 -0
- package/src/components/Div/Div.tsx +26 -0
- package/src/components/Div/Readme.md +17 -0
- package/src/components/Dropdown/Dropdown.css +19 -0
- package/src/components/Dropdown/Dropdown.tsx +42 -0
- package/src/components/Dropdown/Readme.md +49 -0
- package/src/components/DropdownIcon/DropdownIcon.css +3 -0
- package/src/components/DropdownIcon/DropdownIcon.tsx +18 -0
- package/src/components/Epic/Epic.css +4 -0
- package/src/components/Epic/Epic.tsx +61 -0
- package/src/components/Epic/Readme.md +240 -0
- package/src/components/Epic/ScrollSaver.tsx +23 -0
- package/src/components/File/File.css +6 -0
- package/src/components/File/File.tsx +74 -0
- package/src/components/File/Readme.md +20 -0
- package/src/components/FixedLayout/FixedLayout.css +27 -0
- package/src/components/FixedLayout/FixedLayout.tsx +71 -0
- package/src/components/FixedLayout/Readme.md +117 -0
- package/src/components/FocusTrap/FocusTrap.tsx +144 -0
- package/src/components/FocusVisible/FocusVisible.css +72 -0
- package/src/components/FocusVisible/FocusVisible.tsx +18 -0
- package/src/components/Footer/Footer.css +8 -0
- package/src/components/Footer/Footer.tsx +17 -0
- package/src/components/Footer/Readme.md +23 -0
- package/src/components/FormField/FormField.css +152 -0
- package/src/components/FormField/FormField.tsx +76 -0
- package/src/components/FormField/Readme.md +42 -0
- package/src/components/FormItem/FormItem.css +83 -0
- package/src/components/FormItem/FormItem.tsx +85 -0
- package/src/components/FormItem/Readme.md +183 -0
- package/src/components/FormLayout/FormLayout.css +16 -0
- package/src/components/FormLayout/FormLayout.tsx +39 -0
- package/src/components/FormLayout/Readme.md +2 -0
- package/src/components/FormLayoutGroup/FormLayoutGroup.css +22 -0
- package/src/components/FormLayoutGroup/FormLayoutGroup.tsx +71 -0
- package/src/components/FormLayoutGroup/Readme.md +63 -0
- package/src/components/FormStatus/FormStatus.css +34 -0
- package/src/components/FormStatus/FormStatus.tsx +45 -0
- package/src/components/FormStatus/Readme.md +23 -0
- package/src/components/Gallery/Gallery.css +71 -0
- package/src/components/Gallery/Gallery.tsx +562 -0
- package/src/components/Gallery/Readme.md +99 -0
- package/src/components/Gradient/Gradient.css +83 -0
- package/src/components/Gradient/Gradient.tsx +29 -0
- package/src/components/Gradient/Readme.md +55 -0
- package/src/components/GridAvatar/GridAvatar.css +37 -0
- package/src/components/GridAvatar/GridAvatar.tsx +53 -0
- package/src/components/GridAvatar/Readme.md +24 -0
- package/src/components/Group/Group.css +86 -0
- package/src/components/Group/Group.tsx +94 -0
- package/src/components/Group/Readme.md +156 -0
- package/src/components/Header/Header.css +152 -0
- package/src/components/Header/Header.tsx +171 -0
- package/src/components/Header/Readme.md +114 -0
- package/src/components/HorizontalCell/HorizontalCell.css +95 -0
- package/src/components/HorizontalCell/HorizontalCell.tsx +86 -0
- package/src/components/HorizontalCell/Readme.md +236 -0
- package/src/components/HorizontalScroll/HorizontalScroll.css +31 -0
- package/src/components/HorizontalScroll/HorizontalScroll.tsx +217 -0
- package/src/components/HorizontalScroll/HorizontalScrollArrow.css +69 -0
- package/src/components/HorizontalScroll/HorizontalScrollArrow.tsx +35 -0
- package/src/components/HorizontalScroll/Readme.md +67 -0
- package/src/components/HoverPopper/HoverPopper.tsx +102 -0
- package/src/components/IconButton/IconButton.css +93 -0
- package/src/components/IconButton/IconButton.tsx +57 -0
- package/src/components/InfoRow/InfoRow.css +14 -0
- package/src/components/InfoRow/InfoRow.tsx +37 -0
- package/src/components/InfoRow/Readme.md +27 -0
- package/src/components/InitialsAvatar/InitialsAvatar.css +55 -0
- package/src/components/InitialsAvatar/InitialsAvatar.tsx +95 -0
- package/src/components/InitialsAvatar/Readme.md +20 -0
- package/src/components/Input/Input.css +52 -0
- package/src/components/Input/Input.tsx +54 -0
- package/src/components/Input/Readme.md +46 -0
- package/src/components/InputLike/InputLike.css +25 -0
- package/src/components/InputLike/InputLike.tsx +72 -0
- package/src/components/InputLike/InputLikeDivider.css +4 -0
- package/src/components/InputLike/InputLikeDivider.tsx +12 -0
- package/src/components/Link/Link.css +18 -0
- package/src/components/Link/Link.tsx +27 -0
- package/src/components/Link/Readme.md +8 -0
- package/src/components/List/List.css +2 -0
- package/src/components/List/List.tsx +31 -0
- package/src/components/List/ListContext.ts +6 -0
- package/src/components/List/Readme.md +22 -0
- package/src/components/LocaleProviderContext/LocaleProviderContext.tsx +5 -0
- package/src/components/MiniInfoCell/MiniInfoCell.css +67 -0
- package/src/components/MiniInfoCell/MiniInfoCell.tsx +94 -0
- package/src/components/MiniInfoCell/Readme.md +150 -0
- package/src/components/ModalCard/ModalCard.css +77 -0
- package/src/components/ModalCard/ModalCard.tsx +93 -0
- package/src/components/ModalCard/Readme.md +9 -0
- package/src/components/ModalCardBase/ModalCardBase.css +94 -0
- package/src/components/ModalCardBase/ModalCardBase.tsx +141 -0
- package/src/components/ModalCardBase/Readme.md +38 -0
- package/src/components/ModalDismissButton/ModalDismissButton.css +37 -0
- package/src/components/ModalDismissButton/ModalDismissButton.tsx +32 -0
- package/src/components/ModalDismissButton/Readme.md +53 -0
- package/src/components/ModalPage/ModalPage.css +146 -0
- package/src/components/ModalPage/ModalPage.tsx +131 -0
- package/src/components/ModalPage/Readme.md +9 -0
- package/src/components/ModalPageHeader/ModalPageHeader.css +24 -0
- package/src/components/ModalPageHeader/ModalPageHeader.tsx +57 -0
- package/src/components/ModalPageHeader/Readme.md +46 -0
- package/src/components/ModalRoot/ModalRoot.css +67 -0
- package/src/components/ModalRoot/ModalRoot.tsx +816 -0
- package/src/components/ModalRoot/ModalRootAdaptive.tsx +42 -0
- package/src/components/ModalRoot/ModalRootContext.tsx +51 -0
- package/src/components/ModalRoot/ModalRootDesktop.tsx +261 -0
- package/src/components/ModalRoot/Readme.md +662 -0
- package/src/components/ModalRoot/constants.ts +4 -0
- package/src/components/ModalRoot/types.ts +53 -0
- package/src/components/ModalRoot/useModalManager.tsx +203 -0
- package/src/components/ModalRoot/withModalRootContext.tsx +19 -0
- package/src/components/NativeSelect/NativeSelect.tsx +113 -0
- package/src/components/NativeSelect/Readme.md +17 -0
- package/src/components/NavTransitionContext/NavTransitionContext.tsx +24 -0
- package/src/components/Pagination/Pagination.css +62 -0
- package/src/components/Pagination/Pagination.tsx +196 -0
- package/src/components/Pagination/Readme.md +110 -0
- package/src/components/Panel/Panel.css +116 -0
- package/src/components/Panel/Panel.tsx +58 -0
- package/src/components/Panel/Readme.md +97 -0
- package/src/components/PanelHeader/PanelHeader.css +271 -0
- package/src/components/PanelHeader/PanelHeader.tsx +142 -0
- package/src/components/PanelHeader/Readme.md +244 -0
- package/src/components/PanelHeaderBack/PanelHeaderBack.css +7 -0
- package/src/components/PanelHeaderBack/PanelHeaderBack.tsx +60 -0
- package/src/components/PanelHeaderBack/Readme.md +9 -0
- package/src/components/PanelHeaderButton/PanelHeaderButton.css +102 -0
- package/src/components/PanelHeaderButton/PanelHeaderButton.tsx +109 -0
- package/src/components/PanelHeaderButton/Readme.md +47 -0
- package/src/components/PanelHeaderClose/PanelHeaderClose.tsx +35 -0
- package/src/components/PanelHeaderClose/Readme.md +9 -0
- package/src/components/PanelHeaderContent/PanelHeaderContent.css +107 -0
- package/src/components/PanelHeaderContent/PanelHeaderContent.tsx +105 -0
- package/src/components/PanelHeaderContent/Readme.md +33 -0
- package/src/components/PanelHeaderContext/PanelHeaderContext.css +143 -0
- package/src/components/PanelHeaderContext/PanelHeaderContext.tsx +85 -0
- package/src/components/PanelHeaderContext/Readme.md +110 -0
- package/src/components/PanelHeaderEdit/PanelHeaderEdit.tsx +49 -0
- package/src/components/PanelHeaderEdit/Readme.md +1 -0
- package/src/components/PanelHeaderSubmit/PanelHeaderSubmit.tsx +37 -0
- package/src/components/PanelHeaderSubmit/Readme.md +13 -0
- package/src/components/PanelSpinner/PanelSpinner.tsx +21 -0
- package/src/components/PanelSpinner/Readme.md +15 -0
- package/src/components/Placeholder/Placeholder.css +50 -0
- package/src/components/Placeholder/Placeholder.tsx +70 -0
- package/src/components/Placeholder/Readme.md +104 -0
- package/src/components/PopoutRoot/PopoutRoot.css +36 -0
- package/src/components/PopoutRoot/PopoutRoot.tsx +72 -0
- package/src/components/PopoutRoot/Readme.md +50 -0
- package/src/components/PopoutWrapper/PopoutWrapper.css +109 -0
- package/src/components/PopoutWrapper/PopoutWrapper.tsx +77 -0
- package/src/components/PopoutWrapper/Readme.md +12 -0
- package/src/components/Popper/Popper.css +39 -0
- package/src/components/Popper/Popper.tsx +231 -0
- package/src/components/Popper/Readme.md +33 -0
- package/src/components/Progress/Progress.css +12 -0
- package/src/components/Progress/Progress.tsx +49 -0
- package/src/components/Progress/Readme.md +14 -0
- package/src/components/PromoBanner/PromoBanner.css +55 -0
- package/src/components/PromoBanner/PromoBanner.tsx +135 -0
- package/src/components/PromoBanner/Readme.md +25 -0
- package/src/components/PullToRefresh/PullToRefresh.css +98 -0
- package/src/components/PullToRefresh/PullToRefresh.tsx +353 -0
- package/src/components/PullToRefresh/PullToRefreshSpinner.tsx +78 -0
- package/src/components/PullToRefresh/Readme.md +71 -0
- package/src/components/Radio/Radio.css +187 -0
- package/src/components/Radio/Radio.tsx +82 -0
- package/src/components/Radio/Readme.md +29 -0
- package/src/components/RadioGroup/RadioGroup.css +12 -0
- package/src/components/RadioGroup/RadioGroup.tsx +29 -0
- package/src/components/RadioGroup/Readme.md +56 -0
- package/src/components/RangeSlider/RangeSlider.tsx +54 -0
- package/src/components/RangeSlider/Readme.md +32 -0
- package/src/components/RangeSlider/UniversalSlider.tsx +162 -0
- package/src/components/Removable/Removable.css +125 -0
- package/src/components/Removable/Removable.tsx +176 -0
- package/src/components/RichCell/Readme.md +65 -0
- package/src/components/RichCell/RichCell.css +115 -0
- package/src/components/RichCell/RichCell.tsx +104 -0
- package/src/components/RichTooltip/Readme.md +59 -0
- package/src/components/RichTooltip/RichTooltip.css +10 -0
- package/src/components/RichTooltip/RichTooltip.tsx +32 -0
- package/src/components/Root/Readme.md +36 -0
- package/src/components/Root/Root.css +184 -0
- package/src/components/Root/Root.tsx +209 -0
- package/src/components/ScreenSpinner/Readme.md +43 -0
- package/src/components/ScreenSpinner/ScreenSpinner.css +31 -0
- package/src/components/ScreenSpinner/ScreenSpinner.tsx +37 -0
- package/src/components/Search/Readme.md +235 -0
- package/src/components/Search/Search.css +359 -0
- package/src/components/Search/Search.tsx +196 -0
- package/src/components/SegmentedControl/Readme.md +94 -0
- package/src/components/SegmentedControl/SegmentedControl.css +42 -0
- package/src/components/SegmentedControl/SegmentedControl.tsx +105 -0
- package/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css +30 -0
- package/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.tsx +42 -0
- package/src/components/Select/Readme.md +27 -0
- package/src/components/Select/Select.css +64 -0
- package/src/components/Select/Select.tsx +39 -0
- package/src/components/SelectMimicry/Readme.md +87 -0
- package/src/components/SelectMimicry/SelectMimicry.css +10 -0
- package/src/components/SelectMimicry/SelectMimicry.tsx +94 -0
- package/src/components/Separator/Readme.md +23 -0
- package/src/components/Separator/Separator.css +48 -0
- package/src/components/Separator/Separator.tsx +40 -0
- package/src/components/SimpleCell/Readme.md +136 -0
- package/src/components/SimpleCell/SimpleCell.css +258 -0
- package/src/components/SimpleCell/SimpleCell.tsx +132 -0
- package/src/components/SimpleCheckbox/Readme.md +25 -0
- package/src/components/SimpleCheckbox/SimpleCheckbox.css +129 -0
- package/src/components/SimpleCheckbox/SimpleCheckbox.tsx +143 -0
- package/src/components/Slider/Readme.md +83 -0
- package/src/components/Slider/Slider.css +145 -0
- package/src/components/Slider/Slider.tsx +54 -0
- package/src/components/SliderSwitch/Readme.md +27 -0
- package/src/components/SliderSwitch/SliderSwitch.css +87 -0
- package/src/components/SliderSwitch/SliderSwitch.tsx +209 -0
- package/src/components/SliderSwitch/SliderSwitchButton.tsx +53 -0
- package/src/components/Snackbar/Readme.md +145 -0
- package/src/components/Snackbar/Snackbar.css +159 -0
- package/src/components/Snackbar/Snackbar.tsx +254 -0
- package/src/components/Spacing/Readme.md +98 -0
- package/src/components/Spacing/Spacing.css +46 -0
- package/src/components/Spacing/Spacing.tsx +53 -0
- package/src/components/Spinner/Readme.md +11 -0
- package/src/components/Spinner/Spinner.css +33 -0
- package/src/components/Spinner/Spinner.tsx +53 -0
- package/src/components/SplitCol/Readme.md +1 -0
- package/src/components/SplitCol/SplitCol.css +28 -0
- package/src/components/SplitCol/SplitCol.tsx +75 -0
- package/src/components/SplitLayout/Readme.md +154 -0
- package/src/components/SplitLayout/SplitLayout.css +52 -0
- package/src/components/SplitLayout/SplitLayout.tsx +54 -0
- package/src/components/SubnavigationBar/Readme.md +264 -0
- package/src/components/SubnavigationBar/SubnavigationBar.css +32 -0
- package/src/components/SubnavigationBar/SubnavigationBar.tsx +66 -0
- package/src/components/SubnavigationButton/Readme.md +128 -0
- package/src/components/SubnavigationButton/SubnavigationButton.css +103 -0
- package/src/components/SubnavigationButton/SubnavigationButton.tsx +99 -0
- package/src/components/Switch/Readme.md +57 -0
- package/src/components/Switch/Switch.css +198 -0
- package/src/components/Switch/Switch.tsx +56 -0
- package/src/components/Tabbar/Readme.md +7 -0
- package/src/components/Tabbar/Tabbar.css +53 -0
- package/src/components/Tabbar/Tabbar.tsx +50 -0
- package/src/components/TabbarItem/Readme.md +102 -0
- package/src/components/TabbarItem/TabbarItem.css +127 -0
- package/src/components/TabbarItem/TabbarItem.tsx +94 -0
- package/src/components/Tabs/Readme.md +274 -0
- package/src/components/Tabs/Tabs.css +102 -0
- package/src/components/Tabs/Tabs.tsx +57 -0
- package/src/components/TabsItem/Readme.md +0 -0
- package/src/components/TabsItem/TabsItem.css +178 -0
- package/src/components/TabsItem/TabsItem.tsx +62 -0
- package/src/components/Tappable/Tappable.css +141 -0
- package/src/components/Tappable/Tappable.tsx +349 -0
- package/src/components/TextTooltip/Readme.md +11 -0
- package/src/components/TextTooltip/TextTooltip.css +18 -0
- package/src/components/TextTooltip/TextTooltip.tsx +58 -0
- package/src/components/Textarea/Readme.md +24 -0
- package/src/components/Textarea/Textarea.css +39 -0
- package/src/components/Textarea/Textarea.tsx +80 -0
- package/src/components/Tooltip/Readme.md +263 -0
- package/src/components/Tooltip/Tooltip.css +73 -0
- package/src/components/Tooltip/Tooltip.tsx +314 -0
- package/src/components/Tooltip/TooltipContainer.tsx +10 -0
- package/src/components/Touch/Readme.md +116 -0
- package/src/components/Touch/Touch.tsx +285 -0
- package/src/components/Touch/TouchContext.ts +11 -0
- package/src/components/Typography/Caption/Caption.css +97 -0
- package/src/components/Typography/Caption/Caption.tsx +53 -0
- package/src/components/Typography/Caption/Readme.md +29 -0
- package/src/components/Typography/Headline/Headline.css +25 -0
- package/src/components/Typography/Headline/Headline.tsx +36 -0
- package/src/components/Typography/Headline/Readme.md +24 -0
- package/src/components/Typography/Subhead/Readme.md +21 -0
- package/src/components/Typography/Subhead/Subhead.css +43 -0
- package/src/components/Typography/Subhead/Subhead.tsx +54 -0
- package/src/components/Typography/Text/Readme.md +22 -0
- package/src/components/Typography/Text/Text.css +25 -0
- package/src/components/Typography/Text/Text.tsx +49 -0
- package/src/components/Typography/Title/Readme.md +31 -0
- package/src/components/Typography/Title/Title.css +59 -0
- package/src/components/Typography/Title/Title.tsx +64 -0
- package/src/components/UsersStack/Readme.md +94 -0
- package/src/components/UsersStack/UsersStack.css +99 -0
- package/src/components/UsersStack/UsersStack.tsx +102 -0
- package/src/components/UsersStack/masks.tsx +46 -0
- package/src/components/View/Readme.md +98 -0
- package/src/components/View/View.css +125 -0
- package/src/components/View/View.tsx +673 -0
- package/src/components/View/ViewIOS.css +155 -0
- package/src/components/View/ViewInfinite.tsx +731 -0
- package/src/components/View/utils.ts +9 -0
- package/src/components/VisuallyHiddenInput/VisuallyHiddenInput.css +9 -0
- package/src/components/VisuallyHiddenInput/VisuallyHiddenInput.tsx +25 -0
- package/src/components/WriteBar/Readme.md +224 -0
- package/src/components/WriteBar/WriteBar.css +106 -0
- package/src/components/WriteBar/WriteBar.tsx +137 -0
- package/src/components/WriteBarIcon/Readme.md +11 -0
- package/src/components/WriteBarIcon/WriteBarIcon.css +75 -0
- package/src/components/WriteBarIcon/WriteBarIcon.tsx +104 -0
- package/src/fonts/VK_Sans_Display_Medium.woff +0 -0
- package/src/fonts/VK_Sans_Display_Medium.woff2 +0 -0
- package/src/fonts/fonts.css +7 -0
- package/src/helpers/avatar.ts +10 -0
- package/src/helpers/getClassName.ts +8 -0
- package/src/helpers/getScheme.ts +27 -0
- package/src/helpers/math.ts +40 -0
- package/src/helpers/scheme.ts +86 -0
- package/src/helpers/typography.ts +24 -0
- package/src/hoc/withAdaptivity.tsx +86 -0
- package/src/hoc/withContext.tsx +14 -0
- package/src/hoc/withInsets.tsx +12 -0
- package/src/hoc/withPlatform.tsx +17 -0
- package/src/hooks/useAdaptivity.ts +12 -0
- package/src/hooks/useAppearance.ts +4 -0
- package/src/hooks/useBooleanState.ts +19 -0
- package/src/hooks/useBrowserInfo.ts +11 -0
- package/src/hooks/useCalendar.ts +78 -0
- package/src/hooks/useDateInput.ts +213 -0
- package/src/hooks/useEffectDev.ts +5 -0
- package/src/hooks/useEnsuredControl.ts +17 -0
- package/src/hooks/useEventListener.ts +62 -0
- package/src/hooks/useExternRef.ts +26 -0
- package/src/hooks/useFocusVisible.ts +31 -0
- package/src/hooks/useGlobalEventListener.ts +35 -0
- package/src/hooks/useInsets.ts +69 -0
- package/src/hooks/useKeyboard.ts +75 -0
- package/src/hooks/useKeyboardInputTracker.ts +64 -0
- package/src/hooks/useObjectMemo.ts +16 -0
- package/src/hooks/useOrientationChange.ts +39 -0
- package/src/hooks/usePagination.ts +96 -0
- package/src/hooks/usePatchChildrenRef.ts +39 -0
- package/src/hooks/usePlatform.ts +10 -0
- package/src/hooks/useTimeout.ts +33 -0
- package/src/hooks/useWaitTransitionFinish.ts +28 -0
- package/src/index.ts +334 -0
- package/src/lib/SSR.tsx +45 -0
- package/src/lib/accessibility.ts +87 -0
- package/src/lib/animate.ts +47 -0
- package/src/lib/browser.ts +44 -0
- package/src/lib/calendar.ts +123 -0
- package/src/lib/callMultiple.ts +4 -0
- package/src/lib/classNames.ts +44 -0
- package/src/lib/classScopingMode.ts +21 -0
- package/src/lib/dom.tsx +45 -0
- package/src/lib/fx.ts +7 -0
- package/src/lib/getNavId.ts +13 -0
- package/src/lib/is.ts +10 -0
- package/src/lib/isRefObject.ts +11 -0
- package/src/lib/jsxRuntime.d.ts +6 -0
- package/src/lib/jsxRuntime.ts +43 -0
- package/src/lib/offset.ts +17 -0
- package/src/lib/platform.ts +36 -0
- package/src/lib/polyfills.ts +96 -0
- package/src/lib/prefixClass.ts +34 -0
- package/src/lib/removeObjectKeys.ts +10 -0
- package/src/lib/select.ts +54 -0
- package/src/lib/styles.ts +12 -0
- package/src/lib/supportEvents.ts +38 -0
- package/src/lib/taptic.ts +9 -0
- package/src/lib/testing.ts +4 -0
- package/src/lib/touch.ts +59 -0
- package/src/lib/useIsomorphicLayoutEffect.ts +7 -0
- package/src/lib/utils.ts +99 -0
- package/src/lib/warnOnce.ts +9 -0
- package/src/styles/animations.css +19 -0
- package/src/styles/bright_light.css +244 -0
- package/src/styles/common.css +39 -0
- package/src/styles/components.css +152 -0
- package/src/styles/constants.css +72 -0
- package/src/styles/space_gray.css +243 -0
- package/src/styles/themes.css +10 -0
- package/src/styles/unstable.css +6 -0
- package/src/styles/vkcom_dark.css +249 -0
- package/src/styles/vkcom_light.css +254 -0
- package/src/testing/setup.ts +1 -0
- package/src/testing/utils.tsx +192 -0
- package/src/tokenized/index.ts +39 -0
- package/src/types.ts +43 -0
- package/src/unstable/index.ts +23 -0
- package/src/vkui.js +1 -0
- package/stylelint.config.js +46 -0
- package/tasks/generate_scheme.js +13 -0
- package/tasks/postcss-check-keyframes.js +36 -0
- package/tasks/postcss-scope-root.js +9 -0
- package/tasks/styleint-atomic.js +57 -0
- package/tokenized/index.d.ts +1 -0
- package/tokenized/package.json +4 -0
- package/tsconfig.dist.json +16 -0
- package/tsconfig.json +38 -0
- package/types/global.d.ts +7 -0
- package/unstable/index.d.ts +1 -0
- package/unstable/package.json +4 -0
- package/webpack.config.js +86 -0
- package/webpack.styles.config.js +67 -0
- package/dist/components.js.tmp +0 -24
- package/dist/default_scheme.js.tmp +0 -24
- package/dist/fonts.js.tmp +0 -24
- package/dist/stable.js.tmp +0 -166
- package/dist/unstable.js.tmp +0 -24
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
/* fonts */
|
|
3
|
+
--font-common: -apple-system, system-ui, Helvetica Neue, Roboto, sans-serif;
|
|
4
|
+
/* @deprecated
|
|
5
|
+
* --font-tt будет удален в 5.0.0, используйте --font-display
|
|
6
|
+
* В коде библиотеки использовать нельзя. Оставлен для обратной совместимости для пользователей библиотеки.
|
|
7
|
+
*/
|
|
8
|
+
--font-tt: "TT Commons", -apple-system, system-ui, Helvetica Neue, Roboto,
|
|
9
|
+
sans-serif;
|
|
10
|
+
--font-display: "VK Sans Display", -apple-system, system-ui, Helvetica Neue,
|
|
11
|
+
Roboto, sans-serif;
|
|
12
|
+
|
|
13
|
+
/* easings */
|
|
14
|
+
--ios-easing: cubic-bezier(0.36, 0.66, 0.04, 1);
|
|
15
|
+
--android-easing: cubic-bezier(0.4, 0, 0.2, 1);
|
|
16
|
+
|
|
17
|
+
/* sizes */
|
|
18
|
+
--tabbar_height: 48px;
|
|
19
|
+
--panelheader_height_ios: 52px;
|
|
20
|
+
--panelheader_height_android: 56px;
|
|
21
|
+
--panelheader_height_vkcom: 48px;
|
|
22
|
+
--modalheader_height_ios: 52px;
|
|
23
|
+
--modalheader_height_android: 56px;
|
|
24
|
+
--search_default_height: 36px;
|
|
25
|
+
--thin-border: 1px;
|
|
26
|
+
|
|
27
|
+
/* paddings */
|
|
28
|
+
--formitem_padding: 16px;
|
|
29
|
+
|
|
30
|
+
/* colors */
|
|
31
|
+
--white: #fff;
|
|
32
|
+
--blue_200: #5c9ce6;
|
|
33
|
+
|
|
34
|
+
/* iOS insets */
|
|
35
|
+
--safe-area-inset-top: 20px;
|
|
36
|
+
--safe-area-inset-right: 0px;
|
|
37
|
+
--safe-area-inset-bottom: 0px;
|
|
38
|
+
--safe-area-inset-left: 0px;
|
|
39
|
+
|
|
40
|
+
/* animations */
|
|
41
|
+
--duration: 0.7s;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
@media (min-resolution: 2dppx) {
|
|
45
|
+
:root {
|
|
46
|
+
--thin-border: 0.5px;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@media (min-resolution: 3dppx) {
|
|
51
|
+
:root {
|
|
52
|
+
--thin-border: 0.33px;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@supports (padding-top: constant(safe-area-inset-top)) {
|
|
57
|
+
:root {
|
|
58
|
+
--safe-area-inset-top: constant(safe-area-inset-top);
|
|
59
|
+
--safe-area-inset-right: constant(safe-area-inset-right);
|
|
60
|
+
--safe-area-inset-bottom: constant(safe-area-inset-bottom);
|
|
61
|
+
--safe-area-inset-left: constant(safe-area-inset-left);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@supports (padding-top: env(safe-area-inset-top)) {
|
|
66
|
+
:root {
|
|
67
|
+
--safe-area-inset-top: env(safe-area-inset-top);
|
|
68
|
+
--safe-area-inset-right: env(safe-area-inset-right);
|
|
69
|
+
--safe-area-inset-bottom: env(safe-area-inset-bottom);
|
|
70
|
+
--safe-area-inset-left: env(safe-area-inset-left);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
/* stylelint-disable */
|
|
2
|
+
/*
|
|
3
|
+
* Этот файл сгенерирован автоматически. Не надо править его руками.
|
|
4
|
+
*/
|
|
5
|
+
body[scheme="space_gray"],
|
|
6
|
+
[scheme="space_gray"],
|
|
7
|
+
.vkuispace_gray {
|
|
8
|
+
--accent: #71aaeb;
|
|
9
|
+
--accent_alternate: #ffffff;
|
|
10
|
+
--action_sheet_action_foreground: #ffffff;
|
|
11
|
+
--action_sheet_separator: rgba(255, 255, 255, 0.12);
|
|
12
|
+
--activity_indicator_tint: #5d5f61;
|
|
13
|
+
--attach_picker_tab_active_background: #e1e3e6;
|
|
14
|
+
--attach_picker_tab_active_icon: #19191a;
|
|
15
|
+
--attach_picker_tab_active_text: #e1e3e6;
|
|
16
|
+
--attach_picker_tab_inactive_background: #2c2d2e;
|
|
17
|
+
--attach_picker_tab_inactive_icon: #e1e3e6;
|
|
18
|
+
--attach_picker_tab_inactive_text: #76787a;
|
|
19
|
+
--background_content: #19191a;
|
|
20
|
+
--background_highlighted: rgba(255, 255, 255, 0.08);
|
|
21
|
+
--background_hover: rgba(255, 255, 255, 0.04);
|
|
22
|
+
--background_keyboard: #2c2d2e;
|
|
23
|
+
--background_light: #232324;
|
|
24
|
+
--background_page: #0a0a0a;
|
|
25
|
+
--background_suggestions: #2c2d2e;
|
|
26
|
+
--background_text_highlighted: rgba(113, 170, 235, 0.24);
|
|
27
|
+
--button_bot_shadow: #19191a;
|
|
28
|
+
--button_commerce_background: #4bb34b;
|
|
29
|
+
--button_commerce_foreground: #ffffff;
|
|
30
|
+
--button_muted_background: #2c2d2e;
|
|
31
|
+
--button_muted_foreground: #e1e3e6;
|
|
32
|
+
--button_outline_border: #e1e3e6;
|
|
33
|
+
--button_outline_foreground: #e1e3e6;
|
|
34
|
+
--button_primary_background: #e1e3e6;
|
|
35
|
+
--button_primary_foreground: #19191a;
|
|
36
|
+
--button_secondary_background: #454647;
|
|
37
|
+
--button_secondary_background_highlighted: rgba(69, 70, 71, 0.6);
|
|
38
|
+
--button_secondary_destructive_background: #454647;
|
|
39
|
+
--button_secondary_destructive_background_highlighted: rgba(69, 70, 71, 0.6);
|
|
40
|
+
--button_secondary_destructive_foreground: #ff5c5c;
|
|
41
|
+
--button_secondary_destructive_foreground_highlighted: rgba(255, 92, 92, 0.6);
|
|
42
|
+
--button_secondary_foreground: #e1e3e6;
|
|
43
|
+
--button_secondary_foreground_highlighted: rgba(225, 227, 230, 0.6);
|
|
44
|
+
--button_tertiary_background: rgba(0, 0, 0, 0);
|
|
45
|
+
--button_tertiary_foreground: #e1e3e6;
|
|
46
|
+
--cell_button_foreground: #e1e3e6;
|
|
47
|
+
--content_placeholder_icon: #aaaeb3;
|
|
48
|
+
--content_placeholder_text: #aaaeb3;
|
|
49
|
+
--content_positive_background: rgba(75, 179, 75, 0.15);
|
|
50
|
+
--content_tint_background: #232324;
|
|
51
|
+
--content_tint_foreground: #909499;
|
|
52
|
+
--content_warning_background: #857250;
|
|
53
|
+
--control_background: #454647;
|
|
54
|
+
--control_foreground: #e1e3e6;
|
|
55
|
+
--control_tint: #19191a;
|
|
56
|
+
--control_tint_muted: #909499;
|
|
57
|
+
--counter_primary_background: #ffffff;
|
|
58
|
+
--counter_primary_text: #19191a;
|
|
59
|
+
--counter_prominent_background: #ff3347;
|
|
60
|
+
--counter_prominent_text: #ffffff;
|
|
61
|
+
--counter_secondary_background: #76787a;
|
|
62
|
+
--counter_secondary_text: #19191a;
|
|
63
|
+
--destructive: #ff5c5c;
|
|
64
|
+
--dynamic_blue: #2688eb;
|
|
65
|
+
--dynamic_gray: #a3adb8;
|
|
66
|
+
--dynamic_green: #4bb34b;
|
|
67
|
+
--dynamic_orange: #ffa000;
|
|
68
|
+
--dynamic_purple: #937ff5;
|
|
69
|
+
--dynamic_raspberry_pink: #f060c0;
|
|
70
|
+
--dynamic_red: #ff3347;
|
|
71
|
+
--dynamic_violet: #a393f5;
|
|
72
|
+
--feed_recommended_friend_promo_background: #6d7885;
|
|
73
|
+
--field_background: #232324;
|
|
74
|
+
--field_border: rgba(255, 255, 255, 0.12);
|
|
75
|
+
--field_error_background: #522e2e;
|
|
76
|
+
--field_error_border: #ff5c5c;
|
|
77
|
+
--field_text_placeholder: #76787a;
|
|
78
|
+
--field_valid_border: #4bb34b;
|
|
79
|
+
--float_button_background: #454647;
|
|
80
|
+
--float_button_background_highlighted: #5d5f61;
|
|
81
|
+
--float_button_border: rgba(0, 0, 0, 0.12);
|
|
82
|
+
--float_button_foreground: #aaaeb3;
|
|
83
|
+
--header_alternate_background: #2c2d2e;
|
|
84
|
+
--header_alternate_tab_active_indicator: #e1e3e6;
|
|
85
|
+
--header_alternate_tab_active_text: #e1e3e6;
|
|
86
|
+
--header_alternate_tab_inactive_text: #76787a;
|
|
87
|
+
--header_background: #19191a;
|
|
88
|
+
--header_background_before_blur: #070708;
|
|
89
|
+
--header_background_before_blur_alternate: #070708;
|
|
90
|
+
--header_search_field_background: #363738;
|
|
91
|
+
--header_search_field_tint: #aaaeb3;
|
|
92
|
+
--header_tab_active_background: #5d5f61;
|
|
93
|
+
--header_tab_active_indicator: #71aaeb;
|
|
94
|
+
--header_tab_active_text: #e1e3e6;
|
|
95
|
+
--header_tab_inactive_text: #76787a;
|
|
96
|
+
--header_text: #e1e3e6;
|
|
97
|
+
--header_text_alternate: #e1e3e6;
|
|
98
|
+
--header_text_secondary: rgba(255, 255, 255, 0.6);
|
|
99
|
+
--header_tint: #e1e3e6;
|
|
100
|
+
--header_tint_alternate: #e1e3e6;
|
|
101
|
+
--icon_alpha_placeholder: #e1e3e6;
|
|
102
|
+
--icon_medium: #909499;
|
|
103
|
+
--icon_medium_alpha: rgba(255, 255, 255, 0.48);
|
|
104
|
+
--icon_name: #aaaeb3;
|
|
105
|
+
--icon_outline_medium: #aaaeb3;
|
|
106
|
+
--icon_outline_secondary: #909499;
|
|
107
|
+
--icon_secondary: #76787a;
|
|
108
|
+
--icon_secondary_alpha: rgba(255, 255, 255, 0.36);
|
|
109
|
+
--icon_tertiary: #5d5f61;
|
|
110
|
+
--icon_tertiary_alpha: rgba(255, 255, 255, 0.24);
|
|
111
|
+
--im_attach_tint: #ffffff;
|
|
112
|
+
--im_bubble_border_alternate: rgba(0, 0, 0, 0);
|
|
113
|
+
--im_bubble_border_alternate_highlighted: rgba(0, 0, 0, 0);
|
|
114
|
+
--im_bubble_button_background: rgba(255, 255, 255, 0.16);
|
|
115
|
+
--im_bubble_button_background_highlighted: rgba(255, 255, 255, 0.24);
|
|
116
|
+
--im_bubble_button_foreground: #e1e3e6;
|
|
117
|
+
--im_bubble_button_outgoing_background: rgba(255, 255, 255, 0.2);
|
|
118
|
+
--im_bubble_gift_background: #857250;
|
|
119
|
+
--im_bubble_gift_background_highlighted: #ab9871;
|
|
120
|
+
--im_bubble_gift_text: #ffffff;
|
|
121
|
+
--im_bubble_gift_text_secondary: #e3d3ac;
|
|
122
|
+
--im_bubble_incoming: #2c2d2e;
|
|
123
|
+
--im_bubble_incoming_alternate: #2c2d2e;
|
|
124
|
+
--im_bubble_incoming_alternate_highlighted: #5d5f61;
|
|
125
|
+
--im_bubble_incoming_expiring: #262b4d;
|
|
126
|
+
--im_bubble_incoming_expiring_highlighted: #404980;
|
|
127
|
+
--im_bubble_incoming_highlighted: #5d5f61;
|
|
128
|
+
--im_bubble_outgoing: #454647;
|
|
129
|
+
--im_bubble_outgoing_alternate: #454647;
|
|
130
|
+
--im_bubble_outgoing_alternate_highlighted: #76787a;
|
|
131
|
+
--im_bubble_outgoing_expiring: #404980;
|
|
132
|
+
--im_bubble_outgoing_expiring_highlighted: #5965b3;
|
|
133
|
+
--im_bubble_outgoing_highlighted: #5d5f61;
|
|
134
|
+
--im_bubble_wallpaper_button_background: #454647;
|
|
135
|
+
--im_bubble_wallpaper_button_background_highlighted: #76787a;
|
|
136
|
+
--im_bubble_wallpaper_button_foreground: #e1e3e6;
|
|
137
|
+
--im_bubble_wallpaper_incoming: #2c2d2e;
|
|
138
|
+
--im_bubble_wallpaper_incoming_highlighted: #5d5f61;
|
|
139
|
+
--im_bubble_wallpaper_outgoing: #454647;
|
|
140
|
+
--im_bubble_wallpaper_outgoing_highlighted: #5d5f61;
|
|
141
|
+
--im_forward_line_tint: rgba(255, 255, 255, 0.24);
|
|
142
|
+
--im_reply_separator: #ffffff;
|
|
143
|
+
--im_service_message_text: #76787a;
|
|
144
|
+
--im_text_name: #71aaeb;
|
|
145
|
+
--im_toolbar_separator: #aaaeb3;
|
|
146
|
+
--im_toolbar_voice_msg_background: #454647;
|
|
147
|
+
--image_border: rgba(255, 255, 255, 0.08);
|
|
148
|
+
--input_background: #2c2d2e;
|
|
149
|
+
--input_border: #2c2d2e;
|
|
150
|
+
--landing_background: #19191a;
|
|
151
|
+
--landing_field_background: #232324;
|
|
152
|
+
--landing_field_border: rgba(0, 0, 0, 0);
|
|
153
|
+
--landing_field_placeholder: #aaaeb3;
|
|
154
|
+
--landing_login_button_background: #e1e3e6;
|
|
155
|
+
--landing_login_button_foreground: #19191a;
|
|
156
|
+
--landing_primary_button_background: #e1e3e6;
|
|
157
|
+
--landing_primary_button_foreground: #19191a;
|
|
158
|
+
--landing_secondary_button_background: rgba(255, 255, 255, 0.15);
|
|
159
|
+
--landing_secondary_button_foreground: #ffffff;
|
|
160
|
+
--landing_snippet_border: rgba(255, 255, 255, 0.15);
|
|
161
|
+
--landing_tertiary_button_background: rgba(0, 0, 0, 0);
|
|
162
|
+
--landing_tertiary_button_foreground: #ffffff;
|
|
163
|
+
--landing_text_primary: #e1e3e6;
|
|
164
|
+
--landing_text_secondary: #76787a;
|
|
165
|
+
--landing_text_title: #ffffff;
|
|
166
|
+
--like_text_tint: #ff5c5c;
|
|
167
|
+
--link_alternate: #ffffff;
|
|
168
|
+
--loader_background: #19191a;
|
|
169
|
+
--loader_tint: #76787a;
|
|
170
|
+
--loader_track_fill: #454647;
|
|
171
|
+
--loader_track_value_fill: #ffffff;
|
|
172
|
+
--media_overlay_button_background: #ffffff;
|
|
173
|
+
--media_overlay_button_foreground: #2c2d2e;
|
|
174
|
+
--modal_card_background: #2c2d2e;
|
|
175
|
+
--modal_card_border: rgba(255, 255, 255, 0.12);
|
|
176
|
+
--modal_card_header_close: #ffffff;
|
|
177
|
+
--music_playback_icon: #ffffff;
|
|
178
|
+
--overlay_status_background: #19191a;
|
|
179
|
+
--overlay_status_foreground: #e1e3e6;
|
|
180
|
+
--overlay_status_icon: #ebedf0;
|
|
181
|
+
--panel_tab_active_background: #454647;
|
|
182
|
+
--panel_tab_active_text: #e1e3e6;
|
|
183
|
+
--panel_tab_inactive_text: #76787a;
|
|
184
|
+
--placeholder_icon_background: rgba(255, 255, 255, 0.08);
|
|
185
|
+
--placeholder_icon_background_opaque: #232324;
|
|
186
|
+
--placeholder_icon_foreground_primary: #909499;
|
|
187
|
+
--placeholder_icon_foreground_secondary: #5d5f61;
|
|
188
|
+
--placeholder_icon_tint: #ffffff;
|
|
189
|
+
--poll_option_background: #ffffff;
|
|
190
|
+
--primary_overlay_badge: rgba(255, 255, 255, 0.4);
|
|
191
|
+
--search_bar_background: #19191a;
|
|
192
|
+
--search_bar_field_background: #363738;
|
|
193
|
+
--search_bar_field_tint: #aaaeb3;
|
|
194
|
+
--search_bar_segmented_control_tint: #909499;
|
|
195
|
+
--secondary_overlay_badge: rgba(255, 255, 255, 0.15);
|
|
196
|
+
--segmented_control_bar_background: #19191a;
|
|
197
|
+
--segmented_control_tint: #76787a;
|
|
198
|
+
--selection_off_icon: #5d5f61;
|
|
199
|
+
--separator_alpha: rgba(255, 255, 255, 0.12);
|
|
200
|
+
--separator_alternate: #232324;
|
|
201
|
+
--separator_common: #363738;
|
|
202
|
+
--skeleton_foreground_from: #232324;
|
|
203
|
+
--skeleton_foreground_to: #2c2d2e;
|
|
204
|
+
--skeleton_shimmer_from: #19191a;
|
|
205
|
+
--skeleton_shimmer_to: #19191a;
|
|
206
|
+
--snippet_background: #232324;
|
|
207
|
+
--snippet_border: rgba(255, 255, 255, 0.15);
|
|
208
|
+
--snippet_icon_tertiary: #5d5f61;
|
|
209
|
+
--splashscreen_icon: #2c2d2e;
|
|
210
|
+
--statusbar_alternate_legacy_background: rgba(0, 0, 0, 0);
|
|
211
|
+
--stories_create_button_background_from: #363738;
|
|
212
|
+
--stories_create_button_background_to: #363738;
|
|
213
|
+
--stories_create_button_foreground: #c4c8cc;
|
|
214
|
+
--stories_create_button_icon_background: #454647;
|
|
215
|
+
--stories_skeleton_loader_background: #454647;
|
|
216
|
+
--switch_ios_off_border: #2c2d2e;
|
|
217
|
+
--tabbar_active_icon: #ffffff;
|
|
218
|
+
--tabbar_background: #2c2d2e;
|
|
219
|
+
--tabbar_inactive_icon: #76787a;
|
|
220
|
+
--tabbar_tablet_active_icon: #71aaeb;
|
|
221
|
+
--tabbar_tablet_background: #232324;
|
|
222
|
+
--tabbar_tablet_inactive_icon: #76787a;
|
|
223
|
+
--tabbar_tablet_text_primary: #e1e3e6;
|
|
224
|
+
--tabbar_tablet_text_secondary: #76787a;
|
|
225
|
+
--text_action_counter: #aaaeb3;
|
|
226
|
+
--text_link: #71aaeb;
|
|
227
|
+
--text_link_highlighted_background: #71aaeb;
|
|
228
|
+
--text_muted: #c4c8cc;
|
|
229
|
+
--text_name: #e1e3e6;
|
|
230
|
+
--text_placeholder: #aaaeb3;
|
|
231
|
+
--text_primary: #e1e3e6;
|
|
232
|
+
--text_secondary: #76787a;
|
|
233
|
+
--text_subhead: #909499;
|
|
234
|
+
--text_tertiary: #5d5f61;
|
|
235
|
+
--toolbar_attach_background_from: #76787a;
|
|
236
|
+
--toolbar_attach_background_to: #5d5f61;
|
|
237
|
+
--vk_connect_button_primary_background: #e1e3e6;
|
|
238
|
+
--vk_connect_button_primary_foreground: #19191a;
|
|
239
|
+
--vk_connect_button_secondary_background: #454647;
|
|
240
|
+
--vk_connect_button_secondary_foreground: #e1e3e6;
|
|
241
|
+
--writebar_icon: #e1e3e6;
|
|
242
|
+
}
|
|
243
|
+
/* stylelint-enable */
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
@import "./bright_light.css";
|
|
2
|
+
@import "./space_gray.css";
|
|
3
|
+
@import "./vkcom_light.css";
|
|
4
|
+
@import "./vkcom_dark.css";
|
|
5
|
+
@import "../../node_modules/@vkontakte/vkui-tokens/themes/vkBase/cssVars/declarations/onlyVariables.css";
|
|
6
|
+
@import "../../node_modules/@vkontakte/vkui-tokens/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css";
|
|
7
|
+
@import "../../node_modules/@vkontakte/vkui-tokens/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css";
|
|
8
|
+
@import "../../node_modules/@vkontakte/vkui-tokens/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css";
|
|
9
|
+
@import "../../node_modules/@vkontakte/vkui-tokens/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css";
|
|
10
|
+
@import "../../node_modules/@vkontakte/vkui-tokens/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/* Forms */
|
|
2
|
+
@import "../components/ChipsSelect/ChipsSelect.css";
|
|
3
|
+
@import "../components/SimpleCheckbox/SimpleCheckbox.css";
|
|
4
|
+
@import "../components/Dropdown/Dropdown.css";
|
|
5
|
+
@import "../components/TextTooltip/TextTooltip.css";
|
|
6
|
+
@import "../components/RichTooltip/RichTooltip.css";
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
/* stylelint-disable */
|
|
2
|
+
/*
|
|
3
|
+
* Этот файл сгенерирован автоматически. Не надо править его руками.
|
|
4
|
+
*/
|
|
5
|
+
body[scheme="vkcom_dark"],
|
|
6
|
+
[scheme="vkcom_dark"],
|
|
7
|
+
.vkuivkcom_dark {
|
|
8
|
+
--accent: #71aaeb;
|
|
9
|
+
--accent_alternate: #ffffff;
|
|
10
|
+
--action_sheet_action_foreground: #ffffff;
|
|
11
|
+
--action_sheet_separator: rgba(255, 255, 255, 0.16);
|
|
12
|
+
--activity_indicator_tint: #656565;
|
|
13
|
+
--attach_picker_tab_active_background: #e1e3e6;
|
|
14
|
+
--attach_picker_tab_active_icon: #222222;
|
|
15
|
+
--attach_picker_tab_active_text: #e1e3e6;
|
|
16
|
+
--attach_picker_tab_inactive_background: #333333;
|
|
17
|
+
--attach_picker_tab_inactive_icon: #e1e3e6;
|
|
18
|
+
--attach_picker_tab_inactive_text: #828282;
|
|
19
|
+
--background_content: #222222;
|
|
20
|
+
--background_highlighted: rgba(255, 255, 255, 0.12);
|
|
21
|
+
--background_hover: rgba(255, 255, 255, 0.08);
|
|
22
|
+
--background_keyboard: #333333;
|
|
23
|
+
--background_light: #292929;
|
|
24
|
+
--background_page: #0a0a0a;
|
|
25
|
+
--background_suggestions: #333333;
|
|
26
|
+
--background_text_highlighted: rgba(81, 129, 184, 0.2);
|
|
27
|
+
--button_bot_shadow: #222222;
|
|
28
|
+
--button_commerce_background: #4bb34b;
|
|
29
|
+
--button_commerce_foreground: #ffffff;
|
|
30
|
+
--button_muted_background: #333333;
|
|
31
|
+
--button_muted_foreground: #e1e3e6;
|
|
32
|
+
--button_outline_border: #e1e3e6;
|
|
33
|
+
--button_outline_foreground: #e1e3e6;
|
|
34
|
+
--button_primary_background: #e1e3e6;
|
|
35
|
+
--button_primary_foreground: #222222;
|
|
36
|
+
--button_secondary_background: #555555;
|
|
37
|
+
--button_secondary_background_highlighted: #656565;
|
|
38
|
+
--button_secondary_destructive_background: #555555;
|
|
39
|
+
--button_secondary_destructive_background_highlighted: rgba(85, 85, 85, 0.6);
|
|
40
|
+
--button_secondary_destructive_foreground: #ff5c5c;
|
|
41
|
+
--button_secondary_destructive_foreground_highlighted: rgba(
|
|
42
|
+
230,
|
|
43
|
+
70,
|
|
44
|
+
70,
|
|
45
|
+
0.16
|
|
46
|
+
);
|
|
47
|
+
--button_secondary_foreground: #e1e3e6;
|
|
48
|
+
--button_secondary_foreground_highlighted: #e1e3e6;
|
|
49
|
+
--button_tertiary_background: rgba(0, 0, 0, 0);
|
|
50
|
+
--button_tertiary_foreground: #e1e3e6;
|
|
51
|
+
--cell_button_foreground: #e1e3e6;
|
|
52
|
+
--content_negative_background: rgba(230, 70, 70, 0.16);
|
|
53
|
+
--content_placeholder_icon: #b2b2b2;
|
|
54
|
+
--content_placeholder_text: #b2b2b2;
|
|
55
|
+
--content_positive_background: rgba(75, 179, 75, 0.16);
|
|
56
|
+
--content_tint_background: #292929;
|
|
57
|
+
--content_tint_foreground: #939393;
|
|
58
|
+
--content_warning_background: rgba(255, 202, 99, 0.16);
|
|
59
|
+
--control_background: #555555;
|
|
60
|
+
--control_foreground: #e1e3e6;
|
|
61
|
+
--control_tint: #222222;
|
|
62
|
+
--control_tint_muted: #939393;
|
|
63
|
+
--counter_primary_background: #ffffff;
|
|
64
|
+
--counter_primary_text: #222222;
|
|
65
|
+
--counter_prominent_background: #ff3347;
|
|
66
|
+
--counter_prominent_text: #ffffff;
|
|
67
|
+
--counter_secondary_background: #828282;
|
|
68
|
+
--counter_secondary_text: #222222;
|
|
69
|
+
--destructive: #ff5c5c;
|
|
70
|
+
--dynamic_blue: #5181b8;
|
|
71
|
+
--dynamic_gray: #aeb7c2;
|
|
72
|
+
--dynamic_green: #4bb34b;
|
|
73
|
+
--dynamic_orange: #ffa000;
|
|
74
|
+
--dynamic_purple: #937ff5;
|
|
75
|
+
--dynamic_raspberry_pink: #f060c0;
|
|
76
|
+
--dynamic_red: #ff3347;
|
|
77
|
+
--dynamic_violet: #a393f5;
|
|
78
|
+
--feed_recommended_friend_promo_background: #6f7985;
|
|
79
|
+
--field_background: #292929;
|
|
80
|
+
--field_border: #424242;
|
|
81
|
+
--field_error_background: rgba(230, 70, 70, 0.16);
|
|
82
|
+
--field_error_border: #e64646;
|
|
83
|
+
--field_text_placeholder: #828282;
|
|
84
|
+
--field_valid_border: #4bb34b;
|
|
85
|
+
--float_button_background: #555555;
|
|
86
|
+
--float_button_background_highlighted: #656565;
|
|
87
|
+
--float_button_border: rgba(0, 0, 0, 0.12);
|
|
88
|
+
--float_button_foreground: #b2b2b2;
|
|
89
|
+
--header_alternate_background: #333333;
|
|
90
|
+
--header_alternate_tab_active_indicator: #e1e3e6;
|
|
91
|
+
--header_alternate_tab_active_text: #e1e3e6;
|
|
92
|
+
--header_alternate_tab_inactive_text: #828282;
|
|
93
|
+
--header_background: #222222;
|
|
94
|
+
--header_background_before_blur: #0a0a0a;
|
|
95
|
+
--header_background_before_blur_alternate: #0a0a0a;
|
|
96
|
+
--header_search_field_background: #424242;
|
|
97
|
+
--header_search_field_tint: #b2b2b2;
|
|
98
|
+
--header_tab_active_background: #656565;
|
|
99
|
+
--header_tab_active_indicator: #5181b8;
|
|
100
|
+
--header_tab_active_text: #e1e3e6;
|
|
101
|
+
--header_tab_inactive_text: #828282;
|
|
102
|
+
--header_text: #e1e3e6;
|
|
103
|
+
--header_text_alternate: #e1e3e6;
|
|
104
|
+
--header_text_secondary: rgba(255, 255, 255, 0.64);
|
|
105
|
+
--header_tint: #e1e3e6;
|
|
106
|
+
--header_tint_alternate: #ffffff;
|
|
107
|
+
--icon_alpha_placeholder: #e1e3e6;
|
|
108
|
+
--icon_medium: #939393;
|
|
109
|
+
--icon_medium_alpha: rgba(255, 255, 255, 0.48);
|
|
110
|
+
--icon_name: #b2b2b2;
|
|
111
|
+
--icon_outline_medium: #b2b2b2;
|
|
112
|
+
--icon_outline_secondary: #939393;
|
|
113
|
+
--icon_secondary: #828282;
|
|
114
|
+
--icon_secondary_alpha: rgba(255, 255, 255, 0.4);
|
|
115
|
+
--icon_tertiary: #656565;
|
|
116
|
+
--icon_tertiary_alpha: rgba(255, 255, 255, 0.24);
|
|
117
|
+
--im_attach_tint: #ffffff;
|
|
118
|
+
--im_bubble_border_alternate: rgba(0, 0, 0, 0);
|
|
119
|
+
--im_bubble_border_alternate_highlighted: rgba(0, 0, 0, 0);
|
|
120
|
+
--im_bubble_button_background: rgba(255, 255, 255, 0.16);
|
|
121
|
+
--im_bubble_button_background_highlighted: rgba(255, 255, 255, 0.24);
|
|
122
|
+
--im_bubble_button_foreground: #e1e3e6;
|
|
123
|
+
--im_bubble_button_outgoing_background: rgba(255, 255, 255, 0.24);
|
|
124
|
+
--im_bubble_gift_background: #857250;
|
|
125
|
+
--im_bubble_gift_background_highlighted: #ab9871;
|
|
126
|
+
--im_bubble_gift_text: #ffffff;
|
|
127
|
+
--im_bubble_gift_text_secondary: #e3d3ac;
|
|
128
|
+
--im_bubble_incoming: #333333;
|
|
129
|
+
--im_bubble_incoming_alternate: #333333;
|
|
130
|
+
--im_bubble_incoming_alternate_highlighted: #656565;
|
|
131
|
+
--im_bubble_incoming_expiring: #262b4d;
|
|
132
|
+
--im_bubble_incoming_expiring_highlighted: #404980;
|
|
133
|
+
--im_bubble_incoming_highlighted: #656565;
|
|
134
|
+
--im_bubble_outgoing: #555555;
|
|
135
|
+
--im_bubble_outgoing_alternate: #555555;
|
|
136
|
+
--im_bubble_outgoing_alternate_highlighted: #828282;
|
|
137
|
+
--im_bubble_outgoing_expiring: #404980;
|
|
138
|
+
--im_bubble_outgoing_expiring_highlighted: #5965b3;
|
|
139
|
+
--im_bubble_outgoing_highlighted: #656565;
|
|
140
|
+
--im_bubble_wallpaper_button_background: #555555;
|
|
141
|
+
--im_bubble_wallpaper_button_background_highlighted: #828282;
|
|
142
|
+
--im_bubble_wallpaper_button_foreground: #e1e3e6;
|
|
143
|
+
--im_bubble_wallpaper_incoming: #333333;
|
|
144
|
+
--im_bubble_wallpaper_incoming_highlighted: #656565;
|
|
145
|
+
--im_bubble_wallpaper_outgoing: #555555;
|
|
146
|
+
--im_bubble_wallpaper_outgoing_highlighted: #656565;
|
|
147
|
+
--im_forward_line_tint: rgba(255, 255, 255, 0.24);
|
|
148
|
+
--im_reply_separator: #ffffff;
|
|
149
|
+
--im_service_message_text: #828282;
|
|
150
|
+
--im_text_name: #71aaeb;
|
|
151
|
+
--im_toolbar_separator: #b2b2b2;
|
|
152
|
+
--im_toolbar_voice_msg_background: #555555;
|
|
153
|
+
--image_border: rgba(255, 255, 255, 0.08);
|
|
154
|
+
--input_background: #424242;
|
|
155
|
+
--input_border: #555555;
|
|
156
|
+
--landing_background: #222222;
|
|
157
|
+
--landing_field_background: #292929;
|
|
158
|
+
--landing_field_border: rgba(0, 0, 0, 0);
|
|
159
|
+
--landing_field_placeholder: #b2b2b2;
|
|
160
|
+
--landing_login_button_background: #e1e3e6;
|
|
161
|
+
--landing_login_button_foreground: #222222;
|
|
162
|
+
--landing_primary_button_background: #e1e3e6;
|
|
163
|
+
--landing_primary_button_foreground: #222222;
|
|
164
|
+
--landing_secondary_button_background: rgba(255, 255, 255, 0.16);
|
|
165
|
+
--landing_secondary_button_foreground: #ffffff;
|
|
166
|
+
--landing_snippet_border: rgba(255, 255, 255, 0.16);
|
|
167
|
+
--landing_tertiary_button_background: rgba(0, 0, 0, 0);
|
|
168
|
+
--landing_tertiary_button_foreground: #ffffff;
|
|
169
|
+
--landing_text_primary: #e1e3e6;
|
|
170
|
+
--landing_text_secondary: #828282;
|
|
171
|
+
--landing_text_title: #ffffff;
|
|
172
|
+
--like_text_tint: #ff5c5c;
|
|
173
|
+
--link_alternate: #939393;
|
|
174
|
+
--loader_background: #555555;
|
|
175
|
+
--loader_tint: #828282;
|
|
176
|
+
--loader_track_fill: #828282;
|
|
177
|
+
--loader_track_value_fill: #ffffff;
|
|
178
|
+
--media_overlay_button_background: #ffffff;
|
|
179
|
+
--media_overlay_button_foreground: #333333;
|
|
180
|
+
--modal_card_background: #333333;
|
|
181
|
+
--modal_card_border: rgba(255, 255, 255, 0.12);
|
|
182
|
+
--modal_card_header_close: #ffffff;
|
|
183
|
+
--music_playback_icon: #ffffff;
|
|
184
|
+
--overlay_status_background: #222222;
|
|
185
|
+
--overlay_status_foreground: #e1e3e6;
|
|
186
|
+
--overlay_status_icon: #edeef0;
|
|
187
|
+
--panel_tab_active_background: #555555;
|
|
188
|
+
--panel_tab_active_text: #e1e3e6;
|
|
189
|
+
--panel_tab_inactive_text: #828282;
|
|
190
|
+
--placeholder_icon_background: rgba(255, 255, 255, 0.08);
|
|
191
|
+
--placeholder_icon_background_opaque: #292929;
|
|
192
|
+
--placeholder_icon_foreground_primary: #939393;
|
|
193
|
+
--placeholder_icon_foreground_secondary: #656565;
|
|
194
|
+
--placeholder_icon_tint: #ffffff;
|
|
195
|
+
--poll_option_background: #ffffff;
|
|
196
|
+
--primary_overlay_badge: rgba(255, 255, 255, 0.4);
|
|
197
|
+
--search_bar_background: #222222;
|
|
198
|
+
--search_bar_field_background: #424242;
|
|
199
|
+
--search_bar_field_tint: #b2b2b2;
|
|
200
|
+
--search_bar_segmented_control_tint: #939393;
|
|
201
|
+
--secondary_overlay_badge: rgba(255, 255, 255, 0.16);
|
|
202
|
+
--segmented_control_bar_background: #222222;
|
|
203
|
+
--segmented_control_tint: #828282;
|
|
204
|
+
--selection_off_icon: #656565;
|
|
205
|
+
--separator_alpha: rgba(255, 255, 255, 0.16);
|
|
206
|
+
--separator_alternate: #292929;
|
|
207
|
+
--separator_common: #424242;
|
|
208
|
+
--skeleton_foreground_from: #292929;
|
|
209
|
+
--skeleton_foreground_to: #333333;
|
|
210
|
+
--skeleton_shimmer_from: #222222;
|
|
211
|
+
--skeleton_shimmer_to: rgba(0, 0, 0, 0);
|
|
212
|
+
--snippet_background: rgba(255, 255, 255, 0.04);
|
|
213
|
+
--snippet_border: rgba(255, 255, 255, 0.16);
|
|
214
|
+
--snippet_icon_tertiary: #656565;
|
|
215
|
+
--splashscreen_icon: #333333;
|
|
216
|
+
--statusbar_alternate_legacy_background: rgba(0, 0, 0, 0);
|
|
217
|
+
--stories_create_button_background_from: #424242;
|
|
218
|
+
--stories_create_button_background_to: #424242;
|
|
219
|
+
--stories_create_button_foreground: #cccccc;
|
|
220
|
+
--stories_create_button_icon_background: #555555;
|
|
221
|
+
--stories_skeleton_loader_background: #555555;
|
|
222
|
+
--switch_ios_off_border: #333333;
|
|
223
|
+
--tabbar_active_icon: #ffffff;
|
|
224
|
+
--tabbar_background: #333333;
|
|
225
|
+
--tabbar_inactive_icon: #828282;
|
|
226
|
+
--tabbar_tablet_active_icon: #5181b8;
|
|
227
|
+
--tabbar_tablet_background: #292929;
|
|
228
|
+
--tabbar_tablet_inactive_icon: #828282;
|
|
229
|
+
--tabbar_tablet_text_primary: #e1e3e6;
|
|
230
|
+
--tabbar_tablet_text_secondary: #828282;
|
|
231
|
+
--text_action_counter: #b2b2b2;
|
|
232
|
+
--text_link: #71aaeb;
|
|
233
|
+
--text_link_highlighted_background: #5181b8;
|
|
234
|
+
--text_muted: #cccccc;
|
|
235
|
+
--text_name: #e1e3e6;
|
|
236
|
+
--text_placeholder: #b2b2b2;
|
|
237
|
+
--text_primary: #e1e3e6;
|
|
238
|
+
--text_secondary: #828282;
|
|
239
|
+
--text_subhead: #939393;
|
|
240
|
+
--text_tertiary: #656565;
|
|
241
|
+
--toolbar_attach_background_from: #828282;
|
|
242
|
+
--toolbar_attach_background_to: #656565;
|
|
243
|
+
--vk_connect_button_primary_background: #e1e3e6;
|
|
244
|
+
--vk_connect_button_primary_foreground: #222222;
|
|
245
|
+
--vk_connect_button_secondary_background: #555555;
|
|
246
|
+
--vk_connect_button_secondary_foreground: #e1e3e6;
|
|
247
|
+
--writebar_icon: #e1e3e6;
|
|
248
|
+
}
|
|
249
|
+
/* stylelint-enable */
|