@vkontakte/vkui 4.27.0 → 4.27.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/.cache/.eslintcache +1 -1
- package/.cache/.stylelintcache +1 -1
- package/.cache/.tsbuildinfo +153 -152
- package/.cache/ts/src/components/AppearanceProvider/AppearanceProviderContext.d.ts +1 -6
- package/.cache/ts/src/hooks/useAppearance.d.ts +1 -1
- package/.cache/ts/src/tokenized/index.d.ts +2 -0
- package/VKUI_TOKENS_MIGRATION_GUIDE.md +1 -1
- package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js +5 -1
- package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
- package/dist/cjs/components/AppRoot/AppRoot.js +0 -8
- package/dist/cjs/components/AppRoot/AppRoot.js.map +1 -1
- package/dist/cjs/components/AppRoot/AppRootPortal.js +9 -2
- package/dist/cjs/components/AppRoot/AppRootPortal.js.map +1 -1
- package/dist/cjs/components/AppearanceProvider/AppearanceProvider.js +6 -11
- package/dist/cjs/components/AppearanceProvider/AppearanceProvider.js.map +1 -1
- package/dist/cjs/components/AppearanceProvider/AppearanceProviderContext.d.ts +1 -6
- package/dist/cjs/components/AppearanceProvider/AppearanceProviderContext.js +3 -1
- package/dist/cjs/components/AppearanceProvider/AppearanceProviderContext.js.map +1 -1
- package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js +1 -6
- package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
- package/dist/cjs/components/HorizontalScroll/HorizontalScrollArrow.js +1 -6
- package/dist/cjs/components/HorizontalScroll/HorizontalScrollArrow.js.map +1 -1
- package/dist/cjs/hooks/useAppearance.d.ts +1 -1
- package/dist/cjs/hooks/useAppearance.js +2 -2
- package/dist/cjs/hooks/useAppearance.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/ActionSheetDropdownDesktop.js +5 -1
- package/dist/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
- package/dist/components/AppRoot/AppRoot.js +0 -7
- package/dist/components/AppRoot/AppRoot.js.map +1 -1
- package/dist/components/AppRoot/AppRootPortal.js +7 -2
- package/dist/components/AppRoot/AppRootPortal.js.map +1 -1
- package/dist/components/AppearanceProvider/AppearanceProvider.js +6 -11
- package/dist/components/AppearanceProvider/AppearanceProvider.js.map +1 -1
- package/dist/components/AppearanceProvider/AppearanceProviderContext.d.ts +1 -6
- package/dist/components/AppearanceProvider/AppearanceProviderContext.js +2 -1
- package/dist/components/AppearanceProvider/AppearanceProviderContext.js.map +1 -1
- package/dist/components/HorizontalScroll/HorizontalScroll.js +1 -4
- package/dist/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
- package/dist/components/HorizontalScroll/HorizontalScrollArrow.js +1 -4
- package/dist/components/HorizontalScroll/HorizontalScrollArrow.js.map +1 -1
- package/dist/components.css +8 -3
- package/dist/components.css.map +1 -1
- package/dist/cssm/appearance/constants.d.ts +1 -0
- package/dist/cssm/components/ActionSheet/ActionSheet.d.ts +26 -0
- package/dist/cssm/components/ActionSheet/ActionSheetContext.d.ts +8 -0
- package/dist/cssm/components/ActionSheet/ActionSheetDropdown.d.ts +4 -0
- package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +4 -0
- package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js +5 -1
- package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
- package/dist/cssm/components/ActionSheet/types.d.ts +9 -0
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.d.ts +20 -0
- package/dist/cssm/components/AdaptivityProvider/AdaptivityContext.d.ts +46 -0
- package/dist/cssm/components/AdaptivityProvider/AdaptivityProvider.d.ts +10 -0
- package/dist/cssm/components/Alert/Alert.d.ts +24 -0
- package/dist/cssm/components/AppRoot/AppRoot.d.ts +14 -0
- package/dist/cssm/components/AppRoot/AppRoot.js +0 -7
- package/dist/cssm/components/AppRoot/AppRoot.js.map +1 -1
- package/dist/cssm/components/AppRoot/AppRootContext.d.ts +9 -0
- package/dist/cssm/components/AppRoot/AppRootPortal.d.ts +5 -0
- package/dist/cssm/components/AppRoot/AppRootPortal.js +7 -2
- package/dist/cssm/components/AppRoot/AppRootPortal.js.map +1 -1
- package/dist/cssm/components/AppRoot/ScrollContext.d.ts +23 -0
- package/dist/cssm/components/AppearanceProvider/AppearanceProvider.d.ts +7 -0
- package/dist/cssm/components/AppearanceProvider/AppearanceProvider.js +6 -11
- package/dist/cssm/components/AppearanceProvider/AppearanceProvider.js.map +1 -1
- package/dist/cssm/components/AppearanceProvider/AppearanceProviderContext.d.ts +3 -0
- package/dist/cssm/components/AppearanceProvider/AppearanceProviderContext.js +2 -1
- package/dist/cssm/components/AppearanceProvider/AppearanceProviderContext.js.map +1 -1
- package/dist/cssm/components/Avatar/Avatar.d.ts +22 -0
- package/dist/cssm/components/Badge/Badge.d.ts +6 -0
- package/dist/cssm/components/Banner/Banner.d.ts +65 -0
- package/dist/cssm/components/Button/Button.d.ts +20 -0
- package/dist/cssm/components/Card/Card.css +1 -1
- package/dist/cssm/components/Card/Card.d.ts +7 -0
- package/dist/cssm/components/CardGrid/CardGrid.d.ts +8 -0
- package/dist/cssm/components/CardScroll/CardScroll.d.ts +12 -0
- package/dist/cssm/components/Cell/Cell.d.ts +47 -0
- package/dist/cssm/components/Cell/CellCheckbox/CellCheckbox.d.ts +5 -0
- package/dist/cssm/components/Cell/CellDragger/CellDragger.d.ts +6 -0
- package/dist/cssm/components/Cell/useDraggable.d.ts +13 -0
- package/dist/cssm/components/CellButton/CellButton.d.ts +9 -0
- package/dist/cssm/components/Checkbox/Checkbox.d.ts +10 -0
- package/dist/cssm/components/Chip/Chip.d.ts +16 -0
- package/dist/cssm/components/ChipsInput/ChipsInput.d.ts +30 -0
- package/dist/cssm/components/ChipsInput/useChipsInput.d.ts +14 -0
- package/dist/cssm/components/ChipsSelect/ChipsSelect.d.ts +41 -0
- package/dist/cssm/components/ChipsSelect/useChipsSelect.d.ts +22 -0
- package/dist/cssm/components/ClickPopper/ClickPopper.d.ts +21 -0
- package/dist/cssm/components/ConfigProvider/ConfigProvider.d.ts +12 -0
- package/dist/cssm/components/ConfigProvider/ConfigProviderContext.d.ts +43 -0
- package/dist/cssm/components/ContentCard/ContentCard.d.ts +34 -0
- package/dist/cssm/components/Counter/Counter.d.ts +11 -0
- package/dist/cssm/components/CustomScrollView/CustomScrollView.d.ts +10 -0
- package/dist/cssm/components/CustomSelect/CustomSelect.d.ts +56 -0
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.d.ts +12 -0
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.css +1 -1
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.d.ts +15 -0
- package/dist/cssm/components/DatePicker/DatePicker.d.ts +24 -0
- package/dist/cssm/components/Div/Div.d.ts +7 -0
- package/dist/cssm/components/Dropdown/Dropdown.d.ts +8 -0
- package/dist/cssm/components/DropdownIcon/DropdownIcon.d.ts +3 -0
- package/dist/cssm/components/Epic/Epic.d.ts +10 -0
- package/dist/cssm/components/Epic/ScrollSaver.d.ts +6 -0
- package/dist/cssm/components/File/File.d.ts +9 -0
- package/dist/cssm/components/FixedLayout/FixedLayout.d.ts +19 -0
- package/dist/cssm/components/FocusTrap/FocusTrap.d.ts +8 -0
- package/dist/cssm/components/FocusVisible/FocusVisible.d.ts +8 -0
- package/dist/cssm/components/Footer/Footer.d.ts +5 -0
- package/dist/cssm/components/FormField/FormField.d.ts +14 -0
- package/dist/cssm/components/FormItem/FormItem.d.ts +14 -0
- package/dist/cssm/components/FormLayout/FormLayout.d.ts +6 -0
- package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.d.ts +13 -0
- package/dist/cssm/components/FormStatus/FormStatus.d.ts +7 -0
- package/dist/cssm/components/Gallery/Gallery.d.ts +39 -0
- package/dist/cssm/components/Gradient/Gradient.d.ts +7 -0
- package/dist/cssm/components/GridAvatar/GridAvatar.d.ts +8 -0
- package/dist/cssm/components/Group/Group.d.ts +23 -0
- package/dist/cssm/components/Header/Header.d.ts +18 -0
- package/dist/cssm/components/HorizontalCell/HorizontalCell.d.ts +10 -0
- package/dist/cssm/components/HorizontalScroll/HorizontalScroll.d.ts +19 -0
- package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js +1 -4
- package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
- package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.css +6 -1
- package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.d.ts +8 -0
- package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.js +1 -4
- package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.js.map +1 -1
- package/dist/cssm/components/HoverPopper/HoverPopper.d.ts +29 -0
- package/dist/cssm/components/IconButton/IconButton.d.ts +11 -0
- package/dist/cssm/components/InfoRow/InfoRow.d.ts +7 -0
- package/dist/cssm/components/InitialsAvatar/InitialsAvatar.d.ts +32 -0
- package/dist/cssm/components/Input/Input.d.ts +9 -0
- package/dist/cssm/components/Link/Link.d.ts +6 -0
- package/dist/cssm/components/List/List.d.ts +4 -0
- package/dist/cssm/components/List/ListContext.d.ts +4 -0
- package/dist/cssm/components/MiniInfoCell/MiniInfoCell.d.ts +39 -0
- package/dist/cssm/components/ModalCard/ModalCard.d.ts +10 -0
- package/dist/cssm/components/ModalCardBase/ModalCardBase.d.ts +32 -0
- package/dist/cssm/components/ModalDismissButton/ModalDismissButton.d.ts +5 -0
- package/dist/cssm/components/ModalPage/ModalPage.d.ts +22 -0
- package/dist/cssm/components/ModalPageHeader/ModalPageHeader.d.ts +8 -0
- package/dist/cssm/components/ModalRoot/ModalRoot.d.ts +16 -0
- package/dist/cssm/components/ModalRoot/ModalRootAdaptive.d.ts +10 -0
- package/dist/cssm/components/ModalRoot/ModalRootContext.d.ts +20 -0
- package/dist/cssm/components/ModalRoot/ModalRootDesktop.d.ts +16 -0
- package/dist/cssm/components/ModalRoot/constants.d.ts +3 -0
- package/dist/cssm/components/ModalRoot/types.d.ts +45 -0
- package/dist/cssm/components/ModalRoot/useModalManager.d.ts +37 -0
- package/dist/cssm/components/ModalRoot/withModalRootContext.d.ts +5 -0
- package/dist/cssm/components/NativeSelect/NativeSelect.d.ts +15 -0
- package/dist/cssm/components/NavTransitionContext/NavTransitionContext.d.ts +7 -0
- package/dist/cssm/components/Panel/Panel.d.ts +9 -0
- package/dist/cssm/components/PanelHeader/PanelHeader.d.ts +21 -0
- package/dist/cssm/components/PanelHeaderBack/PanelHeaderBack.d.ts +9 -0
- package/dist/cssm/components/PanelHeaderButton/PanelHeaderButton.d.ts +8 -0
- package/dist/cssm/components/PanelHeaderClose/PanelHeaderClose.d.ts +4 -0
- package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.d.ts +9 -0
- package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.d.ts +7 -0
- package/dist/cssm/components/PanelHeaderEdit/PanelHeaderEdit.d.ts +18 -0
- package/dist/cssm/components/PanelHeaderSubmit/PanelHeaderSubmit.d.ts +4 -0
- package/dist/cssm/components/PanelSpinner/PanelSpinner.d.ts +7 -0
- package/dist/cssm/components/Placeholder/Placeholder.d.ts +23 -0
- package/dist/cssm/components/PopoutRoot/PopoutRoot.d.ts +10 -0
- package/dist/cssm/components/PopoutWrapper/PopoutWrapper.d.ts +10 -0
- package/dist/cssm/components/Popper/Popper.d.ts +32 -0
- package/dist/cssm/components/Progress/Progress.d.ts +8 -0
- package/dist/cssm/components/PromoBanner/PromoBanner.d.ts +40 -0
- package/dist/cssm/components/PullToRefresh/PullToRefresh.d.ts +37 -0
- package/dist/cssm/components/PullToRefresh/PullToRefreshSpinner.d.ts +11 -0
- package/dist/cssm/components/Radio/Radio.d.ts +9 -0
- package/dist/cssm/components/RadioGroup/RadioGroup.d.ts +6 -0
- package/dist/cssm/components/RangeSlider/RangeSlider.d.ts +6 -0
- package/dist/cssm/components/RangeSlider/UniversalSlider.d.ts +16 -0
- package/dist/cssm/components/Removable/Removable.d.ts +21 -0
- package/dist/cssm/components/RichCell/RichCell.d.ts +36 -0
- package/dist/cssm/components/RichTooltip/RichTooltip.d.ts +5 -0
- package/dist/cssm/components/Root/Root.d.ts +31 -0
- package/dist/cssm/components/ScreenSpinner/ScreenSpinner.d.ts +6 -0
- package/dist/cssm/components/Search/Search.d.ts +17 -0
- package/dist/cssm/components/SegmentedControl/SegmentedControl.d.ts +17 -0
- package/dist/cssm/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.d.ts +4 -0
- package/dist/cssm/components/Select/Select.d.ts +7 -0
- package/dist/cssm/components/SelectMimicry/SelectMimicry.d.ts +10 -0
- package/dist/cssm/components/Separator/Separator.d.ts +11 -0
- package/dist/cssm/components/SimpleCell/SimpleCell.d.ts +39 -0
- package/dist/cssm/components/SimpleCheckbox/SimpleCheckbox.d.ts +9 -0
- package/dist/cssm/components/Slider/Slider.d.ts +5 -0
- package/dist/cssm/components/SliderSwitch/SliderSwitch.d.ts +47 -0
- package/dist/cssm/components/SliderSwitch/SliderSwitchButton.d.ts +11 -0
- package/dist/cssm/components/Snackbar/Snackbar.d.ts +35 -0
- package/dist/cssm/components/Spacing/Spacing.d.ts +18 -0
- package/dist/cssm/components/Spinner/Spinner.d.ts +7 -0
- package/dist/cssm/components/SplitCol/SplitCol.d.ts +22 -0
- package/dist/cssm/components/SplitLayout/SplitLayout.d.ts +15 -0
- package/dist/cssm/components/SubnavigationBar/SubnavigationBar.d.ts +7 -0
- package/dist/cssm/components/SubnavigationButton/SubnavigationButton.d.ts +21 -0
- package/dist/cssm/components/Switch/Switch.d.ts +7 -0
- package/dist/cssm/components/Tabbar/Tabbar.d.ts +11 -0
- package/dist/cssm/components/TabbarItem/TabbarItem.d.ts +21 -0
- package/dist/cssm/components/Tabs/Tabs.d.ts +10 -0
- package/dist/cssm/components/TabsItem/TabsItem.d.ts +8 -0
- package/dist/cssm/components/Tappable/Tappable.d.ts +40 -0
- package/dist/cssm/components/TextTooltip/TextTooltip.d.ts +14 -0
- package/dist/cssm/components/Textarea/Textarea.d.ts +11 -0
- package/dist/cssm/components/Tooltip/Tooltip.d.ts +55 -0
- package/dist/cssm/components/Tooltip/TooltipContainer.d.ts +5 -0
- package/dist/cssm/components/Touch/Touch.d.ts +49 -0
- package/dist/cssm/components/Touch/TouchContext.d.ts +7 -0
- package/dist/cssm/components/Typography/Caption/Caption.d.ts +10 -0
- package/dist/cssm/components/Typography/Headline/Headline.d.ts +8 -0
- package/dist/cssm/components/Typography/Subhead/Subhead.d.ts +8 -0
- package/dist/cssm/components/Typography/Text/Text.d.ts +8 -0
- package/dist/cssm/components/Typography/Title/Title.d.ts +12 -0
- package/dist/cssm/components/UsersStack/UsersStack.d.ts +23 -0
- package/dist/cssm/components/UsersStack/masks.d.ts +1 -0
- package/dist/cssm/components/View/View.d.ts +80 -0
- package/dist/cssm/components/View/ViewInfinite.d.ts +66 -0
- package/dist/cssm/components/View/utils.d.ts +2 -0
- package/dist/cssm/components/VisuallyHiddenInput/VisuallyHiddenInput.d.ts +12 -0
- package/dist/cssm/components/WriteBar/WriteBar.d.ts +23 -0
- package/dist/cssm/components/WriteBarIcon/WriteBarIcon.d.ts +18 -0
- package/dist/cssm/helpers/avatar.d.ts +5 -0
- package/dist/cssm/helpers/getClassName.d.ts +2 -0
- package/dist/cssm/helpers/getScheme.d.ts +8 -0
- package/dist/cssm/helpers/math.d.ts +5 -0
- package/dist/cssm/helpers/scheme.d.ts +34 -0
- package/dist/cssm/hoc/withAdaptivity.d.ts +13 -0
- package/dist/cssm/hoc/withContext.d.ts +2 -0
- package/dist/cssm/hoc/withInsets.d.ts +3 -0
- package/dist/cssm/hoc/withPlatform.d.ts +3 -0
- package/dist/cssm/hooks/useAdaptivity.d.ts +3 -0
- package/dist/cssm/hooks/useAppearance.d.ts +1 -0
- package/dist/cssm/hooks/useAppearance.js +2 -2
- package/dist/cssm/hooks/useAppearance.js.map +1 -1
- package/dist/cssm/hooks/useBrowserInfo.d.ts +2 -0
- package/dist/cssm/hooks/useEffectDev.d.ts +2 -0
- package/dist/cssm/hooks/useEnsuredControl.d.ts +6 -0
- package/dist/cssm/hooks/useEventListener.d.ts +7 -0
- package/dist/cssm/hooks/useExternRef.d.ts +2 -0
- package/dist/cssm/hooks/useFocusVisible.d.ts +6 -0
- package/dist/cssm/hooks/useGlobalEventListener.d.ts +2 -0
- package/dist/cssm/hooks/useInsets.d.ts +8 -0
- package/dist/cssm/hooks/useKeyboard.d.ts +11 -0
- package/dist/cssm/hooks/useKeyboardInputTracker.d.ts +1 -0
- package/dist/cssm/hooks/useObjectMemo.d.ts +2 -0
- package/dist/cssm/hooks/usePatchChildrenRef.d.ts +6 -0
- package/dist/cssm/hooks/usePlatform.d.ts +2 -0
- package/dist/cssm/hooks/useTimeout.d.ts +4 -0
- package/dist/cssm/hooks/useWaitTransitionFinish.d.ts +3 -0
- package/dist/cssm/index.d.ts +279 -0
- package/dist/cssm/lib/SSR.d.ts +14 -0
- package/dist/cssm/lib/accessibility.d.ts +10 -0
- package/dist/cssm/lib/animate.d.ts +15 -0
- package/dist/cssm/lib/browser.d.ts +11 -0
- package/dist/cssm/lib/callMultiple.d.ts +1 -0
- package/dist/cssm/lib/classNames.d.ts +6 -0
- package/dist/cssm/lib/classScopingMode.d.ts +8 -0
- package/dist/cssm/lib/dom.d.ts +21 -0
- package/dist/cssm/lib/fx.d.ts +5 -0
- package/dist/cssm/lib/getNavId.d.ts +6 -0
- package/dist/cssm/lib/is.d.ts +1 -0
- package/dist/cssm/lib/isRefObject.d.ts +2 -0
- package/dist/cssm/lib/jsxRuntime.d.ts +8 -0
- package/dist/cssm/lib/offset.d.ts +7 -0
- package/dist/cssm/lib/platform.d.ts +19 -0
- package/dist/cssm/lib/polyfills.d.ts +6 -0
- package/dist/cssm/lib/prefixClass.d.ts +1 -0
- package/dist/cssm/lib/removeObjectKeys.d.ts +1 -0
- package/dist/cssm/lib/select.d.ts +7 -0
- package/dist/cssm/lib/styles.d.ts +1 -0
- package/dist/cssm/lib/supportEvents.d.ts +9 -0
- package/dist/cssm/lib/taptic.d.ts +2 -0
- package/dist/cssm/lib/testing.d.ts +1 -0
- package/dist/cssm/lib/touch.d.ts +9 -0
- package/dist/cssm/lib/useIsomorphicLayoutEffect.d.ts +2 -0
- package/dist/cssm/lib/utils.d.ts +15 -0
- package/dist/cssm/lib/warnOnce.d.ts +1 -0
- package/dist/cssm/styles/components.css +8 -3
- package/dist/cssm/styles/themes.css +1 -1
- package/dist/cssm/tokenized/index.d.ts +10 -0
- package/dist/cssm/tokenized/index.js +1 -0
- package/dist/cssm/tokenized/index.js.map +1 -1
- package/dist/cssm/types.d.ts +34 -0
- package/dist/cssm/unstable/index.d.ts +17 -0
- package/dist/hooks/useAppearance.d.ts +1 -1
- package/dist/hooks/useAppearance.js +2 -2
- package/dist/hooks/useAppearance.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 +9 -4
- package/dist/vkui.css.map +1 -1
- package/package.json +4 -3
- package/src/components/ActionSheet/ActionSheetDropdownDesktop.tsx +4 -0
- package/src/components/AppRoot/AppRoot.tsx +0 -6
- package/src/components/AppRoot/AppRootPortal.tsx +9 -1
- package/src/components/AppearanceProvider/AppearanceProvider.tsx +6 -13
- package/src/components/AppearanceProvider/AppearanceProviderContext.tsx +4 -9
- package/src/components/CustomSelectOption/CustomSelectOption.css +1 -0
- package/src/components/HorizontalScroll/HorizontalScroll.tsx +1 -5
- package/src/components/HorizontalScroll/HorizontalScrollArrow.css +12 -5
- package/src/components/HorizontalScroll/HorizontalScrollArrow.tsx +1 -5
- package/src/hooks/useAppearance.ts +2 -3
- package/src/tokenized/index.ts +3 -0
package/.cache/.tsbuildinfo
CHANGED
|
@@ -809,8 +809,40 @@
|
|
|
809
809
|
"version": "33cbe34b66aa281cc79e3e4978922ae030c57cd150da5e060740331ba5aa313c",
|
|
810
810
|
"signature": "c13c7e70cb338e75f5a72f7cf8b5635b9709e9689d1e60b4a36142f2dd339441"
|
|
811
811
|
},
|
|
812
|
+
"../src/lib/warnOnce.ts": {
|
|
813
|
+
"version": "aec5ee5c5c44359c1d184deb3cbeb6d4198fc3ce4015955453a7d2f19439f3ff",
|
|
814
|
+
"signature": "e6c7e5c5d8c9b325f77ec6bf67f60f77dfbee5ffa666ca354bfb14ce4742f1e3"
|
|
815
|
+
},
|
|
816
|
+
"../src/helpers/getScheme.ts": {
|
|
817
|
+
"version": "abe1e7f8b45163bbee2084397abfd9c933ca41d613707b0bc490ca93e210bc1c",
|
|
818
|
+
"signature": "2fc5d52c4eec2f3d84e8494d72523eda948cb77d210347098ec4c8e37b2c23ee"
|
|
819
|
+
},
|
|
820
|
+
"../src/helpers/scheme.ts": {
|
|
821
|
+
"version": "5a6d5d1ecf3ed6d16556b104310844869200fa11f9b10d603c2108326cb4f5d2",
|
|
822
|
+
"signature": "51457dfe99f6b98fb14b964e88c1334cc9e4845291db604bf99d2777ddedc023"
|
|
823
|
+
},
|
|
824
|
+
"../src/components/AppearanceProvider/AppearanceProviderContext.tsx": {
|
|
825
|
+
"version": "4c3f8d4c8e175250e3f01d8e17a859a64591f2c0e02bc5913551f2e2af2a13cb",
|
|
826
|
+
"signature": "5a6b41dae1a1f1d1dfc9d7dcfe0a99cfd5c503bd0bb3d5d091f5119d9dace712"
|
|
827
|
+
},
|
|
828
|
+
"../src/lib/SSR.tsx": {
|
|
829
|
+
"version": "1f5a3992f09a7ef41ac37820211004d9e517b2545d087a421643eb013bed5b34",
|
|
830
|
+
"signature": "c2c6c6d70b776ddc13bc36ed583953da884daa9a937cc55b2085d9c6d7744402"
|
|
831
|
+
},
|
|
832
|
+
"../src/hooks/usePlatform.ts": {
|
|
833
|
+
"version": "0b435fa07325733b4c5b29200f414788139646f5411332c86a7fbd249c5b7e23",
|
|
834
|
+
"signature": "2c87e57044ed6f0431b83add4293f5254b4ad08c441e8c8d2d4bad8dd151d01b"
|
|
835
|
+
},
|
|
836
|
+
"../src/components/AppearanceProvider/AppearanceProvider.tsx": {
|
|
837
|
+
"version": "db17719cd1ae1535cb593bf3eebe3aeb09e1e60509d728f4818338c7fa6796c6",
|
|
838
|
+
"signature": "d095e6e7e442823a62aca933c2c82b9c81156d751ad5bd97cdbfe1213ac9fd49"
|
|
839
|
+
},
|
|
840
|
+
"../src/hooks/useAppearance.ts": {
|
|
841
|
+
"version": "9a59e5beb5ea26f3337a41f1236f88a1b5e4657c789fe24a9879ada78707779f",
|
|
842
|
+
"signature": "81202b8d266c1d2595dedcf2866f6f86f32993e9a75273fcff129a38458d4b63"
|
|
843
|
+
},
|
|
812
844
|
"../src/components/AppRoot/AppRootPortal.tsx": {
|
|
813
|
-
"version": "
|
|
845
|
+
"version": "9a43b39bbaa68c5b4fe3b3de65e2ff475c8f477e2c7000a1690d5be6f573ba4b",
|
|
814
846
|
"signature": "7301b28630101c551149decfb40963a0bac8d0fa8ad10fa32434c86176698f58"
|
|
815
847
|
},
|
|
816
848
|
"../src/lib/utils.ts": {
|
|
@@ -837,10 +869,6 @@
|
|
|
837
869
|
"version": "55ed0e5b1f2a61a1a648c86a9ac8f01586d8789553e0a0e272861f752dbfb3cc",
|
|
838
870
|
"signature": "0644776dfb15e45644e098eafa1d0c2262c06c5520dba1fe8bf334ac753aa46c"
|
|
839
871
|
},
|
|
840
|
-
"../src/lib/warnOnce.ts": {
|
|
841
|
-
"version": "aec5ee5c5c44359c1d184deb3cbeb6d4198fc3ce4015955453a7d2f19439f3ff",
|
|
842
|
-
"signature": "e6c7e5c5d8c9b325f77ec6bf67f60f77dfbee5ffa666ca354bfb14ce4742f1e3"
|
|
843
|
-
},
|
|
844
872
|
"../src/lib/useIsomorphicLayoutEffect.ts": {
|
|
845
873
|
"version": "c9e6aa48d70420fc990c9d0344b1d7ef57352227bc573ffa5f293b754406b7bc",
|
|
846
874
|
"signature": "b36f7c5f75b899ce008097cd8cdafee7a26023f90840af577d6cfa163c1e47d9"
|
|
@@ -849,14 +877,6 @@
|
|
|
849
877
|
"version": "05e8566ab4d76ee4cbd34cb7c367cf6d0407eb4801c8f786e61af9e326a65747",
|
|
850
878
|
"signature": "b0b2fd99d82059d52f3ba3be1af0e081814841915ef16a5abb3e1037cac49da3"
|
|
851
879
|
},
|
|
852
|
-
"../src/lib/SSR.tsx": {
|
|
853
|
-
"version": "1f5a3992f09a7ef41ac37820211004d9e517b2545d087a421643eb013bed5b34",
|
|
854
|
-
"signature": "c2c6c6d70b776ddc13bc36ed583953da884daa9a937cc55b2085d9c6d7744402"
|
|
855
|
-
},
|
|
856
|
-
"../src/hooks/usePlatform.ts": {
|
|
857
|
-
"version": "0b435fa07325733b4c5b29200f414788139646f5411332c86a7fbd249c5b7e23",
|
|
858
|
-
"signature": "2c87e57044ed6f0431b83add4293f5254b4ad08c441e8c8d2d4bad8dd151d01b"
|
|
859
|
-
},
|
|
860
880
|
"../src/components/Root/Root.tsx": {
|
|
861
881
|
"version": "1f0ad677a7017ee3b0f402c9804be44ac1bd56da487d2a9dbd780fa8e7c3c824",
|
|
862
882
|
"signature": "b3f7ece9c694c17ff606b6aaf4b3c07f2803c05a763799fc16285e72375abcbc"
|
|
@@ -8110,7 +8130,7 @@
|
|
|
8110
8130
|
"signature": "8d53137181a626b68a7969f5fb5ba4a12b81d8719772ad0815c5c69122c88f02"
|
|
8111
8131
|
},
|
|
8112
8132
|
"../src/components/HorizontalScroll/HorizontalScrollArrow.tsx": {
|
|
8113
|
-
"version": "
|
|
8133
|
+
"version": "3c91c4de5a62ee57d8a10f0da9d99b265b32c108d35189fb92212def189d6e04",
|
|
8114
8134
|
"signature": "ac9a1fdf7b0db231980a7caa2b510f26af794da22275639177d064bcade3e531"
|
|
8115
8135
|
},
|
|
8116
8136
|
"../src/lib/fx.ts": {
|
|
@@ -8118,7 +8138,7 @@
|
|
|
8118
8138
|
"signature": "4174716c48c92964211640d6e1c6fa938c42560d918efe8da76c595d09b6ce6d"
|
|
8119
8139
|
},
|
|
8120
8140
|
"../src/components/HorizontalScroll/HorizontalScroll.tsx": {
|
|
8121
|
-
"version": "
|
|
8141
|
+
"version": "81dc7ec65416b7869d884b96d41353e2c492e893718e303bfc35a00315c5dfd7",
|
|
8122
8142
|
"signature": "c6c672475ae70cb1aa4bc68a93807a7912f287289deb121b13bd74438b490f09"
|
|
8123
8143
|
},
|
|
8124
8144
|
"../src/components/PopoutWrapper/PopoutWrapper.tsx": {
|
|
@@ -8242,7 +8262,7 @@
|
|
|
8242
8262
|
"signature": "14399c9cb75f36e9dcaae577d15977c85885d1384533022870cfb989922ce289"
|
|
8243
8263
|
},
|
|
8244
8264
|
"../src/components/ActionSheet/ActionSheetDropdownDesktop.tsx": {
|
|
8245
|
-
"version": "
|
|
8265
|
+
"version": "884861080cb6a6f18e2aa1a96dd44f8d83f729cb744b1eb4fca94d4cd6626e6a",
|
|
8246
8266
|
"signature": "49c8a3e1c8c8715186d311bb60f1ea690df84aa3b39c432cac89c392d4e4a64a"
|
|
8247
8267
|
},
|
|
8248
8268
|
"../src/components/ActionSheet/ActionSheetDropdown.tsx": {
|
|
@@ -8673,30 +8693,14 @@
|
|
|
8673
8693
|
"version": "7756dbb5f96de7e651eb8d0077111d0387398ec60d276b313a0e0d677a6c8322",
|
|
8674
8694
|
"signature": "44420a5e0977b158e0d55b6aceafd3fb5cfc7090d24f678477fe950a6d53738a"
|
|
8675
8695
|
},
|
|
8676
|
-
"../src/helpers/getScheme.ts": {
|
|
8677
|
-
"version": "abe1e7f8b45163bbee2084397abfd9c933ca41d613707b0bc490ca93e210bc1c",
|
|
8678
|
-
"signature": "2fc5d52c4eec2f3d84e8494d72523eda948cb77d210347098ec4c8e37b2c23ee"
|
|
8679
|
-
},
|
|
8680
|
-
"../src/helpers/scheme.ts": {
|
|
8681
|
-
"version": "5a6d5d1ecf3ed6d16556b104310844869200fa11f9b10d603c2108326cb4f5d2",
|
|
8682
|
-
"signature": "51457dfe99f6b98fb14b964e88c1334cc9e4845291db604bf99d2777ddedc023"
|
|
8683
|
-
},
|
|
8684
|
-
"../src/components/AppearanceProvider/AppearanceProviderContext.tsx": {
|
|
8685
|
-
"version": "af7a1ff2878557153d44a88e16961d6239a7215e534e7d6782bfdc82460f837f",
|
|
8686
|
-
"signature": "9471af3e7e71e22ff894ff4fbfe02c695ceb0a0856d3db3f85cc6fa3ca1b3491"
|
|
8687
|
-
},
|
|
8688
8696
|
"../src/components/AppRoot/AppRoot.tsx": {
|
|
8689
|
-
"version": "
|
|
8697
|
+
"version": "e12dd3383ff7c92aad82e5b951f42d39c2c56968536f8210edbfccbf1f53e5f3",
|
|
8690
8698
|
"signature": "b3d9b791619ac9dd18c53c300be05090b5efc78433e6ff5b4efcf41b01d5eb43"
|
|
8691
8699
|
},
|
|
8692
8700
|
"../src/components/AdaptivityProvider/AdaptivityProvider.tsx": {
|
|
8693
8701
|
"version": "6715c56fc96d84e6e9635eea375d3f832c65db4f75eedcd7321696225b1c096c",
|
|
8694
8702
|
"signature": "e2a1cf6d0da0db90e0a1c3cc82c3be22d3169beaec6622c4e524aa949ce981b7"
|
|
8695
8703
|
},
|
|
8696
|
-
"../src/components/AppearanceProvider/AppearanceProvider.tsx": {
|
|
8697
|
-
"version": "3701527e5efe70cf473fcc92306ae28edfaee08fd10f60a44f7aaeb3f5a65cd9",
|
|
8698
|
-
"signature": "d095e6e7e442823a62aca933c2c82b9c81156d751ad5bd97cdbfe1213ac9fd49"
|
|
8699
|
-
},
|
|
8700
8704
|
"../src/components/ConfigProvider/ConfigProvider.tsx": {
|
|
8701
8705
|
"version": "45f981f60297cbb7348403338d65a8c92308da0b1f16cd5f3cb392fa3626aa0a",
|
|
8702
8706
|
"signature": "d962417a37c73ccea8310324accfca208a198efa49327f1c74bbe58e8ade5029"
|
|
@@ -8709,10 +8713,6 @@
|
|
|
8709
8713
|
"version": "2acf5dcdb9f15830ed3e6df780057223db096af69c2d82cce859d8befa5058f0",
|
|
8710
8714
|
"signature": "36af8144538512265b1f56cd1029d356c76de188e34ee36d306163397060ff1f"
|
|
8711
8715
|
},
|
|
8712
|
-
"../src/hooks/useAppearance.ts": {
|
|
8713
|
-
"version": "1c5360796adc91a4b71a5b781e844185a9ede0f075bf837a201daa9a1bcc06ef",
|
|
8714
|
-
"signature": "603cea7a16db92fb05bc06d4a49f682ebe5516e595d06f3f24d132d34739eea8"
|
|
8715
|
-
},
|
|
8716
8716
|
"../src/lib/animate.ts": {
|
|
8717
8717
|
"version": "ed6d43a2c2785f312505eed868e49877ca13111d91c9b5c2a6b914c95bd634ea",
|
|
8718
8718
|
"signature": "9aaf059c87ffbbd3027a1c0cae3ecfe49a1b66eab68b1984de8e2dfed7e97cb0"
|
|
@@ -8862,8 +8862,8 @@
|
|
|
8862
8862
|
"signature": "f435ec8b7dc7180b4bd3fd3b37dfc0e4635a0ee8dd0623113e1d3c2ed8163656"
|
|
8863
8863
|
},
|
|
8864
8864
|
"../src/tokenized/index.ts": {
|
|
8865
|
-
"version": "
|
|
8866
|
-
"signature": "
|
|
8865
|
+
"version": "60dbeabd58c472ddf80eadd91593caba0bcf7494c25d9be1fc5103c0b06b739f",
|
|
8866
|
+
"signature": "c8b7b5948d63f1710e08ad9399b1a325bc1df97e3ba6142650e506d0b0edb474"
|
|
8867
8867
|
},
|
|
8868
8868
|
"../src/components/HoverPopper/HoverPopper.tsx": {
|
|
8869
8869
|
"version": "22bce127446942efdf5fa3d0449dd09d2c10a988ccfd26b806dcc60a408b1e59",
|
|
@@ -11539,96 +11539,147 @@
|
|
|
11539
11539
|
"../node_modules/@types/node/util.d.ts",
|
|
11540
11540
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11541
11541
|
],
|
|
11542
|
-
"../src/
|
|
11542
|
+
"../src/lib/warnOnce.ts": [
|
|
11543
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
11544
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11545
|
+
"../node_modules/@types/node/util.d.ts",
|
|
11546
|
+
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11547
|
+
],
|
|
11548
|
+
"../src/helpers/getScheme.ts": [
|
|
11549
|
+
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
11550
|
+
"../src/lib/platform.ts",
|
|
11551
|
+
"../src/helpers/scheme.ts",
|
|
11552
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
11553
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11554
|
+
"../node_modules/@types/node/util.d.ts",
|
|
11555
|
+
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11556
|
+
],
|
|
11557
|
+
"../src/helpers/scheme.ts": [
|
|
11558
|
+
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
11559
|
+
"../src/lib/platform.ts",
|
|
11560
|
+
"../src/lib/warnOnce.ts",
|
|
11561
|
+
"../src/helpers/getScheme.ts",
|
|
11562
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
11563
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11564
|
+
"../node_modules/@types/node/util.d.ts",
|
|
11565
|
+
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11566
|
+
],
|
|
11567
|
+
"../src/components/AppearanceProvider/AppearanceProviderContext.tsx": [
|
|
11543
11568
|
"../node_modules/@types/react/index.d.ts",
|
|
11544
|
-
"../node_modules/@
|
|
11545
|
-
"../src/
|
|
11569
|
+
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
11570
|
+
"../src/helpers/scheme.ts",
|
|
11546
11571
|
"../node_modules/@types/node/fs.d.ts",
|
|
11547
11572
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11548
11573
|
"../node_modules/@types/node/util.d.ts",
|
|
11549
11574
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11550
11575
|
],
|
|
11551
|
-
"../src/lib/
|
|
11576
|
+
"../src/lib/SSR.tsx": [
|
|
11552
11577
|
"../node_modules/@types/react/index.d.ts",
|
|
11578
|
+
"../src/lib/platform.ts",
|
|
11579
|
+
"../src/lib/browser.ts",
|
|
11580
|
+
"../src/lib/dom.tsx",
|
|
11553
11581
|
"../node_modules/@types/node/fs.d.ts",
|
|
11554
11582
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11555
11583
|
"../node_modules/@types/node/util.d.ts",
|
|
11556
11584
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11557
11585
|
],
|
|
11558
|
-
"../src/
|
|
11586
|
+
"../src/hooks/usePlatform.ts": [
|
|
11587
|
+
"../node_modules/@types/react/index.d.ts",
|
|
11588
|
+
"../src/lib/platform.ts",
|
|
11589
|
+
"../src/lib/SSR.tsx",
|
|
11590
|
+
"../src/components/ConfigProvider/ConfigProviderContext.tsx",
|
|
11559
11591
|
"../node_modules/@types/node/fs.d.ts",
|
|
11560
11592
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11561
11593
|
"../node_modules/@types/node/util.d.ts",
|
|
11562
11594
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11563
11595
|
],
|
|
11564
|
-
"../src/components/
|
|
11596
|
+
"../src/components/AppearanceProvider/AppearanceProvider.tsx": [
|
|
11565
11597
|
"../node_modules/@types/react/index.d.ts",
|
|
11566
|
-
"../src/
|
|
11567
|
-
"../src/
|
|
11598
|
+
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
11599
|
+
"../src/components/AppearanceProvider/AppearanceProviderContext.tsx",
|
|
11600
|
+
"../src/helpers/getScheme.ts",
|
|
11601
|
+
"../src/lib/classNames.ts",
|
|
11602
|
+
"../src/hooks/usePlatform.ts",
|
|
11603
|
+
"../src/lib/platform.ts",
|
|
11568
11604
|
"../node_modules/@types/node/fs.d.ts",
|
|
11569
11605
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11570
11606
|
"../node_modules/@types/node/util.d.ts",
|
|
11571
11607
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11572
11608
|
],
|
|
11573
|
-
"../src/hooks/
|
|
11609
|
+
"../src/hooks/useAppearance.ts": [
|
|
11574
11610
|
"../node_modules/@types/react/index.d.ts",
|
|
11611
|
+
"../src/components/AppearanceProvider/AppearanceProviderContext.tsx",
|
|
11575
11612
|
"../node_modules/@types/node/fs.d.ts",
|
|
11576
11613
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11577
11614
|
"../node_modules/@types/node/util.d.ts",
|
|
11578
11615
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11579
11616
|
],
|
|
11580
|
-
"../src/components/
|
|
11617
|
+
"../src/components/AppRoot/AppRootPortal.tsx": [
|
|
11581
11618
|
"../node_modules/@types/react/index.d.ts",
|
|
11582
|
-
"../
|
|
11619
|
+
"../node_modules/@types/react-dom/index.d.ts",
|
|
11620
|
+
"../src/components/AppRoot/AppRootContext.ts",
|
|
11621
|
+
"../src/components/AppearanceProvider/AppearanceProvider.tsx",
|
|
11622
|
+
"../src/hooks/useAppearance.ts",
|
|
11583
11623
|
"../node_modules/@types/node/fs.d.ts",
|
|
11584
11624
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11585
11625
|
"../node_modules/@types/node/util.d.ts",
|
|
11586
11626
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11587
11627
|
],
|
|
11588
|
-
"../src/lib/
|
|
11628
|
+
"../src/lib/utils.ts": [
|
|
11629
|
+
"../node_modules/@types/react/index.d.ts",
|
|
11589
11630
|
"../node_modules/@types/node/fs.d.ts",
|
|
11590
11631
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11591
11632
|
"../node_modules/@types/node/util.d.ts",
|
|
11592
11633
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11593
11634
|
],
|
|
11594
|
-
"../src/
|
|
11635
|
+
"../src/helpers/math.ts": [
|
|
11595
11636
|
"../node_modules/@types/node/fs.d.ts",
|
|
11596
11637
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11597
11638
|
"../node_modules/@types/node/util.d.ts",
|
|
11598
11639
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11599
11640
|
],
|
|
11600
|
-
"../src/
|
|
11641
|
+
"../src/components/AppRoot/ScrollContext.ts": [
|
|
11601
11642
|
"../node_modules/@types/react/index.d.ts",
|
|
11602
|
-
"../src/lib/
|
|
11643
|
+
"../src/lib/utils.ts",
|
|
11644
|
+
"../src/helpers/math.ts",
|
|
11603
11645
|
"../node_modules/@types/node/fs.d.ts",
|
|
11604
11646
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11605
11647
|
"../node_modules/@types/node/util.d.ts",
|
|
11606
11648
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11607
11649
|
],
|
|
11608
|
-
"../src/hooks/
|
|
11650
|
+
"../src/hooks/useObjectMemo.ts": [
|
|
11609
11651
|
"../node_modules/@types/react/index.d.ts",
|
|
11610
|
-
"../src/lib/useIsomorphicLayoutEffect.ts",
|
|
11611
|
-
"../src/lib/dom.tsx",
|
|
11612
11652
|
"../node_modules/@types/node/fs.d.ts",
|
|
11613
11653
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11614
11654
|
"../node_modules/@types/node/util.d.ts",
|
|
11615
11655
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11616
11656
|
],
|
|
11617
|
-
"../src/
|
|
11657
|
+
"../src/components/NavTransitionContext/NavTransitionContext.tsx": [
|
|
11658
|
+
"../node_modules/@types/react/index.d.ts",
|
|
11659
|
+
"../src/hooks/useObjectMemo.ts",
|
|
11660
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
11661
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11662
|
+
"../node_modules/@types/node/util.d.ts",
|
|
11663
|
+
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11664
|
+
],
|
|
11665
|
+
"../src/lib/getNavId.ts": [
|
|
11666
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
11667
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11668
|
+
"../node_modules/@types/node/util.d.ts",
|
|
11669
|
+
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11670
|
+
],
|
|
11671
|
+
"../src/lib/useIsomorphicLayoutEffect.ts": [
|
|
11618
11672
|
"../node_modules/@types/react/index.d.ts",
|
|
11619
|
-
"../src/lib/platform.ts",
|
|
11620
|
-
"../src/lib/browser.ts",
|
|
11621
11673
|
"../src/lib/dom.tsx",
|
|
11622
11674
|
"../node_modules/@types/node/fs.d.ts",
|
|
11623
11675
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11624
11676
|
"../node_modules/@types/node/util.d.ts",
|
|
11625
11677
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
11626
11678
|
],
|
|
11627
|
-
"../src/hooks/
|
|
11679
|
+
"../src/hooks/useTimeout.ts": [
|
|
11628
11680
|
"../node_modules/@types/react/index.d.ts",
|
|
11629
|
-
"../src/lib/
|
|
11630
|
-
"../src/lib/
|
|
11631
|
-
"../src/components/ConfigProvider/ConfigProviderContext.tsx",
|
|
11681
|
+
"../src/lib/useIsomorphicLayoutEffect.ts",
|
|
11682
|
+
"../src/lib/dom.tsx",
|
|
11632
11683
|
"../node_modules/@types/node/fs.d.ts",
|
|
11633
11684
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
11634
11685
|
"../node_modules/@types/node/util.d.ts",
|
|
@@ -26279,8 +26330,6 @@
|
|
|
26279
26330
|
"../src/components/HorizontalScroll/HorizontalScrollArrow.tsx": [
|
|
26280
26331
|
"../node_modules/@types/react/index.d.ts",
|
|
26281
26332
|
"../node_modules/@vkontakte/icons/dist/index.d.ts",
|
|
26282
|
-
"../src/hooks/usePlatform.ts",
|
|
26283
|
-
"../src/helpers/getClassName.ts",
|
|
26284
26333
|
"../src/lib/classNames.ts",
|
|
26285
26334
|
"../src/components/Tappable/Tappable.tsx",
|
|
26286
26335
|
"../node_modules/@types/node/fs.d.ts",
|
|
@@ -26296,8 +26345,6 @@
|
|
|
26296
26345
|
],
|
|
26297
26346
|
"../src/components/HorizontalScroll/HorizontalScroll.tsx": [
|
|
26298
26347
|
"../node_modules/@types/react/index.d.ts",
|
|
26299
|
-
"../src/hooks/usePlatform.ts",
|
|
26300
|
-
"../src/helpers/getClassName.ts",
|
|
26301
26348
|
"../src/hoc/withAdaptivity.tsx",
|
|
26302
26349
|
"../src/components/HorizontalScroll/HorizontalScrollArrow.tsx",
|
|
26303
26350
|
"../src/lib/fx.ts",
|
|
@@ -28076,34 +28123,6 @@
|
|
|
28076
28123
|
"../node_modules/@types/node/util.d.ts",
|
|
28077
28124
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
28078
28125
|
],
|
|
28079
|
-
"../src/helpers/getScheme.ts": [
|
|
28080
|
-
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
28081
|
-
"../src/lib/platform.ts",
|
|
28082
|
-
"../src/helpers/scheme.ts",
|
|
28083
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
28084
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
28085
|
-
"../node_modules/@types/node/util.d.ts",
|
|
28086
|
-
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
28087
|
-
],
|
|
28088
|
-
"../src/helpers/scheme.ts": [
|
|
28089
|
-
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
28090
|
-
"../src/lib/platform.ts",
|
|
28091
|
-
"../src/lib/warnOnce.ts",
|
|
28092
|
-
"../src/helpers/getScheme.ts",
|
|
28093
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
28094
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
28095
|
-
"../node_modules/@types/node/util.d.ts",
|
|
28096
|
-
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
28097
|
-
],
|
|
28098
|
-
"../src/components/AppearanceProvider/AppearanceProviderContext.tsx": [
|
|
28099
|
-
"../node_modules/@types/react/index.d.ts",
|
|
28100
|
-
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
28101
|
-
"../src/helpers/scheme.ts",
|
|
28102
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
28103
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
28104
|
-
"../node_modules/@types/node/util.d.ts",
|
|
28105
|
-
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
28106
|
-
],
|
|
28107
28126
|
"../src/components/AppRoot/AppRoot.tsx": [
|
|
28108
28127
|
"../node_modules/@types/react/index.d.ts",
|
|
28109
28128
|
"../src/lib/dom.tsx",
|
|
@@ -28118,7 +28137,6 @@
|
|
|
28118
28137
|
"../src/lib/warnOnce.ts",
|
|
28119
28138
|
"../src/hooks/useKeyboardInputTracker.ts",
|
|
28120
28139
|
"../src/hooks/useInsets.ts",
|
|
28121
|
-
"../src/components/AppearanceProvider/AppearanceProviderContext.tsx",
|
|
28122
28140
|
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
28123
28141
|
"../node_modules/@types/node/fs.d.ts",
|
|
28124
28142
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -28135,19 +28153,6 @@
|
|
|
28135
28153
|
"../node_modules/@types/node/util.d.ts",
|
|
28136
28154
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
28137
28155
|
],
|
|
28138
|
-
"../src/components/AppearanceProvider/AppearanceProvider.tsx": [
|
|
28139
|
-
"../node_modules/@types/react/index.d.ts",
|
|
28140
|
-
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
28141
|
-
"../src/components/AppearanceProvider/AppearanceProviderContext.tsx",
|
|
28142
|
-
"../src/helpers/getScheme.ts",
|
|
28143
|
-
"../src/lib/classNames.ts",
|
|
28144
|
-
"../src/hooks/usePlatform.ts",
|
|
28145
|
-
"../src/lib/platform.ts",
|
|
28146
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
28147
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
28148
|
-
"../node_modules/@types/node/util.d.ts",
|
|
28149
|
-
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
28150
|
-
],
|
|
28151
28156
|
"../src/components/ConfigProvider/ConfigProvider.tsx": [
|
|
28152
28157
|
"../node_modules/@types/react/index.d.ts",
|
|
28153
28158
|
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
@@ -28187,14 +28192,6 @@
|
|
|
28187
28192
|
"../node_modules/@types/node/util.d.ts",
|
|
28188
28193
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
28189
28194
|
],
|
|
28190
|
-
"../src/hooks/useAppearance.ts": [
|
|
28191
|
-
"../node_modules/@types/react/index.d.ts",
|
|
28192
|
-
"../src/components/ConfigProvider/ConfigProviderContext.tsx",
|
|
28193
|
-
"../node_modules/@types/node/fs.d.ts",
|
|
28194
|
-
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
28195
|
-
"../node_modules/@types/node/util.d.ts",
|
|
28196
|
-
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
28197
|
-
],
|
|
28198
28195
|
"../src/lib/animate.ts": [
|
|
28199
28196
|
"../node_modules/@vkontakte/vkjs/lib/index.d.ts",
|
|
28200
28197
|
"../node_modules/@types/node/fs.d.ts",
|
|
@@ -28634,6 +28631,7 @@
|
|
|
28634
28631
|
"../src/components/Button/Button.tsx",
|
|
28635
28632
|
"../src/components/Card/Card.tsx",
|
|
28636
28633
|
"../src/components/CardScroll/CardScroll.tsx",
|
|
28634
|
+
"../src/components/HorizontalScroll/HorizontalScroll.tsx",
|
|
28637
28635
|
"../src/components/SegmentedControl/SegmentedControl.tsx",
|
|
28638
28636
|
"../node_modules/@types/node/fs.d.ts",
|
|
28639
28637
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -32616,6 +32614,34 @@
|
|
|
32616
32614
|
"../src/components/AppRoot/AppRootContext.ts": [
|
|
32617
32615
|
"../node_modules/@types/react/index.d.ts"
|
|
32618
32616
|
],
|
|
32617
|
+
"../src/helpers/getScheme.ts": [
|
|
32618
|
+
"../src/lib/platform.ts",
|
|
32619
|
+
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
32620
|
+
"../src/helpers/scheme.ts"
|
|
32621
|
+
],
|
|
32622
|
+
"../src/helpers/scheme.ts": [
|
|
32623
|
+
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
32624
|
+
"../src/lib/platform.ts"
|
|
32625
|
+
],
|
|
32626
|
+
"../src/components/AppearanceProvider/AppearanceProviderContext.tsx": [
|
|
32627
|
+
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
32628
|
+
"../node_modules/@types/react/index.d.ts"
|
|
32629
|
+
],
|
|
32630
|
+
"../src/lib/SSR.tsx": [
|
|
32631
|
+
"../src/lib/platform.ts",
|
|
32632
|
+
"../src/lib/browser.ts",
|
|
32633
|
+
"../node_modules/@types/react/index.d.ts"
|
|
32634
|
+
],
|
|
32635
|
+
"../src/hooks/usePlatform.ts": [
|
|
32636
|
+
"../src/lib/platform.ts"
|
|
32637
|
+
],
|
|
32638
|
+
"../src/components/AppearanceProvider/AppearanceProvider.tsx": [
|
|
32639
|
+
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
32640
|
+
"../node_modules/@types/react/index.d.ts"
|
|
32641
|
+
],
|
|
32642
|
+
"../src/hooks/useAppearance.ts": [
|
|
32643
|
+
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts"
|
|
32644
|
+
],
|
|
32619
32645
|
"../src/components/AppRoot/AppRootPortal.tsx": [
|
|
32620
32646
|
"../node_modules/@types/react/index.d.ts"
|
|
32621
32647
|
],
|
|
@@ -32631,14 +32657,6 @@
|
|
|
32631
32657
|
"../src/lib/useIsomorphicLayoutEffect.ts": [
|
|
32632
32658
|
"../node_modules/@types/react/index.d.ts"
|
|
32633
32659
|
],
|
|
32634
|
-
"../src/lib/SSR.tsx": [
|
|
32635
|
-
"../src/lib/platform.ts",
|
|
32636
|
-
"../src/lib/browser.ts",
|
|
32637
|
-
"../node_modules/@types/react/index.d.ts"
|
|
32638
|
-
],
|
|
32639
|
-
"../src/hooks/usePlatform.ts": [
|
|
32640
|
-
"../src/lib/platform.ts"
|
|
32641
|
-
],
|
|
32642
32660
|
"../src/components/Root/Root.tsx": [
|
|
32643
32661
|
"../node_modules/@types/react/index.d.ts",
|
|
32644
32662
|
"../src/lib/getNavId.ts"
|
|
@@ -47599,20 +47617,6 @@
|
|
|
47599
47617
|
"../src/hooks/useInsets.ts": [
|
|
47600
47618
|
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts"
|
|
47601
47619
|
],
|
|
47602
|
-
"../src/helpers/getScheme.ts": [
|
|
47603
|
-
"../src/lib/platform.ts",
|
|
47604
|
-
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
47605
|
-
"../src/helpers/scheme.ts"
|
|
47606
|
-
],
|
|
47607
|
-
"../src/helpers/scheme.ts": [
|
|
47608
|
-
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
47609
|
-
"../src/lib/platform.ts"
|
|
47610
|
-
],
|
|
47611
|
-
"../src/components/AppearanceProvider/AppearanceProviderContext.tsx": [
|
|
47612
|
-
"../src/helpers/scheme.ts",
|
|
47613
|
-
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
47614
|
-
"../node_modules/@types/react/index.d.ts"
|
|
47615
|
-
],
|
|
47616
47620
|
"../src/components/AppRoot/AppRoot.tsx": [
|
|
47617
47621
|
"../src/components/AdaptivityProvider/AdaptivityContext.tsx",
|
|
47618
47622
|
"../node_modules/@types/react/index.d.ts",
|
|
@@ -47622,10 +47626,6 @@
|
|
|
47622
47626
|
"../node_modules/@types/react/index.d.ts",
|
|
47623
47627
|
"../src/components/AdaptivityProvider/AdaptivityContext.tsx"
|
|
47624
47628
|
],
|
|
47625
|
-
"../src/components/AppearanceProvider/AppearanceProvider.tsx": [
|
|
47626
|
-
"../node_modules/@vkontakte/vk-bridge/dist/types/src/index.d.ts",
|
|
47627
|
-
"../node_modules/@types/react/index.d.ts"
|
|
47628
|
-
],
|
|
47629
47629
|
"../src/components/ConfigProvider/ConfigProvider.tsx": [
|
|
47630
47630
|
"../src/components/ConfigProvider/ConfigProviderContext.tsx",
|
|
47631
47631
|
"../src/helpers/scheme.ts",
|
|
@@ -47897,6 +47897,7 @@
|
|
|
47897
47897
|
"../src/components/Button/Button.tsx",
|
|
47898
47898
|
"../src/components/Card/Card.tsx",
|
|
47899
47899
|
"../src/components/CardScroll/CardScroll.tsx",
|
|
47900
|
+
"../src/components/HorizontalScroll/HorizontalScroll.tsx",
|
|
47900
47901
|
"../src/components/SegmentedControl/SegmentedControl.tsx"
|
|
47901
47902
|
],
|
|
47902
47903
|
"../src/components/HoverPopper/HoverPopper.tsx": [
|
|
@@ -48857,6 +48858,14 @@
|
|
|
48857
48858
|
"../src/components/SplitCol/SplitCol.tsx",
|
|
48858
48859
|
"../node_modules/@types/react-dom/index.d.ts",
|
|
48859
48860
|
"../src/components/AppRoot/AppRootContext.ts",
|
|
48861
|
+
"../src/lib/warnOnce.ts",
|
|
48862
|
+
"../src/helpers/getScheme.ts",
|
|
48863
|
+
"../src/helpers/scheme.ts",
|
|
48864
|
+
"../src/components/AppearanceProvider/AppearanceProviderContext.tsx",
|
|
48865
|
+
"../src/lib/SSR.tsx",
|
|
48866
|
+
"../src/hooks/usePlatform.ts",
|
|
48867
|
+
"../src/components/AppearanceProvider/AppearanceProvider.tsx",
|
|
48868
|
+
"../src/hooks/useAppearance.ts",
|
|
48860
48869
|
"../src/components/AppRoot/AppRootPortal.tsx",
|
|
48861
48870
|
"../src/lib/utils.ts",
|
|
48862
48871
|
"../src/helpers/math.ts",
|
|
@@ -48864,11 +48873,8 @@
|
|
|
48864
48873
|
"../src/hooks/useObjectMemo.ts",
|
|
48865
48874
|
"../src/components/NavTransitionContext/NavTransitionContext.tsx",
|
|
48866
48875
|
"../src/lib/getNavId.ts",
|
|
48867
|
-
"../src/lib/warnOnce.ts",
|
|
48868
48876
|
"../src/lib/useIsomorphicLayoutEffect.ts",
|
|
48869
48877
|
"../src/hooks/useTimeout.ts",
|
|
48870
|
-
"../src/lib/SSR.tsx",
|
|
48871
|
-
"../src/hooks/usePlatform.ts",
|
|
48872
48878
|
"../src/components/Root/Root.tsx",
|
|
48873
48879
|
"../src/lib/testing.ts",
|
|
48874
48880
|
"../src/lib/supportEvents.ts",
|
|
@@ -50823,16 +50829,11 @@
|
|
|
50823
50829
|
"../src/components/PanelHeaderEdit/PanelHeaderEdit.tsx",
|
|
50824
50830
|
"../src/hooks/useKeyboardInputTracker.ts",
|
|
50825
50831
|
"../src/hooks/useInsets.ts",
|
|
50826
|
-
"../src/helpers/getScheme.ts",
|
|
50827
|
-
"../src/helpers/scheme.ts",
|
|
50828
|
-
"../src/components/AppearanceProvider/AppearanceProviderContext.tsx",
|
|
50829
50832
|
"../src/components/AppRoot/AppRoot.tsx",
|
|
50830
50833
|
"../src/components/AdaptivityProvider/AdaptivityProvider.tsx",
|
|
50831
|
-
"../src/components/AppearanceProvider/AppearanceProvider.tsx",
|
|
50832
50834
|
"../src/components/ConfigProvider/ConfigProvider.tsx",
|
|
50833
50835
|
"../src/components/PromoBanner/PromoBanner.tsx",
|
|
50834
50836
|
"../src/hoc/withInsets.tsx",
|
|
50835
|
-
"../src/hooks/useAppearance.ts",
|
|
50836
50837
|
"../src/lib/animate.ts",
|
|
50837
50838
|
"../src/lib/removeObjectKeys.ts",
|
|
50838
50839
|
"../src/helpers/avatar.ts",
|
|
@@ -1,8 +1,3 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { AppearanceType } from "@vkontakte/vk-bridge";
|
|
3
|
-
|
|
4
|
-
export interface AppearanceProviderContextProps {
|
|
5
|
-
scheme: Scheme | "inherit" | undefined;
|
|
6
|
-
appearance: AppearanceType;
|
|
7
|
-
}
|
|
8
|
-
export declare const AppearanceProviderContext: React.Context<AppearanceProviderContextProps | undefined>;
|
|
3
|
+
export declare const AppearanceProviderContext: React.Context<AppearanceType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useAppearance: () => "
|
|
1
|
+
export declare const useAppearance: () => import("@vkontakte/vk-bridge").AppearanceType;
|
|
@@ -4,5 +4,7 @@ export { Card } from "../components/Card/Card";
|
|
|
4
4
|
export type { CardProps } from "../components/Card/Card";
|
|
5
5
|
export { CardScroll } from "../components/CardScroll/CardScroll";
|
|
6
6
|
export type { CardScrollProps } from "../components/CardScroll/CardScroll";
|
|
7
|
+
export { default as HorizontalScroll } from "../components/HorizontalScroll/HorizontalScroll";
|
|
8
|
+
export type { HorizontalScrollProps } from "../components/HorizontalScroll/HorizontalScroll";
|
|
7
9
|
export { SegmentedControl } from "../components/SegmentedControl/SegmentedControl";
|
|
8
10
|
export type { SegmentedControlProps, SegmentedControlOptionInterface, SegmentedControlValue, } from "../components/SegmentedControl/SegmentedControl";
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
- Если в стилях встречаются токены из Appearance, то их нужно не удалять, а дополнять фоллбэком на соответствующий токен из vkui-tokens
|
|
62
62
|
- В tsx компонента не осталось логики, которая зависит от платформы
|
|
63
63
|
- Компонент добавлен в `src/tokenized/index.ts` (в `src/index.ts` он так же должен быть)
|
|
64
|
-
- Имя компонента добавлено в массив из `styleguide/
|
|
64
|
+
- Имя компонента добавлено в массив из `styleguide/tokenized.js`
|
|
65
65
|
|
|
66
66
|
### После отказа от Appearance
|
|
67
67
|
|
|
@@ -39,7 +39,7 @@ var _FocusTrap = require("../FocusTrap/FocusTrap");
|
|
|
39
39
|
|
|
40
40
|
var _Popper = require("../Popper/Popper");
|
|
41
41
|
|
|
42
|
-
var _excluded = ["children", "toggleRef", "closing", "popupDirection", "onClose"];
|
|
42
|
+
var _excluded = ["children", "toggleRef", "closing", "popupDirection", "onClose", "className", "style"];
|
|
43
43
|
var warn = (0, _warnOnce.warnOnce)("ActionSheet");
|
|
44
44
|
|
|
45
45
|
function getEl(ref) {
|
|
@@ -52,6 +52,8 @@ var ActionSheetDropdownDesktop = function ActionSheetDropdownDesktop(_ref) {
|
|
|
52
52
|
closing = _ref.closing,
|
|
53
53
|
popupDirection = _ref.popupDirection,
|
|
54
54
|
onClose = _ref.onClose,
|
|
55
|
+
className = _ref.className,
|
|
56
|
+
style = _ref.style,
|
|
55
57
|
restProps = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
56
58
|
|
|
57
59
|
var _useDOM = (0, _dom.useDOM)(),
|
|
@@ -103,6 +105,8 @@ var ActionSheetDropdownDesktop = function ActionSheetDropdownDesktop(_ref) {
|
|
|
103
105
|
offsetDistance: 0,
|
|
104
106
|
placement: isPopupDirectionTop ? "top-end" : "bottom-end",
|
|
105
107
|
vkuiClass: (0, _classNames.classNames)((0, _getClassName.getClassName)("ActionSheet", platform), "ActionSheet--desktop", "ActionSheet--sizeY-".concat(sizeY)),
|
|
108
|
+
className: className,
|
|
109
|
+
style: style,
|
|
106
110
|
getRef: elementRef,
|
|
107
111
|
forcePortal: false
|
|
108
112
|
}, (0, _jsxRuntime.createScopedElement)(_FocusTrap.FocusTrap, (0, _extends2.default)({
|