@vkontakte/vkui 4.30.0 → 4.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cache/.eslintcache +1 -1
- package/.cache/.stylelintcache +1 -1
- package/.cache/.tsbuildinfo +38 -27
- package/.cache/ts/src/components/Calendar/Calendar.d.ts +1 -1
- package/.cache/ts/src/components/CalendarHeader/CalendarHeader.d.ts +2 -0
- package/.cache/ts/src/components/CalendarRange/CalendarRange.d.ts +1 -1
- package/.cache/ts/src/components/DateInput/DateInput.d.ts +1 -1
- package/.cache/ts/src/components/DateRangeInput/DateRangeInput.d.ts +1 -1
- package/.cache/ts/src/hooks/useAdaptivity.d.ts +1 -0
- package/.cache/ts/src/index.d.ts +1 -0
- package/dist/cjs/components/ActionSheet/ActionSheet.js +2 -9
- package/dist/cjs/components/ActionSheet/ActionSheet.js.map +1 -1
- package/dist/cjs/components/Calendar/Calendar.d.ts +1 -1
- package/dist/cjs/components/Calendar/Calendar.js +6 -2
- package/dist/cjs/components/Calendar/Calendar.js.map +1 -1
- package/dist/cjs/components/CalendarHeader/CalendarHeader.d.ts +2 -0
- package/dist/cjs/components/CalendarHeader/CalendarHeader.js +15 -9
- package/dist/cjs/components/CalendarHeader/CalendarHeader.js.map +1 -1
- package/dist/cjs/components/CalendarRange/CalendarRange.d.ts +1 -1
- package/dist/cjs/components/CalendarRange/CalendarRange.js +7 -3
- package/dist/cjs/components/CalendarRange/CalendarRange.js.map +1 -1
- package/dist/cjs/components/DateInput/DateInput.d.ts +1 -1
- package/dist/cjs/components/DateInput/DateInput.js +7 -3
- package/dist/cjs/components/DateInput/DateInput.js.map +1 -1
- package/dist/cjs/components/DateRangeInput/DateRangeInput.d.ts +1 -1
- package/dist/cjs/components/DateRangeInput/DateRangeInput.js +6 -2
- package/dist/cjs/components/DateRangeInput/DateRangeInput.js.map +1 -1
- package/dist/cjs/components/ModalCard/ModalCard.js +3 -1
- package/dist/cjs/components/ModalCard/ModalCard.js.map +1 -1
- package/dist/cjs/components/ModalCardBase/ModalCardBase.js +4 -2
- package/dist/cjs/components/ModalCardBase/ModalCardBase.js.map +1 -1
- package/dist/cjs/components/ModalPage/ModalPage.js +6 -2
- package/dist/cjs/components/ModalPage/ModalPage.js.map +1 -1
- package/dist/cjs/components/ModalPageHeader/ModalPageHeader.js +2 -10
- package/dist/cjs/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
- package/dist/cjs/components/ModalRoot/ModalRootAdaptive.js +3 -4
- package/dist/cjs/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
- package/dist/cjs/components/PanelHeader/PanelHeader.js +8 -6
- package/dist/cjs/components/PanelHeader/PanelHeader.js.map +1 -1
- package/dist/cjs/components/PopoutRoot/PopoutRoot.js +3 -1
- package/dist/cjs/components/PopoutRoot/PopoutRoot.js.map +1 -1
- package/dist/cjs/hooks/useAdaptivity.d.ts +1 -0
- package/dist/cjs/hooks/useAdaptivity.js +18 -1
- package/dist/cjs/hooks/useAdaptivity.js.map +1 -1
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +8 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/components/ActionSheet/ActionSheet.js +2 -8
- package/dist/components/ActionSheet/ActionSheet.js.map +1 -1
- package/dist/components/Calendar/Calendar.d.ts +1 -1
- package/dist/components/Calendar/Calendar.js +6 -2
- package/dist/components/Calendar/Calendar.js.map +1 -1
- package/dist/components/CalendarHeader/CalendarHeader.d.ts +2 -0
- package/dist/components/CalendarHeader/CalendarHeader.js +15 -9
- package/dist/components/CalendarHeader/CalendarHeader.js.map +1 -1
- package/dist/components/CalendarRange/CalendarRange.d.ts +1 -1
- package/dist/components/CalendarRange/CalendarRange.js +7 -3
- package/dist/components/CalendarRange/CalendarRange.js.map +1 -1
- package/dist/components/DateInput/DateInput.d.ts +1 -1
- package/dist/components/DateInput/DateInput.js +7 -3
- package/dist/components/DateInput/DateInput.js.map +1 -1
- package/dist/components/DateRangeInput/DateRangeInput.d.ts +1 -1
- package/dist/components/DateRangeInput/DateRangeInput.js +6 -2
- package/dist/components/DateRangeInput/DateRangeInput.js.map +1 -1
- package/dist/components/ModalCard/ModalCard.js +3 -2
- package/dist/components/ModalCard/ModalCard.js.map +1 -1
- package/dist/components/ModalCardBase/ModalCardBase.js +5 -4
- package/dist/components/ModalCardBase/ModalCardBase.js.map +1 -1
- package/dist/components/ModalPage/ModalPage.js +5 -3
- package/dist/components/ModalPage/ModalPage.js.map +1 -1
- package/dist/components/ModalPageHeader/ModalPageHeader.js +2 -9
- package/dist/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
- package/dist/components/ModalRoot/ModalRootAdaptive.js +3 -5
- package/dist/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
- package/dist/components/PanelHeader/PanelHeader.js +8 -6
- package/dist/components/PanelHeader/PanelHeader.js.map +1 -1
- package/dist/components/PopoutRoot/PopoutRoot.js +3 -2
- package/dist/components/PopoutRoot/PopoutRoot.js.map +1 -1
- package/dist/components.css +18 -18
- package/dist/components.css.map +1 -1
- package/dist/cssm/components/ActionSheet/ActionSheet.js +2 -8
- package/dist/cssm/components/ActionSheet/ActionSheet.js.map +1 -1
- package/dist/cssm/components/Button/Button.css +9 -9
- package/dist/cssm/components/ButtonGroup/ButtonGroup.css +1 -1
- package/dist/cssm/components/Calendar/Calendar.css +1 -1
- package/dist/cssm/components/Calendar/Calendar.d.ts +1 -1
- package/dist/cssm/components/Calendar/Calendar.js +6 -2
- package/dist/cssm/components/Calendar/Calendar.js.map +1 -1
- package/dist/cssm/components/CalendarDay/CalendarDay.css +1 -1
- package/dist/cssm/components/CalendarDays/CalendarDays.css +1 -1
- package/dist/cssm/components/CalendarHeader/CalendarHeader.css +1 -1
- package/dist/cssm/components/CalendarHeader/CalendarHeader.d.ts +2 -0
- package/dist/cssm/components/CalendarHeader/CalendarHeader.js +15 -9
- package/dist/cssm/components/CalendarHeader/CalendarHeader.js.map +1 -1
- package/dist/cssm/components/CalendarRange/CalendarRange.css +1 -1
- package/dist/cssm/components/CalendarRange/CalendarRange.d.ts +1 -1
- package/dist/cssm/components/CalendarRange/CalendarRange.js +7 -3
- package/dist/cssm/components/CalendarRange/CalendarRange.js.map +1 -1
- package/dist/cssm/components/CalendarTime/CalendarTime.css +1 -1
- package/dist/cssm/components/Card/Card.css +2 -2
- package/dist/cssm/components/CardScroll/CardScroll.css +1 -1
- package/dist/cssm/components/Cell/Cell.css +1 -1
- package/dist/cssm/components/CellButton/CellButton.css +1 -1
- package/dist/cssm/components/Checkbox/Checkbox.css +1 -1
- package/dist/cssm/components/ChipsInput/ChipsInput.css +1 -1
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.css +1 -1
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.css +1 -1
- package/dist/cssm/components/DateInput/DateInput.d.ts +1 -1
- package/dist/cssm/components/DateInput/DateInput.js +7 -3
- package/dist/cssm/components/DateInput/DateInput.js.map +1 -1
- package/dist/cssm/components/DateRangeInput/DateRangeInput.d.ts +1 -1
- package/dist/cssm/components/DateRangeInput/DateRangeInput.js +6 -2
- package/dist/cssm/components/DateRangeInput/DateRangeInput.js.map +1 -1
- package/dist/cssm/components/FixedLayout/FixedLayout.css +1 -1
- package/dist/cssm/components/FormField/FormField.css +2 -2
- package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.css +1 -1
- package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.css +1 -1
- package/dist/cssm/components/Input/Input.css +1 -1
- package/dist/cssm/components/InputLike/InputLike.css +1 -1
- package/dist/cssm/components/InputLike/InputLikeDivider.css +1 -1
- package/dist/cssm/components/ModalCard/ModalCard.js +3 -2
- package/dist/cssm/components/ModalCard/ModalCard.js.map +1 -1
- package/dist/cssm/components/ModalCardBase/ModalCardBase.js +5 -4
- package/dist/cssm/components/ModalCardBase/ModalCardBase.js.map +1 -1
- package/dist/cssm/components/ModalPage/ModalPage.js +5 -3
- package/dist/cssm/components/ModalPage/ModalPage.js.map +1 -1
- package/dist/cssm/components/ModalPageHeader/ModalPageHeader.js +2 -9
- package/dist/cssm/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
- package/dist/cssm/components/ModalRoot/ModalRootAdaptive.js +3 -5
- package/dist/cssm/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
- package/dist/cssm/components/Pagination/Pagination.css +1 -1
- package/dist/cssm/components/PanelHeader/PanelHeader.js +8 -6
- package/dist/cssm/components/PanelHeader/PanelHeader.js.map +1 -1
- package/dist/cssm/components/PopoutRoot/PopoutRoot.js +3 -2
- package/dist/cssm/components/PopoutRoot/PopoutRoot.js.map +1 -1
- package/dist/cssm/components/Popper/Popper.css +1 -1
- package/dist/cssm/components/Radio/Radio.css +1 -1
- package/dist/cssm/components/RadioGroup/RadioGroup.css +1 -1
- package/dist/cssm/components/Removable/Removable.css +1 -1
- package/dist/cssm/components/RichCell/RichCell.css +1 -1
- package/dist/cssm/components/SegmentedControl/SegmentedControl.css +1 -1
- package/dist/cssm/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css +1 -1
- package/dist/cssm/components/SimpleCell/SimpleCell.css +1 -1
- package/dist/cssm/components/Typography/Caption/Caption.css +1 -1
- package/dist/cssm/components/Typography/Paragraph/Paragraph.css +1 -1
- package/dist/cssm/components/Typography/Subhead/Subhead.css +1 -1
- package/dist/cssm/components/Typography/Title/Title.css +1 -1
- package/dist/cssm/hooks/useAdaptivity.d.ts +1 -0
- package/dist/cssm/hooks/useAdaptivity.js +13 -1
- package/dist/cssm/hooks/useAdaptivity.js.map +1 -1
- package/dist/cssm/index.d.ts +1 -0
- package/dist/cssm/index.js +1 -0
- package/dist/cssm/index.js.map +1 -1
- package/dist/cssm/styles/components.css +18 -18
- package/dist/cssm/styles/themes.css +1 -1
- package/dist/hooks/useAdaptivity.d.ts +1 -0
- package/dist/hooks/useAdaptivity.js +13 -1
- package/dist/hooks/useAdaptivity.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/vkui.css +19 -19
- package/dist/vkui.css.map +1 -1
- package/jest.unit.config.js +1 -0
- package/package.json +4 -2
- package/postcss-custom-properties-fallback/__tests__/custom_properties.css +5 -0
- package/postcss-custom-properties-fallback/index.js +83 -0
- package/src/components/ActionSheet/ActionSheet.tsx +2 -6
- package/src/components/Calendar/Calendar.tsx +6 -0
- package/src/components/CalendarHeader/CalendarHeader.css +3 -0
- package/src/components/CalendarHeader/CalendarHeader.tsx +18 -2
- package/src/components/CalendarRange/CalendarRange.tsx +6 -0
- package/src/components/Cell/Cell.css +1 -1
- package/src/components/CellButton/CellButton.css +1 -1
- package/src/components/Checkbox/Checkbox.css +1 -1
- package/src/components/DateInput/DateInput.tsx +7 -1
- package/src/components/DateRangeInput/DateRangeInput.tsx +6 -0
- package/src/components/FixedLayout/FixedLayout.css +10 -2
- package/src/components/FormItem/FormItem.css +1 -0
- package/src/components/FormLayoutGroup/FormLayoutGroup.css +2 -1
- package/src/components/ModalCard/ModalCard.tsx +3 -8
- package/src/components/ModalCardBase/ModalCardBase.tsx +6 -10
- package/src/components/ModalPage/ModalPage.tsx +6 -9
- package/src/components/ModalPageHeader/ModalPageHeader.tsx +2 -6
- package/src/components/ModalRoot/ModalRootAdaptive.tsx +3 -9
- package/src/components/ModalRoot/Readme.md +1 -1
- package/src/components/PanelHeader/PanelHeader.tsx +19 -18
- package/src/components/PanelHeader/Readme.md +2 -2
- package/src/components/PopoutRoot/PopoutRoot.tsx +3 -8
- package/src/components/Popper/Popper.css +14 -2
- package/src/components/Radio/Radio.css +1 -1
- package/src/components/RadioGroup/RadioGroup.css +1 -1
- package/src/components/Removable/Removable.css +2 -2
- package/src/components/RichCell/RichCell.css +1 -1
- package/src/components/SimpleCell/SimpleCell.css +1 -1
- package/src/components/Tooltip/Readme.md +35 -47
- package/src/hooks/useAdaptivity.ts +15 -0
- package/src/index.ts +1 -0
- package/src/styles/constants.css +1 -0
- package/tsconfig.json +1 -0
package/.cache/.stylelintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/home/runner/work/VKUI/VKUI/src/fonts/fonts.css":"1","/home/runner/work/VKUI/VKUI/src/styles/animations.css":"2","/home/runner/work/VKUI/VKUI/src/styles/bright_light.css":"3","/home/runner/work/VKUI/VKUI/src/styles/common.css":"4","/home/runner/work/VKUI/VKUI/src/styles/components.css":"5","/home/runner/work/VKUI/VKUI/src/styles/constants.css":"6","/home/runner/work/VKUI/VKUI/src/styles/space_gray.css":"7","/home/runner/work/VKUI/VKUI/src/styles/themes.css":"8","/home/runner/work/VKUI/VKUI/src/styles/unstable.css":"9","/home/runner/work/VKUI/VKUI/src/styles/vkcom_dark.css":"10","/home/runner/work/VKUI/VKUI/src/styles/vkcom_light.css":"11","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.css":"12","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.css":"13","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.css":"14","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.css":"15","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.css":"16","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.css":"17","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.css":"18","/home/runner/work/VKUI/VKUI/src/components/Button/Button.css":"19","/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.css":"20","/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.css":"21","/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.css":"22","/home/runner/work/VKUI/VKUI/src/components/CalendarDays/CalendarDays.css":"23","/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.css":"24","/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.css":"25","/home/runner/work/VKUI/VKUI/src/components/CalendarTime/CalendarTime.css":"26","/home/runner/work/VKUI/VKUI/src/components/Card/Card.css":"27","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.css":"28","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.css":"29","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.css":"30","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.css":"31","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.css":"32","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.css":"33","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.css":"34","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.css":"35","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.css":"36","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.css":"37","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.css":"38","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.css":"39","/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.css":"40","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.css":"41","/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.css":"42","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.css":"43","/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.css":"44","/home/runner/work/VKUI/VKUI/src/components/Div/Div.css":"45","/home/runner/work/VKUI/VKUI/src/components/Dropdown/Dropdown.css":"46","/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.css":"47","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.css":"48","/home/runner/work/VKUI/VKUI/src/components/File/File.css":"49","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.css":"50","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.css":"51","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.css":"52","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.css":"53","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.css":"54","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.css":"55","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.css":"56","/home/runner/work/VKUI/VKUI/src/components/FormStatus/FormStatus.css":"57","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.css":"58","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.css":"59","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.css":"60","/home/runner/work/VKUI/VKUI/src/components/Group/Group.css":"61","/home/runner/work/VKUI/VKUI/src/components/Header/Header.css":"62","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.css":"63","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.css":"64","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.css":"65","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.css":"66","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.css":"67","/home/runner/work/VKUI/VKUI/src/components/InitialsAvatar/InitialsAvatar.css":"68","/home/runner/work/VKUI/VKUI/src/components/Input/Input.css":"69","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLike.css":"70","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLikeDivider.css":"71","/home/runner/work/VKUI/VKUI/src/components/Link/Link.css":"72","/home/runner/work/VKUI/VKUI/src/components/List/List.css":"73","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.css":"74","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.css":"75","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.css":"76","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.css":"77","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.css":"78","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.css":"79","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.css":"80","/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.css":"81","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.css":"82","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.css":"83","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.css":"84","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.css":"85","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.css":"86","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.css":"87","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.css":"88","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.css":"89","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.css":"90","/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.css":"91","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.css":"92","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.css":"93","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.css":"94","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.css":"95","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.css":"96","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.css":"97","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.css":"98","/home/runner/work/VKUI/VKUI/src/components/RichTooltip/RichTooltip.css":"99","/home/runner/work/VKUI/VKUI/src/components/Root/Root.css":"100","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.css":"101","/home/runner/work/VKUI/VKUI/src/components/Search/Search.css":"102","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.css":"103","/home/runner/work/VKUI/VKUI/src/components/Select/Select.css":"104","/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.css":"105","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.css":"106","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.css":"107","/home/runner/work/VKUI/VKUI/src/components/SimpleCheckbox/SimpleCheckbox.css":"108","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.css":"109","/home/runner/work/VKUI/VKUI/src/components/SliderSwitch/SliderSwitch.css":"110","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.css":"111","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.css":"112","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.css":"113","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.css":"114","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.css":"115","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.css":"116","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.css":"117","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.css":"118","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.css":"119","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.css":"120","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.css":"121","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.css":"122","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.css":"123","/home/runner/work/VKUI/VKUI/src/components/TextTooltip/TextTooltip.css":"124","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.css":"125","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.css":"126","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.css":"127","/home/runner/work/VKUI/VKUI/src/components/View/View.css":"128","/home/runner/work/VKUI/VKUI/src/components/View/ViewIOS.css":"129","/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.css":"130","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.css":"131","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.css":"132","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.css":"133","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.css":"134","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css":"135","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.css":"136","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.css":"137","/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.css":"138","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.css":"139","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.css":"140","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.css":"141"},{"size":214,"mtime":1651855716862,"hashOfConfig":"142"},{"size":205,"mtime":1651855716866,"hashOfConfig":"142"},{"size":9949,"mtime":1651855716866,"hashOfConfig":"142"},{"size":706,"mtime":1651855716866,"hashOfConfig":"142"},{"size":6907,"mtime":1651855716866,"hashOfConfig":"142"},{"size":2103,"mtime":1651855716866,"hashOfConfig":"142"},{"size":10057,"mtime":1651855716866,"hashOfConfig":"142"},{"size":784,"mtime":1651855716866,"hashOfConfig":"142"},{"size":277,"mtime":1651855716866,"hashOfConfig":"142"},{"size":10147,"mtime":1651855716866,"hashOfConfig":"142"},{"size":9990,"mtime":1651855716866,"hashOfConfig":"142"},{"size":2926,"mtime":1651855716734,"hashOfConfig":"142"},{"size":5740,"mtime":1651855716794,"hashOfConfig":"142"},{"size":5211,"mtime":1651855716794,"hashOfConfig":"142"},{"size":276,"mtime":1651855716794,"hashOfConfig":"142"},{"size":3157,"mtime":1651855716794,"hashOfConfig":"142"},{"size":328,"mtime":1651855716794,"hashOfConfig":"142"},{"size":2396,"mtime":1651855716798,"hashOfConfig":"142"},{"size":16689,"mtime":1651855716798,"hashOfConfig":"142"},{"size":1575,"mtime":1651855716798,"hashOfConfig":"142"},{"size":605,"mtime":1651855716802,"hashOfConfig":"142"},{"size":1769,"mtime":1651855716802,"hashOfConfig":"142"},{"size":555,"mtime":1651855716802,"hashOfConfig":"142"},{"size":865,"mtime":1651855716802,"hashOfConfig":"142"},{"size":535,"mtime":1651855716802,"hashOfConfig":"142"},{"size":259,"mtime":1651855716802,"hashOfConfig":"142"},{"size":1631,"mtime":1651855716802,"hashOfConfig":"142"},{"size":1091,"mtime":1651855716806,"hashOfConfig":"142"},{"size":846,"mtime":1651855716806,"hashOfConfig":"142"},{"size":804,"mtime":1651855716806,"hashOfConfig":"142"},{"size":743,"mtime":1651855716806,"hashOfConfig":"142"},{"size":1840,"mtime":1651855716806,"hashOfConfig":"142"},{"size":951,"mtime":1651855716810,"hashOfConfig":"142"},{"size":1298,"mtime":1651855716810,"hashOfConfig":"142"},{"size":489,"mtime":1651855716810,"hashOfConfig":"142"},{"size":582,"mtime":1651855716810,"hashOfConfig":"142"},{"size":4189,"mtime":1651855716810,"hashOfConfig":"142"},{"size":1105,"mtime":1651855716810,"hashOfConfig":"142"},{"size":374,"mtime":1651855716810,"hashOfConfig":"142"},{"size":1022,"mtime":1651855716814,"hashOfConfig":"142"},{"size":1473,"mtime":1651855716814,"hashOfConfig":"142"},{"size":372,"mtime":1651855716814,"hashOfConfig":"142"},{"size":357,"mtime":1651855716814,"hashOfConfig":"142"},{"size":317,"mtime":1651855716814,"hashOfConfig":"142"},{"size":63,"mtime":1651855716814,"hashOfConfig":"142"},{"size":455,"mtime":1651855716814,"hashOfConfig":"142"},{"size":37,"mtime":1651855716814,"hashOfConfig":"142"},{"size":41,"mtime":1651855716814,"hashOfConfig":"142"},{"size":45,"mtime":1651855716814,"hashOfConfig":"142"},{"size":532,"mtime":1651855716818,"hashOfConfig":"142"},{"size":1428,"mtime":1651855716818,"hashOfConfig":"142"},{"size":141,"mtime":1651855716818,"hashOfConfig":"142"},{"size":3231,"mtime":1651855716818,"hashOfConfig":"142"},{"size":1344,"mtime":1651855716818,"hashOfConfig":"142"},{"size":227,"mtime":1651855716818,"hashOfConfig":"142"},{"size":317,"mtime":1651855716818,"hashOfConfig":"142"},{"size":742,"mtime":1651855716818,"hashOfConfig":"142"},{"size":1017,"mtime":1651855716818,"hashOfConfig":"142"},{"size":2224,"mtime":1651855716818,"hashOfConfig":"142"},{"size":909,"mtime":1651855716818,"hashOfConfig":"142"},{"size":1623,"mtime":1651855716818,"hashOfConfig":"142"},{"size":2364,"mtime":1651855716822,"hashOfConfig":"142"},{"size":1991,"mtime":1651855716822,"hashOfConfig":"142"},{"size":582,"mtime":1651855716822,"hashOfConfig":"142"},{"size":1594,"mtime":1651855716822,"hashOfConfig":"142"},{"size":1658,"mtime":1651855716822,"hashOfConfig":"142"},{"size":243,"mtime":1651855716822,"hashOfConfig":"142"},{"size":1235,"mtime":1651855716822,"hashOfConfig":"142"},{"size":973,"mtime":1651855716822,"hashOfConfig":"142"},{"size":443,"mtime":1651855716826,"hashOfConfig":"142"},{"size":100,"mtime":1651855716826,"hashOfConfig":"142"},{"size":287,"mtime":1651855716826,"hashOfConfig":"142"},{"size":10,"mtime":1651855716826,"hashOfConfig":"142"},{"size":1120,"mtime":1651855716826,"hashOfConfig":"142"},{"size":962,"mtime":1651855716826,"hashOfConfig":"142"},{"size":1931,"mtime":1651855716826,"hashOfConfig":"142"},{"size":651,"mtime":1651855716826,"hashOfConfig":"142"},{"size":2608,"mtime":1651855716826,"hashOfConfig":"142"},{"size":444,"mtime":1651855716826,"hashOfConfig":"142"},{"size":1411,"mtime":1651855716830,"hashOfConfig":"142"},{"size":1379,"mtime":1651855716830,"hashOfConfig":"142"},{"size":2262,"mtime":1651855716830,"hashOfConfig":"142"},{"size":5819,"mtime":1651855716830,"hashOfConfig":"142"},{"size":154,"mtime":1651855716834,"hashOfConfig":"142"},{"size":1619,"mtime":1651855716834,"hashOfConfig":"142"},{"size":1941,"mtime":1651855716834,"hashOfConfig":"142"},{"size":2959,"mtime":1651855716834,"hashOfConfig":"142"},{"size":812,"mtime":1651855716834,"hashOfConfig":"142"},{"size":455,"mtime":1651855716834,"hashOfConfig":"142"},{"size":1839,"mtime":1651855716834,"hashOfConfig":"142"},{"size":685,"mtime":1651855716834,"hashOfConfig":"142"},{"size":212,"mtime":1651855716834,"hashOfConfig":"142"},{"size":936,"mtime":1651855716834,"hashOfConfig":"142"},{"size":2010,"mtime":1651855716834,"hashOfConfig":"142"},{"size":2979,"mtime":1651855716834,"hashOfConfig":"142"},{"size":175,"mtime":1651855716842,"hashOfConfig":"142"},{"size":2272,"mtime":1651855716842,"hashOfConfig":"142"},{"size":1828,"mtime":1651855716842,"hashOfConfig":"142"},{"size":259,"mtime":1651855716842,"hashOfConfig":"142"},{"size":2719,"mtime":1651855716842,"hashOfConfig":"142"},{"size":653,"mtime":1651855716842,"hashOfConfig":"142"},{"size":6437,"mtime":1651855716842,"hashOfConfig":"142"},{"size":885,"mtime":1651855716846,"hashOfConfig":"142"},{"size":1100,"mtime":1651855716846,"hashOfConfig":"142"},{"size":201,"mtime":1651855716846,"hashOfConfig":"142"},{"size":839,"mtime":1651855716846,"hashOfConfig":"142"},{"size":5154,"mtime":1651855716846,"hashOfConfig":"142"},{"size":2533,"mtime":1651855716846,"hashOfConfig":"142"},{"size":2187,"mtime":1651855716850,"hashOfConfig":"142"},{"size":1686,"mtime":1651855716850,"hashOfConfig":"142"},{"size":2987,"mtime":1651855716850,"hashOfConfig":"142"},{"size":746,"mtime":1651855716850,"hashOfConfig":"142"},{"size":443,"mtime":1651855716850,"hashOfConfig":"142"},{"size":402,"mtime":1651855716850,"hashOfConfig":"142"},{"size":967,"mtime":1651855716850,"hashOfConfig":"142"},{"size":705,"mtime":1651855716850,"hashOfConfig":"142"},{"size":1730,"mtime":1651855716850,"hashOfConfig":"142"},{"size":3935,"mtime":1651855716850,"hashOfConfig":"142"},{"size":910,"mtime":1651855716850,"hashOfConfig":"142"},{"size":2100,"mtime":1651855716850,"hashOfConfig":"142"},{"size":2021,"mtime":1651855716854,"hashOfConfig":"142"},{"size":3763,"mtime":1651855716854,"hashOfConfig":"142"},{"size":2366,"mtime":1651855716854,"hashOfConfig":"142"},{"size":398,"mtime":1651855716854,"hashOfConfig":"142"},{"size":645,"mtime":1651855716854,"hashOfConfig":"142"},{"size":2789,"mtime":1651855716854,"hashOfConfig":"142"},{"size":1760,"mtime":1651855716858,"hashOfConfig":"142"},{"size":1841,"mtime":1651855716862,"hashOfConfig":"142"},{"size":3097,"mtime":1651855716862,"hashOfConfig":"142"},{"size":167,"mtime":1651855716862,"hashOfConfig":"142"},{"size":1759,"mtime":1651855716862,"hashOfConfig":"142"},{"size":1286,"mtime":1651855716862,"hashOfConfig":"142"},{"size":313,"mtime":1651855716806,"hashOfConfig":"142"},{"size":70,"mtime":1651855716806,"hashOfConfig":"142"},{"size":629,"mtime":1651855716846,"hashOfConfig":"142"},{"size":3303,"mtime":1651855716858,"hashOfConfig":"142"},{"size":307,"mtime":1651855716858,"hashOfConfig":"142"},{"size":419,"mtime":1651855716858,"hashOfConfig":"142"},{"size":980,"mtime":1651855716858,"hashOfConfig":"142"},{"size":283,"mtime":1651855716858,"hashOfConfig":"142"},{"size":1346,"mtime":1651855716858,"hashOfConfig":"142"},"5cvpu8"]
|
|
1
|
+
[{"/home/runner/work/VKUI/VKUI/src/fonts/fonts.css":"1","/home/runner/work/VKUI/VKUI/src/styles/animations.css":"2","/home/runner/work/VKUI/VKUI/src/styles/bright_light.css":"3","/home/runner/work/VKUI/VKUI/src/styles/common.css":"4","/home/runner/work/VKUI/VKUI/src/styles/components.css":"5","/home/runner/work/VKUI/VKUI/src/styles/constants.css":"6","/home/runner/work/VKUI/VKUI/src/styles/space_gray.css":"7","/home/runner/work/VKUI/VKUI/src/styles/themes.css":"8","/home/runner/work/VKUI/VKUI/src/styles/unstable.css":"9","/home/runner/work/VKUI/VKUI/src/styles/vkcom_dark.css":"10","/home/runner/work/VKUI/VKUI/src/styles/vkcom_light.css":"11","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.css":"12","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.css":"13","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.css":"14","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.css":"15","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.css":"16","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.css":"17","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.css":"18","/home/runner/work/VKUI/VKUI/src/components/Button/Button.css":"19","/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.css":"20","/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.css":"21","/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.css":"22","/home/runner/work/VKUI/VKUI/src/components/CalendarDays/CalendarDays.css":"23","/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.css":"24","/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.css":"25","/home/runner/work/VKUI/VKUI/src/components/CalendarTime/CalendarTime.css":"26","/home/runner/work/VKUI/VKUI/src/components/Card/Card.css":"27","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.css":"28","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.css":"29","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.css":"30","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.css":"31","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.css":"32","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.css":"33","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.css":"34","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.css":"35","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.css":"36","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.css":"37","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.css":"38","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.css":"39","/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.css":"40","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.css":"41","/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.css":"42","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.css":"43","/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.css":"44","/home/runner/work/VKUI/VKUI/src/components/Div/Div.css":"45","/home/runner/work/VKUI/VKUI/src/components/Dropdown/Dropdown.css":"46","/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.css":"47","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.css":"48","/home/runner/work/VKUI/VKUI/src/components/File/File.css":"49","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.css":"50","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.css":"51","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.css":"52","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.css":"53","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.css":"54","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.css":"55","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.css":"56","/home/runner/work/VKUI/VKUI/src/components/FormStatus/FormStatus.css":"57","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.css":"58","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.css":"59","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.css":"60","/home/runner/work/VKUI/VKUI/src/components/Group/Group.css":"61","/home/runner/work/VKUI/VKUI/src/components/Header/Header.css":"62","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.css":"63","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.css":"64","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.css":"65","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.css":"66","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.css":"67","/home/runner/work/VKUI/VKUI/src/components/InitialsAvatar/InitialsAvatar.css":"68","/home/runner/work/VKUI/VKUI/src/components/Input/Input.css":"69","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLike.css":"70","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLikeDivider.css":"71","/home/runner/work/VKUI/VKUI/src/components/Link/Link.css":"72","/home/runner/work/VKUI/VKUI/src/components/List/List.css":"73","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.css":"74","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.css":"75","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.css":"76","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.css":"77","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.css":"78","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.css":"79","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.css":"80","/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.css":"81","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.css":"82","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.css":"83","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.css":"84","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.css":"85","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.css":"86","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.css":"87","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.css":"88","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.css":"89","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.css":"90","/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.css":"91","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.css":"92","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.css":"93","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.css":"94","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.css":"95","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.css":"96","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.css":"97","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.css":"98","/home/runner/work/VKUI/VKUI/src/components/RichTooltip/RichTooltip.css":"99","/home/runner/work/VKUI/VKUI/src/components/Root/Root.css":"100","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.css":"101","/home/runner/work/VKUI/VKUI/src/components/Search/Search.css":"102","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.css":"103","/home/runner/work/VKUI/VKUI/src/components/Select/Select.css":"104","/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.css":"105","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.css":"106","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.css":"107","/home/runner/work/VKUI/VKUI/src/components/SimpleCheckbox/SimpleCheckbox.css":"108","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.css":"109","/home/runner/work/VKUI/VKUI/src/components/SliderSwitch/SliderSwitch.css":"110","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.css":"111","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.css":"112","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.css":"113","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.css":"114","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.css":"115","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.css":"116","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.css":"117","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.css":"118","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.css":"119","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.css":"120","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.css":"121","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.css":"122","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.css":"123","/home/runner/work/VKUI/VKUI/src/components/TextTooltip/TextTooltip.css":"124","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.css":"125","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.css":"126","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.css":"127","/home/runner/work/VKUI/VKUI/src/components/View/View.css":"128","/home/runner/work/VKUI/VKUI/src/components/View/ViewIOS.css":"129","/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.css":"130","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.css":"131","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.css":"132","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.css":"133","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.css":"134","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css":"135","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.css":"136","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.css":"137","/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.css":"138","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.css":"139","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.css":"140","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.css":"141"},{"size":214,"mtime":1652870492724,"hashOfConfig":"142"},{"size":205,"mtime":1652870492724,"hashOfConfig":"142"},{"size":9949,"mtime":1652870492724,"hashOfConfig":"142"},{"size":706,"mtime":1652870492724,"hashOfConfig":"142"},{"size":6907,"mtime":1652870492724,"hashOfConfig":"142"},{"size":2135,"mtime":1652870492724,"hashOfConfig":"142"},{"size":10057,"mtime":1652870492724,"hashOfConfig":"142"},{"size":784,"mtime":1652870492724,"hashOfConfig":"142"},{"size":277,"mtime":1652870492724,"hashOfConfig":"142"},{"size":10147,"mtime":1652870492728,"hashOfConfig":"142"},{"size":9990,"mtime":1652870492728,"hashOfConfig":"142"},{"size":2926,"mtime":1652870492576,"hashOfConfig":"142"},{"size":5740,"mtime":1652870492632,"hashOfConfig":"142"},{"size":5211,"mtime":1652870492632,"hashOfConfig":"142"},{"size":276,"mtime":1652870492632,"hashOfConfig":"142"},{"size":3157,"mtime":1652870492632,"hashOfConfig":"142"},{"size":328,"mtime":1652870492636,"hashOfConfig":"142"},{"size":2396,"mtime":1652870492636,"hashOfConfig":"142"},{"size":16689,"mtime":1652870492636,"hashOfConfig":"142"},{"size":1575,"mtime":1652870492640,"hashOfConfig":"142"},{"size":605,"mtime":1652870492640,"hashOfConfig":"142"},{"size":1769,"mtime":1652870492652,"hashOfConfig":"142"},{"size":555,"mtime":1652870492652,"hashOfConfig":"142"},{"size":904,"mtime":1652870492652,"hashOfConfig":"142"},{"size":535,"mtime":1652870492652,"hashOfConfig":"142"},{"size":259,"mtime":1652870492652,"hashOfConfig":"142"},{"size":1631,"mtime":1652870492652,"hashOfConfig":"142"},{"size":1091,"mtime":1652870492652,"hashOfConfig":"142"},{"size":846,"mtime":1652870492652,"hashOfConfig":"142"},{"size":831,"mtime":1652870492656,"hashOfConfig":"142"},{"size":770,"mtime":1652870492656,"hashOfConfig":"142"},{"size":1867,"mtime":1652870492656,"hashOfConfig":"142"},{"size":951,"mtime":1652870492660,"hashOfConfig":"142"},{"size":1298,"mtime":1652870492660,"hashOfConfig":"142"},{"size":489,"mtime":1652870492660,"hashOfConfig":"142"},{"size":582,"mtime":1652870492664,"hashOfConfig":"142"},{"size":4189,"mtime":1652870492664,"hashOfConfig":"142"},{"size":1105,"mtime":1652870492664,"hashOfConfig":"142"},{"size":374,"mtime":1652870492664,"hashOfConfig":"142"},{"size":1022,"mtime":1652870492664,"hashOfConfig":"142"},{"size":1473,"mtime":1652870492664,"hashOfConfig":"142"},{"size":372,"mtime":1652870492664,"hashOfConfig":"142"},{"size":357,"mtime":1652870492664,"hashOfConfig":"142"},{"size":317,"mtime":1652870492668,"hashOfConfig":"142"},{"size":63,"mtime":1652870492668,"hashOfConfig":"142"},{"size":455,"mtime":1652870492668,"hashOfConfig":"142"},{"size":37,"mtime":1652870492668,"hashOfConfig":"142"},{"size":41,"mtime":1652870492668,"hashOfConfig":"142"},{"size":45,"mtime":1652870492668,"hashOfConfig":"142"},{"size":1202,"mtime":1652870492668,"hashOfConfig":"142"},{"size":1428,"mtime":1652870492668,"hashOfConfig":"142"},{"size":141,"mtime":1652870492668,"hashOfConfig":"142"},{"size":3231,"mtime":1652870492668,"hashOfConfig":"142"},{"size":1371,"mtime":1652870492668,"hashOfConfig":"142"},{"size":227,"mtime":1652870492676,"hashOfConfig":"142"},{"size":371,"mtime":1652870492676,"hashOfConfig":"142"},{"size":742,"mtime":1652870492676,"hashOfConfig":"142"},{"size":1017,"mtime":1652870492676,"hashOfConfig":"142"},{"size":2224,"mtime":1652870492676,"hashOfConfig":"142"},{"size":909,"mtime":1652870492676,"hashOfConfig":"142"},{"size":1623,"mtime":1652870492676,"hashOfConfig":"142"},{"size":2364,"mtime":1652870492676,"hashOfConfig":"142"},{"size":1991,"mtime":1652870492680,"hashOfConfig":"142"},{"size":582,"mtime":1652870492680,"hashOfConfig":"142"},{"size":1594,"mtime":1652870492680,"hashOfConfig":"142"},{"size":1658,"mtime":1652870492680,"hashOfConfig":"142"},{"size":243,"mtime":1652870492680,"hashOfConfig":"142"},{"size":1235,"mtime":1652870492680,"hashOfConfig":"142"},{"size":973,"mtime":1652870492684,"hashOfConfig":"142"},{"size":443,"mtime":1652870492684,"hashOfConfig":"142"},{"size":100,"mtime":1652870492684,"hashOfConfig":"142"},{"size":287,"mtime":1652870492684,"hashOfConfig":"142"},{"size":10,"mtime":1652870492684,"hashOfConfig":"142"},{"size":1120,"mtime":1652870492684,"hashOfConfig":"142"},{"size":962,"mtime":1652870492684,"hashOfConfig":"142"},{"size":1931,"mtime":1652870492688,"hashOfConfig":"142"},{"size":651,"mtime":1652870492688,"hashOfConfig":"142"},{"size":2608,"mtime":1652870492688,"hashOfConfig":"142"},{"size":444,"mtime":1652870492688,"hashOfConfig":"142"},{"size":1411,"mtime":1652870492688,"hashOfConfig":"142"},{"size":1379,"mtime":1652870492692,"hashOfConfig":"142"},{"size":2262,"mtime":1652870492692,"hashOfConfig":"142"},{"size":5819,"mtime":1652870492692,"hashOfConfig":"142"},{"size":154,"mtime":1652870492692,"hashOfConfig":"142"},{"size":1619,"mtime":1652870492692,"hashOfConfig":"142"},{"size":1941,"mtime":1652870492692,"hashOfConfig":"142"},{"size":2959,"mtime":1652870492692,"hashOfConfig":"142"},{"size":812,"mtime":1652870492696,"hashOfConfig":"142"},{"size":455,"mtime":1652870492696,"hashOfConfig":"142"},{"size":1839,"mtime":1652870492696,"hashOfConfig":"142"},{"size":1592,"mtime":1652870492696,"hashOfConfig":"142"},{"size":212,"mtime":1652870492696,"hashOfConfig":"142"},{"size":936,"mtime":1652870492696,"hashOfConfig":"142"},{"size":2010,"mtime":1652870492696,"hashOfConfig":"142"},{"size":3006,"mtime":1652870492696,"hashOfConfig":"142"},{"size":202,"mtime":1652870492696,"hashOfConfig":"142"},{"size":2326,"mtime":1652870492700,"hashOfConfig":"142"},{"size":1855,"mtime":1652870492700,"hashOfConfig":"142"},{"size":259,"mtime":1652870492700,"hashOfConfig":"142"},{"size":2719,"mtime":1652870492700,"hashOfConfig":"142"},{"size":653,"mtime":1652870492700,"hashOfConfig":"142"},{"size":6437,"mtime":1652870492700,"hashOfConfig":"142"},{"size":885,"mtime":1652870492704,"hashOfConfig":"142"},{"size":1100,"mtime":1652870492704,"hashOfConfig":"142"},{"size":201,"mtime":1652870492704,"hashOfConfig":"142"},{"size":839,"mtime":1652870492704,"hashOfConfig":"142"},{"size":5181,"mtime":1652870492704,"hashOfConfig":"142"},{"size":2533,"mtime":1652870492704,"hashOfConfig":"142"},{"size":2187,"mtime":1652870492708,"hashOfConfig":"142"},{"size":1686,"mtime":1652870492708,"hashOfConfig":"142"},{"size":2987,"mtime":1652870492708,"hashOfConfig":"142"},{"size":746,"mtime":1652870492708,"hashOfConfig":"142"},{"size":443,"mtime":1652870492708,"hashOfConfig":"142"},{"size":402,"mtime":1652870492708,"hashOfConfig":"142"},{"size":967,"mtime":1652870492708,"hashOfConfig":"142"},{"size":705,"mtime":1652870492708,"hashOfConfig":"142"},{"size":1730,"mtime":1652870492708,"hashOfConfig":"142"},{"size":3935,"mtime":1652870492708,"hashOfConfig":"142"},{"size":910,"mtime":1652870492712,"hashOfConfig":"142"},{"size":2100,"mtime":1652870492712,"hashOfConfig":"142"},{"size":2021,"mtime":1652870492712,"hashOfConfig":"142"},{"size":3763,"mtime":1652870492712,"hashOfConfig":"142"},{"size":2366,"mtime":1652870492712,"hashOfConfig":"142"},{"size":398,"mtime":1652870492712,"hashOfConfig":"142"},{"size":645,"mtime":1652870492712,"hashOfConfig":"142"},{"size":2789,"mtime":1652870492716,"hashOfConfig":"142"},{"size":1760,"mtime":1652870492720,"hashOfConfig":"142"},{"size":1841,"mtime":1652870492720,"hashOfConfig":"142"},{"size":3097,"mtime":1652870492720,"hashOfConfig":"142"},{"size":167,"mtime":1652870492720,"hashOfConfig":"142"},{"size":1759,"mtime":1652870492720,"hashOfConfig":"142"},{"size":1286,"mtime":1652870492720,"hashOfConfig":"142"},{"size":313,"mtime":1652870492656,"hashOfConfig":"142"},{"size":70,"mtime":1652870492656,"hashOfConfig":"142"},{"size":629,"mtime":1652870492704,"hashOfConfig":"142"},{"size":3303,"mtime":1652870492716,"hashOfConfig":"142"},{"size":307,"mtime":1652870492716,"hashOfConfig":"142"},{"size":419,"mtime":1652870492716,"hashOfConfig":"142"},{"size":980,"mtime":1652870492716,"hashOfConfig":"142"},{"size":283,"mtime":1652870492720,"hashOfConfig":"142"},{"size":1346,"mtime":1652870492720,"hashOfConfig":"142"},"5cvpu8"]
|
package/.cache/.tsbuildinfo
CHANGED
|
@@ -1006,7 +1006,7 @@
|
|
|
1006
1006
|
"signature": "4be9000207b750b31c0c61326297f7f80519320c6312d28f80e2771d69a42846"
|
|
1007
1007
|
},
|
|
1008
1008
|
"../src/components/PanelHeader/PanelHeader.tsx": {
|
|
1009
|
-
"version": "
|
|
1009
|
+
"version": "47447510b17e928b91a44cdeee08cdc421a9d97b84841c9ac7073fd0ce76f2a0",
|
|
1010
1010
|
"signature": "9e17b3854f305d6506a39bb82022c21711cd06951585810264a83bdb950800e5"
|
|
1011
1011
|
},
|
|
1012
1012
|
"../src/components/Typography/Caption/Caption.tsx": {
|
|
@@ -1022,15 +1022,15 @@
|
|
|
1022
1022
|
"signature": "2980fcb48e20efe3720ccca9102599ec49946ef190dca8951c76e400eff439a2"
|
|
1023
1023
|
},
|
|
1024
1024
|
"../src/hooks/useAdaptivity.ts": {
|
|
1025
|
-
"version": "
|
|
1026
|
-
"signature": "
|
|
1025
|
+
"version": "febb5a5eee475297eb23ae6240daadfdb6daf106bed2df8de51463b30d1f4301",
|
|
1026
|
+
"signature": "072630cf87f32cf9867941a064b73ac7933be7f75372d5e0918d8035ff22c837"
|
|
1027
1027
|
},
|
|
1028
1028
|
"../src/components/PanelHeaderContext/PanelHeaderContext.tsx": {
|
|
1029
1029
|
"version": "0683e1fcabb197175432f1d39b13a69297dab7fe3a77f1b8fe262d421a6c6a89",
|
|
1030
1030
|
"signature": "d99b3c07ec3a344587891b079d388f9237a0efe58b51ba6656e0cf96277e5798"
|
|
1031
1031
|
},
|
|
1032
1032
|
"../src/components/PopoutRoot/PopoutRoot.tsx": {
|
|
1033
|
-
"version": "
|
|
1033
|
+
"version": "0ede64ccdd89364fc191bbb79a71873197a2f754d6ed2e4260bee125806b8656",
|
|
1034
1034
|
"signature": "87acce3203fe77f0100eebfa507ff1add9ff0aa7dd90df064b3931582695c8b5"
|
|
1035
1035
|
},
|
|
1036
1036
|
"../src/components/SplitLayout/SplitLayout.tsx": {
|
|
@@ -8610,7 +8610,7 @@
|
|
|
8610
8610
|
"signature": "d71fc5205ef072d643e46048f6529d104fcad93ccd9507594a9cb0b47fbc9c8b"
|
|
8611
8611
|
},
|
|
8612
8612
|
"../src/components/ActionSheet/ActionSheet.tsx": {
|
|
8613
|
-
"version": "
|
|
8613
|
+
"version": "53d71d78ef106ea0ff4afc8cab271c42b94a3d79fbccb4c5820357f86c160c52",
|
|
8614
8614
|
"signature": "d18205f300f9c09147e22480f4e118c3a874b08a84ce741f0fac55391f9141ed"
|
|
8615
8615
|
},
|
|
8616
8616
|
"../src/components/ActionSheetItem/ActionSheetItem.tsx": {
|
|
@@ -8650,7 +8650,7 @@
|
|
|
8650
8650
|
"signature": "e365930b0fb1066934aa4ddc8a5c82dab499b16354f76d1a75bb628e1957bce7"
|
|
8651
8651
|
},
|
|
8652
8652
|
"../src/components/ModalRoot/ModalRootAdaptive.tsx": {
|
|
8653
|
-
"version": "
|
|
8653
|
+
"version": "f69abd04dbbbfaf148e68567aaff61560bca31dcee2a2d28dc7945d4c1b1f830",
|
|
8654
8654
|
"signature": "3fa984546a3421b486644a297e611393230cf0f9bfd14c940c46fad044723cea"
|
|
8655
8655
|
},
|
|
8656
8656
|
"../src/components/ModalRoot/withModalRootContext.tsx": {
|
|
@@ -8662,11 +8662,11 @@
|
|
|
8662
8662
|
"signature": "fc42524e3f14106c86e0a69330464565f9d840ca5c942805d3d25e382e04ae49"
|
|
8663
8663
|
},
|
|
8664
8664
|
"../src/components/ModalPage/ModalPage.tsx": {
|
|
8665
|
-
"version": "
|
|
8665
|
+
"version": "9f0c3188e80d76e881a58a0c4d02825075640afeea450934aab40fd3bdcd7930",
|
|
8666
8666
|
"signature": "a343448938a04048a8b71dccabe057636168d8c85cfd5a9d20ce06e2ead74282"
|
|
8667
8667
|
},
|
|
8668
8668
|
"../src/components/ModalPageHeader/ModalPageHeader.tsx": {
|
|
8669
|
-
"version": "
|
|
8669
|
+
"version": "1cddecebc755b79b623601053451f9b29da1de7adbccf9e0cac505d80fdd0a1f",
|
|
8670
8670
|
"signature": "7c9b08716947330d9002a890d70a90327af363f2bf19c6715441ef75b5ac4a78"
|
|
8671
8671
|
},
|
|
8672
8672
|
"../src/hooks/useKeyboard.ts": {
|
|
@@ -8674,11 +8674,11 @@
|
|
|
8674
8674
|
"signature": "e4500f5257e76370570b906d2516a514e76bd7a0b0fd2d2ec0b802b8d0674b7f"
|
|
8675
8675
|
},
|
|
8676
8676
|
"../src/components/ModalCardBase/ModalCardBase.tsx": {
|
|
8677
|
-
"version": "
|
|
8677
|
+
"version": "3312b3cd5a97a20e96b70837ab64d6df773cb9db63eb34439eeb37b48cb88cd5",
|
|
8678
8678
|
"signature": "9e897812e492d59559f192ea4b0f500f180b1704be4a358b400e36273ce41e3a"
|
|
8679
8679
|
},
|
|
8680
8680
|
"../src/components/ModalCard/ModalCard.tsx": {
|
|
8681
|
-
"version": "
|
|
8681
|
+
"version": "3cfd13be93ed6ed33acb658e028e18ae1191b496f7339ee3858f37d38b68b52d",
|
|
8682
8682
|
"signature": "b6e561d990e4275c441fb888be40b5ce0a4771627a4cbcec391602a0732c7fa1"
|
|
8683
8683
|
},
|
|
8684
8684
|
"../src/components/Badge/Badge.tsx": {
|
|
@@ -9042,8 +9042,8 @@
|
|
|
9042
9042
|
"signature": "4cbbb50ba4b372438cf71e3da74e73e21f8957da71c3489a58294506c69db3c6"
|
|
9043
9043
|
},
|
|
9044
9044
|
"../src/components/CalendarHeader/CalendarHeader.tsx": {
|
|
9045
|
-
"version": "
|
|
9046
|
-
"signature": "
|
|
9045
|
+
"version": "c338a2df77eb0a8a9a7c9f40bdc52840f6cc9a192b2330b50653bc47ec9a4981",
|
|
9046
|
+
"signature": "8c91b458baa4934e64c4eeb7308340480c850626bdb9be531998fd989514ebaa"
|
|
9047
9047
|
},
|
|
9048
9048
|
"../src/hooks/useKeyboardInputTracker.ts": {
|
|
9049
9049
|
"version": "6e8cdd341822152e1136f681e2e2443a0e7359156f2504f49f8b19ebd1b289c7",
|
|
@@ -9066,12 +9066,12 @@
|
|
|
9066
9066
|
"signature": "4057eaa96b2e4976b8d8b2d1b1a28cf5c4b9430db85ab4d0eccd7dcd8456f5b8"
|
|
9067
9067
|
},
|
|
9068
9068
|
"../src/components/Calendar/Calendar.tsx": {
|
|
9069
|
-
"version": "
|
|
9070
|
-
"signature": "
|
|
9069
|
+
"version": "5ec4d6a315e40a1b8d8bd7b66345036e70ca39a0d0d3a373d002ca41b7a9fea1",
|
|
9070
|
+
"signature": "dcc18882f4153d1270e18179b693443b5f00179d5df9711f9221712a46badc2a"
|
|
9071
9071
|
},
|
|
9072
9072
|
"../src/components/CalendarRange/CalendarRange.tsx": {
|
|
9073
|
-
"version": "
|
|
9074
|
-
"signature": "
|
|
9073
|
+
"version": "27cc4e1a2c8f7dbb79aeee3591cf4d62dfd6eb84d2301397a4851881d9583a17",
|
|
9074
|
+
"signature": "373c902f7286249047e4b35c0336f31a0bf3563e63b9befb6e46e8e55c70a60a"
|
|
9075
9075
|
},
|
|
9076
9076
|
"../src/hooks/useDateInput.ts": {
|
|
9077
9077
|
"version": "067bc2b1025d50c4e978f536d5c276636b249a81672fbfa752ea2f2422c946b4",
|
|
@@ -9086,12 +9086,12 @@
|
|
|
9086
9086
|
"signature": "07c89b94e6a0d30c972319b329fc4edf320b994608664e496bf0ae8b9e991af1"
|
|
9087
9087
|
},
|
|
9088
9088
|
"../src/components/DateInput/DateInput.tsx": {
|
|
9089
|
-
"version": "
|
|
9090
|
-
"signature": "
|
|
9089
|
+
"version": "a36430ce89ad28f985196eb30922bf34256fcbd13f0858e0bc30fa3af361c4fc",
|
|
9090
|
+
"signature": "33ae540c3f45a057934e3987f460c62646e4dd3ac6fbd8239e8537ef42fab5e4"
|
|
9091
9091
|
},
|
|
9092
9092
|
"../src/components/DateRangeInput/DateRangeInput.tsx": {
|
|
9093
|
-
"version": "
|
|
9094
|
-
"signature": "
|
|
9093
|
+
"version": "7599017195b0aa9dcd6c484f9d406c58dc44409b7b6dbae79c143314ea1b94b5",
|
|
9094
|
+
"signature": "f2bb9c9f3dd97bf5dff047a9a53fd34cde23311bcaa7c19e93525040691d49bd"
|
|
9095
9095
|
},
|
|
9096
9096
|
"../src/components/Div/Div.tsx": {
|
|
9097
9097
|
"version": "9c3553e38c0b2269f39b43873a2ca8adf68641163fcb7632133689b2b4e8c0f6",
|
|
@@ -9158,8 +9158,8 @@
|
|
|
9158
9158
|
"signature": "fb0ec88dd77a1902e5c8b605350a1857a96d8f4aaa3cbc4a3ccdce5a56db1259"
|
|
9159
9159
|
},
|
|
9160
9160
|
"../src/index.ts": {
|
|
9161
|
-
"version": "
|
|
9162
|
-
"signature": "
|
|
9161
|
+
"version": "31f52256aca6ad70318477155cdd4018337d91e5c13cb1cb630430db08e3f5c9",
|
|
9162
|
+
"signature": "08799d2fcb455a27dcc118ac76460f7ee8800f335d9ae650bc35942a19d3ead1"
|
|
9163
9163
|
},
|
|
9164
9164
|
"../src/appearance/constants.ts": {
|
|
9165
9165
|
"version": "0f4a6557c6facb4d6b3f6cee1aa99149ff44114815fd83309a49834d4b3ed296",
|
|
@@ -9338,7 +9338,7 @@
|
|
|
9338
9338
|
"signature": "5a84a5d3dcb47cbfedbbaf3e4f7204782d05f40db79d06dda65d711422400796"
|
|
9339
9339
|
},
|
|
9340
9340
|
"../src/components/ActionSheet/ActionSheet.e2e.tsx": {
|
|
9341
|
-
"version": "
|
|
9341
|
+
"version": "1a9fe3a934cc99a66648d8a6f100020074a4ed25898ce3740686cdb3d167b9a5",
|
|
9342
9342
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
|
|
9343
9343
|
},
|
|
9344
9344
|
"../node_modules/@types/aria-query/index.d.ts": {
|
|
@@ -9534,7 +9534,7 @@
|
|
|
9534
9534
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
|
|
9535
9535
|
},
|
|
9536
9536
|
"../src/components/Calendar/Calendar.e2e.tsx": {
|
|
9537
|
-
"version": "
|
|
9537
|
+
"version": "9fcdca2fda3d24d5b677e11570fa4121bda44fa632a52260d7c0124eb305cc7e",
|
|
9538
9538
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
|
|
9539
9539
|
},
|
|
9540
9540
|
"../src/components/Calendar/Calendar.test.tsx": {
|
|
@@ -9550,7 +9550,7 @@
|
|
|
9550
9550
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
|
|
9551
9551
|
},
|
|
9552
9552
|
"../src/components/CalendarRange/CalendarRange.e2e.tsx": {
|
|
9553
|
-
"version": "
|
|
9553
|
+
"version": "99ae4bc9d36f47aef816c716a0c36a7cdf8dba8dd0bfd3935e82dddbffa6baca",
|
|
9554
9554
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
|
|
9555
9555
|
},
|
|
9556
9556
|
"../src/components/CalendarRange/CalendarRange.test.tsx": {
|
|
@@ -12594,6 +12594,8 @@
|
|
|
12594
12594
|
"../src/hooks/useAdaptivity.ts": [
|
|
12595
12595
|
"../node_modules/@types/react/index.d.ts",
|
|
12596
12596
|
"../src/components/AdaptivityProvider/AdaptivityContext.tsx",
|
|
12597
|
+
"../src/hooks/usePlatform.ts",
|
|
12598
|
+
"../src/lib/platform.ts",
|
|
12597
12599
|
"../node_modules/@types/node/fs.d.ts",
|
|
12598
12600
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
12599
12601
|
"../node_modules/@types/node/util.d.ts",
|
|
@@ -12624,6 +12626,7 @@
|
|
|
12624
12626
|
"../src/components/AppRoot/AppRootPortal.tsx",
|
|
12625
12627
|
"../src/lib/dom.tsx",
|
|
12626
12628
|
"../src/components/AdaptivityProvider/AdaptivityContext.tsx",
|
|
12629
|
+
"../src/hooks/useAdaptivity.ts",
|
|
12627
12630
|
"../node_modules/@types/node/fs.d.ts",
|
|
12628
12631
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
12629
12632
|
"../node_modules/@types/node/util.d.ts",
|
|
@@ -27914,7 +27917,6 @@
|
|
|
27914
27917
|
"../src/components/ActionSheet/ActionSheet.tsx": [
|
|
27915
27918
|
"../node_modules/@types/react/index.d.ts",
|
|
27916
27919
|
"../src/components/PopoutWrapper/PopoutWrapper.tsx",
|
|
27917
|
-
"../src/hoc/withAdaptivity.tsx",
|
|
27918
27920
|
"../src/lib/platform.ts",
|
|
27919
27921
|
"../src/components/ActionSheet/ActionSheetDropdownDesktop.tsx",
|
|
27920
27922
|
"../src/components/ActionSheet/ActionSheetDropdown.tsx",
|
|
@@ -28076,6 +28078,7 @@
|
|
|
28076
28078
|
"../src/components/ModalRoot/ModalRootDesktop.tsx",
|
|
28077
28079
|
"../src/components/AdaptivityProvider/AdaptivityContext.tsx",
|
|
28078
28080
|
"../src/components/AppRoot/ScrollContext.ts",
|
|
28081
|
+
"../src/hooks/useAdaptivity.ts",
|
|
28079
28082
|
"../node_modules/@types/node/fs.d.ts",
|
|
28080
28083
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
28081
28084
|
"../node_modules/@types/node/util.d.ts",
|
|
@@ -28112,6 +28115,8 @@
|
|
|
28112
28115
|
"../src/components/ModalRoot/types.ts",
|
|
28113
28116
|
"../src/lib/getNavId.ts",
|
|
28114
28117
|
"../src/lib/warnOnce.ts",
|
|
28118
|
+
"../src/lib/platform.ts",
|
|
28119
|
+
"../src/hooks/useAdaptivity.ts",
|
|
28115
28120
|
"../node_modules/@types/node/fs.d.ts",
|
|
28116
28121
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
28117
28122
|
"../node_modules/@types/node/util.d.ts",
|
|
@@ -28127,7 +28132,6 @@
|
|
|
28127
28132
|
"../src/hooks/useAdaptivity.ts",
|
|
28128
28133
|
"../src/lib/classNames.ts",
|
|
28129
28134
|
"../src/helpers/getClassName.ts",
|
|
28130
|
-
"../src/components/AdaptivityProvider/AdaptivityContext.tsx",
|
|
28131
28135
|
"../node_modules/@types/node/fs.d.ts",
|
|
28132
28136
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
28133
28137
|
"../node_modules/@types/node/util.d.ts",
|
|
@@ -28158,6 +28162,7 @@
|
|
|
28158
28162
|
"../node_modules/@vkontakte/icons/dist/index.d.ts",
|
|
28159
28163
|
"../src/hooks/useKeyboard.ts",
|
|
28160
28164
|
"../src/components/AdaptivityProvider/AdaptivityContext.tsx",
|
|
28165
|
+
"../src/hooks/useAdaptivity.ts",
|
|
28161
28166
|
"../node_modules/@types/node/fs.d.ts",
|
|
28162
28167
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
28163
28168
|
"../node_modules/@types/node/util.d.ts",
|
|
@@ -28176,6 +28181,7 @@
|
|
|
28176
28181
|
"../src/lib/warnOnce.ts",
|
|
28177
28182
|
"../src/components/ModalCardBase/ModalCardBase.tsx",
|
|
28178
28183
|
"../src/components/AdaptivityProvider/AdaptivityContext.tsx",
|
|
28184
|
+
"../src/hooks/useAdaptivity.ts",
|
|
28179
28185
|
"../node_modules/@types/node/fs.d.ts",
|
|
28180
28186
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
28181
28187
|
"../node_modules/@types/node/util.d.ts",
|
|
@@ -29808,6 +29814,7 @@
|
|
|
29808
29814
|
"../src/hooks/useAdaptivity.ts",
|
|
29809
29815
|
"../src/hooks/useAppearance.ts",
|
|
29810
29816
|
"../src/hooks/usePagination.ts",
|
|
29817
|
+
"../src/components/AppRoot/ScrollContext.ts",
|
|
29811
29818
|
"../src/lib/classNames.ts",
|
|
29812
29819
|
"../src/lib/animate.ts",
|
|
29813
29820
|
"../src/lib/removeObjectKeys.ts",
|
|
@@ -30260,12 +30267,15 @@
|
|
|
30260
30267
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
30261
30268
|
],
|
|
30262
30269
|
"../src/components/ActionSheet/ActionSheet.e2e.tsx": [
|
|
30270
|
+
"../node_modules/@types/react/index.d.ts",
|
|
30263
30271
|
"../src/components/ActionSheet/ActionSheet.tsx",
|
|
30264
30272
|
"../src/components/ActionSheetItem/ActionSheetItem.tsx",
|
|
30265
30273
|
"../src/testing/e2e/utils.tsx",
|
|
30266
30274
|
"../src/hoc/withPlatform.tsx",
|
|
30267
30275
|
"../src/hoc/withAdaptivity.tsx",
|
|
30268
30276
|
"../src/types.ts",
|
|
30277
|
+
"../src/lib/platform.ts",
|
|
30278
|
+
"../src/components/Tooltip/TooltipContainer.tsx",
|
|
30269
30279
|
"../node_modules/@types/node/fs.d.ts",
|
|
30270
30280
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
30271
30281
|
"../node_modules/@types/node/util.d.ts",
|
|
@@ -50190,6 +50200,7 @@
|
|
|
50190
50200
|
"../src/hooks/useAdaptivity.ts",
|
|
50191
50201
|
"../src/hooks/useAppearance.ts",
|
|
50192
50202
|
"../src/hooks/usePagination.ts",
|
|
50203
|
+
"../src/components/AppRoot/ScrollContext.ts",
|
|
50193
50204
|
"../src/lib/classNames.ts",
|
|
50194
50205
|
"../src/lib/animate.ts",
|
|
50195
50206
|
"../src/lib/removeObjectKeys.ts",
|
|
@@ -3,7 +3,7 @@ import { CalendarHeaderProps } from "../CalendarHeader/CalendarHeader";
|
|
|
3
3
|
import { CalendarTimeProps } from "../CalendarTime/CalendarTime";
|
|
4
4
|
import { HasRootRef } from "../../types";
|
|
5
5
|
import "./Calendar.css";
|
|
6
|
-
export interface CalendarProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onChange">, Pick<CalendarTimeProps, "changeHoursAriaLabel" | "changeMinutesAriaLabel">, Pick<CalendarHeaderProps, "prevMonthAriaLabel" | "nextMonthAriaLabel" | "changeMonthAriaLabel" | "changeYearAriaLabel" | "onNextMonth" | "onPrevMonth">, HasRootRef<HTMLDivElement> {
|
|
6
|
+
export interface CalendarProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onChange">, Pick<CalendarTimeProps, "changeHoursAriaLabel" | "changeMinutesAriaLabel">, Pick<CalendarHeaderProps, "prevMonthAriaLabel" | "nextMonthAriaLabel" | "changeMonthAriaLabel" | "changeYearAriaLabel" | "onNextMonth" | "onPrevMonth" | "prevMonthIcon" | "nextMonthIcon">, HasRootRef<HTMLDivElement> {
|
|
7
7
|
value?: Date;
|
|
8
8
|
disablePast?: boolean;
|
|
9
9
|
disableFuture?: boolean;
|
|
@@ -9,6 +9,8 @@ export interface CalendarHeaderProps extends Pick<React.HTMLAttributes<HTMLDivEl
|
|
|
9
9
|
nextMonthAriaLabel?: string;
|
|
10
10
|
changeMonthAriaLabel?: string;
|
|
11
11
|
changeYearAriaLabel?: string;
|
|
12
|
+
prevMonthIcon?: React.ReactNode;
|
|
13
|
+
nextMonthIcon?: React.ReactNode;
|
|
12
14
|
onChange(viewDate: Date): void;
|
|
13
15
|
/**
|
|
14
16
|
* Нажатие на кнопку переключения на следующий месяц.
|
|
@@ -2,7 +2,7 @@ import * as React from "react";
|
|
|
2
2
|
import { CalendarHeaderProps } from "../CalendarHeader/CalendarHeader";
|
|
3
3
|
import { HasRootRef } from "../../types";
|
|
4
4
|
import "./CalendarRange.css";
|
|
5
|
-
export interface CalendarRangeProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onChange">, Pick<CalendarHeaderProps, "prevMonthAriaLabel" | "nextMonthAriaLabel" | "changeMonthAriaLabel" | "changeYearAriaLabel">, HasRootRef<HTMLDivElement> {
|
|
5
|
+
export interface CalendarRangeProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onChange">, Pick<CalendarHeaderProps, "prevMonthAriaLabel" | "nextMonthAriaLabel" | "changeMonthAriaLabel" | "changeYearAriaLabel" | "prevMonthIcon" | "nextMonthIcon">, HasRootRef<HTMLDivElement> {
|
|
6
6
|
value?: Array<Date | null>;
|
|
7
7
|
disablePast?: boolean;
|
|
8
8
|
disableFuture?: boolean;
|
|
@@ -3,7 +3,7 @@ import { CalendarProps } from "../Calendar/Calendar";
|
|
|
3
3
|
import { Placement } from "../Popper/Popper";
|
|
4
4
|
import { HasRootRef } from "../../types";
|
|
5
5
|
import "./DateInput.css";
|
|
6
|
-
export interface DateInputProps extends Omit<React.InputHTMLAttributes<HTMLDivElement>, "value" | "onChange" | "size">, Pick<CalendarProps, "disablePast" | "disableFuture" | "enableTime" | "shouldDisableDate" | "onChange" | "value" | "doneButtonText" | "weekStartsOn" | "disablePickers" | "changeHoursAriaLabel" | "changeMinutesAriaLabel" | "prevMonthAriaLabel" | "nextMonthAriaLabel" | "changeMonthAriaLabel" | "changeYearAriaLabel" | "changeDayAriaLabel" | "showNeighboringMonth" | "size" | "viewDate" | "onHeaderChange" | "onNextMonth" | "onPrevMonth">, HasRootRef<HTMLDivElement> {
|
|
6
|
+
export interface DateInputProps extends Omit<React.InputHTMLAttributes<HTMLDivElement>, "value" | "onChange" | "size">, Pick<CalendarProps, "disablePast" | "disableFuture" | "enableTime" | "shouldDisableDate" | "onChange" | "value" | "doneButtonText" | "weekStartsOn" | "disablePickers" | "changeHoursAriaLabel" | "changeMinutesAriaLabel" | "prevMonthAriaLabel" | "nextMonthAriaLabel" | "changeMonthAriaLabel" | "changeYearAriaLabel" | "changeDayAriaLabel" | "showNeighboringMonth" | "size" | "viewDate" | "onHeaderChange" | "onNextMonth" | "onPrevMonth" | "prevMonthIcon" | "nextMonthIcon">, HasRootRef<HTMLDivElement> {
|
|
7
7
|
calendarPlacement?: Placement;
|
|
8
8
|
closeOnChange?: boolean;
|
|
9
9
|
clearFieldAriaLabel?: string;
|
|
@@ -3,7 +3,7 @@ import { CalendarRangeProps } from "../CalendarRange/CalendarRange";
|
|
|
3
3
|
import { Placement } from "../Popper/Popper";
|
|
4
4
|
import { HasRootRef } from "../../types";
|
|
5
5
|
import "./DateRangeInput.css";
|
|
6
|
-
export interface DateRangeInputProps extends Omit<React.InputHTMLAttributes<HTMLDivElement>, "value" | "onChange">, Pick<CalendarRangeProps, "disablePast" | "disableFuture" | "shouldDisableDate" | "onChange" | "value" | "weekStartsOn" | "disablePickers" | "prevMonthAriaLabel" | "nextMonthAriaLabel" | "changeMonthAriaLabel" | "changeYearAriaLabel" | "changeDayAriaLabel">, HasRootRef<HTMLDivElement> {
|
|
6
|
+
export interface DateRangeInputProps extends Omit<React.InputHTMLAttributes<HTMLDivElement>, "value" | "onChange">, Pick<CalendarRangeProps, "disablePast" | "disableFuture" | "shouldDisableDate" | "onChange" | "value" | "weekStartsOn" | "disablePickers" | "prevMonthAriaLabel" | "nextMonthAriaLabel" | "changeMonthAriaLabel" | "changeYearAriaLabel" | "changeDayAriaLabel" | "prevMonthIcon" | "nextMonthIcon">, HasRootRef<HTMLDivElement> {
|
|
7
7
|
calendarPlacement?: Placement;
|
|
8
8
|
closeOnChange?: boolean;
|
|
9
9
|
clearFieldAriaLabel?: string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { AdaptivityProps, AdaptivityContextInterface } from "../components/AdaptivityProvider/AdaptivityContext";
|
|
2
2
|
export type { AdaptivityProps };
|
|
3
3
|
export declare const useAdaptivity: () => AdaptivityContextInterface;
|
|
4
|
+
export declare const useAdaptivityIsDesktop: () => boolean;
|
package/.cache/ts/src/index.d.ts
CHANGED
|
@@ -277,6 +277,7 @@ export { usePlatform } from "./hooks/usePlatform";
|
|
|
277
277
|
export { useAdaptivity } from "./hooks/useAdaptivity";
|
|
278
278
|
export { useAppearance } from "./hooks/useAppearance";
|
|
279
279
|
export { usePagination } from "./hooks/usePagination";
|
|
280
|
+
export { useScrollLock } from "./components/AppRoot/ScrollContext";
|
|
280
281
|
/**
|
|
281
282
|
* Utils
|
|
282
283
|
*/
|
|
@@ -21,8 +21,6 @@ var React = _interopRequireWildcard(require("react"));
|
|
|
21
21
|
|
|
22
22
|
var _PopoutWrapper = require("../PopoutWrapper/PopoutWrapper");
|
|
23
23
|
|
|
24
|
-
var _withAdaptivity = require("../../hoc/withAdaptivity");
|
|
25
|
-
|
|
26
24
|
var _platform = require("../../lib/platform");
|
|
27
25
|
|
|
28
26
|
var _ActionSheetDropdownDesktop = require("./ActionSheetDropdownDesktop");
|
|
@@ -39,7 +37,7 @@ var _usePlatform = require("../../hooks/usePlatform");
|
|
|
39
37
|
|
|
40
38
|
var _useTimeout = require("../../hooks/useTimeout");
|
|
41
39
|
|
|
42
|
-
var
|
|
40
|
+
var _useAdaptivity = require("../../hooks/useAdaptivity");
|
|
43
41
|
|
|
44
42
|
var _useObjectMemo = require("../../hooks/useObjectMemo");
|
|
45
43
|
|
|
@@ -85,12 +83,7 @@ var ActionSheet = function ActionSheet(_ref) {
|
|
|
85
83
|
warn("\u0411\u0435\u0437 \u0441\u0432\u043E\u0439\u0441\u0442\u0432\u0430 \"onClose\" \u043D\u0435\u043B\u044C\u0437\u044F \u0437\u0430\u043A\u0440\u044B\u0442\u044C ActionSheet \u043F\u043E \u043A\u043B\u0438\u043A\u0443 \u0432\u043D\u0435 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u0430", "error");
|
|
86
84
|
}
|
|
87
85
|
|
|
88
|
-
var
|
|
89
|
-
viewWidth = _useAdaptivity.viewWidth,
|
|
90
|
-
viewHeight = _useAdaptivity.viewHeight,
|
|
91
|
-
hasMouse = _useAdaptivity.hasMouse;
|
|
92
|
-
|
|
93
|
-
var isDesktop = viewWidth >= _withAdaptivity.ViewWidth.SMALL_TABLET && (hasMouse || viewHeight >= _withAdaptivity.ViewHeight.MEDIUM);
|
|
86
|
+
var isDesktop = (0, _useAdaptivity.useAdaptivityIsDesktop)();
|
|
94
87
|
(0, _ScrollContext.useScrollLock)(!isDesktop);
|
|
95
88
|
var timeout = platform === _platform.IOS ? 300 : 200;
|
|
96
89
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../src/components/ActionSheet/ActionSheet.tsx"],"names":["warn","ActionSheet","children","className","header","text","style","iosCloseItem","restProps","platform","React","useState","closing","setClosing","onClose","_action","useRef","noop","afterClose","current","process","env","NODE_ENV","
|
|
1
|
+
{"version":3,"sources":["../../../../src/components/ActionSheet/ActionSheet.tsx"],"names":["warn","ActionSheet","children","className","header","text","style","iosCloseItem","restProps","platform","React","useState","closing","setClosing","onClose","_action","useRef","noop","afterClose","current","process","env","NODE_ENV","isDesktop","timeout","IOS","fallbackTransitionFinish","useEffect","set","clear","onItemClick","useCallback","action","immediateAction","autoclose","event","persist","contextValue","DropdownComponent","ActionSheetDropdownDesktop","ActionSheetDropdown","actionSheet","undefined","defaultProps","popupDirection"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEA;;;AA0BA,IAAMA,IAAI,GAAG,wBAAS,aAAT,CAAb;;AAEO,IAAMC,WAAuC,GAAG,SAA1CA,WAA0C,OAQjD;AAAA,MAPJC,QAOI,QAPJA,QAOI;AAAA,MANJC,SAMI,QANJA,SAMI;AAAA,MALJC,MAKI,QALJA,MAKI;AAAA,MAJJC,IAII,QAJJA,IAII;AAAA,MAHJC,KAGI,QAHJA,KAGI;AAAA,MAFJC,YAEI,QAFJA,YAEI;AAAA,MADDC,SACC;AACJ,MAAMC,QAAQ,GAAG,+BAAjB;;AACA,wBAA8BC,KAAK,CAACC,QAAN,CAAe,KAAf,CAA9B;AAAA;AAAA,MAAOC,OAAP;AAAA,MAAgBC,UAAhB;;AACA,MAAMC,OAAO,GAAG,SAAVA,OAAU;AAAA,WAAMD,UAAU,CAAC,IAAD,CAAhB;AAAA,GAAhB;;AACA,MAAME,OAAO,GAAGL,KAAK,CAACM,MAAN,CAAaC,WAAb,CAAhB;;AAEA,MAAMC,UAAU,GAAG,SAAbA,UAAa,GAAM;AAAA;;AACvB,0BAAAV,SAAS,CAACM,OAAV,+EAAAN,SAAS;;AACTO,IAAAA,OAAO,CAACI,OAAR;;AACAJ,IAAAA,OAAO,CAACI,OAAR,GAAkBF,WAAlB;AACD,GAJD;;AAMA,MAAIG,OAAO,CAACC,GAAR,CAAYC,QAAZ,KAAyB,aAAzB,IAA0C,CAACd,SAAS,CAACM,OAAzD,EAAkE;AAChEd,IAAAA,IAAI,4SAEF,OAFE,CAAJ;AAID;;AAED,MAAMuB,SAAS,GAAG,4CAAlB;AAEA,oCAAc,CAACA,SAAf;AAEA,MAAIC,OAAO,GAAGf,QAAQ,KAAKgB,aAAb,GAAmB,GAAnB,GAAyB,GAAvC;;AAEA,MAAIF,SAAJ,EAAe;AACbC,IAAAA,OAAO,GAAG,CAAV;AACD;;AAED,MAAME,wBAAwB,GAAG,4BAAWR,UAAX,EAAuBM,OAAvB,CAAjC;AACAd,EAAAA,KAAK,CAACiB,SAAN,CAAgB,YAAM;AACpB,QAAIf,OAAJ,EAAa;AACXc,MAAAA,wBAAwB,CAACE,GAAzB;AACD,KAFD,MAEO;AACLF,MAAAA,wBAAwB,CAACG,KAAzB;AACD;AACF,GAND,EAMG,CAACjB,OAAD,EAAUc,wBAAV,CANH;AAQA,MAAMI,WAAW,GAAGpB,KAAK,CAACqB,WAAN,CAClB,UAACC,MAAD,EAASC,eAAT,EAA0BC,SAA1B;AAAA,WAAwC,UAACC,KAAD,EAAW;AACjDA,MAAAA,KAAK,CAACC,OAAN;AACAH,MAAAA,eAAe,IAAIA,eAAe,CAACE,KAAD,CAAlC;;AACA,UAAID,SAAJ,EAAe;AACbnB,QAAAA,OAAO,CAACI,OAAR,GAAkB;AAAA,iBAAMa,MAAM,IAAIA,MAAM,CAACG,KAAD,CAAtB;AAAA,SAAlB;;AACAtB,QAAAA,UAAU,CAAC,IAAD,CAAV;AACD,OAHD,MAGO;AACLmB,QAAAA,MAAM,IAAIA,MAAM,CAACG,KAAD,CAAhB;AACD;AACF,KATD;AAAA,GADkB,EAWlB,EAXkB,CAApB;AAaA,MAAME,YAAY,GAAG,kCAAc;AAAEP,IAAAA,WAAW,EAAXA,WAAF;AAAeP,IAAAA,SAAS,EAATA;AAAf,GAAd,CAArB;AAEA,MAAMe,iBAAiB,GAAGf,SAAS,GAC/BgB,sDAD+B,GAE/BC,wCAFJ;AAIA,MAAMC,WAAW,GACf,qCAAC,sCAAD,CAAoB,QAApB;AAA6B,IAAA,KAAK,EAAEJ;AAApC,KACE,qCAAC,iBAAD;AACE,IAAA,OAAO,EAAEzB,OADX;AAEE,IAAA,OAAO,EAAEY;AAFX,KAGOhB,SAHP;AAIE,IAAA,OAAO,EAAEM,OAJX;AAKE,IAAA,SAAS,EAAES,SAAS,GAAGpB,SAAH,GAAeuC,SALrC;AAME,IAAA,KAAK,EAAEnB,SAAS,GAAGjB,KAAH,GAAWoC;AAN7B,MAQG,CAAC,yBAAatC,MAAb,KAAwB,yBAAaC,IAAb,CAAzB,KACC;AAAQ,IAAA,SAAS,EAAC;AAAlB,KACG,yBAAaD,MAAb,KACC,qCAAC,gBAAD;AACE,IAAA,MAAM,EAAEK,QAAQ,KAAKgB,aAAb,GAAmB,GAAnB,GAAyB,GADnC;AAEE,IAAA,SAAS,EAAC;AAFZ,KAIGrB,MAJH,CAFJ,EASG,yBAAaC,IAAb,KACC,qCAAC,gBAAD;AAAS,IAAA,SAAS,EAAC;AAAnB,KAAwCA,IAAxC,CAVJ,CATJ,EAuBGH,QAvBH,EAwBGO,QAAQ,KAAKgB,aAAb,IAAoB,CAACF,SAArB,IAAkChB,YAxBrC,CADF,CADF;;AA+BA,MAAIgB,SAAJ,EAAe;AACb,WAAOkB,WAAP;AACD;;AAED,SACE,qCAAC,4BAAD;AACE,IAAA,OAAO,EAAE7B,OADX;AAEE,IAAA,MAAM,EAAC,QAFT;AAGE,IAAA,SAAS,EAAET,SAHb;AAIE,IAAA,KAAK,EAAEG,KAJT;AAKE,IAAA,OAAO,EAAEQ,OALX;AAME,IAAA,OAAO,MANT;AAOE,IAAA,KAAK;AAPP,KASG2B,WATH,CADF;AAaD,CAjHM;;;AAmHPxC,WAAW,CAAC0C,YAAZ,GAA2B;AACzBC,EAAAA,cAAc,EAAE;AADS,CAA3B","sourcesContent":["import * as React from \"react\";\nimport { PopoutWrapper } from \"../PopoutWrapper/PopoutWrapper\";\nimport { IOS } from \"../../lib/platform\";\nimport { ActionSheetDropdownDesktop } from \"./ActionSheetDropdownDesktop\";\nimport { ActionSheetDropdown } from \"./ActionSheetDropdown\";\nimport { hasReactNode, noop } from \"../../lib/utils\";\nimport { ActionSheetContext, ItemClickHandler } from \"./ActionSheetContext\";\nimport { Caption } from \"../Typography/Caption/Caption\";\nimport { usePlatform } from \"../../hooks/usePlatform\";\nimport { useTimeout } from \"../../hooks/useTimeout\";\nimport { useAdaptivityIsDesktop } from \"../../hooks/useAdaptivity\";\nimport { useObjectMemo } from \"../../hooks/useObjectMemo\";\nimport { warnOnce } from \"../../lib/warnOnce\";\nimport { SharedDropdownProps, PopupDirection, ToggleRef } from \"./types\";\nimport { useScrollLock } from \"../AppRoot/ScrollContext\";\nimport \"./ActionSheet.css\";\n\nexport interface ActionSheetProps extends React.HTMLAttributes<HTMLDivElement> {\n header?: React.ReactNode;\n text?: React.ReactNode;\n /**\n * Закрыть попап по клику снаружи. В v5 будет обязательным.\n */\n onClose?: VoidFunction;\n /**\n * Элемент, рядом с которым вылезает попап на десктопе.\n * Лучше передавать RefObject c current.\n * В v5 будет обязательным.\n */\n toggleRef?: ToggleRef;\n /**\n * Направление на десктопе\n */\n popupDirection?: PopupDirection;\n /**\n * Только iOS. В v5 будет обязательным.\n */\n iosCloseItem?: React.ReactNode;\n}\n\nconst warn = warnOnce(\"ActionSheet\");\n\nexport const ActionSheet: React.FC<ActionSheetProps> = ({\n children,\n className,\n header,\n text,\n style,\n iosCloseItem,\n ...restProps\n}) => {\n const platform = usePlatform();\n const [closing, setClosing] = React.useState(false);\n const onClose = () => setClosing(true);\n const _action = React.useRef(noop);\n\n const afterClose = () => {\n restProps.onClose?.();\n _action.current();\n _action.current = noop;\n };\n\n if (process.env.NODE_ENV === \"development\" && !restProps.onClose) {\n warn(\n `Без свойства \"onClose\" нельзя закрыть ActionSheet по клику вне компонента`,\n \"error\"\n );\n }\n\n const isDesktop = useAdaptivityIsDesktop();\n\n useScrollLock(!isDesktop);\n\n let timeout = platform === IOS ? 300 : 200;\n\n if (isDesktop) {\n timeout = 0;\n }\n\n const fallbackTransitionFinish = useTimeout(afterClose, timeout);\n React.useEffect(() => {\n if (closing) {\n fallbackTransitionFinish.set();\n } else {\n fallbackTransitionFinish.clear();\n }\n }, [closing, fallbackTransitionFinish]);\n\n const onItemClick = React.useCallback<ItemClickHandler>(\n (action, immediateAction, autoclose) => (event) => {\n event.persist();\n immediateAction && immediateAction(event);\n if (autoclose) {\n _action.current = () => action && action(event);\n setClosing(true);\n } else {\n action && action(event);\n }\n },\n []\n );\n const contextValue = useObjectMemo({ onItemClick, isDesktop });\n\n const DropdownComponent = isDesktop\n ? ActionSheetDropdownDesktop\n : ActionSheetDropdown;\n\n const actionSheet = (\n <ActionSheetContext.Provider value={contextValue}>\n <DropdownComponent\n closing={closing}\n timeout={timeout}\n {...(restProps as Omit<SharedDropdownProps, \"closing\">)}\n onClose={onClose}\n className={isDesktop ? className : undefined}\n style={isDesktop ? style : undefined}\n >\n {(hasReactNode(header) || hasReactNode(text)) && (\n <header vkuiClass=\"ActionSheet__header\">\n {hasReactNode(header) && (\n <Caption\n weight={platform === IOS ? \"1\" : \"2\"}\n vkuiClass=\"ActionSheet__title\"\n >\n {header}\n </Caption>\n )}\n {hasReactNode(text) && (\n <Caption vkuiClass=\"ActionSheet__text\">{text}</Caption>\n )}\n </header>\n )}\n {children}\n {platform === IOS && !isDesktop && iosCloseItem}\n </DropdownComponent>\n </ActionSheetContext.Provider>\n );\n\n if (isDesktop) {\n return actionSheet;\n }\n\n return (\n <PopoutWrapper\n closing={closing}\n alignY=\"bottom\"\n className={className}\n style={style}\n onClick={onClose}\n hasMask\n fixed\n >\n {actionSheet}\n </PopoutWrapper>\n );\n};\n\nActionSheet.defaultProps = {\n popupDirection: \"bottom\",\n};\n"],"file":"ActionSheet.js"}
|
|
@@ -3,7 +3,7 @@ import { CalendarHeaderProps } from "../CalendarHeader/CalendarHeader";
|
|
|
3
3
|
import { CalendarTimeProps } from "../CalendarTime/CalendarTime";
|
|
4
4
|
import { HasRootRef } from "../../types";
|
|
5
5
|
import "./Calendar.css";
|
|
6
|
-
export interface CalendarProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onChange">, Pick<CalendarTimeProps, "changeHoursAriaLabel" | "changeMinutesAriaLabel">, Pick<CalendarHeaderProps, "prevMonthAriaLabel" | "nextMonthAriaLabel" | "changeMonthAriaLabel" | "changeYearAriaLabel" | "onNextMonth" | "onPrevMonth">, HasRootRef<HTMLDivElement> {
|
|
6
|
+
export interface CalendarProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onChange">, Pick<CalendarTimeProps, "changeHoursAriaLabel" | "changeMinutesAriaLabel">, Pick<CalendarHeaderProps, "prevMonthAriaLabel" | "nextMonthAriaLabel" | "changeMonthAriaLabel" | "changeYearAriaLabel" | "onNextMonth" | "onPrevMonth" | "prevMonthIcon" | "nextMonthIcon">, HasRootRef<HTMLDivElement> {
|
|
7
7
|
value?: Date;
|
|
8
8
|
disablePast?: boolean;
|
|
9
9
|
disableFuture?: boolean;
|
|
@@ -35,7 +35,7 @@ var _classNames = require("../../lib/classNames");
|
|
|
35
35
|
|
|
36
36
|
var _warnOnce = require("../../lib/warnOnce");
|
|
37
37
|
|
|
38
|
-
var _excluded = ["value", "onChange", "disablePast", "disableFuture", "shouldDisableDate", "onClose", "enableTime", "doneButtonText", "weekStartsOn", "getRootRef", "disablePickers", "changeHoursAriaLabel", "changeMinutesAriaLabel", "prevMonthAriaLabel", "nextMonthAriaLabel", "changeMonthAriaLabel", "changeYearAriaLabel", "showNeighboringMonth", "changeDayAriaLabel", "size", "viewDate", "onHeaderChange", "onNextMonth", "onPrevMonth"];
|
|
38
|
+
var _excluded = ["value", "onChange", "disablePast", "disableFuture", "shouldDisableDate", "onClose", "enableTime", "doneButtonText", "weekStartsOn", "getRootRef", "disablePickers", "changeHoursAriaLabel", "changeMinutesAriaLabel", "prevMonthAriaLabel", "nextMonthAriaLabel", "changeMonthAriaLabel", "changeYearAriaLabel", "showNeighboringMonth", "changeDayAriaLabel", "size", "viewDate", "onHeaderChange", "onNextMonth", "onPrevMonth", "prevMonthIcon", "nextMonthIcon"];
|
|
39
39
|
var warn = (0, _warnOnce.warnOnce)("Calendar");
|
|
40
40
|
|
|
41
41
|
var Calendar = function Calendar(_ref) {
|
|
@@ -67,6 +67,8 @@ var Calendar = function Calendar(_ref) {
|
|
|
67
67
|
onHeaderChange = _ref.onHeaderChange,
|
|
68
68
|
onNextMonth = _ref.onNextMonth,
|
|
69
69
|
onPrevMonth = _ref.onPrevMonth,
|
|
70
|
+
prevMonthIcon = _ref.prevMonthIcon,
|
|
71
|
+
nextMonthIcon = _ref.nextMonthIcon,
|
|
70
72
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
71
73
|
|
|
72
74
|
var _useCalendar = (0, _useCalendar2.useCalendar)({
|
|
@@ -134,7 +136,9 @@ var Calendar = function Calendar(_ref) {
|
|
|
134
136
|
prevMonthAriaLabel: prevMonthAriaLabel,
|
|
135
137
|
nextMonthAriaLabel: nextMonthAriaLabel,
|
|
136
138
|
changeMonthAriaLabel: changeMonthAriaLabel,
|
|
137
|
-
changeYearAriaLabel: changeYearAriaLabel
|
|
139
|
+
changeYearAriaLabel: changeYearAriaLabel,
|
|
140
|
+
prevMonthIcon: prevMonthIcon,
|
|
141
|
+
nextMonthIcon: nextMonthIcon
|
|
138
142
|
}), (0, _jsxRuntime.createScopedElement)(_CalendarDays.CalendarDays, {
|
|
139
143
|
viewDate: externalViewDate || viewDate,
|
|
140
144
|
value: value,
|