@vkontakte/vkui 4.27.1 → 4.27.2
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 +47 -27
- package/.cache/ts/src/components/ConfigProvider/ConfigProviderContext.d.ts +0 -7
- package/.cache/ts/src/components/Typography/Subhead/Subhead.d.ts +4 -1
- package/.cache/ts/src/tokenized/index.d.ts +4 -0
- package/CSS_GUIDE.md +145 -0
- package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js +0 -1
- package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/cjs/components/Banner/Banner.js +1 -3
- package/dist/cjs/components/Banner/Banner.js.map +1 -1
- package/dist/cjs/components/Button/Button.js +3 -3
- package/dist/cjs/components/Button/Button.js.map +1 -1
- package/dist/cjs/components/ConfigProvider/ConfigProvider.js +33 -20
- package/dist/cjs/components/ConfigProvider/ConfigProvider.js.map +1 -1
- package/dist/cjs/components/ConfigProvider/ConfigProviderContext.d.ts +0 -7
- package/dist/cjs/components/ConfigProvider/ConfigProviderContext.js +3 -5
- package/dist/cjs/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
- package/dist/cjs/components/FormItem/FormItem.js +0 -1
- package/dist/cjs/components/FormItem/FormItem.js.map +1 -1
- package/dist/cjs/components/Header/Header.js +2 -6
- package/dist/cjs/components/Header/Header.js.map +1 -1
- package/dist/cjs/components/HorizontalCell/HorizontalCell.js +1 -3
- package/dist/cjs/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/cjs/components/InfoRow/InfoRow.js +1 -2
- package/dist/cjs/components/InfoRow/InfoRow.js.map +1 -1
- package/dist/cjs/components/Removable/Removable.js +8 -4
- package/dist/cjs/components/Removable/Removable.js.map +1 -1
- package/dist/cjs/components/RichCell/RichCell.js +0 -1
- package/dist/cjs/components/RichCell/RichCell.js.map +1 -1
- package/dist/cjs/components/SimpleCell/SimpleCell.js +0 -1
- package/dist/cjs/components/SimpleCell/SimpleCell.js.map +1 -1
- package/dist/cjs/components/SubnavigationButton/SubnavigationButton.js +1 -3
- package/dist/cjs/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
- package/dist/cjs/components/TextTooltip/TextTooltip.js +1 -2
- package/dist/cjs/components/TextTooltip/TextTooltip.js.map +1 -1
- package/dist/cjs/components/Tooltip/Tooltip.js +1 -2
- package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/cjs/components/Typography/Subhead/Subhead.d.ts +4 -1
- package/dist/cjs/components/Typography/Subhead/Subhead.js +15 -8
- package/dist/cjs/components/Typography/Subhead/Subhead.js.map +1 -1
- package/dist/cjs/components/Typography/Title/Title.js +1 -1
- package/dist/cjs/components/Typography/Title/Title.js.map +1 -1
- package/dist/cjs/components/UsersStack/UsersStack.js +0 -1
- package/dist/cjs/components/UsersStack/UsersStack.js.map +1 -1
- package/dist/cjs/tokenized/index.d.ts +4 -0
- package/dist/cjs/tokenized/index.js +16 -0
- package/dist/cjs/tokenized/index.js.map +1 -1
- package/dist/components/ActionSheetItem/ActionSheetItem.js +0 -1
- package/dist/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/components/Banner/Banner.js +1 -3
- package/dist/components/Banner/Banner.js.map +1 -1
- package/dist/components/Button/Button.js +3 -3
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/ConfigProvider/ConfigProvider.js +30 -19
- package/dist/components/ConfigProvider/ConfigProvider.js.map +1 -1
- package/dist/components/ConfigProvider/ConfigProviderContext.d.ts +0 -7
- package/dist/components/ConfigProvider/ConfigProviderContext.js +2 -3
- package/dist/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
- package/dist/components/FormItem/FormItem.js +0 -1
- package/dist/components/FormItem/FormItem.js.map +1 -1
- package/dist/components/Header/Header.js +2 -6
- package/dist/components/Header/Header.js.map +1 -1
- package/dist/components/HorizontalCell/HorizontalCell.js +1 -3
- package/dist/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/components/InfoRow/InfoRow.js +1 -2
- package/dist/components/InfoRow/InfoRow.js.map +1 -1
- package/dist/components/Removable/Removable.js +8 -4
- package/dist/components/Removable/Removable.js.map +1 -1
- package/dist/components/RichCell/RichCell.js +0 -1
- package/dist/components/RichCell/RichCell.js.map +1 -1
- package/dist/components/SimpleCell/SimpleCell.js +0 -1
- package/dist/components/SimpleCell/SimpleCell.js.map +1 -1
- package/dist/components/SubnavigationButton/SubnavigationButton.js +1 -3
- package/dist/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
- package/dist/components/TextTooltip/TextTooltip.js +1 -2
- package/dist/components/TextTooltip/TextTooltip.js.map +1 -1
- package/dist/components/Tooltip/Tooltip.js +1 -2
- package/dist/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/components/Typography/Subhead/Subhead.d.ts +4 -1
- package/dist/components/Typography/Subhead/Subhead.js +13 -7
- package/dist/components/Typography/Subhead/Subhead.js.map +1 -1
- package/dist/components/Typography/Title/Title.js +1 -1
- package/dist/components/Typography/Title/Title.js.map +1 -1
- package/dist/components/UsersStack/UsersStack.js +0 -1
- package/dist/components/UsersStack/UsersStack.js.map +1 -1
- package/dist/components.css +1 -1
- package/dist/components.css.map +1 -1
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js +0 -1
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/cssm/components/Banner/Banner.js +1 -3
- package/dist/cssm/components/Banner/Banner.js.map +1 -1
- package/dist/cssm/components/Button/Button.js +3 -3
- package/dist/cssm/components/Button/Button.js.map +1 -1
- package/dist/cssm/components/ConfigProvider/ConfigProvider.js +30 -19
- package/dist/cssm/components/ConfigProvider/ConfigProvider.js.map +1 -1
- package/dist/cssm/components/ConfigProvider/ConfigProviderContext.d.ts +0 -7
- package/dist/cssm/components/ConfigProvider/ConfigProviderContext.js +2 -3
- package/dist/cssm/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
- package/dist/cssm/components/FormItem/FormItem.js +0 -1
- package/dist/cssm/components/FormItem/FormItem.js.map +1 -1
- package/dist/cssm/components/Header/Header.js +2 -6
- package/dist/cssm/components/Header/Header.js.map +1 -1
- package/dist/cssm/components/HorizontalCell/HorizontalCell.js +1 -3
- package/dist/cssm/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/cssm/components/InfoRow/InfoRow.js +1 -2
- package/dist/cssm/components/InfoRow/InfoRow.js.map +1 -1
- package/dist/cssm/components/Removable/Removable.js +8 -4
- package/dist/cssm/components/Removable/Removable.js.map +1 -1
- package/dist/cssm/components/RichCell/RichCell.js +0 -1
- package/dist/cssm/components/RichCell/RichCell.js.map +1 -1
- package/dist/cssm/components/SimpleCell/SimpleCell.js +0 -1
- package/dist/cssm/components/SimpleCell/SimpleCell.js.map +1 -1
- package/dist/cssm/components/SubnavigationButton/SubnavigationButton.js +1 -3
- package/dist/cssm/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
- package/dist/cssm/components/TextTooltip/TextTooltip.js +1 -2
- package/dist/cssm/components/TextTooltip/TextTooltip.js.map +1 -1
- package/dist/cssm/components/Tooltip/Tooltip.js +1 -2
- package/dist/cssm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/cssm/components/Typography/Subhead/Subhead.css +1 -1
- package/dist/cssm/components/Typography/Subhead/Subhead.d.ts +4 -1
- package/dist/cssm/components/Typography/Subhead/Subhead.js +13 -7
- package/dist/cssm/components/Typography/Subhead/Subhead.js.map +1 -1
- package/dist/cssm/components/Typography/Title/Title.js +1 -1
- package/dist/cssm/components/Typography/Title/Title.js.map +1 -1
- package/dist/cssm/components/UsersStack/UsersStack.js +0 -1
- package/dist/cssm/components/UsersStack/UsersStack.js.map +1 -1
- package/dist/cssm/styles/components.css +1 -1
- package/dist/cssm/tokenized/index.d.ts +4 -0
- package/dist/cssm/tokenized/index.js +2 -0
- package/dist/cssm/tokenized/index.js.map +1 -1
- package/dist/tokenized/index.d.ts +4 -0
- package/dist/tokenized/index.js +2 -0
- package/dist/tokenized/index.js.map +1 -1
- package/dist/vkui.css +1 -1
- package/dist/vkui.css.map +1 -1
- package/package.json +1 -1
- package/src/components/ActionSheetItem/ActionSheetItem.tsx +1 -3
- package/src/components/Banner/Banner.tsx +1 -1
- package/src/components/Button/Button.tsx +3 -6
- package/src/components/ConfigProvider/ConfigProvider.tsx +25 -15
- package/src/components/ConfigProvider/ConfigProviderContext.tsx +9 -13
- package/src/components/FormItem/FormItem.tsx +1 -5
- package/src/components/Header/Header.tsx +2 -2
- package/src/components/HorizontalCell/HorizontalCell.tsx +1 -3
- package/src/components/InfoRow/InfoRow.tsx +1 -1
- package/src/components/Removable/Removable.tsx +9 -7
- package/src/components/RichCell/RichCell.tsx +1 -5
- package/src/components/SimpleCell/SimpleCell.tsx +1 -5
- package/src/components/SubnavigationButton/SubnavigationButton.tsx +1 -1
- package/src/components/TextTooltip/TextTooltip.tsx +2 -6
- package/src/components/Tooltip/Tooltip.tsx +2 -6
- package/src/components/Typography/Subhead/Readme.md +18 -24
- package/src/components/Typography/Subhead/Subhead.css +22 -7
- package/src/components/Typography/Subhead/Subhead.tsx +23 -7
- package/src/components/Typography/Title/Title.tsx +1 -1
- package/src/components/UsersStack/Readme.md +1 -1
- package/src/components/UsersStack/UsersStack.tsx +1 -1
- package/src/tokenized/index.ts +6 -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/Card/Card.css":"20","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.css":"21","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.css":"22","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.css":"23","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.css":"24","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.css":"25","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.css":"26","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.css":"27","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.css":"28","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.css":"29","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.css":"30","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.css":"31","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.css":"32","/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.css":"33","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.css":"34","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.css":"35","/home/runner/work/VKUI/VKUI/src/components/Div/Div.css":"36","/home/runner/work/VKUI/VKUI/src/components/Dropdown/Dropdown.css":"37","/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.css":"38","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.css":"39","/home/runner/work/VKUI/VKUI/src/components/File/File.css":"40","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.css":"41","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.css":"42","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.css":"43","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.css":"44","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.css":"45","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.css":"46","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.css":"47","/home/runner/work/VKUI/VKUI/src/components/FormStatus/FormStatus.css":"48","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.css":"49","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.css":"50","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.css":"51","/home/runner/work/VKUI/VKUI/src/components/Group/Group.css":"52","/home/runner/work/VKUI/VKUI/src/components/Header/Header.css":"53","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.css":"54","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.css":"55","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.css":"56","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.css":"57","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.css":"58","/home/runner/work/VKUI/VKUI/src/components/InitialsAvatar/InitialsAvatar.css":"59","/home/runner/work/VKUI/VKUI/src/components/Input/Input.css":"60","/home/runner/work/VKUI/VKUI/src/components/Link/Link.css":"61","/home/runner/work/VKUI/VKUI/src/components/List/List.css":"62","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.css":"63","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.css":"64","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.css":"65","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.css":"66","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.css":"67","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.css":"68","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.css":"69","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.css":"70","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.css":"71","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.css":"72","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.css":"73","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.css":"74","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.css":"75","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.css":"76","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.css":"77","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.css":"78","/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.css":"79","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.css":"80","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.css":"81","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.css":"82","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.css":"83","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.css":"84","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.css":"85","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.css":"86","/home/runner/work/VKUI/VKUI/src/components/RichTooltip/RichTooltip.css":"87","/home/runner/work/VKUI/VKUI/src/components/Root/Root.css":"88","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.css":"89","/home/runner/work/VKUI/VKUI/src/components/Search/Search.css":"90","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.css":"91","/home/runner/work/VKUI/VKUI/src/components/Select/Select.css":"92","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.css":"93","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.css":"94","/home/runner/work/VKUI/VKUI/src/components/SimpleCheckbox/SimpleCheckbox.css":"95","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.css":"96","/home/runner/work/VKUI/VKUI/src/components/SliderSwitch/SliderSwitch.css":"97","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.css":"98","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.css":"99","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.css":"100","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.css":"101","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.css":"102","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.css":"103","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.css":"104","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.css":"105","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.css":"106","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.css":"107","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.css":"108","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.css":"109","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.css":"110","/home/runner/work/VKUI/VKUI/src/components/TextTooltip/TextTooltip.css":"111","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.css":"112","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.css":"113","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.css":"114","/home/runner/work/VKUI/VKUI/src/components/View/View.css":"115","/home/runner/work/VKUI/VKUI/src/components/View/ViewIOS.css":"116","/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.css":"117","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.css":"118","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.css":"119","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.css":"120","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.css":"121","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css":"122","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.css":"123","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.css":"124","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.css":"125","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.css":"126","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.css":"127"},{"size":214,"mtime":1645543102951,"hashOfConfig":"128"},{"size":205,"mtime":1645543102955,"hashOfConfig":"128"},{"size":9874,"mtime":1645543102955,"hashOfConfig":"128"},{"size":706,"mtime":1645543102955,"hashOfConfig":"128"},{"size":6146,"mtime":1645543102955,"hashOfConfig":"128"},{"size":2056,"mtime":1645543102955,"hashOfConfig":"128"},{"size":9983,"mtime":1645543102955,"hashOfConfig":"128"},{"size":784,"mtime":1645543102955,"hashOfConfig":"128"},{"size":277,"mtime":1645543102955,"hashOfConfig":"128"},{"size":10072,"mtime":1645543102955,"hashOfConfig":"128"},{"size":9915,"mtime":1645543102955,"hashOfConfig":"128"},{"size":2926,"mtime":1645543102779,"hashOfConfig":"128"},{"size":5740,"mtime":1645543102847,"hashOfConfig":"128"},{"size":5211,"mtime":1645543102851,"hashOfConfig":"128"},{"size":276,"mtime":1645543102851,"hashOfConfig":"128"},{"size":3157,"mtime":1645543102851,"hashOfConfig":"128"},{"size":328,"mtime":1645543102851,"hashOfConfig":"128"},{"size":2396,"mtime":1645543102855,"hashOfConfig":"128"},{"size":14665,"mtime":1645543102855,"hashOfConfig":"128"},{"size":1500,"mtime":1645543102855,"hashOfConfig":"128"},{"size":1091,"mtime":1645543102855,"hashOfConfig":"128"},{"size":846,"mtime":1645543102855,"hashOfConfig":"128"},{"size":804,"mtime":1645543102855,"hashOfConfig":"128"},{"size":743,"mtime":1645543102863,"hashOfConfig":"128"},{"size":1840,"mtime":1645543102863,"hashOfConfig":"128"},{"size":951,"mtime":1645543102863,"hashOfConfig":"128"},{"size":1156,"mtime":1645543102875,"hashOfConfig":"128"},{"size":454,"mtime":1645543102875,"hashOfConfig":"128"},{"size":582,"mtime":1645543102879,"hashOfConfig":"128"},{"size":4189,"mtime":1645543102879,"hashOfConfig":"128"},{"size":1105,"mtime":1645543102879,"hashOfConfig":"128"},{"size":738,"mtime":1645543102879,"hashOfConfig":"128"},{"size":647,"mtime":1645543102879,"hashOfConfig":"128"},{"size":1074,"mtime":1645543102879,"hashOfConfig":"128"},{"size":357,"mtime":1645543102879,"hashOfConfig":"128"},{"size":121,"mtime":1645543102879,"hashOfConfig":"128"},{"size":455,"mtime":1645543102883,"hashOfConfig":"128"},{"size":37,"mtime":1645543102883,"hashOfConfig":"128"},{"size":41,"mtime":1645543102883,"hashOfConfig":"128"},{"size":45,"mtime":1645543102883,"hashOfConfig":"128"},{"size":510,"mtime":1645543102883,"hashOfConfig":"128"},{"size":1428,"mtime":1645543102883,"hashOfConfig":"128"},{"size":141,"mtime":1645543102883,"hashOfConfig":"128"},{"size":2059,"mtime":1645543102883,"hashOfConfig":"128"},{"size":1344,"mtime":1645543102883,"hashOfConfig":"128"},{"size":227,"mtime":1645543102883,"hashOfConfig":"128"},{"size":317,"mtime":1645543102883,"hashOfConfig":"128"},{"size":742,"mtime":1645543102887,"hashOfConfig":"128"},{"size":1017,"mtime":1645543102887,"hashOfConfig":"128"},{"size":2095,"mtime":1645543102887,"hashOfConfig":"128"},{"size":946,"mtime":1645543102887,"hashOfConfig":"128"},{"size":1623,"mtime":1645543102887,"hashOfConfig":"128"},{"size":2364,"mtime":1645543102887,"hashOfConfig":"128"},{"size":1991,"mtime":1645543102891,"hashOfConfig":"128"},{"size":582,"mtime":1645543102891,"hashOfConfig":"128"},{"size":1594,"mtime":1645543102891,"hashOfConfig":"128"},{"size":1658,"mtime":1645543102895,"hashOfConfig":"128"},{"size":243,"mtime":1645543102895,"hashOfConfig":"128"},{"size":1235,"mtime":1645543102895,"hashOfConfig":"128"},{"size":831,"mtime":1645543102899,"hashOfConfig":"128"},{"size":287,"mtime":1645543102899,"hashOfConfig":"128"},{"size":10,"mtime":1645543102899,"hashOfConfig":"128"},{"size":1120,"mtime":1645543102899,"hashOfConfig":"128"},{"size":1146,"mtime":1645543102899,"hashOfConfig":"128"},{"size":1743,"mtime":1645543102903,"hashOfConfig":"128"},{"size":651,"mtime":1645543102903,"hashOfConfig":"128"},{"size":2608,"mtime":1645543102903,"hashOfConfig":"128"},{"size":444,"mtime":1645543102903,"hashOfConfig":"128"},{"size":1309,"mtime":1645543102907,"hashOfConfig":"128"},{"size":2262,"mtime":1645543102907,"hashOfConfig":"128"},{"size":5680,"mtime":1645543102911,"hashOfConfig":"128"},{"size":154,"mtime":1645543102911,"hashOfConfig":"128"},{"size":1619,"mtime":1645543102911,"hashOfConfig":"128"},{"size":1941,"mtime":1645543102911,"hashOfConfig":"128"},{"size":2959,"mtime":1645543102911,"hashOfConfig":"128"},{"size":812,"mtime":1645543102911,"hashOfConfig":"128"},{"size":455,"mtime":1645543102911,"hashOfConfig":"128"},{"size":1839,"mtime":1645543102911,"hashOfConfig":"128"},{"size":685,"mtime":1645543102915,"hashOfConfig":"128"},{"size":212,"mtime":1645543102915,"hashOfConfig":"128"},{"size":936,"mtime":1645543102915,"hashOfConfig":"128"},{"size":2010,"mtime":1645543102915,"hashOfConfig":"128"},{"size":2979,"mtime":1645543102915,"hashOfConfig":"128"},{"size":175,"mtime":1645543102915,"hashOfConfig":"128"},{"size":2272,"mtime":1645543102919,"hashOfConfig":"128"},{"size":1828,"mtime":1645543102919,"hashOfConfig":"128"},{"size":259,"mtime":1645543102919,"hashOfConfig":"128"},{"size":2858,"mtime":1645543102923,"hashOfConfig":"128"},{"size":653,"mtime":1645543102923,"hashOfConfig":"128"},{"size":6437,"mtime":1645543102923,"hashOfConfig":"128"},{"size":885,"mtime":1645543102923,"hashOfConfig":"128"},{"size":926,"mtime":1645543102927,"hashOfConfig":"128"},{"size":839,"mtime":1645543102927,"hashOfConfig":"128"},{"size":5154,"mtime":1645543102927,"hashOfConfig":"128"},{"size":2533,"mtime":1645543102931,"hashOfConfig":"128"},{"size":2187,"mtime":1645543102931,"hashOfConfig":"128"},{"size":1686,"mtime":1645543102931,"hashOfConfig":"128"},{"size":2880,"mtime":1645543102931,"hashOfConfig":"128"},{"size":746,"mtime":1645543102931,"hashOfConfig":"128"},{"size":443,"mtime":1645543102931,"hashOfConfig":"128"},{"size":402,"mtime":1645543102935,"hashOfConfig":"128"},{"size":924,"mtime":1645543102935,"hashOfConfig":"128"},{"size":705,"mtime":1645543102935,"hashOfConfig":"128"},{"size":1730,"mtime":1645543102935,"hashOfConfig":"128"},{"size":3935,"mtime":1645543102935,"hashOfConfig":"128"},{"size":910,"mtime":1645543102935,"hashOfConfig":"128"},{"size":2085,"mtime":1645543102935,"hashOfConfig":"128"},{"size":2021,"mtime":1645543102935,"hashOfConfig":"128"},{"size":3763,"mtime":1645543102939,"hashOfConfig":"128"},{"size":2300,"mtime":1645543102939,"hashOfConfig":"128"},{"size":398,"mtime":1645543102939,"hashOfConfig":"128"},{"size":645,"mtime":1645543102939,"hashOfConfig":"128"},{"size":2789,"mtime":1645543102943,"hashOfConfig":"128"},{"size":1760,"mtime":1645543102947,"hashOfConfig":"128"},{"size":1832,"mtime":1645543102951,"hashOfConfig":"128"},{"size":3079,"mtime":1645543102951,"hashOfConfig":"128"},{"size":167,"mtime":1645543102951,"hashOfConfig":"128"},{"size":1759,"mtime":1645543102951,"hashOfConfig":"128"},{"size":1286,"mtime":1645543102951,"hashOfConfig":"128"},{"size":313,"mtime":1645543102855,"hashOfConfig":"128"},{"size":70,"mtime":1645543102855,"hashOfConfig":"128"},{"size":591,"mtime":1645543102923,"hashOfConfig":"128"},{"size":630,"mtime":1645543102943,"hashOfConfig":"128"},{"size":307,"mtime":1645543102943,"hashOfConfig":"128"},{"size":325,"mtime":1645543102943,"hashOfConfig":"128"},{"size":283,"mtime":1645543102947,"hashOfConfig":"128"},{"size":1346,"mtime":1645543102947,"hashOfConfig":"128"},"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/Card/Card.css":"20","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.css":"21","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.css":"22","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.css":"23","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.css":"24","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.css":"25","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.css":"26","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.css":"27","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.css":"28","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.css":"29","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.css":"30","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.css":"31","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.css":"32","/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.css":"33","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.css":"34","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.css":"35","/home/runner/work/VKUI/VKUI/src/components/Div/Div.css":"36","/home/runner/work/VKUI/VKUI/src/components/Dropdown/Dropdown.css":"37","/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.css":"38","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.css":"39","/home/runner/work/VKUI/VKUI/src/components/File/File.css":"40","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.css":"41","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.css":"42","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.css":"43","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.css":"44","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.css":"45","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.css":"46","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.css":"47","/home/runner/work/VKUI/VKUI/src/components/FormStatus/FormStatus.css":"48","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.css":"49","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.css":"50","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.css":"51","/home/runner/work/VKUI/VKUI/src/components/Group/Group.css":"52","/home/runner/work/VKUI/VKUI/src/components/Header/Header.css":"53","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.css":"54","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.css":"55","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.css":"56","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.css":"57","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.css":"58","/home/runner/work/VKUI/VKUI/src/components/InitialsAvatar/InitialsAvatar.css":"59","/home/runner/work/VKUI/VKUI/src/components/Input/Input.css":"60","/home/runner/work/VKUI/VKUI/src/components/Link/Link.css":"61","/home/runner/work/VKUI/VKUI/src/components/List/List.css":"62","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.css":"63","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.css":"64","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.css":"65","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.css":"66","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.css":"67","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.css":"68","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.css":"69","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.css":"70","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.css":"71","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.css":"72","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.css":"73","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.css":"74","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.css":"75","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.css":"76","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.css":"77","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.css":"78","/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.css":"79","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.css":"80","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.css":"81","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.css":"82","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.css":"83","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.css":"84","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.css":"85","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.css":"86","/home/runner/work/VKUI/VKUI/src/components/RichTooltip/RichTooltip.css":"87","/home/runner/work/VKUI/VKUI/src/components/Root/Root.css":"88","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.css":"89","/home/runner/work/VKUI/VKUI/src/components/Search/Search.css":"90","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.css":"91","/home/runner/work/VKUI/VKUI/src/components/Select/Select.css":"92","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.css":"93","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.css":"94","/home/runner/work/VKUI/VKUI/src/components/SimpleCheckbox/SimpleCheckbox.css":"95","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.css":"96","/home/runner/work/VKUI/VKUI/src/components/SliderSwitch/SliderSwitch.css":"97","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.css":"98","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.css":"99","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.css":"100","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.css":"101","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.css":"102","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.css":"103","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.css":"104","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.css":"105","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.css":"106","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.css":"107","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.css":"108","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.css":"109","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.css":"110","/home/runner/work/VKUI/VKUI/src/components/TextTooltip/TextTooltip.css":"111","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.css":"112","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.css":"113","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.css":"114","/home/runner/work/VKUI/VKUI/src/components/View/View.css":"115","/home/runner/work/VKUI/VKUI/src/components/View/ViewIOS.css":"116","/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.css":"117","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.css":"118","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.css":"119","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.css":"120","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.css":"121","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css":"122","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.css":"123","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.css":"124","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.css":"125","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.css":"126","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.css":"127"},{"size":214,"mtime":1646233452835,"hashOfConfig":"128"},{"size":205,"mtime":1646233452839,"hashOfConfig":"128"},{"size":9874,"mtime":1646233452839,"hashOfConfig":"128"},{"size":706,"mtime":1646233452839,"hashOfConfig":"128"},{"size":6146,"mtime":1646233452839,"hashOfConfig":"128"},{"size":2056,"mtime":1646233452839,"hashOfConfig":"128"},{"size":9983,"mtime":1646233452839,"hashOfConfig":"128"},{"size":784,"mtime":1646233452839,"hashOfConfig":"128"},{"size":277,"mtime":1646233452839,"hashOfConfig":"128"},{"size":10072,"mtime":1646233452839,"hashOfConfig":"128"},{"size":9915,"mtime":1646233452839,"hashOfConfig":"128"},{"size":2926,"mtime":1646233452707,"hashOfConfig":"128"},{"size":5740,"mtime":1646233452775,"hashOfConfig":"128"},{"size":5211,"mtime":1646233452775,"hashOfConfig":"128"},{"size":276,"mtime":1646233452775,"hashOfConfig":"128"},{"size":3157,"mtime":1646233452775,"hashOfConfig":"128"},{"size":328,"mtime":1646233452775,"hashOfConfig":"128"},{"size":2396,"mtime":1646233452775,"hashOfConfig":"128"},{"size":14665,"mtime":1646233452779,"hashOfConfig":"128"},{"size":1500,"mtime":1646233452791,"hashOfConfig":"128"},{"size":1091,"mtime":1646233452791,"hashOfConfig":"128"},{"size":846,"mtime":1646233452791,"hashOfConfig":"128"},{"size":804,"mtime":1646233452791,"hashOfConfig":"128"},{"size":743,"mtime":1646233452791,"hashOfConfig":"128"},{"size":1840,"mtime":1646233452795,"hashOfConfig":"128"},{"size":951,"mtime":1646233452795,"hashOfConfig":"128"},{"size":1156,"mtime":1646233452795,"hashOfConfig":"128"},{"size":454,"mtime":1646233452795,"hashOfConfig":"128"},{"size":582,"mtime":1646233452795,"hashOfConfig":"128"},{"size":4189,"mtime":1646233452799,"hashOfConfig":"128"},{"size":1105,"mtime":1646233452799,"hashOfConfig":"128"},{"size":738,"mtime":1646233452799,"hashOfConfig":"128"},{"size":647,"mtime":1646233452799,"hashOfConfig":"128"},{"size":1074,"mtime":1646233452799,"hashOfConfig":"128"},{"size":357,"mtime":1646233452799,"hashOfConfig":"128"},{"size":121,"mtime":1646233452799,"hashOfConfig":"128"},{"size":455,"mtime":1646233452799,"hashOfConfig":"128"},{"size":37,"mtime":1646233452799,"hashOfConfig":"128"},{"size":41,"mtime":1646233452799,"hashOfConfig":"128"},{"size":45,"mtime":1646233452799,"hashOfConfig":"128"},{"size":510,"mtime":1646233452799,"hashOfConfig":"128"},{"size":1428,"mtime":1646233452799,"hashOfConfig":"128"},{"size":141,"mtime":1646233452799,"hashOfConfig":"128"},{"size":2059,"mtime":1646233452799,"hashOfConfig":"128"},{"size":1344,"mtime":1646233452799,"hashOfConfig":"128"},{"size":227,"mtime":1646233452803,"hashOfConfig":"128"},{"size":317,"mtime":1646233452803,"hashOfConfig":"128"},{"size":742,"mtime":1646233452803,"hashOfConfig":"128"},{"size":1017,"mtime":1646233452803,"hashOfConfig":"128"},{"size":2095,"mtime":1646233452803,"hashOfConfig":"128"},{"size":946,"mtime":1646233452803,"hashOfConfig":"128"},{"size":1623,"mtime":1646233452803,"hashOfConfig":"128"},{"size":2364,"mtime":1646233452803,"hashOfConfig":"128"},{"size":1991,"mtime":1646233452803,"hashOfConfig":"128"},{"size":582,"mtime":1646233452803,"hashOfConfig":"128"},{"size":1594,"mtime":1646233452807,"hashOfConfig":"128"},{"size":1658,"mtime":1646233452807,"hashOfConfig":"128"},{"size":243,"mtime":1646233452807,"hashOfConfig":"128"},{"size":1235,"mtime":1646233452807,"hashOfConfig":"128"},{"size":831,"mtime":1646233452807,"hashOfConfig":"128"},{"size":287,"mtime":1646233452807,"hashOfConfig":"128"},{"size":10,"mtime":1646233452807,"hashOfConfig":"128"},{"size":1120,"mtime":1646233452807,"hashOfConfig":"128"},{"size":1146,"mtime":1646233452811,"hashOfConfig":"128"},{"size":1743,"mtime":1646233452811,"hashOfConfig":"128"},{"size":651,"mtime":1646233452811,"hashOfConfig":"128"},{"size":2608,"mtime":1646233452811,"hashOfConfig":"128"},{"size":444,"mtime":1646233452811,"hashOfConfig":"128"},{"size":1309,"mtime":1646233452811,"hashOfConfig":"128"},{"size":2262,"mtime":1646233452815,"hashOfConfig":"128"},{"size":5680,"mtime":1646233452815,"hashOfConfig":"128"},{"size":154,"mtime":1646233452815,"hashOfConfig":"128"},{"size":1619,"mtime":1646233452815,"hashOfConfig":"128"},{"size":1941,"mtime":1646233452815,"hashOfConfig":"128"},{"size":2959,"mtime":1646233452815,"hashOfConfig":"128"},{"size":812,"mtime":1646233452815,"hashOfConfig":"128"},{"size":455,"mtime":1646233452815,"hashOfConfig":"128"},{"size":1839,"mtime":1646233452815,"hashOfConfig":"128"},{"size":685,"mtime":1646233452815,"hashOfConfig":"128"},{"size":212,"mtime":1646233452815,"hashOfConfig":"128"},{"size":936,"mtime":1646233452815,"hashOfConfig":"128"},{"size":2010,"mtime":1646233452815,"hashOfConfig":"128"},{"size":2979,"mtime":1646233452815,"hashOfConfig":"128"},{"size":175,"mtime":1646233452819,"hashOfConfig":"128"},{"size":2272,"mtime":1646233452819,"hashOfConfig":"128"},{"size":1828,"mtime":1646233452819,"hashOfConfig":"128"},{"size":259,"mtime":1646233452819,"hashOfConfig":"128"},{"size":2858,"mtime":1646233452819,"hashOfConfig":"128"},{"size":653,"mtime":1646233452819,"hashOfConfig":"128"},{"size":6437,"mtime":1646233452819,"hashOfConfig":"128"},{"size":885,"mtime":1646233452823,"hashOfConfig":"128"},{"size":926,"mtime":1646233452823,"hashOfConfig":"128"},{"size":839,"mtime":1646233452823,"hashOfConfig":"128"},{"size":5154,"mtime":1646233452823,"hashOfConfig":"128"},{"size":2533,"mtime":1646233452823,"hashOfConfig":"128"},{"size":2187,"mtime":1646233452823,"hashOfConfig":"128"},{"size":1686,"mtime":1646233452823,"hashOfConfig":"128"},{"size":2880,"mtime":1646233452827,"hashOfConfig":"128"},{"size":746,"mtime":1646233452827,"hashOfConfig":"128"},{"size":443,"mtime":1646233452827,"hashOfConfig":"128"},{"size":402,"mtime":1646233452827,"hashOfConfig":"128"},{"size":924,"mtime":1646233452827,"hashOfConfig":"128"},{"size":705,"mtime":1646233452827,"hashOfConfig":"128"},{"size":1730,"mtime":1646233452827,"hashOfConfig":"128"},{"size":3935,"mtime":1646233452827,"hashOfConfig":"128"},{"size":910,"mtime":1646233452827,"hashOfConfig":"128"},{"size":2085,"mtime":1646233452827,"hashOfConfig":"128"},{"size":2021,"mtime":1646233452827,"hashOfConfig":"128"},{"size":3763,"mtime":1646233452827,"hashOfConfig":"128"},{"size":2300,"mtime":1646233452827,"hashOfConfig":"128"},{"size":398,"mtime":1646233452827,"hashOfConfig":"128"},{"size":645,"mtime":1646233452827,"hashOfConfig":"128"},{"size":2789,"mtime":1646233452831,"hashOfConfig":"128"},{"size":1760,"mtime":1646233452835,"hashOfConfig":"128"},{"size":1832,"mtime":1646233452835,"hashOfConfig":"128"},{"size":3079,"mtime":1646233452835,"hashOfConfig":"128"},{"size":167,"mtime":1646233452835,"hashOfConfig":"128"},{"size":1759,"mtime":1646233452835,"hashOfConfig":"128"},{"size":1286,"mtime":1646233452835,"hashOfConfig":"128"},{"size":313,"mtime":1646233452791,"hashOfConfig":"128"},{"size":70,"mtime":1646233452791,"hashOfConfig":"128"},{"size":591,"mtime":1646233452823,"hashOfConfig":"128"},{"size":630,"mtime":1646233452831,"hashOfConfig":"128"},{"size":307,"mtime":1646233452831,"hashOfConfig":"128"},{"size":980,"mtime":1646233452831,"hashOfConfig":"128"},{"size":283,"mtime":1646233452831,"hashOfConfig":"128"},{"size":1346,"mtime":1646233452835,"hashOfConfig":"128"},"5cvpu8"]
|
package/.cache/.tsbuildinfo
CHANGED
|
@@ -794,8 +794,8 @@
|
|
|
794
794
|
"signature": "939776eeb6a9a7d6dafc2dd7f97f9363edc0234996e58affebcd8a9ea236bfc8"
|
|
795
795
|
},
|
|
796
796
|
"../src/components/ConfigProvider/ConfigProviderContext.tsx": {
|
|
797
|
-
"version": "
|
|
798
|
-
"signature": "
|
|
797
|
+
"version": "8e9f3e50093e5b313c1b81bab4d2756100d3561b5c547cebe947e2e2c864ab2a",
|
|
798
|
+
"signature": "f10a03b4a5ca1d36a9c71a8741756a3a4209d05ddc5e5b93db0a05bd29431024"
|
|
799
799
|
},
|
|
800
800
|
"../src/components/SplitCol/SplitCol.tsx": {
|
|
801
801
|
"version": "d39fce3f1baf052cd52a1924c6fd8e139cedbab80681d4877ffb2e7a2161d2b1",
|
|
@@ -974,7 +974,7 @@
|
|
|
974
974
|
"signature": "fcd6301ae886cd9d78ddb287ef357f87b62e9b665d78eb9601e594dcc1756d70"
|
|
975
975
|
},
|
|
976
976
|
"../src/components/Typography/Title/Title.tsx": {
|
|
977
|
-
"version": "
|
|
977
|
+
"version": "76da84e718b1e46fd87b0299c8ce7a118000baf5c420453b179f9684eebe0758",
|
|
978
978
|
"signature": "08b12f47a52cbf532009811b9d77c90946c4ee160822549256e05a6d2090cb30"
|
|
979
979
|
},
|
|
980
980
|
"../src/components/PanelHeaderButton/PanelHeaderButton.tsx": {
|
|
@@ -8146,15 +8146,15 @@
|
|
|
8146
8146
|
"signature": "c6e19313af8823b459f31b6390429e3f4ffa64a504c6460a3e19c3cc27d2dbd4"
|
|
8147
8147
|
},
|
|
8148
8148
|
"../src/components/Typography/Subhead/Subhead.tsx": {
|
|
8149
|
-
"version": "
|
|
8150
|
-
"signature": "
|
|
8149
|
+
"version": "2be1bbb0c46d959094dc5777929886421d4aa2cb991106af9bc4fdb213d1fdc2",
|
|
8150
|
+
"signature": "33e4b9eeb110ac3f74d4e0d0826e5cd167a526e6a7963a58c5c388545cbc7de9"
|
|
8151
8151
|
},
|
|
8152
8152
|
"../src/components/Spinner/Spinner.tsx": {
|
|
8153
8153
|
"version": "d0e705f00aaba56a08de4f538e939c509255747d7e0e2408595954ce8f329da9",
|
|
8154
8154
|
"signature": "7e528448f2531ee51a303e00fdfb90d5a6fcc389accd081ec8c942b8b3db18ef"
|
|
8155
8155
|
},
|
|
8156
8156
|
"../src/components/Button/Button.tsx": {
|
|
8157
|
-
"version": "
|
|
8157
|
+
"version": "9c6d7e28b005cb034196465b5fa670b36773c702a71665d0a63a105f5fb586d8",
|
|
8158
8158
|
"signature": "1ea084f15133b83259cfe9b48b6ea442eedb384262e2cf58ce3118a447bd3a93"
|
|
8159
8159
|
},
|
|
8160
8160
|
"../src/components/ModalDismissButton/ModalDismissButton.tsx": {
|
|
@@ -8278,7 +8278,7 @@
|
|
|
8278
8278
|
"signature": "d18205f300f9c09147e22480f4e118c3a874b08a84ce741f0fac55391f9141ed"
|
|
8279
8279
|
},
|
|
8280
8280
|
"../src/components/ActionSheetItem/ActionSheetItem.tsx": {
|
|
8281
|
-
"version": "
|
|
8281
|
+
"version": "3685d78aaaa4430bbc53bb5fd0a6e5dbb31156087cb0020132ae4b14d2f01d8d",
|
|
8282
8282
|
"signature": "1923700f57f1275eaa49b07e52a3f61cffb1725fa8c8803a6f6a792eac94e583"
|
|
8283
8283
|
},
|
|
8284
8284
|
"../src/components/ScreenSpinner/ScreenSpinner.tsx": {
|
|
@@ -8366,7 +8366,7 @@
|
|
|
8366
8366
|
"signature": "882ae46d65a12b95ef4af9f21ef9b857e7d100410bf41787d046974cea912c6f"
|
|
8367
8367
|
},
|
|
8368
8368
|
"../src/components/SimpleCell/SimpleCell.tsx": {
|
|
8369
|
-
"version": "
|
|
8369
|
+
"version": "28c548309c9d85e7514d22b39bacf3c40d56039b4bb386263fe6d52005918856",
|
|
8370
8370
|
"signature": "496216049a8eb45171f0428e9b46c090b2aa9ccd3dce65d0f0ea5527224725cb"
|
|
8371
8371
|
},
|
|
8372
8372
|
"../src/components/CellButton/CellButton.tsx": {
|
|
@@ -8374,7 +8374,7 @@
|
|
|
8374
8374
|
"signature": "7c92bd100c4fccc9765a42433c0b56cb9f37e6a71ab40b1d122dc53ed7a2e704"
|
|
8375
8375
|
},
|
|
8376
8376
|
"../src/components/Header/Header.tsx": {
|
|
8377
|
-
"version": "
|
|
8377
|
+
"version": "0844c35cf189c5679fbb7d5b9ec05e35695efb0ea2807452c4901dbea1164ccb",
|
|
8378
8378
|
"signature": "af5080b83f44e8dbaf764fa7ce8d2792da42f4b0394d95b56e7a8ebbc4c2fe5d"
|
|
8379
8379
|
},
|
|
8380
8380
|
"../src/components/Group/Group.tsx": {
|
|
@@ -8394,7 +8394,7 @@
|
|
|
8394
8394
|
"signature": "3a0ce4fcec216f2983693c4c1d2e41b6d90ef12c0f67271a33d71b53b5b72767"
|
|
8395
8395
|
},
|
|
8396
8396
|
"../src/components/Removable/Removable.tsx": {
|
|
8397
|
-
"version": "
|
|
8397
|
+
"version": "9280f171d2d3b6cc84fee387091b56d69d3bbe24edd340911d951545bc9762f5",
|
|
8398
8398
|
"signature": "729f7f9b8234be6d0a40f4c8f9fa6fba92e0d753ca3bfdf9033744bd0d43430c"
|
|
8399
8399
|
},
|
|
8400
8400
|
"../src/components/Cell/useDraggable.tsx": {
|
|
@@ -8414,7 +8414,7 @@
|
|
|
8414
8414
|
"signature": "6b034dd2e10676cb8afaa171b493ee6a454ef660a5a79edaab62bebba2c1bb1f"
|
|
8415
8415
|
},
|
|
8416
8416
|
"../src/components/RichCell/RichCell.tsx": {
|
|
8417
|
-
"version": "
|
|
8417
|
+
"version": "0b3afa4b11bde950d53662be4e5eb5ce696bc43b5e16a2a0a75d4eb1241ee92b",
|
|
8418
8418
|
"signature": "ad2bb9a6c23f1505c7855d98194c6112bf7ee1abea39366076195b2c48f68fa9"
|
|
8419
8419
|
},
|
|
8420
8420
|
"../src/components/Avatar/Avatar.tsx": {
|
|
@@ -8422,7 +8422,7 @@
|
|
|
8422
8422
|
"signature": "ba48eed1291137df47b4362de0b4c5572535019f63009c5566eb16aa5837ff34"
|
|
8423
8423
|
},
|
|
8424
8424
|
"../src/components/HorizontalCell/HorizontalCell.tsx": {
|
|
8425
|
-
"version": "
|
|
8425
|
+
"version": "b0aaf5c72c35807d994641d66e6603cf8e4384175578dafa211776e19b39ec71",
|
|
8426
8426
|
"signature": "18c7f4c8ac6344ae08d8338b2d923431d668267a1c713182fe2d156efeb18d6f"
|
|
8427
8427
|
},
|
|
8428
8428
|
"../src/components/Footer/Footer.tsx": {
|
|
@@ -8430,7 +8430,7 @@
|
|
|
8430
8430
|
"signature": "5ffd143c8820be8ce7374ce3863d66dbeb778180bc511500a16522c3ce63b7fc"
|
|
8431
8431
|
},
|
|
8432
8432
|
"../src/components/InfoRow/InfoRow.tsx": {
|
|
8433
|
-
"version": "
|
|
8433
|
+
"version": "dad80c78a22d57bf5c1fc61f3ae7f4737079c8370bbfc10766f1a935f4c5f9b6",
|
|
8434
8434
|
"signature": "85411149b3dd3aa7374e4380cbee1931672bae5d9b6c8e9c9ede63581fec253e"
|
|
8435
8435
|
},
|
|
8436
8436
|
"../src/components/Gallery/Gallery.tsx": {
|
|
@@ -8482,7 +8482,7 @@
|
|
|
8482
8482
|
"signature": "e6925678195288ad51129a2fffe6bb39217711fc8f14fd921f8b8e218b64ffca"
|
|
8483
8483
|
},
|
|
8484
8484
|
"../src/components/Tooltip/Tooltip.tsx": {
|
|
8485
|
-
"version": "
|
|
8485
|
+
"version": "f1b9b288bc4ddef0062b423a4a5eb43898b4da4da84affc6cfa9f8c3d2c20853",
|
|
8486
8486
|
"signature": "9b6113eb19404e96221a0d8be34ca3006ca8ffd27a683991ff597c68e3f4e922"
|
|
8487
8487
|
},
|
|
8488
8488
|
"../src/components/UsersStack/masks.tsx": {
|
|
@@ -8490,7 +8490,7 @@
|
|
|
8490
8490
|
"signature": "1a12526806f71bd130e50013bf225904173c178679bb924c8edd2d7fa430d6e7"
|
|
8491
8491
|
},
|
|
8492
8492
|
"../src/components/UsersStack/UsersStack.tsx": {
|
|
8493
|
-
"version": "
|
|
8493
|
+
"version": "5c5c17d58e0b23c4474b8b69d68a49c6a4b01728ae99986aa5c1201ee2f32259",
|
|
8494
8494
|
"signature": "1ea13303c976d1a932076a8b6cfc36285adee1de8a46b3e1b54d9d7ed6c7981f"
|
|
8495
8495
|
},
|
|
8496
8496
|
"../src/components/Spacing/Spacing.tsx": {
|
|
@@ -8502,7 +8502,7 @@
|
|
|
8502
8502
|
"signature": "789275e94f429ee3fa995ab121fefe04943af9d6ad693c0d43c779d33384b5b3"
|
|
8503
8503
|
},
|
|
8504
8504
|
"../src/components/Banner/Banner.tsx": {
|
|
8505
|
-
"version": "
|
|
8505
|
+
"version": "bdc1ffa21ff7ac267fde01c76ca272349e82c80dd59769a54e89e8043f596bbf",
|
|
8506
8506
|
"signature": "e76248f0625029a0c98c61dc59194261aeb4f5c2aa94b9b440d35bf9ca4a0fb7"
|
|
8507
8507
|
},
|
|
8508
8508
|
"../src/components/MiniInfoCell/MiniInfoCell.tsx": {
|
|
@@ -8522,7 +8522,7 @@
|
|
|
8522
8522
|
"signature": "f4451434c508be78efabf3df271f05597c80b4791c17a1bf2c7da0f67e158f9c"
|
|
8523
8523
|
},
|
|
8524
8524
|
"../src/components/SubnavigationButton/SubnavigationButton.tsx": {
|
|
8525
|
-
"version": "
|
|
8525
|
+
"version": "08aa658c67e6d4e31264eec9524447be82d8efe734d9b32bb51f9616ee74aed5",
|
|
8526
8526
|
"signature": "42b800f90a0551eb474a278eea716e7c16832c509d12f9ddde301b3ba96985d9"
|
|
8527
8527
|
},
|
|
8528
8528
|
"../src/components/FormLayout/FormLayout.tsx": {
|
|
@@ -8530,7 +8530,7 @@
|
|
|
8530
8530
|
"signature": "c1d892f169241cd2826b5a0ec0b4b032bf6b66f4d18a4969bc885012ab0fc197"
|
|
8531
8531
|
},
|
|
8532
8532
|
"../src/components/FormItem/FormItem.tsx": {
|
|
8533
|
-
"version": "
|
|
8533
|
+
"version": "b4159aa2a19499d6c035b186bb24a724488efbb130cd5e833c898e9dfd2b3ee6",
|
|
8534
8534
|
"signature": "3c2f15078c8b2f5c5051cbae72cf9412f864a543fca59cc000f1e7142167ccfe"
|
|
8535
8535
|
},
|
|
8536
8536
|
"../src/components/FormField/FormField.tsx": {
|
|
@@ -8702,7 +8702,7 @@
|
|
|
8702
8702
|
"signature": "e2a1cf6d0da0db90e0a1c3cc82c3be22d3169beaec6622c4e524aa949ce981b7"
|
|
8703
8703
|
},
|
|
8704
8704
|
"../src/components/ConfigProvider/ConfigProvider.tsx": {
|
|
8705
|
-
"version": "
|
|
8705
|
+
"version": "b2f50eac02ed9a4a2848eed361a2fa927370114f40dce2c19816060bd0704d16",
|
|
8706
8706
|
"signature": "d962417a37c73ccea8310324accfca208a198efa49327f1c74bbe58e8ade5029"
|
|
8707
8707
|
},
|
|
8708
8708
|
"../src/components/PromoBanner/PromoBanner.tsx": {
|
|
@@ -8862,8 +8862,8 @@
|
|
|
8862
8862
|
"signature": "f435ec8b7dc7180b4bd3fd3b37dfc0e4635a0ee8dd0623113e1d3c2ed8163656"
|
|
8863
8863
|
},
|
|
8864
8864
|
"../src/tokenized/index.ts": {
|
|
8865
|
-
"version": "
|
|
8866
|
-
"signature": "
|
|
8865
|
+
"version": "b40a92f967570e0840b800dba5a1e9b6125303d48bfc598578a9da48317cde90",
|
|
8866
|
+
"signature": "9446b406e416696b78046ab5173af812ad22c2d0c88d1c7dd5a1a95d33eaa2ff"
|
|
8867
8867
|
},
|
|
8868
8868
|
"../src/components/HoverPopper/HoverPopper.tsx": {
|
|
8869
8869
|
"version": "22bce127446942efdf5fa3d0449dd09d2c10a988ccfd26b806dcc60a408b1e59",
|
|
@@ -8878,7 +8878,7 @@
|
|
|
8878
8878
|
"signature": "007ad4de7f00ad78fc8b174eef1d91b6185385e7a3fa75ee4d907ba9274a8878"
|
|
8879
8879
|
},
|
|
8880
8880
|
"../src/components/TextTooltip/TextTooltip.tsx": {
|
|
8881
|
-
"version": "
|
|
8881
|
+
"version": "c603682ab4426c90339170f5fcd99ef0c2d98a032e18fdcb154cd35ae13a68b7",
|
|
8882
8882
|
"signature": "6a3facdcf3f7afbd31cae5c797d61e08f073e488a91b949bcb57a0c8e0aa99cd"
|
|
8883
8883
|
},
|
|
8884
8884
|
"../src/components/RichTooltip/RichTooltip.tsx": {
|
|
@@ -9162,7 +9162,7 @@
|
|
|
9162
9162
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
|
|
9163
9163
|
},
|
|
9164
9164
|
"../src/components/ConfigProvider/ConfigProvider.test.tsx": {
|
|
9165
|
-
"version": "
|
|
9165
|
+
"version": "1c0aa5344d7c312dc75c0fe0435297f5497b325b57ac5f1797fd9b1ad0d0edf8",
|
|
9166
9166
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
|
|
9167
9167
|
},
|
|
9168
9168
|
"../src/components/ContentCard/ContentCard.test.tsx": {
|
|
@@ -9646,7 +9646,7 @@
|
|
|
9646
9646
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
|
|
9647
9647
|
},
|
|
9648
9648
|
"../src/components/Typography/Subhead/Subhead.e2e.tsx": {
|
|
9649
|
-
"version": "
|
|
9649
|
+
"version": "1fa38b9e322c89d50c85b21a797db3d868b9b85cc744dbdbcea5f19e072fee4a",
|
|
9650
9650
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
|
|
9651
9651
|
},
|
|
9652
9652
|
"../src/components/Typography/Text/Text.e2e.tsx": {
|
|
@@ -9697,6 +9697,10 @@
|
|
|
9697
9697
|
"version": "ee5007700bbd43081fcf6bd9109ecc5434f14aa3b49290de771f5660028f4358",
|
|
9698
9698
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
|
|
9699
9699
|
},
|
|
9700
|
+
"../src/hooks/usePlatform.test.tsx": {
|
|
9701
|
+
"version": "601e7d0dfae75f8ac64a60f22be4fb524590ebfacb56c27b291e7da7c5e9d3d5",
|
|
9702
|
+
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"
|
|
9703
|
+
},
|
|
9700
9704
|
"../e2e/detectEnv.d.ts": {
|
|
9701
9705
|
"version": "5f3ac1c850958794b9755b9333224ae070cc069817a1c804646f053bec13e4d4",
|
|
9702
9706
|
"signature": "5f3ac1c850958794b9755b9333224ae070cc069817a1c804646f053bec13e4d4"
|
|
@@ -26374,9 +26378,9 @@
|
|
|
26374
26378
|
"../src/components/Typography/Subhead/Subhead.tsx": [
|
|
26375
26379
|
"../node_modules/@types/react/index.d.ts",
|
|
26376
26380
|
"../src/types.ts",
|
|
26377
|
-
"../src/hooks/usePlatform.ts",
|
|
26378
26381
|
"../src/lib/classNames.ts",
|
|
26379
|
-
"../src/
|
|
26382
|
+
"../src/lib/warnOnce.ts",
|
|
26383
|
+
"../src/hooks/useAdaptivity.ts",
|
|
26380
26384
|
"../node_modules/@types/node/fs.d.ts",
|
|
26381
26385
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
26382
26386
|
"../node_modules/@types/node/util.d.ts",
|
|
@@ -28164,6 +28168,7 @@
|
|
|
28164
28168
|
"../src/lib/warnOnce.ts",
|
|
28165
28169
|
"../src/helpers/scheme.ts",
|
|
28166
28170
|
"../src/components/AppearanceProvider/AppearanceProvider.tsx",
|
|
28171
|
+
"../src/lib/platform.ts",
|
|
28167
28172
|
"../node_modules/@types/node/fs.d.ts",
|
|
28168
28173
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
28169
28174
|
"../node_modules/@types/node/util.d.ts",
|
|
@@ -28633,6 +28638,8 @@
|
|
|
28633
28638
|
"../src/components/CardScroll/CardScroll.tsx",
|
|
28634
28639
|
"../src/components/HorizontalScroll/HorizontalScroll.tsx",
|
|
28635
28640
|
"../src/components/SegmentedControl/SegmentedControl.tsx",
|
|
28641
|
+
"../src/components/Typography/Title/Title.tsx",
|
|
28642
|
+
"../src/components/Typography/Subhead/Subhead.tsx",
|
|
28636
28643
|
"../node_modules/@types/node/fs.d.ts",
|
|
28637
28644
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
28638
28645
|
"../node_modules/@types/node/util.d.ts",
|
|
@@ -30595,6 +30602,16 @@
|
|
|
30595
30602
|
"../node_modules/@types/node/util.d.ts",
|
|
30596
30603
|
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
30597
30604
|
],
|
|
30605
|
+
"../src/hooks/usePlatform.test.tsx": [
|
|
30606
|
+
"../src/hooks/usePlatform.ts",
|
|
30607
|
+
"../src/components/ConfigProvider/ConfigProvider.tsx",
|
|
30608
|
+
"../node_modules/@testing-library/react-hooks/lib/index.d.ts",
|
|
30609
|
+
"../node_modules/@types/react/index.d.ts",
|
|
30610
|
+
"../node_modules/@types/node/fs.d.ts",
|
|
30611
|
+
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
30612
|
+
"../node_modules/@types/node/util.d.ts",
|
|
30613
|
+
"../node_modules/@types/node/ts3.2/util.d.ts"
|
|
30614
|
+
],
|
|
30598
30615
|
"../e2e/detectEnv.d.ts": [
|
|
30599
30616
|
"../node_modules/@types/node/fs.d.ts",
|
|
30600
30617
|
"../node_modules/@types/node/ts3.2/fs.d.ts",
|
|
@@ -47898,7 +47915,9 @@
|
|
|
47898
47915
|
"../src/components/Card/Card.tsx",
|
|
47899
47916
|
"../src/components/CardScroll/CardScroll.tsx",
|
|
47900
47917
|
"../src/components/HorizontalScroll/HorizontalScroll.tsx",
|
|
47901
|
-
"../src/components/SegmentedControl/SegmentedControl.tsx"
|
|
47918
|
+
"../src/components/SegmentedControl/SegmentedControl.tsx",
|
|
47919
|
+
"../src/components/Typography/Title/Title.tsx",
|
|
47920
|
+
"../src/components/Typography/Subhead/Subhead.tsx"
|
|
47902
47921
|
],
|
|
47903
47922
|
"../src/components/HoverPopper/HoverPopper.tsx": [
|
|
47904
47923
|
"../src/components/Popper/Popper.tsx",
|
|
@@ -51080,6 +51099,7 @@
|
|
|
51080
51099
|
"../src/hooks/useExternRef.test.tsx",
|
|
51081
51100
|
"../src/hooks/useFocusVisible.test.tsx",
|
|
51082
51101
|
"../src/hooks/useObjectMemo.test.tsx",
|
|
51102
|
+
"../src/hooks/usePlatform.test.tsx",
|
|
51083
51103
|
"../e2e/detectEnv.d.ts",
|
|
51084
51104
|
"../node_modules/wait-port/index.d.ts",
|
|
51085
51105
|
"../e2e/docker.ts",
|
|
@@ -33,11 +33,4 @@ export interface ConfigProviderContextInterface {
|
|
|
33
33
|
platform: PlatformType;
|
|
34
34
|
hasNewTokens: boolean;
|
|
35
35
|
}
|
|
36
|
-
export declare const defaultConfigProviderProps: {
|
|
37
|
-
webviewType: WebviewType;
|
|
38
|
-
isWebView: boolean;
|
|
39
|
-
transitionMotionEnabled: boolean;
|
|
40
|
-
platform: string;
|
|
41
|
-
hasNewTokens: boolean;
|
|
42
|
-
};
|
|
43
36
|
export declare const ConfigProviderContext: React.Context<ConfigProviderContextInterface>;
|
|
@@ -2,7 +2,10 @@ import * as React from "react";
|
|
|
2
2
|
import { HasComponent } from "../../../types";
|
|
3
3
|
import "./Subhead.css";
|
|
4
4
|
export interface SubheadProps extends React.AllHTMLAttributes<HTMLElement>, HasComponent {
|
|
5
|
-
|
|
5
|
+
/**
|
|
6
|
+
* Начертания "regular", "medium", "semibold" и "bold" устарели и будут удалены в 5.0.0.
|
|
7
|
+
*/
|
|
8
|
+
weight?: "regular" | "medium" | "semibold" | "bold" | "1" | "2" | "3";
|
|
6
9
|
}
|
|
7
10
|
declare const Subhead: React.FC<SubheadProps>;
|
|
8
11
|
export default Subhead;
|
|
@@ -8,3 +8,7 @@ export { default as HorizontalScroll } from "../components/HorizontalScroll/Hori
|
|
|
8
8
|
export type { HorizontalScrollProps } from "../components/HorizontalScroll/HorizontalScroll";
|
|
9
9
|
export { SegmentedControl } from "../components/SegmentedControl/SegmentedControl";
|
|
10
10
|
export type { SegmentedControlProps, SegmentedControlOptionInterface, SegmentedControlValue, } from "../components/SegmentedControl/SegmentedControl";
|
|
11
|
+
export { default as Title } from "../components/Typography/Title/Title";
|
|
12
|
+
export type { TitleProps } from "../components/Typography/Title/Title";
|
|
13
|
+
export { default as Subhead } from "../components/Typography/Subhead/Subhead";
|
|
14
|
+
export type { SubheadProps } from "../components/Typography/Subhead/Subhead";
|
package/CSS_GUIDE.md
ADDED
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
# Гайд по написанию стилей
|
|
2
|
+
|
|
3
|
+
## Соглашения
|
|
4
|
+
|
|
5
|
+
- Используем БЭМ-нотацию
|
|
6
|
+
- Блок начинается с заглавной буквы: `.Checkbox`
|
|
7
|
+
- Многословный блок разделяется через camelCase: `.SimpleCheckbox`
|
|
8
|
+
- Элемент от блока отделяется двумя подчеркиваниями: `.Checkbox__in`
|
|
9
|
+
- Многословные элементы разделяются через kebab-case: `.Banner__before-title`
|
|
10
|
+
- Модификатор отделяется двумя дефисами: `.Input--plain`
|
|
11
|
+
- Многословные модификаторы разделяются через kebab-case или camelCase: `.Checkbox--sizeX-regular`
|
|
12
|
+
|
|
13
|
+
### Связность стилей
|
|
14
|
+
|
|
15
|
+
Если компонент состоит из других компонентов, то для их модификации используем БЭМ-миксин. Пример:
|
|
16
|
+
|
|
17
|
+
```tsx
|
|
18
|
+
// Button.tsx
|
|
19
|
+
<button vkuiClass="Button">
|
|
20
|
+
<Text vkuiClass="Button__text">{children}</Text>
|
|
21
|
+
</button>
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
```css
|
|
25
|
+
/* Button.css */
|
|
26
|
+
.Button__text {
|
|
27
|
+
margin: 4px 0;
|
|
28
|
+
}
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Если в компонент прокидываются другие компоненты извне, то для их модификации используем обращение к блоку. Пример:
|
|
32
|
+
|
|
33
|
+
```tsx
|
|
34
|
+
// Cell.tsx
|
|
35
|
+
<div vkuiClass="Cell">
|
|
36
|
+
{before} {/* В before может быть <Icon /> или <Avatar /> */}
|
|
37
|
+
</div>
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
```css
|
|
41
|
+
/* Cell.css */
|
|
42
|
+
.Cell .Icon {
|
|
43
|
+
margin-right: 10px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.Cell .Avatar {
|
|
47
|
+
margin-right: 8px;
|
|
48
|
+
}
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
Таких ситуаций стоит избегать, так как подобное связывание лишает нас возможности в будущем хешировать имена классов с
|
|
52
|
+
помощью css-modules.
|
|
53
|
+
|
|
54
|
+
## Проблемы
|
|
55
|
+
|
|
56
|
+
### Конфликт стилей блока и миксина
|
|
57
|
+
|
|
58
|
+
```css
|
|
59
|
+
/* Text.css */
|
|
60
|
+
.Text {
|
|
61
|
+
margin: 0;
|
|
62
|
+
}
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
```css
|
|
66
|
+
/* Button.css */
|
|
67
|
+
.Button__text {
|
|
68
|
+
margin: 4px 0;
|
|
69
|
+
}
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
Вес селекторов одинаковый, поэтому применится последний по порядку. Рассчитывать на порядок сложно, так как он может
|
|
73
|
+
меняться, если собирать стили вебпаком.
|
|
74
|
+
|
|
75
|
+
#### Решение
|
|
76
|
+
|
|
77
|
+
Избегать правил на блоке, которые могут быть в миксине.
|
|
78
|
+
|
|
79
|
+
Список правил, которых стоит избегать:
|
|
80
|
+
|
|
81
|
+
- display;
|
|
82
|
+
- margin;
|
|
83
|
+
- position;
|
|
84
|
+
- left, right, top, bottom;
|
|
85
|
+
- transform: translate
|
|
86
|
+
|
|
87
|
+
### Сброс стилей
|
|
88
|
+
|
|
89
|
+
Допустим, мы делаем компонент типографики. Для семантики мы даём возможность рендерить
|
|
90
|
+
любой html-элемент. В итоге, если пользователь рендерит, допустим, `h1`, у него появляются
|
|
91
|
+
дефолтные браузерные `margin`. Наше решение такое:
|
|
92
|
+
|
|
93
|
+
```css
|
|
94
|
+
/* Title.css */
|
|
95
|
+
|
|
96
|
+
.Title {
|
|
97
|
+
/*...*/
|
|
98
|
+
margin: 0; /* или любое другое значение, диктуемое дизайном */
|
|
99
|
+
}
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
Решение приводит нас к предыдущей проблеме.
|
|
103
|
+
|
|
104
|
+
#### Решение
|
|
105
|
+
|
|
106
|
+
В таком случае необходимо снабдить компонент режимом `withSpaces`, который
|
|
107
|
+
если `false`, то никакие `margin` на блок не навешиваются.
|
|
108
|
+
|
|
109
|
+
### Нормализация стилей
|
|
110
|
+
|
|
111
|
+
Допустим, мы делаем компонент кнопки. Согласно дизайну, кнопка может быть ссылкой. Поэтому
|
|
112
|
+
Button мы тоже наделяем возможностью рендерить любой html-элемент, в том числе `a`. В силу
|
|
113
|
+
ряда стилей нам необходимо, что кнопка не была инлайновой. Поэтому мы пишем следующее:
|
|
114
|
+
|
|
115
|
+
```css
|
|
116
|
+
/* Button.css */
|
|
117
|
+
|
|
118
|
+
.Button {
|
|
119
|
+
/* ... */
|
|
120
|
+
display: inline-block;
|
|
121
|
+
}
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
Теперь те, кто хочет скрыть кнопку, используя миксин, столкнутся с проблемой конфликта
|
|
125
|
+
блока и миксина.
|
|
126
|
+
|
|
127
|
+
#### Решение
|
|
128
|
+
|
|
129
|
+
В данном случае мы можем только порекомендовать разработчикам оборачивать кнопку
|
|
130
|
+
в условный `div`.
|
|
131
|
+
|
|
132
|
+
### Обращения к элементам другого блока
|
|
133
|
+
|
|
134
|
+
```css
|
|
135
|
+
/* Banner.css */
|
|
136
|
+
.Banner .Button__in {
|
|
137
|
+
padding-top: 4px;
|
|
138
|
+
}
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
Мы завязываемся на реализацию другого компонента. Это плохо, так как реализация может меняться.
|
|
142
|
+
|
|
143
|
+
#### Решение
|
|
144
|
+
|
|
145
|
+
Не обращаться к элементам другого блока
|
|
@@ -119,7 +119,6 @@ var ActionSheetItemComponent = function ActionSheetItemComponent(_ref) {
|
|
|
119
119
|
vkuiClass: "ActionSheetItem__subtitle",
|
|
120
120
|
level: "1"
|
|
121
121
|
}, subtitle) : (0, _jsxRuntime.createScopedElement)(_Subhead.default, {
|
|
122
|
-
weight: "regular",
|
|
123
122
|
vkuiClass: "ActionSheetItem__subtitle"
|
|
124
123
|
}, subtitle))), selectable && (0, _jsxRuntime.createScopedElement)("div", {
|
|
125
124
|
vkuiClass: "ActionSheetItem__after"
|