@vkontakte/vkui 5.0.0 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -2
- package/dist/cjs/components/ActionSheet/ActionSheet.d.ts +18 -0
- package/dist/cjs/components/ActionSheet/ActionSheet.js +30 -63
- package/dist/cjs/components/ActionSheet/ActionSheet.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/ActionSheet/ActionSheetContext.d.ts +0 -0
- package/dist/cjs/components/ActionSheet/ActionSheetContext.js +0 -3
- package/dist/cjs/components/ActionSheet/ActionSheetContext.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/ActionSheet/ActionSheetDefaultIosCloseItem.d.ts +0 -0
- package/dist/cjs/components/ActionSheet/ActionSheetDefaultIosCloseItem.js +3 -8
- package/dist/cjs/components/ActionSheet/ActionSheetDefaultIosCloseItem.js.map +1 -1
- package/dist/cjs/components/ActionSheet/ActionSheetDropdown.d.ts +4 -0
- package/dist/cjs/components/ActionSheet/ActionSheetDropdown.js +12 -27
- package/dist/cjs/components/ActionSheet/ActionSheetDropdown.js.map +1 -1
- package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +3 -0
- package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js +18 -47
- package/dist/cjs/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
- package/dist/cjs/components/ActionSheet/types.d.ts +21 -0
- package/dist/cjs/components/ActionSheet/types.js.map +1 -1
- package/dist/cjs/components/ActionSheetItem/ActionSheetItem.d.ts +30 -0
- package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js +57 -74
- package/dist/cjs/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/cjs/components/AdaptivityProvider/AdaptivityContext.d.ts +25 -0
- package/dist/cjs/components/AdaptivityProvider/AdaptivityContext.js +0 -3
- package/dist/cjs/components/AdaptivityProvider/AdaptivityContext.js.map +1 -1
- package/dist/cjs/components/AdaptivityProvider/AdaptivityProvider.d.ts +9 -0
- package/dist/cjs/components/AdaptivityProvider/AdaptivityProvider.js +28 -51
- package/dist/cjs/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
- package/dist/cjs/components/Alert/Alert.d.ts +24 -0
- package/dist/cjs/components/Alert/Alert.js +60 -96
- package/dist/cjs/components/Alert/Alert.js.map +1 -1
- package/dist/cjs/components/AppRoot/AppRoot.d.ts +17 -0
- package/dist/cjs/components/AppRoot/AppRoot.js +46 -85
- package/dist/cjs/components/AppRoot/AppRoot.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/AppRoot/AppRootContext.d.ts +0 -0
- package/dist/cjs/components/AppRoot/AppRootContext.js +0 -3
- package/dist/cjs/components/AppRoot/AppRootContext.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/AppRoot/AppRootPortal.d.ts +0 -0
- package/dist/cjs/components/AppRoot/AppRootPortal.js +11 -28
- package/dist/cjs/components/AppRoot/AppRootPortal.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/AppRoot/ScrollContext.d.ts +0 -0
- package/dist/cjs/components/AppRoot/ScrollContext.js +34 -62
- package/dist/cjs/components/AppRoot/ScrollContext.js.map +1 -1
- package/dist/cjs/components/AppearanceProvider/AppearanceProvider.d.ts +11 -0
- package/dist/cjs/components/AppearanceProvider/AppearanceProvider.js +6 -25
- package/dist/cjs/components/AppearanceProvider/AppearanceProvider.js.map +1 -1
- package/dist/cjs/components/Avatar/Avatar.d.ts +55 -0
- package/dist/cjs/components/Avatar/Avatar.js +35 -84
- package/dist/cjs/components/Avatar/Avatar.js.map +1 -1
- package/dist/cjs/components/Avatar/AvatarBadge/AvatarBadge.d.ts +4 -0
- package/dist/cjs/components/Avatar/AvatarBadge/AvatarBadge.js +25 -0
- package/dist/cjs/components/Avatar/AvatarBadge/AvatarBadge.js.map +1 -0
- package/dist/cjs/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.d.ts +11 -0
- package/dist/cjs/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.js +35 -0
- package/dist/cjs/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.js.map +1 -0
- package/{.cache/ts/src/components/Avatar → dist/cjs/components/Avatar/AvatarBadge}/icons.d.ts +0 -0
- package/dist/cjs/components/Avatar/AvatarBadge/icons.js +39 -0
- package/dist/cjs/components/Avatar/AvatarBadge/icons.js.map +1 -0
- package/{.cache/ts/src → dist/cjs}/components/Avatar/helpers.d.ts +0 -0
- package/dist/cjs/components/Avatar/helpers.js +1 -2
- package/dist/cjs/components/Avatar/helpers.js.map +1 -1
- package/dist/cjs/components/Badge/Badge.d.ts +8 -0
- package/dist/cjs/components/Badge/Badge.js +12 -14
- package/dist/cjs/components/Badge/Badge.js.map +1 -1
- package/dist/cjs/components/Banner/Banner.d.ts +74 -0
- package/dist/cjs/components/Banner/Banner.js +52 -66
- package/dist/cjs/components/Banner/Banner.js.map +1 -1
- package/dist/cjs/components/BaseGallery/BaseGallery.d.ts +3 -0
- package/dist/cjs/components/BaseGallery/BaseGallery.js +72 -122
- package/dist/cjs/components/BaseGallery/BaseGallery.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/BaseGallery/helpers.d.ts +0 -0
- package/dist/cjs/components/BaseGallery/helpers.js +17 -28
- package/dist/cjs/components/BaseGallery/helpers.js.map +1 -1
- package/dist/cjs/components/BaseGallery/types.d.ts +43 -0
- package/dist/cjs/components/BaseGallery/types.js.map +1 -1
- package/dist/cjs/components/Button/Button.d.ts +18 -0
- package/dist/cjs/components/Button/Button.js +55 -92
- package/dist/cjs/components/Button/Button.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/ButtonGroup/ButtonGroup.d.ts +0 -0
- package/dist/cjs/components/ButtonGroup/ButtonGroup.js +25 -34
- package/dist/cjs/components/ButtonGroup/ButtonGroup.js.map +1 -1
- package/dist/cjs/components/Calendar/Calendar.d.ts +33 -0
- package/dist/cjs/components/Calendar/Calendar.js +68 -87
- package/dist/cjs/components/Calendar/Calendar.js.map +1 -1
- package/dist/cjs/components/CalendarDay/CalendarDay.d.ts +23 -0
- package/dist/cjs/components/CalendarDay/CalendarDay.js +37 -45
- package/dist/cjs/components/CalendarDay/CalendarDay.js.map +1 -1
- package/dist/cjs/components/CalendarDays/CalendarDays.d.ts +24 -0
- package/dist/cjs/components/CalendarDays/CalendarDays.js +41 -55
- package/dist/cjs/components/CalendarDays/CalendarDays.js.map +1 -1
- package/dist/cjs/components/CalendarHeader/CalendarHeader.d.ts +28 -0
- package/dist/cjs/components/CalendarHeader/CalendarHeader.js +70 -79
- package/dist/cjs/components/CalendarHeader/CalendarHeader.js.map +1 -1
- package/dist/cjs/components/CalendarRange/CalendarRange.d.ts +19 -0
- package/dist/cjs/components/CalendarRange/CalendarRange.js +54 -76
- package/dist/cjs/components/CalendarRange/CalendarRange.js.map +1 -1
- package/dist/cjs/components/CalendarTime/CalendarTime.d.ts +10 -0
- package/dist/cjs/components/CalendarTime/CalendarTime.js +24 -39
- package/dist/cjs/components/CalendarTime/CalendarTime.js.map +1 -1
- package/dist/cjs/components/Card/Card.d.ts +9 -0
- package/dist/cjs/components/Card/Card.js +17 -18
- package/dist/cjs/components/Card/Card.js.map +1 -1
- package/dist/cjs/components/CardGrid/CardGrid.d.ts +12 -0
- package/dist/cjs/components/CardGrid/CardGrid.js +17 -22
- package/dist/cjs/components/CardGrid/CardGrid.js.map +1 -1
- package/dist/cjs/components/CardScroll/CardScroll.d.ts +14 -0
- package/dist/cjs/components/CardScroll/CardScroll.js +26 -50
- package/dist/cjs/components/CardScroll/CardScroll.js.map +1 -1
- package/dist/cjs/components/Cell/Cell.d.ts +41 -0
- package/dist/cjs/components/Cell/Cell.js +41 -75
- package/dist/cjs/components/Cell/Cell.js.map +1 -1
- package/dist/cjs/components/Cell/CellCheckbox/CellCheckbox.d.ts +4 -0
- package/dist/cjs/components/Cell/CellCheckbox/CellCheckbox.js +14 -26
- package/dist/cjs/components/Cell/CellCheckbox/CellCheckbox.js.map +1 -1
- package/dist/cjs/components/Cell/CellDragger/CellDragger.d.ts +5 -0
- package/dist/cjs/components/Cell/CellDragger/CellDragger.js +9 -24
- package/dist/cjs/components/Cell/CellDragger/CellDragger.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/Cell/useDraggable.d.ts +0 -0
- package/dist/cjs/components/Cell/useDraggable.js +20 -48
- package/dist/cjs/components/Cell/useDraggable.js.map +1 -1
- package/dist/cjs/components/CellButton/CellButton.d.ts +10 -0
- package/dist/cjs/components/CellButton/CellButton.js +14 -17
- package/dist/cjs/components/CellButton/CellButton.js.map +1 -1
- package/dist/cjs/components/Checkbox/Checkbox.d.ts +11 -0
- package/dist/cjs/components/Checkbox/Checkbox.js +49 -96
- package/dist/cjs/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/cjs/components/Chip/Chip.d.ts +25 -0
- package/dist/cjs/components/Chip/Chip.js +29 -49
- package/dist/cjs/components/Chip/Chip.js.map +1 -1
- package/dist/cjs/components/ChipsInput/ChipsInput.d.ts +10 -0
- package/dist/cjs/components/ChipsInput/ChipsInput.js +12 -19
- package/dist/cjs/components/ChipsInput/ChipsInput.js.map +1 -1
- package/dist/cjs/components/ChipsInputBase/ChipsInputBase.d.ts +16 -0
- package/dist/cjs/components/ChipsInputBase/ChipsInputBase.js +41 -79
- package/dist/cjs/components/ChipsInputBase/ChipsInputBase.js.map +1 -1
- package/dist/cjs/components/ChipsSelect/ChipsSelect.d.ts +44 -0
- package/dist/cjs/components/ChipsSelect/ChipsSelect.js +64 -132
- package/dist/cjs/components/ChipsSelect/ChipsSelect.js.map +1 -1
- package/dist/cjs/components/ConfigProvider/ConfigProvider.d.ts +10 -0
- package/dist/cjs/components/ConfigProvider/ConfigProvider.js +22 -46
- package/dist/cjs/components/ConfigProvider/ConfigProvider.js.map +1 -1
- package/dist/cjs/components/ConfigProvider/ConfigProviderContext.d.ts +36 -0
- package/dist/cjs/components/ConfigProvider/ConfigProviderContext.js +3 -14
- package/dist/cjs/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
- package/dist/cjs/components/ConfigProvider/ConfigProviderOverride.d.ts +9 -0
- package/dist/cjs/components/ConfigProvider/ConfigProviderOverride.js +26 -0
- package/dist/cjs/components/ConfigProvider/ConfigProviderOverride.js.map +1 -0
- package/dist/cjs/components/ContentCard/ContentCard.d.ts +31 -0
- package/dist/cjs/components/ContentCard/ContentCard.js +47 -58
- package/dist/cjs/components/ContentCard/ContentCard.js.map +1 -1
- package/dist/cjs/components/Counter/Counter.d.ts +14 -0
- package/dist/cjs/components/Counter/Counter.js +22 -26
- package/dist/cjs/components/Counter/Counter.js.map +1 -1
- package/dist/cjs/components/CustomScrollView/CustomScrollView.d.ts +10 -0
- package/dist/cjs/components/CustomScrollView/CustomScrollView.js +22 -64
- package/dist/cjs/components/CustomScrollView/CustomScrollView.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/CustomScrollView/useTrackerVisibility.d.ts +0 -0
- package/dist/cjs/components/CustomScrollView/useTrackerVisibility.js +8 -21
- package/dist/cjs/components/CustomScrollView/useTrackerVisibility.js.map +1 -1
- package/dist/cjs/components/CustomSelect/CustomSelect.d.ts +60 -0
- package/dist/cjs/components/CustomSelect/CustomSelect.js +87 -183
- package/dist/cjs/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/cjs/components/CustomSelectDropdown/CustomSelectDropdown.d.ts +16 -0
- package/dist/cjs/components/CustomSelectDropdown/CustomSelectDropdown.js +33 -60
- package/dist/cjs/components/CustomSelectDropdown/CustomSelectDropdown.js.map +1 -1
- package/dist/cjs/components/CustomSelectOption/CustomSelectOption.d.ts +46 -0
- package/dist/cjs/components/CustomSelectOption/CustomSelectOption.js +34 -54
- package/dist/cjs/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
- package/dist/cjs/components/DateInput/DateInput.d.ts +16 -0
- package/dist/cjs/components/DateInput/DateInput.js +86 -128
- package/dist/cjs/components/DateInput/DateInput.js.map +1 -1
- package/dist/cjs/components/DatePicker/DatePicker.d.ts +23 -0
- package/dist/cjs/components/DatePicker/DatePicker.js +94 -129
- package/dist/cjs/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/cjs/components/DateRangeInput/DateRangeInput.d.ts +22 -0
- package/dist/cjs/components/DateRangeInput/DateRangeInput.js +82 -128
- package/dist/cjs/components/DateRangeInput/DateRangeInput.js.map +1 -1
- package/dist/cjs/components/Div/Div.d.ts +8 -0
- package/dist/cjs/components/Div/Div.js +9 -13
- package/dist/cjs/components/Div/Div.js.map +1 -1
- package/dist/cjs/components/DropdownIcon/DropdownIcon.d.ts +5 -0
- package/dist/cjs/components/DropdownIcon/DropdownIcon.js +15 -22
- package/dist/cjs/components/DropdownIcon/DropdownIcon.js.map +1 -1
- package/dist/cjs/components/Epic/Epic.d.ts +9 -0
- package/dist/cjs/components/Epic/Epic.js +10 -21
- package/dist/cjs/components/Epic/Epic.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/Epic/ScrollSaver.d.ts +0 -0
- package/dist/cjs/components/Epic/ScrollSaver.js +5 -16
- package/dist/cjs/components/Epic/ScrollSaver.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/File/File.d.ts +0 -0
- package/dist/cjs/components/File/File.js +23 -33
- package/dist/cjs/components/File/File.js.map +1 -1
- package/dist/cjs/components/FixedLayout/FixedLayout.d.ts +20 -0
- package/dist/cjs/components/FixedLayout/FixedLayout.js +21 -40
- package/dist/cjs/components/FixedLayout/FixedLayout.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/FocusTrap/FocusTrap.d.ts +0 -0
- package/dist/cjs/components/FocusTrap/FocusTrap.js +30 -60
- package/dist/cjs/components/FocusTrap/FocusTrap.js.map +1 -1
- package/dist/cjs/components/FocusVisible/FocusVisible.d.ts +9 -0
- package/dist/cjs/components/FocusVisible/FocusVisible.js +8 -7
- package/dist/cjs/components/FocusVisible/FocusVisible.js.map +1 -1
- package/dist/cjs/components/Footer/Footer.d.ts +7 -0
- package/dist/cjs/components/Footer/Footer.js +8 -13
- package/dist/cjs/components/Footer/Footer.js.map +1 -1
- package/dist/cjs/components/FormField/FormField.d.ts +32 -0
- package/dist/cjs/components/FormField/FormField.js +32 -43
- package/dist/cjs/components/FormField/FormField.js.map +1 -1
- package/dist/cjs/components/FormItem/FormItem.d.ts +16 -0
- package/dist/cjs/components/FormItem/FormItem.js +29 -45
- package/dist/cjs/components/FormItem/FormItem.js.map +1 -1
- package/dist/cjs/components/FormLayout/FormLayout.d.ts +7 -0
- package/dist/cjs/components/FormLayout/FormLayout.js +17 -22
- package/dist/cjs/components/FormLayout/FormLayout.js.map +1 -1
- package/dist/cjs/components/FormLayoutGroup/FormLayoutGroup.d.ts +18 -0
- package/dist/cjs/components/FormLayoutGroup/FormLayoutGroup.js +23 -36
- package/dist/cjs/components/FormLayoutGroup/FormLayoutGroup.js.map +1 -1
- package/dist/cjs/components/FormStatus/FormStatus.d.ts +9 -0
- package/dist/cjs/components/FormStatus/FormStatus.js +29 -0
- package/dist/cjs/components/FormStatus/FormStatus.js.map +1 -0
- package/{.cache/ts/src → dist/cjs}/components/Gallery/Gallery.d.ts +0 -0
- package/dist/cjs/components/Gallery/Gallery.js +16 -34
- package/dist/cjs/components/Gallery/Gallery.js.map +1 -1
- package/dist/cjs/components/Gradient/Gradient.d.ts +15 -0
- package/dist/cjs/components/Gradient/Gradient.js +18 -17
- package/dist/cjs/components/Gradient/Gradient.js.map +1 -1
- package/dist/cjs/components/GridAvatar/GridAvatar.d.ts +19 -0
- package/dist/cjs/components/GridAvatar/GridAvatar.js +29 -26
- package/dist/cjs/components/GridAvatar/GridAvatar.js.map +1 -1
- package/dist/cjs/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.d.ts +4 -0
- package/dist/cjs/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.js +25 -0
- package/dist/cjs/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.js.map +1 -0
- package/dist/cjs/components/Group/Group.d.ts +25 -0
- package/dist/cjs/components/Group/Group.js +42 -54
- package/dist/cjs/components/Group/Group.js.map +1 -1
- package/dist/cjs/components/Header/Header.d.ts +19 -0
- package/dist/cjs/components/Header/Header.js +43 -61
- package/dist/cjs/components/Header/Header.js.map +1 -1
- package/dist/cjs/components/HorizontalCell/HorizontalCell.d.ts +12 -0
- package/dist/cjs/components/HorizontalCell/HorizontalCell.js +35 -45
- package/dist/cjs/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/cjs/components/HorizontalScroll/HorizontalScroll.d.ts +20 -0
- package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js +44 -81
- package/dist/cjs/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
- package/dist/cjs/components/HorizontalScroll/HorizontalScrollArrow.d.ts +8 -0
- package/dist/cjs/components/HorizontalScroll/HorizontalScrollArrow.js +19 -28
- package/dist/cjs/components/HorizontalScroll/HorizontalScrollArrow.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/HoverPopper/HoverPopper.d.ts +0 -0
- package/dist/cjs/components/HoverPopper/HoverPopper.js +16 -41
- package/dist/cjs/components/HoverPopper/HoverPopper.js.map +1 -1
- package/dist/cjs/components/IconButton/IconButton.d.ts +9 -0
- package/dist/cjs/components/IconButton/IconButton.js +10 -23
- package/dist/cjs/components/IconButton/IconButton.js.map +1 -1
- package/dist/cjs/components/Image/Image.d.ts +19 -0
- package/dist/cjs/components/Image/Image.js +14 -39
- package/dist/cjs/components/Image/Image.js.map +1 -1
- package/dist/cjs/components/Image/ImageBadge/ImageBadge.d.ts +4 -0
- package/dist/cjs/components/Image/ImageBadge/ImageBadge.js +25 -0
- package/dist/cjs/components/Image/ImageBadge/ImageBadge.js.map +1 -0
- package/dist/cjs/components/ImageBase/ImageBase.d.ts +45 -0
- package/dist/cjs/components/ImageBase/ImageBase.js +106 -111
- package/dist/cjs/components/ImageBase/ImageBase.js.map +1 -1
- package/dist/cjs/components/ImageBase/ImageBaseBadge/ImageBaseBadge.d.ts +30 -0
- package/dist/cjs/components/ImageBase/ImageBaseBadge/ImageBaseBadge.js +35 -35
- package/dist/cjs/components/ImageBase/ImageBaseBadge/ImageBaseBadge.js.map +1 -1
- package/dist/cjs/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.d.ts +38 -0
- package/dist/cjs/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.js +36 -59
- package/dist/cjs/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.js.map +1 -1
- package/dist/cjs/components/ImageBase/context.d.ts +3 -0
- package/dist/cjs/components/ImageBase/context.js +13 -0
- package/dist/cjs/components/ImageBase/context.js.map +1 -0
- package/dist/cjs/components/ImageBase/helpers.d.ts +21 -0
- package/dist/cjs/components/ImageBase/helpers.js +63 -0
- package/dist/cjs/components/ImageBase/helpers.js.map +1 -0
- package/dist/cjs/components/ImageBase/types.d.ts +9 -0
- package/dist/cjs/components/ImageBase/types.js.map +1 -1
- package/dist/cjs/components/ImageBase/validators.d.ts +10 -0
- package/dist/cjs/components/ImageBase/validators.js +105 -0
- package/dist/cjs/components/ImageBase/validators.js.map +1 -0
- package/dist/cjs/components/InfoRow/InfoRow.d.ts +8 -0
- package/dist/cjs/components/InfoRow/InfoRow.js +12 -18
- package/dist/cjs/components/InfoRow/InfoRow.js.map +1 -1
- package/dist/cjs/components/Input/Input.d.ts +9 -0
- package/dist/cjs/components/Input/Input.js +22 -30
- package/dist/cjs/components/Input/Input.js.map +1 -1
- package/dist/cjs/components/InputLike/InputLike.d.ts +12 -0
- package/dist/cjs/components/InputLike/InputLike.js +15 -31
- package/dist/cjs/components/InputLike/InputLike.js.map +1 -1
- package/dist/cjs/components/InputLike/InputLikeDivider.d.ts +2 -0
- package/dist/cjs/components/InputLike/InputLikeDivider.js +8 -12
- package/dist/cjs/components/InputLike/InputLikeDivider.js.map +1 -1
- package/dist/cjs/components/Link/Link.d.ts +12 -0
- package/dist/cjs/components/Link/Link.js +9 -16
- package/dist/cjs/components/Link/Link.js.map +1 -1
- package/dist/cjs/components/List/List.d.ts +6 -0
- package/dist/cjs/components/List/List.js +9 -23
- package/dist/cjs/components/List/List.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/List/ListContext.d.ts +0 -0
- package/dist/cjs/components/List/ListContext.js +0 -4
- package/dist/cjs/components/List/ListContext.js.map +1 -1
- package/dist/cjs/components/LocaleProvider/LocaleProvider.d.ts +17 -0
- package/dist/cjs/components/LocaleProvider/LocaleProvider.js +24 -0
- package/dist/cjs/components/LocaleProvider/LocaleProvider.js.map +1 -0
- package/dist/cjs/components/MiniInfoCell/MiniInfoCell.d.ts +38 -0
- package/dist/cjs/components/MiniInfoCell/MiniInfoCell.js +38 -38
- package/dist/cjs/components/MiniInfoCell/MiniInfoCell.js.map +1 -1
- package/dist/cjs/components/ModalCard/ModalCard.d.ts +9 -0
- package/dist/cjs/components/ModalCard/ModalCard.js +22 -43
- package/dist/cjs/components/ModalCard/ModalCard.js.map +1 -1
- package/dist/cjs/components/ModalCardBase/ModalCardBase.d.ts +39 -0
- package/dist/cjs/components/ModalCardBase/ModalCardBase.js +32 -52
- package/dist/cjs/components/ModalCardBase/ModalCardBase.js.map +1 -1
- package/dist/cjs/components/ModalDismissButton/ModalDismissButton.d.ts +6 -0
- package/dist/cjs/components/ModalDismissButton/ModalDismissButton.js +12 -18
- package/dist/cjs/components/ModalDismissButton/ModalDismissButton.js.map +1 -1
- package/dist/cjs/components/ModalPage/ModalPage.d.ts +49 -0
- package/dist/cjs/components/ModalPage/ModalPage.js +47 -68
- package/dist/cjs/components/ModalPage/ModalPage.js.map +1 -1
- package/dist/cjs/components/ModalPageHeader/ModalPageHeader.d.ts +9 -0
- package/dist/cjs/components/ModalPageHeader/ModalPageHeader.js +16 -30
- package/dist/cjs/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
- package/dist/cjs/components/ModalRoot/ModalRoot.d.ts +28 -0
- package/dist/cjs/components/ModalRoot/ModalRoot.js +47 -185
- package/dist/cjs/components/ModalRoot/ModalRoot.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/ModalRoot/ModalRootAdaptive.d.ts +0 -0
- package/dist/cjs/components/ModalRoot/ModalRootAdaptive.js +6 -13
- package/dist/cjs/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/ModalRoot/ModalRootContext.d.ts +0 -0
- package/dist/cjs/components/ModalRoot/ModalRootContext.js +3 -12
- package/dist/cjs/components/ModalRoot/ModalRootContext.js.map +1 -1
- package/dist/cjs/components/ModalRoot/ModalRootDesktop.d.ts +28 -0
- package/dist/cjs/components/ModalRoot/ModalRootDesktop.js +26 -78
- package/dist/cjs/components/ModalRoot/ModalRootDesktop.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/ModalRoot/constants.d.ts +0 -0
- package/dist/cjs/components/ModalRoot/constants.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/ModalRoot/types.d.ts +0 -0
- package/dist/cjs/components/ModalRoot/types.js +0 -1
- package/dist/cjs/components/ModalRoot/types.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/ModalRoot/useModalManager.d.ts +0 -0
- package/dist/cjs/components/ModalRoot/useModalManager.js +19 -58
- package/dist/cjs/components/ModalRoot/useModalManager.js.map +1 -1
- package/dist/cjs/components/ModalRoot/useModalRootContext.d.ts +1 -0
- package/dist/cjs/components/ModalRoot/useModalRootContext.js +14 -0
- package/dist/cjs/components/ModalRoot/useModalRootContext.js.map +1 -0
- package/{.cache/ts/src → dist/cjs}/components/ModalRoot/withModalRootContext.d.ts +0 -0
- package/dist/cjs/components/ModalRoot/withModalRootContext.js +2 -12
- package/dist/cjs/components/ModalRoot/withModalRootContext.js.map +1 -1
- package/dist/cjs/components/NativeSelect/NativeSelect.d.ts +19 -0
- package/dist/cjs/components/NativeSelect/NativeSelect.js +43 -70
- package/dist/cjs/components/NativeSelect/NativeSelect.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/NavTransitionContext/NavTransitionContext.d.ts +0 -0
- package/dist/cjs/components/NavTransitionContext/NavTransitionContext.js +2 -12
- package/dist/cjs/components/NavTransitionContext/NavTransitionContext.js.map +1 -1
- package/dist/cjs/components/Pagination/Pagination.d.ts +44 -0
- package/dist/cjs/components/Pagination/Pagination.js +40 -61
- package/dist/cjs/components/Pagination/Pagination.js.map +1 -1
- package/dist/cjs/components/Panel/Panel.d.ts +10 -0
- package/dist/cjs/components/Panel/Panel.js +22 -36
- package/dist/cjs/components/Panel/Panel.js.map +1 -1
- package/dist/cjs/components/PanelHeader/PanelHeader.d.ts +21 -0
- package/dist/cjs/components/PanelHeader/PanelHeader.js +55 -84
- package/dist/cjs/components/PanelHeader/PanelHeader.js.map +1 -1
- package/dist/cjs/components/PanelHeaderBack/PanelHeaderBack.d.ts +9 -0
- package/dist/cjs/components/PanelHeaderBack/PanelHeaderBack.js +14 -31
- package/dist/cjs/components/PanelHeaderBack/PanelHeaderBack.js.map +1 -1
- package/dist/cjs/components/PanelHeaderButton/PanelHeaderButton.d.ts +10 -0
- package/dist/cjs/components/PanelHeaderButton/PanelHeaderButton.js +21 -44
- package/dist/cjs/components/PanelHeaderButton/PanelHeaderButton.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/PanelHeaderClose/PanelHeaderClose.d.ts +0 -0
- package/dist/cjs/components/PanelHeaderClose/PanelHeaderClose.js +6 -17
- package/dist/cjs/components/PanelHeaderClose/PanelHeaderClose.js.map +1 -1
- package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.d.ts +10 -0
- package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.js +33 -54
- package/dist/cjs/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
- package/dist/cjs/components/PanelHeaderContext/PanelHeaderContext.d.ts +9 -0
- package/dist/cjs/components/PanelHeaderContext/PanelHeaderContext.js +26 -49
- package/dist/cjs/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/PanelHeaderEdit/PanelHeaderEdit.d.ts +0 -0
- package/dist/cjs/components/PanelHeaderEdit/PanelHeaderEdit.js +10 -20
- package/dist/cjs/components/PanelHeaderEdit/PanelHeaderEdit.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/PanelHeaderSubmit/PanelHeaderSubmit.d.ts +0 -0
- package/dist/cjs/components/PanelHeaderSubmit/PanelHeaderSubmit.js +6 -17
- package/dist/cjs/components/PanelHeaderSubmit/PanelHeaderSubmit.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/PanelSpinner/PanelSpinner.d.ts +0 -0
- package/dist/cjs/components/PanelSpinner/PanelSpinner.js +4 -15
- package/dist/cjs/components/PanelSpinner/PanelSpinner.js.map +1 -1
- package/dist/cjs/components/Placeholder/Placeholder.d.ts +24 -0
- package/dist/cjs/components/Placeholder/Placeholder.js +22 -31
- package/dist/cjs/components/Placeholder/Placeholder.js.map +1 -1
- package/dist/cjs/components/PopoutRoot/PopoutRoot.d.ts +7 -0
- package/dist/cjs/components/PopoutRoot/PopoutRoot.js +28 -34
- package/dist/cjs/components/PopoutRoot/PopoutRoot.js.map +1 -1
- package/dist/cjs/components/PopoutWrapper/PopoutWrapper.d.ts +12 -0
- package/dist/cjs/components/PopoutWrapper/PopoutWrapper.js +34 -48
- package/dist/cjs/components/PopoutWrapper/PopoutWrapper.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/Popover/Popover.d.ts +0 -0
- package/dist/cjs/components/Popover/Popover.js +31 -75
- package/dist/cjs/components/Popover/Popover.js.map +1 -1
- package/dist/cjs/components/Popper/Popper.d.ts +56 -0
- package/dist/cjs/components/Popper/Popper.js +46 -75
- package/dist/cjs/components/Popper/Popper.js.map +1 -1
- package/dist/cjs/components/PopperArrow/PopperArrow.d.ts +7 -0
- package/dist/cjs/components/PopperArrow/PopperArrow.js +16 -15
- package/dist/cjs/components/PopperArrow/PopperArrow.js.map +1 -1
- package/dist/cjs/components/Progress/Progress.d.ts +9 -0
- package/dist/cjs/components/Progress/Progress.js +16 -19
- package/dist/cjs/components/Progress/Progress.js.map +1 -1
- package/dist/cjs/components/PromoBanner/PromoBanner.d.ts +40 -0
- package/dist/cjs/components/PromoBanner/PromoBanner.js +30 -46
- package/dist/cjs/components/PromoBanner/PromoBanner.js.map +1 -1
- package/dist/cjs/components/PullToRefresh/PullToRefresh.d.ts +22 -0
- package/dist/cjs/components/PullToRefresh/PullToRefresh.js +44 -95
- package/dist/cjs/components/PullToRefresh/PullToRefresh.js.map +1 -1
- package/dist/cjs/components/PullToRefresh/PullToRefreshSpinner.d.ts +9 -0
- package/dist/cjs/components/PullToRefresh/PullToRefreshSpinner.js +19 -23
- package/dist/cjs/components/PullToRefresh/PullToRefreshSpinner.js.map +1 -1
- package/dist/cjs/components/Radio/Radio.d.ts +9 -0
- package/dist/cjs/components/Radio/Radio.js +26 -45
- package/dist/cjs/components/Radio/Radio.js.map +1 -1
- package/dist/cjs/components/RadioGroup/RadioGroup.d.ts +8 -0
- package/dist/cjs/components/RadioGroup/RadioGroup.js +13 -15
- package/dist/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/RangeSlider/RangeSlider.d.ts +0 -0
- package/dist/cjs/components/RangeSlider/RangeSlider.js +15 -32
- package/dist/cjs/components/RangeSlider/RangeSlider.js.map +1 -1
- package/dist/cjs/components/RangeSlider/UniversalSlider.d.ts +14 -0
- package/dist/cjs/components/RangeSlider/UniversalSlider.js +26 -62
- package/dist/cjs/components/RangeSlider/UniversalSlider.js.map +1 -1
- package/dist/cjs/components/Removable/Removable.d.ts +23 -0
- package/dist/cjs/components/Removable/Removable.js +44 -77
- package/dist/cjs/components/Removable/Removable.js.map +1 -1
- package/dist/cjs/components/RichCell/RichCell.d.ts +55 -0
- package/dist/cjs/components/RichCell/RichCell.js +43 -55
- package/dist/cjs/components/RichCell/RichCell.js.map +1 -1
- package/dist/cjs/components/RichTooltip/RichTooltip.d.ts +12 -0
- package/dist/cjs/components/RichTooltip/RichTooltip.js +19 -21
- package/dist/cjs/components/RichTooltip/RichTooltip.js.map +1 -1
- package/dist/cjs/components/Root/Root.d.ts +20 -0
- package/dist/cjs/components/Root/Root.js +32 -69
- package/dist/cjs/components/Root/Root.js.map +1 -1
- package/dist/cjs/components/ScreenSpinner/Icon48CancelCircle.d.ts +2 -0
- package/dist/cjs/components/ScreenSpinner/Icon48CancelCircle.js +5 -9
- package/dist/cjs/components/ScreenSpinner/Icon48CancelCircle.js.map +1 -1
- package/dist/cjs/components/ScreenSpinner/Icon48DoneOutline.d.ts +2 -0
- package/dist/cjs/components/ScreenSpinner/Icon48DoneOutline.js +5 -9
- package/dist/cjs/components/ScreenSpinner/Icon48DoneOutline.js.map +1 -1
- package/dist/cjs/components/ScreenSpinner/ScreenSpinner.d.ts +9 -0
- package/dist/cjs/components/ScreenSpinner/ScreenSpinner.js +26 -36
- package/dist/cjs/components/ScreenSpinner/ScreenSpinner.js.map +1 -1
- package/dist/cjs/components/Search/Search.d.ts +17 -0
- package/dist/cjs/components/Search/Search.js +65 -105
- package/dist/cjs/components/Search/Search.js.map +1 -1
- package/dist/cjs/components/SegmentedControl/SegmentedControl.d.ts +19 -0
- package/dist/cjs/components/SegmentedControl/SegmentedControl.js +35 -58
- package/dist/cjs/components/SegmentedControl/SegmentedControl.js.map +1 -1
- package/dist/cjs/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.d.ts +6 -0
- package/dist/cjs/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js +16 -33
- package/dist/cjs/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js.map +1 -1
- package/dist/cjs/components/Select/Select.d.ts +11 -0
- package/dist/cjs/components/Select/Select.js +32 -50
- package/dist/cjs/components/Select/Select.js.map +1 -1
- package/dist/cjs/components/SelectMimicry/SelectMimicry.d.ts +13 -0
- package/dist/cjs/components/SelectMimicry/SelectMimicry.js +33 -45
- package/dist/cjs/components/SelectMimicry/SelectMimicry.js.map +1 -1
- package/dist/cjs/components/Separator/Separator.d.ts +11 -0
- package/dist/cjs/components/Separator/Separator.js +9 -15
- package/dist/cjs/components/Separator/Separator.js.map +1 -1
- package/dist/cjs/components/SimpleCell/SimpleCell.d.ts +63 -0
- package/dist/cjs/components/SimpleCell/SimpleCell.js +48 -67
- package/dist/cjs/components/SimpleCell/SimpleCell.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/Slider/Slider.d.ts +0 -0
- package/dist/cjs/components/Slider/Slider.js +12 -29
- package/dist/cjs/components/Slider/Slider.js.map +1 -1
- package/dist/cjs/components/Snackbar/Snackbar.d.ts +46 -0
- package/dist/cjs/components/Snackbar/Snackbar.js +55 -86
- package/dist/cjs/components/Snackbar/Snackbar.js.map +1 -1
- package/dist/cjs/components/Spacing/Spacing.d.ts +12 -0
- package/dist/cjs/components/Spacing/Spacing.js +12 -20
- package/dist/cjs/components/Spacing/Spacing.js.map +1 -1
- package/dist/cjs/components/Spinner/Spinner.d.ts +8 -0
- package/dist/cjs/components/Spinner/Spinner.js +11 -20
- package/dist/cjs/components/Spinner/Spinner.js.map +1 -1
- package/dist/cjs/components/SplitCol/SplitCol.d.ts +33 -0
- package/dist/cjs/components/SplitCol/SplitCol.js +23 -46
- package/dist/cjs/components/SplitCol/SplitCol.js.map +1 -1
- package/dist/cjs/components/SplitLayout/SplitLayout.d.ts +17 -0
- package/dist/cjs/components/SplitLayout/SplitLayout.js +14 -23
- package/dist/cjs/components/SplitLayout/SplitLayout.js.map +1 -1
- package/dist/cjs/components/SubnavigationBar/SubnavigationBar.d.ts +9 -0
- package/dist/cjs/components/SubnavigationBar/SubnavigationBar.js +25 -32
- package/dist/cjs/components/SubnavigationBar/SubnavigationBar.js.map +1 -1
- package/dist/cjs/components/SubnavigationButton/SubnavigationButton.d.ts +24 -0
- package/dist/cjs/components/SubnavigationButton/SubnavigationButton.js +41 -50
- package/dist/cjs/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
- package/dist/cjs/components/Switch/Switch.d.ts +9 -0
- package/dist/cjs/components/Switch/Switch.js +17 -36
- package/dist/cjs/components/Switch/Switch.js.map +1 -1
- package/dist/cjs/components/Tabbar/Tabbar.d.ts +15 -0
- package/dist/cjs/components/Tabbar/Tabbar.js +15 -28
- package/dist/cjs/components/Tabbar/Tabbar.js.map +1 -1
- package/dist/cjs/components/TabbarItem/TabbarItem.d.ts +17 -0
- package/dist/cjs/components/TabbarItem/TabbarItem.js +25 -36
- package/dist/cjs/components/TabbarItem/TabbarItem.js.map +1 -1
- package/dist/cjs/components/Tabs/Tabs.d.ts +14 -0
- package/dist/cjs/components/Tabs/Tabs.js +120 -29
- package/dist/cjs/components/Tabs/Tabs.js.map +1 -1
- package/dist/cjs/components/TabsItem/TabsItem.d.ts +30 -0
- package/dist/cjs/components/TabsItem/TabsItem.js +53 -53
- package/dist/cjs/components/TabsItem/TabsItem.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/Tappable/Tappable.d.ts +0 -0
- package/dist/cjs/components/Tappable/Tappable.js +82 -164
- package/dist/cjs/components/Tappable/Tappable.js.map +1 -1
- package/dist/cjs/components/TextTooltip/TextTooltip.d.ts +20 -0
- package/dist/cjs/components/TextTooltip/TextTooltip.js +21 -29
- package/dist/cjs/components/TextTooltip/TextTooltip.js.map +1 -1
- package/dist/cjs/components/Textarea/Textarea.d.ts +12 -0
- package/dist/cjs/components/Textarea/Textarea.js +24 -47
- package/dist/cjs/components/Textarea/Textarea.js.map +1 -1
- package/dist/cjs/components/Tooltip/Tooltip.d.ts +69 -0
- package/dist/cjs/components/Tooltip/Tooltip.js +80 -121
- package/dist/cjs/components/Tooltip/Tooltip.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/Tooltip/TooltipContainer.d.ts +0 -0
- package/dist/cjs/components/Tooltip/TooltipContainer.js +3 -11
- package/dist/cjs/components/Tooltip/TooltipContainer.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/Touch/Touch.d.ts +0 -0
- package/dist/cjs/components/Touch/Touch.js +55 -94
- package/dist/cjs/components/Touch/Touch.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/Touch/TouchContext.d.ts +0 -0
- package/dist/cjs/components/Touch/TouchContext.js +2 -4
- package/dist/cjs/components/Touch/TouchContext.js.map +1 -1
- package/dist/cjs/components/Typography/Caption/Caption.d.ts +14 -0
- package/dist/cjs/components/Typography/Caption/Caption.js +22 -20
- package/dist/cjs/components/Typography/Caption/Caption.js.map +1 -1
- package/dist/cjs/components/Typography/Footnote/Footnote.d.ts +13 -0
- package/dist/cjs/components/Typography/Footnote/Footnote.js +17 -18
- package/dist/cjs/components/Typography/Footnote/Footnote.js.map +1 -1
- package/dist/cjs/components/Typography/Headline/Headline.d.ts +13 -0
- package/dist/cjs/components/Typography/Headline/Headline.js +24 -28
- package/dist/cjs/components/Typography/Headline/Headline.js.map +1 -1
- package/dist/cjs/components/Typography/Paragraph/Paragraph.d.ts +12 -0
- package/dist/cjs/components/Typography/Paragraph/Paragraph.js +18 -21
- package/dist/cjs/components/Typography/Paragraph/Paragraph.js.map +1 -1
- package/dist/cjs/components/Typography/Subhead/Subhead.d.ts +12 -0
- package/dist/cjs/components/Typography/Subhead/Subhead.js +17 -22
- package/dist/cjs/components/Typography/Subhead/Subhead.js.map +1 -1
- package/dist/cjs/components/Typography/Text/Text.d.ts +12 -0
- package/dist/cjs/components/Typography/Text/Text.js +18 -25
- package/dist/cjs/components/Typography/Text/Text.js.map +1 -1
- package/dist/cjs/components/Typography/Title/Title.d.ts +13 -0
- package/dist/cjs/components/Typography/Title/Title.js +20 -20
- package/dist/cjs/components/Typography/Title/Title.js.map +1 -1
- package/dist/cjs/components/UsersStack/UsersStack.d.ts +30 -0
- package/dist/cjs/components/UsersStack/UsersStack.js +71 -69
- package/dist/cjs/components/UsersStack/UsersStack.js.map +1 -1
- package/dist/cjs/components/View/View.d.ts +54 -0
- package/dist/cjs/components/View/View.js +76 -153
- package/dist/cjs/components/View/View.js.map +1 -1
- package/dist/cjs/components/View/ViewInfinite.d.ts +65 -0
- package/dist/cjs/components/View/ViewInfinite.js +59 -150
- package/dist/cjs/components/View/ViewInfinite.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/components/View/utils.d.ts +0 -0
- package/dist/cjs/components/View/utils.js +2 -4
- package/dist/cjs/components/View/utils.js.map +1 -1
- package/dist/cjs/components/VisuallyHiddenInput/VisuallyHiddenInput.d.ts +11 -0
- package/dist/cjs/components/VisuallyHiddenInput/VisuallyHiddenInput.js +8 -12
- package/dist/cjs/components/VisuallyHiddenInput/VisuallyHiddenInput.js.map +1 -1
- package/dist/cjs/components/WriteBar/WriteBar.d.ts +29 -0
- package/dist/cjs/components/WriteBar/WriteBar.js +26 -49
- package/dist/cjs/components/WriteBar/WriteBar.js.map +1 -1
- package/dist/cjs/components/WriteBarIcon/WriteBarIcon.d.ts +20 -0
- package/dist/cjs/components/WriteBarIcon/WriteBarIcon.js +24 -49
- package/dist/cjs/components/WriteBarIcon/WriteBarIcon.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/helpers/appearance.d.ts +0 -0
- package/dist/cjs/helpers/appearance.js +4 -9
- package/dist/cjs/helpers/appearance.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/helpers/avatar.d.ts +0 -0
- package/dist/cjs/helpers/avatar.js +0 -1
- package/dist/cjs/helpers/avatar.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/helpers/getHoverClassName.d.ts +0 -0
- package/dist/cjs/helpers/getHoverClassName.js +0 -3
- package/dist/cjs/helpers/getHoverClassName.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/helpers/getOrDefault.d.ts +0 -0
- package/dist/cjs/helpers/getOrDefault.js +0 -1
- package/dist/cjs/helpers/getOrDefault.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/helpers/getPlatformClassName.d.ts +0 -0
- package/dist/cjs/helpers/getPlatformClassName.js +0 -2
- package/dist/cjs/helpers/getPlatformClassName.js.map +1 -1
- package/dist/cjs/helpers/getPointerClassName.d.ts +2 -0
- package/dist/cjs/helpers/getPointerClassName.js +22 -0
- package/dist/cjs/helpers/getPointerClassName.js.map +1 -0
- package/{.cache/ts/src → dist/cjs}/helpers/getSizeXClassName.d.ts +0 -0
- package/dist/cjs/helpers/getSizeXClassName.js +0 -1
- package/dist/cjs/helpers/getSizeXClassName.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/helpers/getSizeYClassName.d.ts +0 -0
- package/dist/cjs/helpers/getSizeYClassName.js +0 -1
- package/dist/cjs/helpers/getSizeYClassName.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/helpers/getViewHeightClassName.d.ts +0 -0
- package/dist/cjs/helpers/getViewHeightClassName.js +0 -7
- package/dist/cjs/helpers/getViewHeightClassName.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/helpers/getViewWidthClassName.d.ts +0 -0
- package/dist/cjs/helpers/getViewWidthClassName.js +7 -11
- package/dist/cjs/helpers/getViewWidthClassName.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/helpers/math.d.ts +0 -0
- package/dist/cjs/helpers/math.js +4 -11
- package/dist/cjs/helpers/math.js.map +1 -1
- package/dist/cjs/helpers/range.d.ts +9 -0
- package/dist/cjs/helpers/range.js +33 -0
- package/dist/cjs/helpers/range.js.map +1 -0
- package/{.cache/ts/src → dist/cjs}/hoc/withContext.d.ts +0 -0
- package/dist/cjs/hoc/withContext.js +1 -10
- package/dist/cjs/hoc/withContext.js.map +1 -1
- package/dist/cjs/hoc/withInsets.d.ts +3 -0
- package/dist/cjs/hoc/withInsets.js +3 -8
- package/dist/cjs/hoc/withInsets.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hoc/withPlatform.d.ts +0 -0
- package/dist/cjs/hoc/withPlatform.js +4 -18
- package/dist/cjs/hoc/withPlatform.js.map +1 -1
- package/dist/cjs/hooks/useAdaptivity.d.ts +6 -0
- package/dist/cjs/hooks/useAdaptivity.js +4 -38
- package/dist/cjs/hooks/useAdaptivity.js.map +1 -1
- package/dist/cjs/hooks/useAdaptivityConditionalRender/constants.d.ts +68 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/constants.js +80 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/constants.js.map +1 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/helpers.d.ts +6 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/helpers.js +42 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/helpers.js.map +1 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/index.d.ts +2 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/index.js +13 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/index.js.map +1 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/types.d.ts +16 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/types.js +6 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/types.js.map +1 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.d.ts +2 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.js +35 -0
- package/dist/cjs/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.js.map +1 -0
- package/dist/cjs/hooks/useAdaptivityHasHover.d.ts +8 -0
- package/dist/cjs/hooks/useAdaptivityHasHover.js +31 -0
- package/dist/cjs/hooks/useAdaptivityHasHover.js.map +1 -0
- package/dist/cjs/hooks/useAdaptivityHasPointer.d.ts +8 -0
- package/dist/cjs/hooks/useAdaptivityHasPointer.js +31 -0
- package/dist/cjs/hooks/useAdaptivityHasPointer.js.map +1 -0
- package/dist/cjs/hooks/useAdaptivityWithJSMediaQueries.d.ts +18 -0
- package/dist/cjs/hooks/useAdaptivityWithJSMediaQueries.js +105 -0
- package/dist/cjs/hooks/useAdaptivityWithJSMediaQueries.js.map +1 -0
- package/dist/cjs/hooks/useAppearance.d.ts +1 -0
- package/dist/cjs/hooks/useAppearance.js +6 -12
- package/dist/cjs/hooks/useAppearance.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useAutoDetectAppearance.d.ts +0 -0
- package/dist/cjs/hooks/useAutoDetectAppearance.js +18 -46
- package/dist/cjs/hooks/useAutoDetectAppearance.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useBooleanState.d.ts +0 -0
- package/dist/cjs/hooks/useBooleanState.js +3 -11
- package/dist/cjs/hooks/useBooleanState.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useBridgeAdaptivity.d.ts +0 -0
- package/dist/cjs/hooks/useBridgeAdaptivity.js +7 -26
- package/dist/cjs/hooks/useBridgeAdaptivity.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useCalendar.d.ts +0 -0
- package/dist/cjs/hooks/useCalendar.js +12 -26
- package/dist/cjs/hooks/useCalendar.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useChipsInput.d.ts +0 -0
- package/dist/cjs/hooks/useChipsInput.js +10 -22
- package/dist/cjs/hooks/useChipsInput.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useChipsSelect.d.ts +0 -0
- package/dist/cjs/hooks/useChipsSelect.js +16 -41
- package/dist/cjs/hooks/useChipsSelect.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useDateInput.d.ts +0 -0
- package/dist/cjs/hooks/useDateInput.js +19 -45
- package/dist/cjs/hooks/useDateInput.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useEffectDev.d.ts +0 -0
- package/dist/cjs/hooks/useEffectDev.js +0 -3
- package/dist/cjs/hooks/useEffectDev.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useEnsuredControl.d.ts +0 -0
- package/dist/cjs/hooks/useEnsuredControl.js +3 -10
- package/dist/cjs/hooks/useEnsuredControl.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useEventListener.d.ts +0 -0
- package/dist/cjs/hooks/useEventListener.js +0 -12
- package/dist/cjs/hooks/useEventListener.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useExternRef.d.ts +0 -0
- package/dist/cjs/hooks/useExternRef.js +2 -8
- package/dist/cjs/hooks/useExternRef.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useFocusVisible.d.ts +0 -0
- package/dist/cjs/hooks/useFocusVisible.js +4 -11
- package/dist/cjs/hooks/useFocusVisible.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useGlobalEventListener.d.ts +0 -0
- package/dist/cjs/hooks/useGlobalEventListener.js +0 -3
- package/dist/cjs/hooks/useGlobalEventListener.js.map +1 -1
- package/dist/cjs/hooks/useId.d.ts +1 -0
- package/dist/cjs/hooks/useId.js +27 -0
- package/dist/cjs/hooks/useId.js.map +1 -0
- package/{.cache/ts/src → dist/cjs}/hooks/useInsets.d.ts +0 -0
- package/dist/cjs/hooks/useInsets.js +5 -25
- package/dist/cjs/hooks/useInsets.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useKeyboard.d.ts +0 -0
- package/dist/cjs/hooks/useKeyboard.js +6 -19
- package/dist/cjs/hooks/useKeyboard.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useKeyboardInputTracker.d.ts +0 -0
- package/dist/cjs/hooks/useKeyboardInputTracker.js +4 -15
- package/dist/cjs/hooks/useKeyboardInputTracker.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useMediaQueries.d.ts +0 -0
- package/dist/cjs/hooks/useMediaQueries.js +2 -11
- package/dist/cjs/hooks/useMediaQueries.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useObjectMemo.d.ts +0 -0
- package/dist/cjs/hooks/useObjectMemo.js +0 -6
- package/dist/cjs/hooks/useObjectMemo.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useOrientationChange.d.ts +0 -0
- package/dist/cjs/hooks/useOrientationChange.js +7 -19
- package/dist/cjs/hooks/useOrientationChange.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/usePagination.d.ts +0 -0
- package/dist/cjs/hooks/usePagination.js +14 -36
- package/dist/cjs/hooks/usePagination.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/usePatchChildrenRef.d.ts +0 -0
- package/dist/cjs/hooks/usePatchChildrenRef.js +0 -10
- package/dist/cjs/hooks/usePatchChildrenRef.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/usePlatform.d.ts +0 -0
- package/dist/cjs/hooks/usePlatform.js +3 -14
- package/dist/cjs/hooks/usePlatform.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/usePrevious.d.ts +0 -0
- package/dist/cjs/hooks/usePrevious.js +0 -3
- package/dist/cjs/hooks/usePrevious.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/hooks/useTimeout.d.ts +0 -0
- package/dist/cjs/hooks/useTimeout.js +0 -6
- package/dist/cjs/hooks/useTimeout.js.map +1 -1
- package/dist/cjs/hooks/useTodayDate.d.ts +10 -0
- package/dist/cjs/hooks/useTodayDate.js +42 -0
- package/dist/cjs/hooks/useTodayDate.js.map +1 -0
- package/{.cache/ts/src → dist/cjs}/hooks/useWaitTransitionFinish.d.ts +0 -0
- package/dist/cjs/hooks/useWaitTransitionFinish.js +14 -12
- package/dist/cjs/hooks/useWaitTransitionFinish.js.map +1 -1
- package/dist/cjs/index.d.ts +327 -0
- package/dist/cjs/index.js +106 -214
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/lib/SSR.d.ts +11 -0
- package/dist/cjs/lib/SSR.js +10 -33
- package/dist/cjs/lib/SSR.js.map +1 -1
- package/dist/cjs/lib/accessibility.d.ts +15 -0
- package/dist/cjs/lib/accessibility.js +30 -8
- package/dist/cjs/lib/accessibility.js.map +1 -1
- package/dist/cjs/lib/adaptivity/constants.d.ts +37 -0
- package/dist/cjs/lib/adaptivity/constants.js +62 -0
- package/dist/cjs/lib/adaptivity/constants.js.map +1 -0
- package/dist/cjs/lib/adaptivity/functions.d.ts +22 -0
- package/dist/cjs/lib/adaptivity/functions.js +72 -0
- package/dist/cjs/lib/adaptivity/functions.js.map +1 -0
- package/dist/cjs/lib/adaptivity/index.d.ts +3 -0
- package/dist/cjs/lib/adaptivity/index.js +28 -0
- package/dist/cjs/lib/adaptivity/index.js.map +1 -0
- package/dist/cjs/lib/adaptivity/types.d.ts +12 -0
- package/dist/cjs/lib/adaptivity/types.js +6 -0
- package/dist/cjs/lib/adaptivity/types.js.map +1 -0
- package/{.cache/ts/src → dist/cjs}/lib/animate.d.ts +0 -0
- package/dist/cjs/lib/animate.js +2 -9
- package/dist/cjs/lib/animate.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/browser.d.ts +0 -0
- package/dist/cjs/lib/browser.js +5 -17
- package/dist/cjs/lib/browser.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/calendar.d.ts +0 -0
- package/dist/cjs/lib/calendar.js +0 -31
- package/dist/cjs/lib/calendar.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/callMultiple.d.ts +0 -0
- package/dist/cjs/lib/callMultiple.js +0 -4
- package/dist/cjs/lib/callMultiple.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/classNames.d.ts +0 -0
- package/dist/cjs/lib/classNames.js +0 -11
- package/dist/cjs/lib/classNames.js.map +1 -1
- package/dist/cjs/lib/date.d.ts +30 -0
- package/dist/cjs/lib/date.js +12 -57
- package/dist/cjs/lib/date.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/dom.d.ts +0 -0
- package/dist/cjs/lib/dom.js +1 -16
- package/dist/cjs/lib/dom.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/fx.d.ts +0 -0
- package/dist/cjs/lib/fx.js +0 -1
- package/dist/cjs/lib/fx.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/getNavId.d.ts +0 -0
- package/dist/cjs/lib/getNavId.js +0 -3
- package/dist/cjs/lib/getNavId.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/is.d.ts +0 -0
- package/dist/cjs/lib/is.js +4 -3
- package/dist/cjs/lib/is.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/isRefObject.d.ts +0 -0
- package/dist/cjs/lib/isRefObject.js +0 -4
- package/dist/cjs/lib/isRefObject.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/offset.d.ts +0 -0
- package/dist/cjs/lib/offset.js +0 -1
- package/dist/cjs/lib/offset.js.map +1 -1
- package/dist/cjs/lib/platform.d.ts +8 -0
- package/dist/cjs/lib/platform.js +1 -14
- package/dist/cjs/lib/platform.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/polyfills.d.ts +0 -0
- package/dist/cjs/lib/polyfills.js +11 -25
- package/dist/cjs/lib/polyfills.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/removeObjectKeys.d.ts +0 -0
- package/dist/cjs/lib/removeObjectKeys.js +0 -3
- package/dist/cjs/lib/removeObjectKeys.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/select.d.ts +0 -0
- package/dist/cjs/lib/select.js +5 -21
- package/dist/cjs/lib/select.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/styles.d.ts +0 -0
- package/dist/cjs/lib/styles.js +0 -1
- package/dist/cjs/lib/styles.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/supportEvents.d.ts +0 -0
- package/dist/cjs/lib/supportEvents.js +0 -5
- package/dist/cjs/lib/supportEvents.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/taptic.d.ts +0 -0
- package/dist/cjs/lib/taptic.js +0 -3
- package/dist/cjs/lib/taptic.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/testing.d.ts +0 -0
- package/dist/cjs/lib/testing.js +0 -2
- package/dist/cjs/lib/testing.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/touch.d.ts +0 -0
- package/dist/cjs/lib/touch.js +5 -17
- package/dist/cjs/lib/touch.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/useIsomorphicLayoutEffect.d.ts +0 -0
- package/dist/cjs/lib/useIsomorphicLayoutEffect.js +2 -5
- package/dist/cjs/lib/useIsomorphicLayoutEffect.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/lib/utils.d.ts +0 -0
- package/dist/cjs/lib/utils.js +4 -25
- package/dist/cjs/lib/utils.js.map +1 -1
- package/dist/cjs/lib/warnOnce.d.ts +4 -0
- package/dist/cjs/lib/warnOnce.js +3 -3
- package/dist/cjs/lib/warnOnce.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/shared/breakpoints.d.ts +0 -0
- package/dist/cjs/shared/breakpoints.js +4 -1
- package/dist/cjs/shared/breakpoints.js.map +1 -1
- package/{.cache/ts/src → dist/cjs}/types.d.ts +0 -0
- package/dist/components/ActionSheet/ActionSheet.d.ts +4 -14
- package/dist/components/ActionSheet/ActionSheet.js +30 -43
- package/dist/components/ActionSheet/ActionSheet.js.map +1 -1
- package/dist/components/ActionSheet/ActionSheetContext.js.map +1 -1
- package/dist/components/ActionSheet/ActionSheetDefaultIosCloseItem.js +2 -2
- package/dist/components/ActionSheet/ActionSheetDefaultIosCloseItem.js.map +1 -1
- package/dist/components/ActionSheet/ActionSheetDropdown.d.ts +2 -2
- package/dist/components/ActionSheet/ActionSheetDropdown.js +12 -16
- package/dist/components/ActionSheet/ActionSheetDropdown.js.map +1 -1
- package/dist/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +1 -2
- package/dist/components/ActionSheet/ActionSheetDropdownDesktop.js +19 -28
- package/dist/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
- package/dist/components/ActionSheet/types.d.ts +14 -2
- package/dist/components/ActionSheet/types.js.map +1 -1
- package/dist/components/ActionSheetItem/ActionSheetItem.d.ts +5 -2
- package/dist/components/ActionSheetItem/ActionSheetItem.js +59 -59
- package/dist/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/components/AdaptivityProvider/AdaptivityContext.d.ts +2 -2
- package/dist/components/AdaptivityProvider/AdaptivityContext.js.map +1 -1
- package/dist/components/AdaptivityProvider/AdaptivityProvider.d.ts +1 -1
- package/dist/components/AdaptivityProvider/AdaptivityProvider.js +31 -44
- package/dist/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
- package/dist/components/Alert/Alert.d.ts +1 -2
- package/dist/components/Alert/Alert.js +61 -74
- package/dist/components/Alert/Alert.js.map +1 -1
- package/dist/components/AppRoot/AppRoot.d.ts +3 -5
- package/dist/components/AppRoot/AppRoot.js +48 -65
- package/dist/components/AppRoot/AppRoot.js.map +1 -1
- package/dist/components/AppRoot/AppRootContext.js.map +1 -1
- package/dist/components/AppRoot/AppRootPortal.js +11 -17
- package/dist/components/AppRoot/AppRootPortal.js.map +1 -1
- package/dist/components/AppRoot/ScrollContext.js +34 -43
- package/dist/components/AppRoot/ScrollContext.js.map +1 -1
- package/dist/components/AppearanceProvider/AppearanceProvider.d.ts +3 -3
- package/dist/components/AppearanceProvider/AppearanceProvider.js +6 -14
- package/dist/components/AppearanceProvider/AppearanceProvider.js.map +1 -1
- package/dist/components/Avatar/Avatar.d.ts +16 -9
- package/dist/components/Avatar/Avatar.js +33 -71
- package/dist/components/Avatar/Avatar.js.map +1 -1
- package/dist/components/Avatar/AvatarBadge/AvatarBadge.d.ts +4 -0
- package/dist/components/Avatar/AvatarBadge/AvatarBadge.js +16 -0
- package/dist/components/Avatar/AvatarBadge/AvatarBadge.js.map +1 -0
- package/dist/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.d.ts +11 -0
- package/dist/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.js +26 -0
- package/dist/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.js.map +1 -0
- package/dist/components/Avatar/{icons.d.ts → AvatarBadge/icons.d.ts} +0 -0
- package/dist/components/Avatar/AvatarBadge/icons.js +29 -0
- package/dist/components/Avatar/AvatarBadge/icons.js.map +1 -0
- package/dist/components/Avatar/helpers.js +1 -2
- package/dist/components/Avatar/helpers.js.map +1 -1
- package/dist/components/Badge/Badge.d.ts +1 -2
- package/dist/components/Badge/Badge.js +12 -9
- package/dist/components/Badge/Badge.js.map +1 -1
- package/dist/components/Banner/Banner.d.ts +1 -2
- package/dist/components/Banner/Banner.js +53 -49
- package/dist/components/Banner/Banner.js.map +1 -1
- package/dist/components/BaseGallery/BaseGallery.d.ts +1 -2
- package/dist/components/BaseGallery/BaseGallery.js +73 -104
- package/dist/components/BaseGallery/BaseGallery.js.map +1 -1
- package/dist/components/BaseGallery/helpers.js +17 -24
- package/dist/components/BaseGallery/helpers.js.map +1 -1
- package/dist/components/BaseGallery/types.d.ts +5 -3
- package/dist/components/BaseGallery/types.js.map +1 -1
- package/dist/components/Button/Button.d.ts +2 -2
- package/dist/components/Button/Button.js +55 -77
- package/dist/components/Button/Button.js.map +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +23 -27
- package/dist/components/ButtonGroup/ButtonGroup.js.map +1 -1
- package/dist/components/Calendar/Calendar.d.ts +2 -3
- package/dist/components/Calendar/Calendar.js +69 -71
- package/dist/components/Calendar/Calendar.js.map +1 -1
- package/dist/components/CalendarDay/CalendarDay.d.ts +1 -2
- package/dist/components/CalendarDay/CalendarDay.js +38 -36
- package/dist/components/CalendarDay/CalendarDay.js.map +1 -1
- package/dist/components/CalendarDays/CalendarDays.d.ts +2 -2
- package/dist/components/CalendarDays/CalendarDays.js +42 -41
- package/dist/components/CalendarDays/CalendarDays.js.map +1 -1
- package/dist/components/CalendarHeader/CalendarHeader.d.ts +0 -1
- package/dist/components/CalendarHeader/CalendarHeader.js +70 -62
- package/dist/components/CalendarHeader/CalendarHeader.js.map +1 -1
- package/dist/components/CalendarRange/CalendarRange.d.ts +3 -3
- package/dist/components/CalendarRange/CalendarRange.js +54 -62
- package/dist/components/CalendarRange/CalendarRange.js.map +1 -1
- package/dist/components/CalendarTime/CalendarTime.d.ts +0 -1
- package/dist/components/CalendarTime/CalendarTime.js +24 -29
- package/dist/components/CalendarTime/CalendarTime.js.map +1 -1
- package/dist/components/Card/Card.d.ts +1 -2
- package/dist/components/Card/Card.js +17 -13
- package/dist/components/Card/Card.js.map +1 -1
- package/dist/components/CardGrid/CardGrid.d.ts +1 -2
- package/dist/components/CardGrid/CardGrid.js +17 -14
- package/dist/components/CardGrid/CardGrid.js.map +1 -1
- package/dist/components/CardScroll/CardScroll.d.ts +1 -2
- package/dist/components/CardScroll/CardScroll.js +27 -38
- package/dist/components/CardScroll/CardScroll.js.map +1 -1
- package/dist/components/Cell/Cell.d.ts +2 -3
- package/dist/components/Cell/Cell.js +42 -57
- package/dist/components/Cell/Cell.js.map +1 -1
- package/dist/components/Cell/CellCheckbox/CellCheckbox.d.ts +0 -1
- package/dist/components/Cell/CellCheckbox/CellCheckbox.js +14 -16
- package/dist/components/Cell/CellCheckbox/CellCheckbox.js.map +1 -1
- package/dist/components/Cell/CellDragger/CellDragger.d.ts +1 -2
- package/dist/components/Cell/CellDragger/CellDragger.js +10 -11
- package/dist/components/Cell/CellDragger/CellDragger.js.map +1 -1
- package/dist/components/Cell/useDraggable.js +20 -42
- package/dist/components/Cell/useDraggable.js.map +1 -1
- package/dist/components/CellButton/CellButton.d.ts +1 -2
- package/dist/components/CellButton/CellButton.js +14 -11
- package/dist/components/CellButton/CellButton.js.map +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts +0 -2
- package/dist/components/Checkbox/Checkbox.js +49 -75
- package/dist/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/Chip/Chip.d.ts +2 -3
- package/dist/components/Chip/Chip.js +30 -35
- package/dist/components/Chip/Chip.js.map +1 -1
- package/dist/components/ChipsInput/ChipsInput.d.ts +0 -1
- package/dist/components/ChipsInput/ChipsInput.js +11 -13
- package/dist/components/ChipsInput/ChipsInput.js.map +1 -1
- package/dist/components/ChipsInputBase/ChipsInputBase.d.ts +0 -1
- package/dist/components/ChipsInputBase/ChipsInputBase.js +42 -63
- package/dist/components/ChipsInputBase/ChipsInputBase.js.map +1 -1
- package/dist/components/ChipsSelect/ChipsSelect.d.ts +0 -1
- package/dist/components/ChipsSelect/ChipsSelect.js +65 -110
- package/dist/components/ChipsSelect/ChipsSelect.js.map +1 -1
- package/dist/components/ConfigProvider/ConfigProvider.d.ts +1 -5
- package/dist/components/ConfigProvider/ConfigProvider.js +22 -35
- package/dist/components/ConfigProvider/ConfigProvider.js.map +1 -1
- package/dist/components/ConfigProvider/ConfigProviderContext.d.ts +5 -6
- package/dist/components/ConfigProvider/ConfigProviderContext.js +3 -5
- package/dist/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
- package/dist/components/ConfigProvider/ConfigProviderOverride.d.ts +9 -0
- package/dist/components/ConfigProvider/ConfigProviderOverride.js +19 -0
- package/dist/components/ConfigProvider/ConfigProviderOverride.js.map +1 -0
- package/dist/components/ContentCard/ContentCard.d.ts +1 -2
- package/dist/components/ContentCard/ContentCard.js +47 -46
- package/dist/components/ContentCard/ContentCard.js.map +1 -1
- package/dist/components/Counter/Counter.d.ts +5 -4
- package/dist/components/Counter/Counter.js +23 -15
- package/dist/components/Counter/Counter.js.map +1 -1
- package/dist/components/CustomScrollView/CustomScrollView.d.ts +0 -1
- package/dist/components/CustomScrollView/CustomScrollView.js +23 -54
- package/dist/components/CustomScrollView/CustomScrollView.js.map +1 -1
- package/dist/components/CustomScrollView/useTrackerVisibility.js +9 -15
- package/dist/components/CustomScrollView/useTrackerVisibility.js.map +1 -1
- package/dist/components/CustomSelect/CustomSelect.d.ts +1 -3
- package/dist/components/CustomSelect/CustomSelect.js +88 -165
- package/dist/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/components/CustomSelectDropdown/CustomSelectDropdown.d.ts +1 -2
- package/dist/components/CustomSelectDropdown/CustomSelectDropdown.js +34 -45
- package/dist/components/CustomSelectDropdown/CustomSelectDropdown.js.map +1 -1
- package/dist/components/CustomSelectOption/CustomSelectOption.d.ts +1 -2
- package/dist/components/CustomSelectOption/CustomSelectOption.js +35 -39
- package/dist/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
- package/dist/components/DateInput/DateInput.d.ts +0 -1
- package/dist/components/DateInput/DateInput.js +87 -108
- package/dist/components/DateInput/DateInput.js.map +1 -1
- package/dist/components/DatePicker/DatePicker.d.ts +1 -3
- package/dist/components/DatePicker/DatePicker.js +92 -113
- package/dist/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/components/DateRangeInput/DateRangeInput.d.ts +0 -1
- package/dist/components/DateRangeInput/DateRangeInput.js +83 -108
- package/dist/components/DateRangeInput/DateRangeInput.js.map +1 -1
- package/dist/components/Div/Div.d.ts +1 -2
- package/dist/components/Div/Div.js +8 -8
- package/dist/components/Div/Div.js.map +1 -1
- package/dist/components/DropdownIcon/DropdownIcon.d.ts +2 -2
- package/dist/components/DropdownIcon/DropdownIcon.js +14 -14
- package/dist/components/DropdownIcon/DropdownIcon.js.map +1 -1
- package/dist/components/Epic/Epic.d.ts +0 -1
- package/dist/components/Epic/Epic.js +10 -12
- package/dist/components/Epic/Epic.js.map +1 -1
- package/dist/components/Epic/ScrollSaver.js +5 -10
- package/dist/components/Epic/ScrollSaver.js.map +1 -1
- package/dist/components/File/File.js +22 -24
- package/dist/components/File/File.js.map +1 -1
- package/dist/components/FixedLayout/FixedLayout.d.ts +1 -2
- package/dist/components/FixedLayout/FixedLayout.js +22 -25
- package/dist/components/FixedLayout/FixedLayout.js.map +1 -1
- package/dist/components/FocusTrap/FocusTrap.js +30 -44
- package/dist/components/FocusTrap/FocusTrap.js.map +1 -1
- package/dist/components/FocusVisible/FocusVisible.d.ts +0 -1
- package/dist/components/FocusVisible/FocusVisible.js +8 -5
- package/dist/components/FocusVisible/FocusVisible.js.map +1 -1
- package/dist/components/Footer/Footer.d.ts +1 -2
- package/dist/components/Footer/Footer.js +7 -7
- package/dist/components/Footer/Footer.js.map +1 -1
- package/dist/components/FormField/FormField.d.ts +1 -2
- package/dist/components/FormField/FormField.js +33 -32
- package/dist/components/FormField/FormField.js.map +1 -1
- package/dist/components/FormItem/FormItem.d.ts +1 -2
- package/dist/components/FormItem/FormItem.js +30 -30
- package/dist/components/FormItem/FormItem.js.map +1 -1
- package/dist/components/FormLayout/FormLayout.d.ts +1 -2
- package/dist/components/FormLayout/FormLayout.js +16 -17
- package/dist/components/FormLayout/FormLayout.js.map +1 -1
- package/dist/components/FormLayoutGroup/FormLayoutGroup.d.ts +1 -2
- package/dist/components/FormLayoutGroup/FormLayoutGroup.js +24 -23
- package/dist/components/FormLayoutGroup/FormLayoutGroup.js.map +1 -1
- package/dist/components/FormStatus/FormStatus.d.ts +9 -0
- package/dist/components/FormStatus/FormStatus.js +20 -0
- package/dist/components/FormStatus/FormStatus.js.map +1 -0
- package/dist/components/Gallery/Gallery.js +16 -22
- package/dist/components/Gallery/Gallery.js.map +1 -1
- package/dist/components/Gradient/Gradient.d.ts +1 -2
- package/dist/components/Gradient/Gradient.js +18 -12
- package/dist/components/Gradient/Gradient.js.map +1 -1
- package/dist/components/GridAvatar/GridAvatar.d.ts +11 -7
- package/dist/components/GridAvatar/GridAvatar.js +26 -17
- package/dist/components/GridAvatar/GridAvatar.js.map +1 -1
- package/dist/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.d.ts +4 -0
- package/dist/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.js +16 -0
- package/dist/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.js.map +1 -0
- package/dist/components/Group/Group.d.ts +1 -5
- package/dist/components/Group/Group.js +43 -37
- package/dist/components/Group/Group.js.map +1 -1
- package/dist/components/Header/Header.d.ts +1 -2
- package/dist/components/Header/Header.js +43 -48
- package/dist/components/Header/Header.js.map +1 -1
- package/dist/components/HorizontalCell/HorizontalCell.d.ts +0 -1
- package/dist/components/HorizontalCell/HorizontalCell.js +35 -35
- package/dist/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/components/HorizontalScroll/HorizontalScroll.d.ts +1 -2
- package/dist/components/HorizontalScroll/HorizontalScroll.js +45 -67
- package/dist/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
- package/dist/components/HorizontalScroll/HorizontalScrollArrow.d.ts +4 -4
- package/dist/components/HorizontalScroll/HorizontalScrollArrow.js +19 -18
- package/dist/components/HorizontalScroll/HorizontalScrollArrow.js.map +1 -1
- package/dist/components/HoverPopper/HoverPopper.js +16 -26
- package/dist/components/HoverPopper/HoverPopper.js.map +1 -1
- package/dist/components/IconButton/IconButton.d.ts +1 -2
- package/dist/components/IconButton/IconButton.js +10 -13
- package/dist/components/IconButton/IconButton.js.map +1 -1
- package/dist/components/Image/Image.d.ts +8 -10
- package/dist/components/Image/Image.js +13 -31
- package/dist/components/Image/Image.js.map +1 -1
- package/dist/components/Image/ImageBadge/ImageBadge.d.ts +4 -0
- package/dist/components/Image/ImageBadge/ImageBadge.js +16 -0
- package/dist/components/Image/ImageBadge/ImageBadge.js.map +1 -0
- package/dist/components/ImageBase/ImageBase.d.ts +27 -25
- package/dist/components/ImageBase/ImageBase.js +83 -98
- package/dist/components/ImageBase/ImageBase.js.map +1 -1
- package/dist/components/ImageBase/ImageBaseBadge/ImageBaseBadge.d.ts +18 -13
- package/dist/components/ImageBase/ImageBaseBadge/ImageBaseBadge.js +33 -31
- package/dist/components/ImageBase/ImageBaseBadge/ImageBaseBadge.js.map +1 -1
- package/dist/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.d.ts +16 -10
- package/dist/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.js +34 -51
- package/dist/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.js.map +1 -1
- package/dist/components/ImageBase/context.d.ts +3 -0
- package/dist/components/ImageBase/context.js +5 -0
- package/dist/components/ImageBase/context.js.map +1 -0
- package/dist/components/ImageBase/helpers.d.ts +21 -0
- package/dist/components/ImageBase/helpers.js +55 -0
- package/dist/components/ImageBase/helpers.js.map +1 -0
- package/dist/components/ImageBase/types.d.ts +4 -2
- package/dist/components/ImageBase/types.js.map +1 -1
- package/dist/components/ImageBase/validators.d.ts +10 -0
- package/dist/components/ImageBase/validators.js +97 -0
- package/dist/components/ImageBase/validators.js.map +1 -0
- package/dist/components/InfoRow/InfoRow.d.ts +1 -2
- package/dist/components/InfoRow/InfoRow.js +11 -10
- package/dist/components/InfoRow/InfoRow.js.map +1 -1
- package/dist/components/Input/Input.d.ts +0 -1
- package/dist/components/Input/Input.js +22 -21
- package/dist/components/Input/Input.js.map +1 -1
- package/dist/components/InputLike/InputLike.d.ts +1 -2
- package/dist/components/InputLike/InputLike.js +16 -22
- package/dist/components/InputLike/InputLike.js.map +1 -1
- package/dist/components/InputLike/InputLikeDivider.d.ts +1 -2
- package/dist/components/InputLike/InputLikeDivider.js +7 -6
- package/dist/components/InputLike/InputLikeDivider.js.map +1 -1
- package/dist/components/Link/Link.d.ts +1 -2
- package/dist/components/Link/Link.js +9 -10
- package/dist/components/Link/Link.js.map +1 -1
- package/dist/components/List/List.d.ts +1 -2
- package/dist/components/List/List.js +10 -13
- package/dist/components/List/List.js.map +1 -1
- package/dist/components/List/ListContext.js.map +1 -1
- package/dist/components/LocaleProvider/LocaleProvider.d.ts +17 -0
- package/dist/components/LocaleProvider/LocaleProvider.js +17 -0
- package/dist/components/LocaleProvider/LocaleProvider.js.map +1 -0
- package/dist/components/MiniInfoCell/MiniInfoCell.d.ts +1 -2
- package/dist/components/MiniInfoCell/MiniInfoCell.js +38 -29
- package/dist/components/MiniInfoCell/MiniInfoCell.js.map +1 -1
- package/dist/components/ModalCard/ModalCard.d.ts +1 -2
- package/dist/components/ModalCard/ModalCard.js +23 -27
- package/dist/components/ModalCard/ModalCard.js.map +1 -1
- package/dist/components/ModalCardBase/ModalCardBase.d.ts +9 -8
- package/dist/components/ModalCardBase/ModalCardBase.js +32 -36
- package/dist/components/ModalCardBase/ModalCardBase.js.map +1 -1
- package/dist/components/ModalDismissButton/ModalDismissButton.d.ts +1 -2
- package/dist/components/ModalDismissButton/ModalDismissButton.js +11 -11
- package/dist/components/ModalDismissButton/ModalDismissButton.js.map +1 -1
- package/dist/components/ModalPage/ModalPage.d.ts +1 -2
- package/dist/components/ModalPage/ModalPage.js +48 -49
- package/dist/components/ModalPage/ModalPage.js.map +1 -1
- package/dist/components/ModalPageHeader/ModalPageHeader.d.ts +1 -2
- package/dist/components/ModalPageHeader/ModalPageHeader.js +16 -19
- package/dist/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
- package/dist/components/ModalRoot/ModalRoot.d.ts +0 -1
- package/dist/components/ModalRoot/ModalRoot.js +48 -175
- package/dist/components/ModalRoot/ModalRoot.js.map +1 -1
- package/dist/components/ModalRoot/ModalRootAdaptive.js +5 -7
- package/dist/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
- package/dist/components/ModalRoot/ModalRootContext.js +3 -4
- package/dist/components/ModalRoot/ModalRootContext.js.map +1 -1
- package/dist/components/ModalRoot/ModalRootDesktop.d.ts +0 -1
- package/dist/components/ModalRoot/ModalRootDesktop.js +27 -63
- package/dist/components/ModalRoot/ModalRootDesktop.js.map +1 -1
- package/dist/components/ModalRoot/constants.js.map +1 -1
- package/dist/components/ModalRoot/types.js +0 -1
- package/dist/components/ModalRoot/types.js.map +1 -1
- package/dist/components/ModalRoot/useModalManager.js +19 -42
- package/dist/components/ModalRoot/useModalManager.js.map +1 -1
- package/dist/components/ModalRoot/useModalRootContext.d.ts +1 -0
- package/dist/components/ModalRoot/useModalRootContext.js +6 -0
- package/dist/components/ModalRoot/useModalRootContext.js.map +1 -0
- package/dist/components/ModalRoot/withModalRootContext.js +2 -5
- package/dist/components/ModalRoot/withModalRootContext.js.map +1 -1
- package/dist/components/NativeSelect/NativeSelect.d.ts +1 -2
- package/dist/components/NativeSelect/NativeSelect.js +44 -52
- package/dist/components/NativeSelect/NativeSelect.js.map +1 -1
- package/dist/components/NavTransitionContext/NavTransitionContext.js +2 -3
- package/dist/components/NavTransitionContext/NavTransitionContext.js.map +1 -1
- package/dist/components/Pagination/Pagination.d.ts +1 -2
- package/dist/components/Pagination/Pagination.js +41 -47
- package/dist/components/Pagination/Pagination.js.map +1 -1
- package/dist/components/Panel/Panel.d.ts +1 -2
- package/dist/components/Panel/Panel.js +22 -25
- package/dist/components/Panel/Panel.js.map +1 -1
- package/dist/components/PanelHeader/PanelHeader.d.ts +1 -2
- package/dist/components/PanelHeader/PanelHeader.js +57 -65
- package/dist/components/PanelHeader/PanelHeader.js.map +1 -1
- package/dist/components/PanelHeaderBack/PanelHeaderBack.d.ts +1 -2
- package/dist/components/PanelHeaderBack/PanelHeaderBack.js +14 -20
- package/dist/components/PanelHeaderBack/PanelHeaderBack.js.map +1 -1
- package/dist/components/PanelHeaderButton/PanelHeaderButton.d.ts +1 -2
- package/dist/components/PanelHeaderButton/PanelHeaderButton.js +21 -31
- package/dist/components/PanelHeaderButton/PanelHeaderButton.js.map +1 -1
- package/dist/components/PanelHeaderClose/PanelHeaderClose.js +6 -7
- package/dist/components/PanelHeaderClose/PanelHeaderClose.js.map +1 -1
- package/dist/components/PanelHeaderContent/PanelHeaderContent.d.ts +0 -1
- package/dist/components/PanelHeaderContent/PanelHeaderContent.js +33 -40
- package/dist/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
- package/dist/components/PanelHeaderContext/PanelHeaderContext.d.ts +1 -2
- package/dist/components/PanelHeaderContext/PanelHeaderContext.js +27 -30
- package/dist/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
- package/dist/components/PanelHeaderEdit/PanelHeaderEdit.js +9 -11
- package/dist/components/PanelHeaderEdit/PanelHeaderEdit.js.map +1 -1
- package/dist/components/PanelHeaderSubmit/PanelHeaderSubmit.js +6 -7
- package/dist/components/PanelHeaderSubmit/PanelHeaderSubmit.js.map +1 -1
- package/dist/components/PanelSpinner/PanelSpinner.js +4 -7
- package/dist/components/PanelSpinner/PanelSpinner.js.map +1 -1
- package/dist/components/Placeholder/Placeholder.d.ts +1 -2
- package/dist/components/Placeholder/Placeholder.js +22 -23
- package/dist/components/Placeholder/Placeholder.js.map +1 -1
- package/dist/components/PopoutRoot/PopoutRoot.d.ts +1 -2
- package/dist/components/PopoutRoot/PopoutRoot.js +28 -22
- package/dist/components/PopoutRoot/PopoutRoot.js.map +1 -1
- package/dist/components/PopoutWrapper/PopoutWrapper.d.ts +1 -2
- package/dist/components/PopoutWrapper/PopoutWrapper.js +35 -35
- package/dist/components/PopoutWrapper/PopoutWrapper.js.map +1 -1
- package/dist/components/Popover/Popover.js +31 -56
- package/dist/components/Popover/Popover.js.map +1 -1
- package/dist/components/Popper/Popper.d.ts +1 -2
- package/dist/components/Popper/Popper.js +46 -57
- package/dist/components/Popper/Popper.js.map +1 -1
- package/dist/components/PopperArrow/PopperArrow.d.ts +0 -1
- package/dist/components/PopperArrow/PopperArrow.js +15 -10
- package/dist/components/PopperArrow/PopperArrow.js.map +1 -1
- package/dist/components/Progress/Progress.d.ts +1 -2
- package/dist/components/Progress/Progress.js +15 -14
- package/dist/components/Progress/Progress.js.map +1 -1
- package/dist/components/PromoBanner/PromoBanner.d.ts +1 -2
- package/dist/components/PromoBanner/PromoBanner.js +30 -30
- package/dist/components/PromoBanner/PromoBanner.js.map +1 -1
- package/dist/components/PullToRefresh/PullToRefresh.d.ts +3 -3
- package/dist/components/PullToRefresh/PullToRefresh.js +45 -74
- package/dist/components/PullToRefresh/PullToRefresh.js.map +1 -1
- package/dist/components/PullToRefresh/PullToRefreshSpinner.d.ts +0 -1
- package/dist/components/PullToRefresh/PullToRefreshSpinner.js +19 -21
- package/dist/components/PullToRefresh/PullToRefreshSpinner.js.map +1 -1
- package/dist/components/Radio/Radio.d.ts +0 -1
- package/dist/components/Radio/Radio.js +26 -32
- package/dist/components/Radio/Radio.js.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.d.ts +1 -2
- package/dist/components/RadioGroup/RadioGroup.js +13 -10
- package/dist/components/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/components/RangeSlider/RangeSlider.js +15 -22
- package/dist/components/RangeSlider/RangeSlider.js.map +1 -1
- package/dist/components/RangeSlider/UniversalSlider.d.ts +1 -2
- package/dist/components/RangeSlider/UniversalSlider.js +27 -47
- package/dist/components/RangeSlider/UniversalSlider.js.map +1 -1
- package/dist/components/Removable/Removable.d.ts +1 -2
- package/dist/components/Removable/Removable.js +45 -58
- package/dist/components/Removable/Removable.js.map +1 -1
- package/dist/components/RichCell/RichCell.d.ts +1 -2
- package/dist/components/RichCell/RichCell.js +43 -45
- package/dist/components/RichCell/RichCell.js.map +1 -1
- package/dist/components/RichTooltip/RichTooltip.d.ts +1 -2
- package/dist/components/RichTooltip/RichTooltip.js +19 -14
- package/dist/components/RichTooltip/RichTooltip.js.map +1 -1
- package/dist/components/Root/Root.d.ts +1 -2
- package/dist/components/Root/Root.js +34 -51
- package/dist/components/Root/Root.js.map +1 -1
- package/dist/components/ScreenSpinner/Icon48CancelCircle.d.ts +1 -1
- package/dist/components/ScreenSpinner/Icon48CancelCircle.js +4 -4
- package/dist/components/ScreenSpinner/Icon48CancelCircle.js.map +1 -1
- package/dist/components/ScreenSpinner/Icon48DoneOutline.d.ts +1 -1
- package/dist/components/ScreenSpinner/Icon48DoneOutline.js +4 -4
- package/dist/components/ScreenSpinner/Icon48DoneOutline.js.map +1 -1
- package/dist/components/ScreenSpinner/ScreenSpinner.d.ts +0 -1
- package/dist/components/ScreenSpinner/ScreenSpinner.js +26 -25
- package/dist/components/ScreenSpinner/ScreenSpinner.js.map +1 -1
- package/dist/components/Search/Search.d.ts +6 -5
- package/dist/components/Search/Search.js +66 -87
- package/dist/components/Search/Search.js.map +1 -1
- package/dist/components/SegmentedControl/SegmentedControl.d.ts +1 -2
- package/dist/components/SegmentedControl/SegmentedControl.js +36 -44
- package/dist/components/SegmentedControl/SegmentedControl.js.map +1 -1
- package/dist/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.d.ts +0 -1
- package/dist/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js +16 -21
- package/dist/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js.map +1 -1
- package/dist/components/Select/Select.d.ts +2 -2
- package/dist/components/Select/Select.js +31 -32
- package/dist/components/Select/Select.js.map +1 -1
- package/dist/components/SelectMimicry/SelectMimicry.d.ts +1 -2
- package/dist/components/SelectMimicry/SelectMimicry.js +33 -31
- package/dist/components/SelectMimicry/SelectMimicry.js.map +1 -1
- package/dist/components/Separator/Separator.d.ts +1 -2
- package/dist/components/Separator/Separator.js +9 -10
- package/dist/components/Separator/Separator.js.map +1 -1
- package/dist/components/SimpleCell/SimpleCell.d.ts +1 -2
- package/dist/components/SimpleCell/SimpleCell.js +48 -51
- package/dist/components/SimpleCell/SimpleCell.js.map +1 -1
- package/dist/components/Slider/Slider.js +12 -19
- package/dist/components/Slider/Slider.js.map +1 -1
- package/dist/components/Snackbar/Snackbar.d.ts +10 -5
- package/dist/components/Snackbar/Snackbar.js +56 -68
- package/dist/components/Snackbar/Snackbar.js.map +1 -1
- package/dist/components/Spacing/Spacing.d.ts +1 -12
- package/dist/components/Spacing/Spacing.js +12 -15
- package/dist/components/Spacing/Spacing.js.map +1 -1
- package/dist/components/Spinner/Spinner.d.ts +1 -2
- package/dist/components/Spinner/Spinner.js +11 -13
- package/dist/components/Spinner/Spinner.js.map +1 -1
- package/dist/components/SplitCol/SplitCol.d.ts +0 -1
- package/dist/components/SplitCol/SplitCol.js +24 -30
- package/dist/components/SplitCol/SplitCol.js.map +1 -1
- package/dist/components/SplitLayout/SplitLayout.d.ts +1 -2
- package/dist/components/SplitLayout/SplitLayout.js +14 -15
- package/dist/components/SplitLayout/SplitLayout.js.map +1 -1
- package/dist/components/SubnavigationBar/SubnavigationBar.d.ts +1 -2
- package/dist/components/SubnavigationBar/SubnavigationBar.js +25 -26
- package/dist/components/SubnavigationBar/SubnavigationBar.js.map +1 -1
- package/dist/components/SubnavigationButton/SubnavigationButton.d.ts +1 -2
- package/dist/components/SubnavigationButton/SubnavigationButton.js +41 -38
- package/dist/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
- package/dist/components/Switch/Switch.d.ts +0 -1
- package/dist/components/Switch/Switch.js +17 -23
- package/dist/components/Switch/Switch.js.map +1 -1
- package/dist/components/Tabbar/Tabbar.d.ts +1 -2
- package/dist/components/Tabbar/Tabbar.js +16 -19
- package/dist/components/Tabbar/Tabbar.js.map +1 -1
- package/dist/components/TabbarItem/TabbarItem.d.ts +1 -2
- package/dist/components/TabbarItem/TabbarItem.js +25 -26
- package/dist/components/TabbarItem/TabbarItem.js.map +1 -1
- package/dist/components/Tabs/Tabs.d.ts +1 -2
- package/dist/components/Tabs/Tabs.js +121 -17
- package/dist/components/Tabs/Tabs.js.map +1 -1
- package/dist/components/TabsItem/TabsItem.d.ts +1 -2
- package/dist/components/TabsItem/TabsItem.js +54 -38
- package/dist/components/TabsItem/TabsItem.js.map +1 -1
- package/dist/components/Tappable/Tappable.js +82 -134
- package/dist/components/Tappable/Tappable.js.map +1 -1
- package/dist/components/TextTooltip/TextTooltip.d.ts +1 -2
- package/dist/components/TextTooltip/TextTooltip.js +22 -18
- package/dist/components/TextTooltip/TextTooltip.js.map +1 -1
- package/dist/components/Textarea/Textarea.d.ts +0 -1
- package/dist/components/Textarea/Textarea.js +25 -33
- package/dist/components/Textarea/Textarea.js.map +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +0 -1
- package/dist/components/Tooltip/Tooltip.js +81 -98
- package/dist/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/components/Tooltip/TooltipContainer.js +3 -5
- package/dist/components/Tooltip/TooltipContainer.js.map +1 -1
- package/dist/components/Touch/Touch.js +55 -80
- package/dist/components/Touch/Touch.js.map +1 -1
- package/dist/components/Touch/TouchContext.js +3 -2
- package/dist/components/Touch/TouchContext.js.map +1 -1
- package/dist/components/Typography/Caption/Caption.d.ts +1 -2
- package/dist/components/Typography/Caption/Caption.js +22 -15
- package/dist/components/Typography/Caption/Caption.js.map +1 -1
- package/dist/components/Typography/Footnote/Footnote.d.ts +1 -2
- package/dist/components/Typography/Footnote/Footnote.js +17 -13
- package/dist/components/Typography/Footnote/Footnote.js.map +1 -1
- package/dist/components/Typography/Headline/Headline.d.ts +1 -2
- package/dist/components/Typography/Headline/Headline.js +24 -19
- package/dist/components/Typography/Headline/Headline.js.map +1 -1
- package/dist/components/Typography/Paragraph/Paragraph.d.ts +1 -2
- package/dist/components/Typography/Paragraph/Paragraph.js +18 -14
- package/dist/components/Typography/Paragraph/Paragraph.js.map +1 -1
- package/dist/components/Typography/Subhead/Subhead.d.ts +1 -2
- package/dist/components/Typography/Subhead/Subhead.js +17 -14
- package/dist/components/Typography/Subhead/Subhead.js.map +1 -1
- package/dist/components/Typography/Text/Text.d.ts +1 -2
- package/dist/components/Typography/Text/Text.js +18 -16
- package/dist/components/Typography/Text/Text.js.map +1 -1
- package/dist/components/Typography/Title/Title.d.ts +1 -2
- package/dist/components/Typography/Title/Title.js +20 -14
- package/dist/components/Typography/Title/Title.js.map +1 -1
- package/dist/components/UsersStack/UsersStack.d.ts +1 -2
- package/dist/components/UsersStack/UsersStack.js +71 -61
- package/dist/components/UsersStack/UsersStack.js.map +1 -1
- package/dist/components/View/View.d.ts +1 -2
- package/dist/components/View/View.js +77 -128
- package/dist/components/View/View.js.map +1 -1
- package/dist/components/View/ViewInfinite.d.ts +0 -1
- package/dist/components/View/ViewInfinite.js +60 -140
- package/dist/components/View/ViewInfinite.js.map +1 -1
- package/dist/components/View/utils.js +2 -3
- package/dist/components/View/utils.js.map +1 -1
- package/dist/components/VisuallyHiddenInput/VisuallyHiddenInput.d.ts +1 -2
- package/dist/components/VisuallyHiddenInput/VisuallyHiddenInput.js +7 -7
- package/dist/components/VisuallyHiddenInput/VisuallyHiddenInput.js.map +1 -1
- package/dist/components/WriteBar/WriteBar.d.ts +0 -1
- package/dist/components/WriteBar/WriteBar.js +27 -37
- package/dist/components/WriteBar/WriteBar.js.map +1 -1
- package/dist/components/WriteBarIcon/WriteBarIcon.d.ts +1 -2
- package/dist/components/WriteBarIcon/WriteBarIcon.js +24 -37
- package/dist/components/WriteBarIcon/WriteBarIcon.js.map +1 -1
- package/dist/components.css +5 -5
- package/dist/components.css.map +1 -1
- package/dist/cssm/components/ActionSheet/ActionSheet.d.ts +4 -14
- package/dist/cssm/components/ActionSheet/ActionSheet.js +31 -44
- package/dist/cssm/components/ActionSheet/ActionSheet.js.map +1 -1
- package/dist/cssm/components/ActionSheet/ActionSheet.module.css +1 -0
- package/dist/cssm/components/ActionSheet/ActionSheetContext.js.map +1 -1
- package/dist/cssm/components/ActionSheet/ActionSheetDefaultIosCloseItem.js +2 -2
- package/dist/cssm/components/ActionSheet/ActionSheetDefaultIosCloseItem.js.map +1 -1
- package/dist/cssm/components/ActionSheet/ActionSheetDropdown.d.ts +2 -2
- package/dist/cssm/components/ActionSheet/ActionSheetDropdown.js +13 -17
- package/dist/cssm/components/ActionSheet/ActionSheetDropdown.js.map +1 -1
- package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +1 -2
- package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js +20 -29
- package/dist/cssm/components/ActionSheet/ActionSheetDropdownDesktop.js.map +1 -1
- package/dist/cssm/components/ActionSheet/types.d.ts +14 -2
- package/dist/cssm/components/ActionSheet/types.js.map +1 -1
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.d.ts +5 -2
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js +60 -60
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.js.map +1 -1
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.module.css +1 -0
- package/dist/cssm/components/AdaptivityProvider/AdaptivityContext.d.ts +2 -2
- package/dist/cssm/components/AdaptivityProvider/AdaptivityContext.js.map +1 -1
- package/dist/cssm/components/AdaptivityProvider/AdaptivityProvider.d.ts +1 -1
- package/dist/cssm/components/AdaptivityProvider/AdaptivityProvider.js +31 -44
- package/dist/cssm/components/AdaptivityProvider/AdaptivityProvider.js.map +1 -1
- package/dist/cssm/components/Alert/Alert.d.ts +1 -2
- package/dist/cssm/components/Alert/Alert.js +62 -75
- package/dist/cssm/components/Alert/Alert.js.map +1 -1
- package/dist/cssm/components/Alert/Alert.module.css +1 -0
- package/dist/cssm/components/AppRoot/AppRoot.d.ts +3 -5
- package/dist/cssm/components/AppRoot/AppRoot.js +47 -66
- package/dist/cssm/components/AppRoot/AppRoot.js.map +1 -1
- package/dist/cssm/components/AppRoot/AppRoot.module.css +1 -0
- package/dist/cssm/components/AppRoot/AppRootContext.js.map +1 -1
- package/dist/cssm/components/AppRoot/AppRootPortal.js +11 -17
- package/dist/cssm/components/AppRoot/AppRootPortal.js.map +1 -1
- package/dist/cssm/components/AppRoot/ScrollContext.js +34 -43
- package/dist/cssm/components/AppRoot/ScrollContext.js.map +1 -1
- package/dist/cssm/components/AppearanceProvider/AppearanceProvider.d.ts +3 -3
- package/dist/cssm/components/AppearanceProvider/AppearanceProvider.js +6 -14
- package/dist/cssm/components/AppearanceProvider/AppearanceProvider.js.map +1 -1
- package/dist/cssm/components/Avatar/Avatar.d.ts +16 -9
- package/dist/cssm/components/Avatar/Avatar.js +34 -74
- package/dist/cssm/components/Avatar/Avatar.js.map +1 -1
- package/dist/cssm/components/Avatar/Avatar.module.css +1 -1
- package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadge.d.ts +4 -0
- package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadge.js +17 -0
- package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadge.js.map +1 -0
- package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadge.module.css +1 -0
- package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.d.ts +11 -0
- package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.js +27 -0
- package/dist/cssm/components/Avatar/AvatarBadge/AvatarBadgeWithPreset.js.map +1 -0
- package/dist/cssm/components/Avatar/{icons.d.ts → AvatarBadge/icons.d.ts} +0 -0
- package/dist/cssm/components/Avatar/AvatarBadge/icons.js +29 -0
- package/dist/cssm/components/Avatar/AvatarBadge/icons.js.map +1 -0
- package/dist/cssm/components/Avatar/helpers.js +1 -2
- package/dist/cssm/components/Avatar/helpers.js.map +1 -1
- package/dist/cssm/components/Badge/Badge.d.ts +1 -2
- package/dist/cssm/components/Badge/Badge.js +13 -10
- package/dist/cssm/components/Badge/Badge.js.map +1 -1
- package/dist/cssm/components/Badge/{Badge.css → Badge.module.css} +0 -0
- package/dist/cssm/components/Banner/Banner.d.ts +1 -2
- package/dist/cssm/components/Banner/Banner.js +54 -50
- package/dist/cssm/components/Banner/Banner.js.map +1 -1
- package/dist/cssm/components/Banner/Banner.module.css +1 -0
- package/dist/cssm/components/BaseGallery/BaseGallery.d.ts +1 -2
- package/dist/cssm/components/BaseGallery/BaseGallery.js +74 -105
- package/dist/cssm/components/BaseGallery/BaseGallery.js.map +1 -1
- package/dist/cssm/components/BaseGallery/BaseGallery.module.css +1 -0
- package/dist/cssm/components/BaseGallery/helpers.js +17 -24
- package/dist/cssm/components/BaseGallery/helpers.js.map +1 -1
- package/dist/cssm/components/BaseGallery/types.d.ts +5 -3
- package/dist/cssm/components/BaseGallery/types.js.map +1 -1
- package/dist/cssm/components/Button/Button.d.ts +2 -2
- package/dist/cssm/components/Button/Button.js +56 -80
- package/dist/cssm/components/Button/Button.js.map +1 -1
- package/dist/cssm/components/Button/Button.module.css +3 -3
- package/dist/cssm/components/ButtonGroup/ButtonGroup.js +24 -30
- package/dist/cssm/components/ButtonGroup/ButtonGroup.js.map +1 -1
- package/dist/cssm/components/Calendar/Calendar.d.ts +2 -3
- package/dist/cssm/components/Calendar/Calendar.js +70 -72
- package/dist/cssm/components/Calendar/Calendar.js.map +1 -1
- package/dist/cssm/components/Calendar/{Calendar.css → Calendar.module.css} +0 -0
- package/dist/cssm/components/CalendarDay/CalendarDay.d.ts +1 -2
- package/dist/cssm/components/CalendarDay/CalendarDay.js +39 -37
- package/dist/cssm/components/CalendarDay/CalendarDay.js.map +1 -1
- package/dist/cssm/components/CalendarDay/CalendarDay.module.css +1 -0
- package/dist/cssm/components/CalendarDays/CalendarDays.d.ts +2 -2
- package/dist/cssm/components/CalendarDays/CalendarDays.js +43 -42
- package/dist/cssm/components/CalendarDays/CalendarDays.js.map +1 -1
- package/dist/cssm/components/CalendarDays/{CalendarDays.css → CalendarDays.module.css} +0 -0
- package/dist/cssm/components/CalendarHeader/CalendarHeader.d.ts +0 -1
- package/dist/cssm/components/CalendarHeader/CalendarHeader.js +71 -63
- package/dist/cssm/components/CalendarHeader/CalendarHeader.js.map +1 -1
- package/dist/cssm/components/CalendarHeader/CalendarHeader.module.css +1 -0
- package/dist/cssm/components/CalendarRange/CalendarRange.d.ts +3 -3
- package/dist/cssm/components/CalendarRange/CalendarRange.js +55 -63
- package/dist/cssm/components/CalendarRange/CalendarRange.js.map +1 -1
- package/dist/cssm/components/CalendarRange/{CalendarRange.css → CalendarRange.module.css} +0 -0
- package/dist/cssm/components/CalendarTime/CalendarTime.d.ts +0 -1
- package/dist/cssm/components/CalendarTime/CalendarTime.js +25 -30
- package/dist/cssm/components/CalendarTime/CalendarTime.js.map +1 -1
- package/dist/cssm/components/CalendarTime/CalendarTime.module.css +1 -0
- package/dist/cssm/components/Card/Card.d.ts +1 -2
- package/dist/cssm/components/Card/Card.js +18 -14
- package/dist/cssm/components/Card/Card.js.map +1 -1
- package/dist/cssm/components/Card/Card.module.css +3 -0
- package/dist/cssm/components/CardGrid/CardGrid.d.ts +1 -2
- package/dist/cssm/components/CardGrid/CardGrid.js +18 -15
- package/dist/cssm/components/CardGrid/CardGrid.js.map +1 -1
- package/dist/cssm/components/CardGrid/CardGrid.module.css +1 -0
- package/dist/cssm/components/CardScroll/CardScroll.d.ts +1 -2
- package/dist/cssm/components/CardScroll/CardScroll.js +28 -39
- package/dist/cssm/components/CardScroll/CardScroll.js.map +1 -1
- package/dist/cssm/components/CardScroll/{CardScroll.css → CardScroll.module.css} +0 -0
- package/dist/cssm/components/Cell/Cell.d.ts +2 -3
- package/dist/cssm/components/Cell/Cell.js +43 -58
- package/dist/cssm/components/Cell/Cell.js.map +1 -1
- package/dist/cssm/components/Cell/{Cell.css → Cell.module.css} +0 -0
- package/dist/cssm/components/Cell/CellCheckbox/CellCheckbox.d.ts +0 -1
- package/dist/cssm/components/Cell/CellCheckbox/CellCheckbox.js +15 -17
- package/dist/cssm/components/Cell/CellCheckbox/CellCheckbox.js.map +1 -1
- package/dist/cssm/components/Cell/CellCheckbox/{CellCheckbox.css → CellCheckbox.module.css} +0 -0
- package/dist/cssm/components/Cell/CellDragger/CellDragger.d.ts +1 -2
- package/dist/cssm/components/Cell/CellDragger/CellDragger.js +11 -12
- package/dist/cssm/components/Cell/CellDragger/CellDragger.js.map +1 -1
- package/dist/cssm/components/Cell/CellDragger/{CellDragger.css → CellDragger.module.css} +0 -0
- package/dist/cssm/components/Cell/useDraggable.js +20 -42
- package/dist/cssm/components/Cell/useDraggable.js.map +1 -1
- package/dist/cssm/components/CellButton/CellButton.d.ts +1 -2
- package/dist/cssm/components/CellButton/CellButton.js +15 -12
- package/dist/cssm/components/CellButton/CellButton.js.map +1 -1
- package/dist/cssm/components/CellButton/{CellButton.css → CellButton.module.css} +0 -0
- package/dist/cssm/components/Checkbox/Checkbox.d.ts +0 -2
- package/dist/cssm/components/Checkbox/Checkbox.js +50 -76
- package/dist/cssm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/cssm/components/Checkbox/Checkbox.module.css +1 -0
- package/dist/cssm/components/Chip/Chip.d.ts +2 -3
- package/dist/cssm/components/Chip/Chip.js +31 -36
- package/dist/cssm/components/Chip/Chip.js.map +1 -1
- package/dist/cssm/components/Chip/Chip.module.css +1 -0
- package/dist/cssm/components/ChipsInput/ChipsInput.d.ts +0 -1
- package/dist/cssm/components/ChipsInput/ChipsInput.js +12 -14
- package/dist/cssm/components/ChipsInput/ChipsInput.js.map +1 -1
- package/dist/cssm/components/ChipsInput/{ChipsInput.css → ChipsInput.module.css} +0 -0
- package/dist/cssm/components/ChipsInputBase/ChipsInputBase.d.ts +0 -1
- package/dist/cssm/components/ChipsInputBase/ChipsInputBase.js +43 -64
- package/dist/cssm/components/ChipsInputBase/ChipsInputBase.js.map +1 -1
- package/dist/cssm/components/ChipsInputBase/ChipsInputBase.module.css +1 -0
- package/dist/cssm/components/ChipsSelect/ChipsSelect.d.ts +0 -1
- package/dist/cssm/components/ChipsSelect/ChipsSelect.js +66 -111
- package/dist/cssm/components/ChipsSelect/ChipsSelect.js.map +1 -1
- package/dist/cssm/components/ChipsSelect/{ChipsSelect.css → ChipsSelect.module.css} +0 -0
- package/dist/cssm/components/ConfigProvider/ConfigProvider.d.ts +1 -5
- package/dist/cssm/components/ConfigProvider/ConfigProvider.js +22 -35
- package/dist/cssm/components/ConfigProvider/ConfigProvider.js.map +1 -1
- package/dist/cssm/components/ConfigProvider/ConfigProviderContext.d.ts +5 -6
- package/dist/cssm/components/ConfigProvider/ConfigProviderContext.js +3 -5
- package/dist/cssm/components/ConfigProvider/ConfigProviderContext.js.map +1 -1
- package/dist/cssm/components/ConfigProvider/ConfigProviderOverride.d.ts +9 -0
- package/dist/cssm/components/ConfigProvider/ConfigProviderOverride.js +19 -0
- package/dist/cssm/components/ConfigProvider/ConfigProviderOverride.js.map +1 -0
- package/dist/cssm/components/ContentCard/ContentCard.d.ts +1 -2
- package/dist/cssm/components/ContentCard/ContentCard.js +48 -47
- package/dist/cssm/components/ContentCard/ContentCard.js.map +1 -1
- package/dist/cssm/components/ContentCard/{ContentCard.css → ContentCard.module.css} +0 -0
- package/dist/cssm/components/Counter/Counter.d.ts +5 -4
- package/dist/cssm/components/Counter/Counter.js +24 -16
- package/dist/cssm/components/Counter/Counter.js.map +1 -1
- package/dist/cssm/components/Counter/Counter.module.css +1 -0
- package/dist/cssm/components/CustomScrollView/CustomScrollView.d.ts +0 -1
- package/dist/cssm/components/CustomScrollView/CustomScrollView.js +24 -55
- package/dist/cssm/components/CustomScrollView/CustomScrollView.js.map +1 -1
- package/dist/cssm/components/CustomScrollView/{CustomScrollView.css → CustomScrollView.module.css} +0 -0
- package/dist/cssm/components/CustomScrollView/useTrackerVisibility.js +9 -15
- package/dist/cssm/components/CustomScrollView/useTrackerVisibility.js.map +1 -1
- package/dist/cssm/components/CustomSelect/CustomSelect.d.ts +1 -3
- package/dist/cssm/components/CustomSelect/CustomSelect.js +89 -166
- package/dist/cssm/components/CustomSelect/CustomSelect.js.map +1 -1
- package/dist/cssm/components/CustomSelect/{CustomSelect.css → CustomSelect.module.css} +0 -0
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.d.ts +1 -2
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.js +35 -46
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.js.map +1 -1
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.module.css +1 -0
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.d.ts +1 -2
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.js +36 -40
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.js.map +1 -1
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.module.css +1 -0
- package/dist/cssm/components/DateInput/DateInput.d.ts +0 -1
- package/dist/cssm/components/DateInput/DateInput.js +88 -109
- package/dist/cssm/components/DateInput/DateInput.js.map +1 -1
- package/dist/cssm/components/DateInput/DateInput.module.css +1 -0
- package/dist/cssm/components/DatePicker/DatePicker.d.ts +1 -3
- package/dist/cssm/components/DatePicker/DatePicker.js +93 -114
- package/dist/cssm/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/cssm/components/DatePicker/{DatePicker.css → DatePicker.module.css} +0 -0
- package/dist/cssm/components/DateRangeInput/DateRangeInput.d.ts +0 -1
- package/dist/cssm/components/DateRangeInput/DateRangeInput.js +85 -109
- package/dist/cssm/components/DateRangeInput/DateRangeInput.js.map +1 -1
- package/dist/cssm/components/DateRangeInput/{DateRangeInput.css → DateRangeInput.module.css} +0 -0
- package/dist/cssm/components/Div/Div.d.ts +1 -2
- package/dist/cssm/components/Div/Div.js +9 -9
- package/dist/cssm/components/Div/Div.js.map +1 -1
- package/dist/cssm/components/Div/{Div.css → Div.module.css} +0 -0
- package/dist/cssm/components/DropdownIcon/DropdownIcon.d.ts +2 -2
- package/dist/cssm/components/DropdownIcon/DropdownIcon.js +15 -14
- package/dist/cssm/components/DropdownIcon/DropdownIcon.js.map +1 -1
- package/{.gitmodules → dist/cssm/components/DropdownIcon/DropdownIcon.module.css} +0 -0
- package/dist/cssm/components/Epic/Epic.d.ts +0 -1
- package/dist/cssm/components/Epic/Epic.js +11 -13
- package/dist/cssm/components/Epic/Epic.js.map +1 -1
- package/dist/cssm/components/Epic/{Epic.css → Epic.module.css} +0 -0
- package/dist/cssm/components/Epic/ScrollSaver.js +5 -10
- package/dist/cssm/components/Epic/ScrollSaver.js.map +1 -1
- package/dist/cssm/components/File/File.js +23 -24
- package/dist/cssm/components/File/File.js.map +1 -1
- package/dist/cssm/components/{List/List.css → File/File.module.css} +0 -0
- package/dist/cssm/components/FixedLayout/FixedLayout.d.ts +1 -2
- package/dist/cssm/components/FixedLayout/FixedLayout.js +23 -26
- package/dist/cssm/components/FixedLayout/FixedLayout.js.map +1 -1
- package/dist/cssm/components/FixedLayout/FixedLayout.module.css +1 -0
- package/dist/cssm/components/FocusTrap/FocusTrap.js +30 -44
- package/dist/cssm/components/FocusTrap/FocusTrap.js.map +1 -1
- package/dist/cssm/components/FocusVisible/FocusVisible.d.ts +0 -1
- package/dist/cssm/components/FocusVisible/FocusVisible.js +9 -6
- package/dist/cssm/components/FocusVisible/FocusVisible.js.map +1 -1
- package/dist/cssm/components/FocusVisible/{FocusVisible.css → FocusVisible.module.css} +0 -0
- package/dist/cssm/components/Footer/Footer.d.ts +1 -2
- package/dist/cssm/components/Footer/Footer.js +8 -8
- package/dist/cssm/components/Footer/Footer.js.map +1 -1
- package/dist/cssm/components/Footer/Footer.module.css +1 -0
- package/dist/cssm/components/FormField/FormField.d.ts +1 -2
- package/dist/cssm/components/FormField/FormField.js +34 -33
- package/dist/cssm/components/FormField/FormField.js.map +1 -1
- package/dist/cssm/components/FormField/FormField.module.css +1 -0
- package/dist/cssm/components/FormItem/FormItem.d.ts +1 -2
- package/dist/cssm/components/FormItem/FormItem.js +31 -31
- package/dist/cssm/components/FormItem/FormItem.js.map +1 -1
- package/dist/cssm/components/FormItem/{FormItem.css → FormItem.module.css} +0 -0
- package/dist/cssm/components/FormLayout/FormLayout.d.ts +1 -2
- package/dist/cssm/components/FormLayout/FormLayout.js +17 -18
- package/dist/cssm/components/FormLayout/FormLayout.js.map +1 -1
- package/dist/cssm/components/FormLayout/{FormLayout.css → FormLayout.module.css} +0 -0
- package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.d.ts +1 -2
- package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.js +25 -24
- package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.js.map +1 -1
- package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.module.css +1 -0
- package/dist/cssm/components/FormStatus/FormStatus.d.ts +9 -0
- package/dist/cssm/components/FormStatus/FormStatus.js +21 -0
- package/dist/cssm/components/FormStatus/FormStatus.js.map +1 -0
- package/dist/cssm/components/FormStatus/FormStatus.module.css +1 -0
- package/dist/cssm/components/Gallery/Gallery.js +16 -22
- package/dist/cssm/components/Gallery/Gallery.js.map +1 -1
- package/dist/cssm/components/Gradient/Gradient.d.ts +1 -2
- package/dist/cssm/components/Gradient/Gradient.js +19 -13
- package/dist/cssm/components/Gradient/Gradient.js.map +1 -1
- package/dist/cssm/components/Gradient/{Gradient.css → Gradient.module.css} +0 -0
- package/dist/cssm/components/GridAvatar/GridAvatar.d.ts +11 -7
- package/dist/cssm/components/GridAvatar/GridAvatar.js +27 -18
- package/dist/cssm/components/GridAvatar/GridAvatar.js.map +1 -1
- package/dist/cssm/components/GridAvatar/GridAvatar.module.css +1 -0
- package/dist/cssm/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.d.ts +4 -0
- package/dist/cssm/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.js +17 -0
- package/dist/cssm/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.js.map +1 -0
- package/dist/cssm/components/GridAvatar/GridAvatarBadge/GridAvatarBadge.module.css +1 -0
- package/dist/cssm/components/Group/Group.d.ts +1 -5
- package/dist/cssm/components/Group/Group.js +44 -38
- package/dist/cssm/components/Group/Group.js.map +1 -1
- package/dist/cssm/components/Group/Group.module.css +1 -0
- package/dist/cssm/components/Header/Header.d.ts +1 -2
- package/dist/cssm/components/Header/Header.js +44 -49
- package/dist/cssm/components/Header/Header.js.map +1 -1
- package/dist/cssm/components/Header/Header.module.css +1 -0
- package/dist/cssm/components/HorizontalCell/HorizontalCell.d.ts +0 -1
- package/dist/cssm/components/HorizontalCell/HorizontalCell.js +36 -36
- package/dist/cssm/components/HorizontalCell/HorizontalCell.js.map +1 -1
- package/dist/cssm/components/HorizontalCell/HorizontalCell.module.css +1 -0
- package/dist/cssm/components/HorizontalScroll/HorizontalScroll.d.ts +1 -2
- package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js +46 -68
- package/dist/cssm/components/HorizontalScroll/HorizontalScroll.js.map +1 -1
- package/dist/cssm/components/HorizontalScroll/{HorizontalScroll.css → HorizontalScroll.module.css} +0 -0
- package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.d.ts +4 -4
- package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.js +20 -19
- package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.js.map +1 -1
- package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.module.css +1 -0
- package/dist/cssm/components/HoverPopper/HoverPopper.js +16 -26
- package/dist/cssm/components/HoverPopper/HoverPopper.js.map +1 -1
- package/dist/cssm/components/IconButton/IconButton.d.ts +1 -2
- package/dist/cssm/components/IconButton/IconButton.js +11 -14
- package/dist/cssm/components/IconButton/IconButton.js.map +1 -1
- package/dist/cssm/components/IconButton/{IconButton.css → IconButton.module.css} +0 -0
- package/dist/cssm/components/Image/Image.d.ts +8 -10
- package/dist/cssm/components/Image/Image.js +14 -34
- package/dist/cssm/components/Image/Image.js.map +1 -1
- package/dist/cssm/components/Image/Image.module.css +0 -1
- package/dist/cssm/components/Image/ImageBadge/ImageBadge.d.ts +4 -0
- package/dist/cssm/components/Image/ImageBadge/ImageBadge.js +17 -0
- package/dist/cssm/components/Image/ImageBadge/ImageBadge.js.map +1 -0
- package/dist/cssm/components/Image/ImageBadge/ImageBadge.module.css +1 -0
- package/dist/cssm/components/ImageBase/ImageBase.d.ts +27 -25
- package/dist/cssm/components/ImageBase/ImageBase.js +84 -101
- package/dist/cssm/components/ImageBase/ImageBase.js.map +1 -1
- package/dist/cssm/components/ImageBase/ImageBase.module.css +1 -1
- package/dist/cssm/components/ImageBase/ImageBaseBadge/ImageBaseBadge.d.ts +18 -13
- package/dist/cssm/components/ImageBase/ImageBaseBadge/ImageBaseBadge.js +34 -34
- package/dist/cssm/components/ImageBase/ImageBaseBadge/ImageBaseBadge.js.map +1 -1
- package/dist/cssm/components/ImageBase/ImageBaseBadge/ImageBaseBadge.module.css +1 -1
- package/dist/cssm/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.d.ts +16 -10
- package/dist/cssm/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.js +35 -54
- package/dist/cssm/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.js.map +1 -1
- package/dist/cssm/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.module.css +1 -1
- package/dist/cssm/components/ImageBase/context.d.ts +3 -0
- package/dist/cssm/components/ImageBase/context.js +5 -0
- package/dist/cssm/components/ImageBase/context.js.map +1 -0
- package/dist/cssm/components/ImageBase/helpers.d.ts +21 -0
- package/dist/cssm/components/ImageBase/helpers.js +55 -0
- package/dist/cssm/components/ImageBase/helpers.js.map +1 -0
- package/dist/cssm/components/ImageBase/types.d.ts +4 -2
- package/dist/cssm/components/ImageBase/types.js.map +1 -1
- package/dist/cssm/components/ImageBase/validators.d.ts +10 -0
- package/dist/cssm/components/ImageBase/validators.js +97 -0
- package/dist/cssm/components/ImageBase/validators.js.map +1 -0
- package/dist/cssm/components/InfoRow/InfoRow.d.ts +1 -2
- package/dist/cssm/components/InfoRow/InfoRow.js +12 -11
- package/dist/cssm/components/InfoRow/InfoRow.js.map +1 -1
- package/dist/cssm/components/InfoRow/{InfoRow.css → InfoRow.module.css} +0 -0
- package/dist/cssm/components/Input/Input.d.ts +0 -1
- package/dist/cssm/components/Input/Input.js +23 -22
- package/dist/cssm/components/Input/Input.js.map +1 -1
- package/dist/cssm/components/Input/Input.module.css +1 -0
- package/dist/cssm/components/InputLike/InputLike.d.ts +1 -2
- package/dist/cssm/components/InputLike/InputLike.js +17 -23
- package/dist/cssm/components/InputLike/InputLike.js.map +1 -1
- package/dist/cssm/components/InputLike/InputLike.module.css +1 -0
- package/dist/cssm/components/InputLike/InputLikeDivider.d.ts +1 -2
- package/dist/cssm/components/InputLike/InputLikeDivider.js +8 -7
- package/dist/cssm/components/InputLike/InputLikeDivider.js.map +1 -1
- package/dist/cssm/components/InputLike/{InputLikeDivider.css → InputLikeDivider.module.css} +0 -0
- package/dist/cssm/components/Link/Link.d.ts +1 -2
- package/dist/cssm/components/Link/Link.js +10 -11
- package/dist/cssm/components/Link/Link.js.map +1 -1
- package/dist/cssm/components/Link/Link.module.css +1 -0
- package/dist/cssm/components/List/List.d.ts +1 -2
- package/dist/cssm/components/List/List.js +11 -14
- package/dist/cssm/components/List/List.js.map +1 -1
- package/dist/cssm/components/List/List.module.css +0 -0
- package/dist/cssm/components/List/ListContext.js.map +1 -1
- package/dist/cssm/components/LocaleProvider/LocaleProvider.d.ts +17 -0
- package/dist/cssm/components/LocaleProvider/LocaleProvider.js +17 -0
- package/dist/cssm/components/LocaleProvider/LocaleProvider.js.map +1 -0
- package/dist/cssm/components/MiniInfoCell/MiniInfoCell.d.ts +1 -2
- package/dist/cssm/components/MiniInfoCell/MiniInfoCell.js +39 -30
- package/dist/cssm/components/MiniInfoCell/MiniInfoCell.js.map +1 -1
- package/dist/cssm/components/MiniInfoCell/{MiniInfoCell.css → MiniInfoCell.module.css} +0 -0
- package/dist/cssm/components/ModalCard/ModalCard.d.ts +1 -2
- package/dist/cssm/components/ModalCard/ModalCard.js +24 -28
- package/dist/cssm/components/ModalCard/ModalCard.js.map +1 -1
- package/dist/cssm/components/ModalCard/ModalCard.module.css +1 -0
- package/dist/cssm/components/ModalCardBase/ModalCardBase.d.ts +9 -8
- package/dist/cssm/components/ModalCardBase/ModalCardBase.js +33 -37
- package/dist/cssm/components/ModalCardBase/ModalCardBase.js.map +1 -1
- package/dist/cssm/components/ModalCardBase/ModalCardBase.module.css +1 -0
- package/dist/cssm/components/ModalDismissButton/ModalDismissButton.d.ts +1 -2
- package/dist/cssm/components/ModalDismissButton/ModalDismissButton.js +12 -12
- package/dist/cssm/components/ModalDismissButton/ModalDismissButton.js.map +1 -1
- package/dist/cssm/components/ModalDismissButton/{ModalDismissButton.css → ModalDismissButton.module.css} +0 -0
- package/dist/cssm/components/ModalPage/ModalPage.d.ts +1 -2
- package/dist/cssm/components/ModalPage/ModalPage.js +49 -50
- package/dist/cssm/components/ModalPage/ModalPage.js.map +1 -1
- package/dist/cssm/components/ModalPage/ModalPage.module.css +1 -0
- package/dist/cssm/components/ModalPageHeader/ModalPageHeader.d.ts +1 -2
- package/dist/cssm/components/ModalPageHeader/ModalPageHeader.js +17 -20
- package/dist/cssm/components/ModalPageHeader/ModalPageHeader.js.map +1 -1
- package/dist/cssm/components/ModalPageHeader/ModalPageHeader.module.css +1 -0
- package/dist/cssm/components/ModalRoot/ModalRoot.d.ts +0 -1
- package/dist/cssm/components/ModalRoot/ModalRoot.js +49 -176
- package/dist/cssm/components/ModalRoot/ModalRoot.js.map +1 -1
- package/dist/cssm/components/ModalRoot/ModalRoot.module.css +1 -0
- package/dist/cssm/components/ModalRoot/ModalRootAdaptive.js +5 -7
- package/dist/cssm/components/ModalRoot/ModalRootAdaptive.js.map +1 -1
- package/dist/cssm/components/ModalRoot/ModalRootContext.js +3 -4
- package/dist/cssm/components/ModalRoot/ModalRootContext.js.map +1 -1
- package/dist/cssm/components/ModalRoot/ModalRootDesktop.d.ts +0 -1
- package/dist/cssm/components/ModalRoot/ModalRootDesktop.js +28 -64
- package/dist/cssm/components/ModalRoot/ModalRootDesktop.js.map +1 -1
- package/dist/cssm/components/ModalRoot/constants.js.map +1 -1
- package/dist/cssm/components/ModalRoot/types.js +0 -1
- package/dist/cssm/components/ModalRoot/types.js.map +1 -1
- package/dist/cssm/components/ModalRoot/useModalManager.js +19 -42
- package/dist/cssm/components/ModalRoot/useModalManager.js.map +1 -1
- package/dist/cssm/components/ModalRoot/useModalRootContext.d.ts +1 -0
- package/dist/cssm/components/ModalRoot/useModalRootContext.js +6 -0
- package/dist/cssm/components/ModalRoot/useModalRootContext.js.map +1 -0
- package/dist/cssm/components/ModalRoot/withModalRootContext.js +2 -5
- package/dist/cssm/components/ModalRoot/withModalRootContext.js.map +1 -1
- package/dist/cssm/components/NativeSelect/NativeSelect.d.ts +1 -2
- package/dist/cssm/components/NativeSelect/NativeSelect.js +45 -53
- package/dist/cssm/components/NativeSelect/NativeSelect.js.map +1 -1
- package/dist/cssm/components/NavTransitionContext/NavTransitionContext.js +2 -3
- package/dist/cssm/components/NavTransitionContext/NavTransitionContext.js.map +1 -1
- package/dist/cssm/components/Pagination/Pagination.d.ts +1 -2
- package/dist/cssm/components/Pagination/Pagination.js +42 -48
- package/dist/cssm/components/Pagination/Pagination.js.map +1 -1
- package/dist/cssm/components/Pagination/Pagination.module.css +1 -0
- package/dist/cssm/components/Panel/Panel.d.ts +1 -2
- package/dist/cssm/components/Panel/Panel.js +23 -26
- package/dist/cssm/components/Panel/Panel.js.map +1 -1
- package/dist/cssm/components/Panel/Panel.module.css +1 -0
- package/dist/cssm/components/PanelHeader/PanelHeader.d.ts +1 -2
- package/dist/cssm/components/PanelHeader/PanelHeader.js +58 -66
- package/dist/cssm/components/PanelHeader/PanelHeader.js.map +1 -1
- package/dist/cssm/components/PanelHeader/PanelHeader.module.css +1 -0
- package/dist/cssm/components/PanelHeaderBack/PanelHeaderBack.d.ts +1 -2
- package/dist/cssm/components/PanelHeaderBack/PanelHeaderBack.js +15 -21
- package/dist/cssm/components/PanelHeaderBack/PanelHeaderBack.js.map +1 -1
- package/dist/cssm/components/PanelHeaderBack/{PanelHeaderBack.css → PanelHeaderBack.module.css} +0 -0
- package/dist/cssm/components/PanelHeaderButton/PanelHeaderButton.d.ts +1 -2
- package/dist/cssm/components/PanelHeaderButton/PanelHeaderButton.js +22 -32
- package/dist/cssm/components/PanelHeaderButton/PanelHeaderButton.js.map +1 -1
- package/dist/cssm/components/PanelHeaderButton/{PanelHeaderButton.css → PanelHeaderButton.module.css} +0 -0
- package/dist/cssm/components/PanelHeaderClose/PanelHeaderClose.js +6 -7
- package/dist/cssm/components/PanelHeaderClose/PanelHeaderClose.js.map +1 -1
- package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.d.ts +0 -1
- package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.js +34 -41
- package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.js.map +1 -1
- package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.module.css +1 -0
- package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.d.ts +1 -2
- package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.js +28 -31
- package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.js.map +1 -1
- package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.module.css +1 -0
- package/dist/cssm/components/PanelHeaderEdit/PanelHeaderEdit.js +9 -11
- package/dist/cssm/components/PanelHeaderEdit/PanelHeaderEdit.js.map +1 -1
- package/dist/cssm/components/PanelHeaderSubmit/PanelHeaderSubmit.js +6 -7
- package/dist/cssm/components/PanelHeaderSubmit/PanelHeaderSubmit.js.map +1 -1
- package/dist/cssm/components/PanelSpinner/PanelSpinner.js +4 -7
- package/dist/cssm/components/PanelSpinner/PanelSpinner.js.map +1 -1
- package/dist/cssm/components/Placeholder/Placeholder.d.ts +1 -2
- package/dist/cssm/components/Placeholder/Placeholder.js +23 -24
- package/dist/cssm/components/Placeholder/Placeholder.js.map +1 -1
- package/dist/cssm/components/Placeholder/{Placeholder.css → Placeholder.module.css} +0 -0
- package/dist/cssm/components/PopoutRoot/PopoutRoot.d.ts +1 -2
- package/dist/cssm/components/PopoutRoot/PopoutRoot.js +29 -23
- package/dist/cssm/components/PopoutRoot/PopoutRoot.js.map +1 -1
- package/dist/cssm/components/PopoutRoot/PopoutRoot.module.css +1 -0
- package/dist/cssm/components/PopoutWrapper/PopoutWrapper.d.ts +1 -2
- package/dist/cssm/components/PopoutWrapper/PopoutWrapper.js +36 -36
- package/dist/cssm/components/PopoutWrapper/PopoutWrapper.js.map +1 -1
- package/dist/cssm/components/PopoutWrapper/{PopoutWrapper.css → PopoutWrapper.module.css} +0 -0
- package/dist/cssm/components/Popover/Popover.js +32 -59
- package/dist/cssm/components/Popover/Popover.js.map +1 -1
- package/dist/cssm/components/Popover/Popover.module.css +1 -1
- package/dist/cssm/components/Popper/Popper.d.ts +1 -2
- package/dist/cssm/components/Popper/Popper.js +47 -58
- package/dist/cssm/components/Popper/Popper.js.map +1 -1
- package/dist/cssm/components/Popper/{Popper.css → Popper.module.css} +0 -0
- package/dist/cssm/components/PopperArrow/PopperArrow.d.ts +0 -1
- package/dist/cssm/components/PopperArrow/PopperArrow.js +16 -11
- package/dist/cssm/components/PopperArrow/PopperArrow.js.map +1 -1
- package/dist/cssm/components/PopperArrow/{PopperArrow.css → PopperArrow.module.css} +0 -0
- package/dist/cssm/components/Progress/Progress.d.ts +1 -2
- package/dist/cssm/components/Progress/Progress.js +16 -15
- package/dist/cssm/components/Progress/Progress.js.map +1 -1
- package/dist/cssm/components/Progress/{Progress.css → Progress.module.css} +0 -0
- package/dist/cssm/components/PromoBanner/PromoBanner.d.ts +1 -2
- package/dist/cssm/components/PromoBanner/PromoBanner.js +31 -31
- package/dist/cssm/components/PromoBanner/PromoBanner.js.map +1 -1
- package/dist/cssm/components/PromoBanner/PromoBanner.module.css +1 -0
- package/dist/cssm/components/PullToRefresh/PullToRefresh.d.ts +3 -3
- package/dist/cssm/components/PullToRefresh/PullToRefresh.js +46 -74
- package/dist/cssm/components/PullToRefresh/PullToRefresh.js.map +1 -1
- package/dist/cssm/components/PullToRefresh/PullToRefresh.module.css +1 -0
- package/dist/cssm/components/PullToRefresh/PullToRefreshSpinner.d.ts +0 -1
- package/dist/cssm/components/PullToRefresh/PullToRefreshSpinner.js +20 -22
- package/dist/cssm/components/PullToRefresh/PullToRefreshSpinner.js.map +1 -1
- package/dist/cssm/components/Radio/Radio.d.ts +0 -1
- package/dist/cssm/components/Radio/Radio.js +27 -33
- package/dist/cssm/components/Radio/Radio.js.map +1 -1
- package/dist/cssm/components/Radio/Radio.module.css +1 -0
- package/dist/cssm/components/RadioGroup/RadioGroup.d.ts +1 -2
- package/dist/cssm/components/RadioGroup/RadioGroup.js +14 -11
- package/dist/cssm/components/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/cssm/components/RadioGroup/{RadioGroup.css → RadioGroup.module.css} +0 -0
- package/dist/cssm/components/RangeSlider/RangeSlider.js +15 -22
- package/dist/cssm/components/RangeSlider/RangeSlider.js.map +1 -1
- package/dist/cssm/components/RangeSlider/UniversalSlider.d.ts +1 -2
- package/dist/cssm/components/RangeSlider/UniversalSlider.js +28 -48
- package/dist/cssm/components/RangeSlider/UniversalSlider.js.map +1 -1
- package/dist/cssm/components/Removable/Removable.d.ts +1 -2
- package/dist/cssm/components/Removable/Removable.js +46 -59
- package/dist/cssm/components/Removable/Removable.js.map +1 -1
- package/dist/cssm/components/Removable/Removable.module.css +1 -0
- package/dist/cssm/components/RichCell/RichCell.d.ts +1 -2
- package/dist/cssm/components/RichCell/RichCell.js +44 -46
- package/dist/cssm/components/RichCell/RichCell.js.map +1 -1
- package/dist/cssm/components/RichCell/RichCell.module.css +1 -0
- package/dist/cssm/components/RichTooltip/RichTooltip.d.ts +1 -2
- package/dist/cssm/components/RichTooltip/RichTooltip.js +20 -15
- package/dist/cssm/components/RichTooltip/RichTooltip.js.map +1 -1
- package/dist/cssm/components/RichTooltip/{RichTooltip.css → RichTooltip.module.css} +0 -0
- package/dist/cssm/components/Root/Root.d.ts +1 -2
- package/dist/cssm/components/Root/Root.js +35 -52
- package/dist/cssm/components/Root/Root.js.map +1 -1
- package/dist/cssm/components/Root/Root.module.css +1 -0
- package/dist/cssm/components/ScreenSpinner/Icon48CancelCircle.d.ts +1 -1
- package/dist/cssm/components/ScreenSpinner/Icon48CancelCircle.js +4 -4
- package/dist/cssm/components/ScreenSpinner/Icon48CancelCircle.js.map +1 -1
- package/dist/cssm/components/ScreenSpinner/Icon48DoneOutline.d.ts +1 -1
- package/dist/cssm/components/ScreenSpinner/Icon48DoneOutline.js +4 -4
- package/dist/cssm/components/ScreenSpinner/Icon48DoneOutline.js.map +1 -1
- package/dist/cssm/components/ScreenSpinner/ScreenSpinner.d.ts +0 -1
- package/dist/cssm/components/ScreenSpinner/ScreenSpinner.js +27 -26
- package/dist/cssm/components/ScreenSpinner/ScreenSpinner.js.map +1 -1
- package/dist/cssm/components/ScreenSpinner/ScreenSpinner.module.css +1 -0
- package/dist/cssm/components/Search/Search.d.ts +6 -5
- package/dist/cssm/components/Search/Search.js +67 -88
- package/dist/cssm/components/Search/Search.js.map +1 -1
- package/dist/cssm/components/Search/Search.module.css +1 -0
- package/dist/cssm/components/SegmentedControl/SegmentedControl.d.ts +1 -2
- package/dist/cssm/components/SegmentedControl/SegmentedControl.js +37 -45
- package/dist/cssm/components/SegmentedControl/SegmentedControl.js.map +1 -1
- package/dist/cssm/components/SegmentedControl/SegmentedControl.module.css +1 -0
- package/dist/cssm/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.d.ts +0 -1
- package/dist/cssm/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js +17 -22
- package/dist/cssm/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.js.map +1 -1
- package/dist/cssm/components/SegmentedControl/SegmentedControlOption/{SegmentedControlOption.css → SegmentedControlOption.module.css} +0 -0
- package/dist/cssm/components/Select/Select.d.ts +2 -2
- package/dist/cssm/components/Select/Select.js +32 -32
- package/dist/cssm/components/Select/Select.js.map +1 -1
- package/dist/cssm/components/Select/Select.module.css +1 -0
- package/dist/cssm/components/SelectMimicry/SelectMimicry.d.ts +1 -2
- package/dist/cssm/components/SelectMimicry/SelectMimicry.js +34 -32
- package/dist/cssm/components/SelectMimicry/SelectMimicry.js.map +1 -1
- package/dist/cssm/components/Separator/Separator.d.ts +1 -2
- package/dist/cssm/components/Separator/Separator.js +10 -11
- package/dist/cssm/components/Separator/Separator.js.map +1 -1
- package/dist/cssm/components/Separator/Separator.module.css +1 -0
- package/dist/cssm/components/SimpleCell/SimpleCell.d.ts +1 -2
- package/dist/cssm/components/SimpleCell/SimpleCell.js +49 -52
- package/dist/cssm/components/SimpleCell/SimpleCell.js.map +1 -1
- package/dist/cssm/components/SimpleCell/SimpleCell.module.css +1 -0
- package/dist/cssm/components/Slider/Slider.js +12 -19
- package/dist/cssm/components/Slider/Slider.js.map +1 -1
- package/dist/cssm/components/Slider/{Slider.css → Slider.module.css} +0 -0
- package/dist/cssm/components/Snackbar/Snackbar.d.ts +10 -5
- package/dist/cssm/components/Snackbar/Snackbar.js +57 -69
- package/dist/cssm/components/Snackbar/Snackbar.js.map +1 -1
- package/dist/cssm/components/Snackbar/Snackbar.module.css +1 -0
- package/dist/cssm/components/Spacing/Spacing.d.ts +1 -12
- package/dist/cssm/components/Spacing/Spacing.js +13 -16
- package/dist/cssm/components/Spacing/Spacing.js.map +1 -1
- package/dist/cssm/components/Spacing/Spacing.module.css +1 -0
- package/dist/cssm/components/Spinner/Spinner.d.ts +1 -2
- package/dist/cssm/components/Spinner/Spinner.js +12 -14
- package/dist/cssm/components/Spinner/Spinner.js.map +1 -1
- package/dist/cssm/components/Spinner/Spinner.module.css +1 -0
- package/dist/cssm/components/SplitCol/SplitCol.d.ts +0 -1
- package/dist/cssm/components/SplitCol/SplitCol.js +25 -31
- package/dist/cssm/components/SplitCol/SplitCol.js.map +1 -1
- package/dist/cssm/components/SplitCol/SplitCol.module.css +1 -0
- package/dist/cssm/components/SplitLayout/SplitLayout.d.ts +1 -2
- package/dist/cssm/components/SplitLayout/SplitLayout.js +15 -16
- package/dist/cssm/components/SplitLayout/SplitLayout.js.map +1 -1
- package/dist/cssm/components/SplitLayout/SplitLayout.module.css +1 -0
- package/dist/cssm/components/SubnavigationBar/SubnavigationBar.d.ts +1 -2
- package/dist/cssm/components/SubnavigationBar/SubnavigationBar.js +26 -27
- package/dist/cssm/components/SubnavigationBar/SubnavigationBar.js.map +1 -1
- package/dist/cssm/components/SubnavigationBar/{SubnavigationBar.css → SubnavigationBar.module.css} +0 -0
- package/dist/cssm/components/SubnavigationButton/SubnavigationButton.d.ts +1 -2
- package/dist/cssm/components/SubnavigationButton/SubnavigationButton.js +42 -39
- package/dist/cssm/components/SubnavigationButton/SubnavigationButton.js.map +1 -1
- package/dist/cssm/components/SubnavigationButton/SubnavigationButton.module.css +5 -0
- package/dist/cssm/components/Switch/Switch.d.ts +0 -1
- package/dist/cssm/components/Switch/Switch.js +18 -24
- package/dist/cssm/components/Switch/Switch.js.map +1 -1
- package/dist/cssm/components/Switch/Switch.module.css +1 -0
- package/dist/cssm/components/Tabbar/Tabbar.d.ts +1 -2
- package/dist/cssm/components/Tabbar/Tabbar.js +17 -20
- package/dist/cssm/components/Tabbar/Tabbar.js.map +1 -1
- package/dist/cssm/components/Tabbar/Tabbar.module.css +1 -0
- package/dist/cssm/components/TabbarItem/TabbarItem.d.ts +1 -2
- package/dist/cssm/components/TabbarItem/TabbarItem.js +26 -27
- package/dist/cssm/components/TabbarItem/TabbarItem.js.map +1 -1
- package/dist/cssm/components/TabbarItem/TabbarItem.module.css +1 -0
- package/dist/cssm/components/Tabs/Tabs.d.ts +1 -2
- package/dist/cssm/components/Tabs/Tabs.js +122 -18
- package/dist/cssm/components/Tabs/Tabs.js.map +1 -1
- package/dist/cssm/components/Tabs/Tabs.module.css +1 -0
- package/dist/cssm/components/TabsItem/TabsItem.d.ts +1 -2
- package/dist/cssm/components/TabsItem/TabsItem.js +55 -39
- package/dist/cssm/components/TabsItem/TabsItem.js.map +1 -1
- package/dist/cssm/components/TabsItem/TabsItem.module.css +1 -0
- package/dist/cssm/components/Tappable/Tappable.js +83 -137
- package/dist/cssm/components/Tappable/Tappable.js.map +1 -1
- package/dist/cssm/components/Tappable/Tappable.module.css +1 -1
- package/dist/cssm/components/TextTooltip/TextTooltip.d.ts +1 -2
- package/dist/cssm/components/TextTooltip/TextTooltip.js +23 -19
- package/dist/cssm/components/TextTooltip/TextTooltip.js.map +1 -1
- package/dist/cssm/components/TextTooltip/{TextTooltip.css → TextTooltip.module.css} +0 -0
- package/dist/cssm/components/Textarea/Textarea.d.ts +0 -1
- package/dist/cssm/components/Textarea/Textarea.js +26 -34
- package/dist/cssm/components/Textarea/Textarea.js.map +1 -1
- package/dist/cssm/components/Textarea/Textarea.module.css +1 -0
- package/dist/cssm/components/Tooltip/Tooltip.d.ts +0 -1
- package/dist/cssm/components/Tooltip/Tooltip.js +82 -99
- package/dist/cssm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/cssm/components/Tooltip/{Tooltip.css → Tooltip.module.css} +0 -0
- package/dist/cssm/components/Tooltip/TooltipContainer.js +3 -5
- package/dist/cssm/components/Tooltip/TooltipContainer.js.map +1 -1
- package/dist/cssm/components/Touch/Touch.js +55 -80
- package/dist/cssm/components/Touch/Touch.js.map +1 -1
- package/dist/cssm/components/Touch/TouchContext.js +3 -2
- package/dist/cssm/components/Touch/TouchContext.js.map +1 -1
- package/dist/cssm/components/Typography/Caption/Caption.d.ts +1 -2
- package/dist/cssm/components/Typography/Caption/Caption.js +23 -16
- package/dist/cssm/components/Typography/Caption/Caption.js.map +1 -1
- package/dist/cssm/components/Typography/Caption/{Caption.css → Caption.module.css} +0 -0
- package/dist/cssm/components/Typography/Footnote/Footnote.d.ts +1 -2
- package/dist/cssm/components/Typography/Footnote/Footnote.js +18 -14
- package/dist/cssm/components/Typography/Footnote/Footnote.js.map +1 -1
- package/dist/cssm/components/Typography/Footnote/{Footnote.css → Footnote.module.css} +0 -0
- package/dist/cssm/components/Typography/Headline/Headline.d.ts +1 -2
- package/dist/cssm/components/Typography/Headline/Headline.js +25 -20
- package/dist/cssm/components/Typography/Headline/Headline.js.map +1 -1
- package/dist/cssm/components/Typography/Headline/{Headline.css → Headline.module.css} +0 -0
- package/dist/cssm/components/Typography/Paragraph/Paragraph.d.ts +1 -2
- package/dist/cssm/components/Typography/Paragraph/Paragraph.js +19 -15
- package/dist/cssm/components/Typography/Paragraph/Paragraph.js.map +1 -1
- package/dist/cssm/components/Typography/Paragraph/{Paragraph.css → Paragraph.module.css} +0 -0
- package/dist/cssm/components/Typography/Subhead/Subhead.d.ts +1 -2
- package/dist/cssm/components/Typography/Subhead/Subhead.js +18 -15
- package/dist/cssm/components/Typography/Subhead/Subhead.js.map +1 -1
- package/dist/cssm/components/Typography/Subhead/{Subhead.css → Subhead.module.css} +0 -0
- package/dist/cssm/components/Typography/Text/Text.d.ts +1 -2
- package/dist/cssm/components/Typography/Text/Text.js +19 -17
- package/dist/cssm/components/Typography/Text/Text.js.map +1 -1
- package/dist/cssm/components/Typography/Text/{Text.css → Text.module.css} +0 -0
- package/dist/cssm/components/Typography/Title/Title.d.ts +1 -2
- package/dist/cssm/components/Typography/Title/Title.js +21 -15
- package/dist/cssm/components/Typography/Title/Title.js.map +1 -1
- package/dist/cssm/components/Typography/Title/{Title.css → Title.module.css} +0 -0
- package/dist/cssm/components/UsersStack/UsersStack.d.ts +1 -2
- package/dist/cssm/components/UsersStack/UsersStack.js +72 -62
- package/dist/cssm/components/UsersStack/UsersStack.js.map +1 -1
- package/dist/cssm/components/UsersStack/UsersStack.module.css +1 -0
- package/dist/cssm/components/View/View.d.ts +1 -2
- package/dist/cssm/components/View/View.js +79 -129
- package/dist/cssm/components/View/View.js.map +1 -1
- package/dist/cssm/components/View/View.module.css +1 -0
- package/dist/cssm/components/View/ViewIOS.module.css +1 -0
- package/dist/cssm/components/View/ViewInfinite.d.ts +0 -1
- package/dist/cssm/components/View/ViewInfinite.js +62 -141
- package/dist/cssm/components/View/ViewInfinite.js.map +1 -1
- package/dist/cssm/components/View/utils.js +2 -3
- package/dist/cssm/components/View/utils.js.map +1 -1
- package/dist/cssm/components/VisuallyHiddenInput/VisuallyHiddenInput.d.ts +1 -2
- package/dist/cssm/components/VisuallyHiddenInput/VisuallyHiddenInput.js +8 -8
- package/dist/cssm/components/VisuallyHiddenInput/VisuallyHiddenInput.js.map +1 -1
- package/dist/cssm/components/VisuallyHiddenInput/{VisuallyHiddenInput.css → VisuallyHiddenInput.module.css} +0 -0
- package/dist/cssm/components/WriteBar/WriteBar.d.ts +0 -1
- package/dist/cssm/components/WriteBar/WriteBar.js +28 -38
- package/dist/cssm/components/WriteBar/WriteBar.js.map +1 -1
- package/dist/cssm/components/WriteBar/WriteBar.module.css +1 -0
- package/dist/cssm/components/WriteBarIcon/WriteBarIcon.d.ts +1 -2
- package/dist/cssm/components/WriteBarIcon/WriteBarIcon.js +25 -38
- package/dist/cssm/components/WriteBarIcon/WriteBarIcon.js.map +1 -1
- package/dist/cssm/components/WriteBarIcon/WriteBarIcon.module.css +1 -0
- package/dist/cssm/helpers/appearance.js +4 -7
- package/dist/cssm/helpers/appearance.js.map +1 -1
- package/dist/cssm/helpers/avatar.js.map +1 -1
- package/dist/cssm/helpers/getHoverClassName.js +0 -2
- package/dist/cssm/helpers/getHoverClassName.js.map +1 -1
- package/dist/cssm/helpers/getOrDefault.js.map +1 -1
- package/dist/cssm/helpers/getPlatformClassName.js.map +1 -1
- package/dist/cssm/helpers/getPointerClassName.d.ts +2 -0
- package/dist/cssm/helpers/getPointerClassName.js +16 -0
- package/dist/cssm/helpers/getPointerClassName.js.map +1 -0
- package/dist/cssm/helpers/getSizeXClassName.js.map +1 -1
- package/dist/cssm/helpers/getSizeYClassName.js.map +1 -1
- package/dist/cssm/helpers/getViewHeightClassName.js +0 -5
- package/dist/cssm/helpers/getViewHeightClassName.js.map +1 -1
- package/dist/cssm/helpers/getViewWidthClassName.js +7 -9
- package/dist/cssm/helpers/getViewWidthClassName.js.map +1 -1
- package/dist/cssm/helpers/math.js +4 -8
- package/dist/cssm/helpers/math.js.map +1 -1
- package/dist/cssm/helpers/range.d.ts +9 -0
- package/dist/cssm/helpers/range.js +26 -0
- package/dist/cssm/helpers/range.js.map +1 -0
- package/dist/cssm/hoc/withContext.js +1 -3
- package/dist/cssm/hoc/withContext.js.map +1 -1
- package/dist/cssm/hoc/withInsets.d.ts +1 -1
- package/dist/cssm/hoc/withInsets.js +2 -3
- package/dist/cssm/hoc/withInsets.js.map +1 -1
- package/dist/cssm/hoc/withPlatform.js +5 -11
- package/dist/cssm/hoc/withPlatform.js.map +1 -1
- package/dist/cssm/hooks/useAdaptivity.d.ts +3 -0
- package/dist/cssm/hooks/useAdaptivity.js +4 -26
- package/dist/cssm/hooks/useAdaptivity.js.map +1 -1
- package/dist/cssm/hooks/useAdaptivityConditionalRender/constants.d.ts +68 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/constants.js +68 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/constants.js.map +1 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/helpers.d.ts +6 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/helpers.js +33 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/helpers.js.map +1 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/index.d.ts +2 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/index.js +2 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/index.js.map +1 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/types.d.ts +16 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/types.js +2 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/types.js.map +1 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.d.ts +2 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.js +27 -0
- package/dist/cssm/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.js.map +1 -0
- package/dist/cssm/hooks/useAdaptivityHasHover.d.ts +8 -0
- package/dist/cssm/hooks/useAdaptivityHasHover.js +31 -0
- package/dist/cssm/hooks/useAdaptivityHasHover.js.map +1 -0
- package/dist/cssm/hooks/useAdaptivityHasPointer.d.ts +8 -0
- package/dist/cssm/hooks/useAdaptivityHasPointer.js +31 -0
- package/dist/cssm/hooks/useAdaptivityHasPointer.js.map +1 -0
- package/dist/cssm/hooks/useAdaptivityWithJSMediaQueries.d.ts +18 -0
- package/dist/cssm/hooks/useAdaptivityWithJSMediaQueries.js +96 -0
- package/dist/cssm/hooks/useAdaptivityWithJSMediaQueries.js.map +1 -0
- package/dist/cssm/hooks/useAppearance.d.ts +1 -1
- package/dist/cssm/hooks/useAppearance.js +6 -5
- package/dist/cssm/hooks/useAppearance.js.map +1 -1
- package/dist/cssm/hooks/useAutoDetectAppearance.js +18 -34
- package/dist/cssm/hooks/useAutoDetectAppearance.js.map +1 -1
- package/dist/cssm/hooks/useBooleanState.js +3 -5
- package/dist/cssm/hooks/useBooleanState.js.map +1 -1
- package/dist/cssm/hooks/useBridgeAdaptivity.js +7 -17
- package/dist/cssm/hooks/useBridgeAdaptivity.js.map +1 -1
- package/dist/cssm/hooks/useCalendar.js +12 -20
- package/dist/cssm/hooks/useCalendar.js.map +1 -1
- package/dist/cssm/hooks/useChipsInput.js +10 -16
- package/dist/cssm/hooks/useChipsInput.js.map +1 -1
- package/dist/cssm/hooks/useChipsSelect.js +16 -29
- package/dist/cssm/hooks/useChipsSelect.js.map +1 -1
- package/dist/cssm/hooks/useDateInput.js +19 -36
- package/dist/cssm/hooks/useDateInput.js.map +1 -1
- package/dist/cssm/hooks/useEffectDev.js.map +1 -1
- package/dist/cssm/hooks/useEnsuredControl.js +3 -5
- package/dist/cssm/hooks/useEnsuredControl.js.map +1 -1
- package/dist/cssm/hooks/useEventListener.js +0 -5
- package/dist/cssm/hooks/useEventListener.js.map +1 -1
- package/dist/cssm/hooks/useExternRef.js +2 -4
- package/dist/cssm/hooks/useExternRef.js.map +1 -1
- package/dist/cssm/hooks/useFocusVisible.js +4 -6
- package/dist/cssm/hooks/useFocusVisible.js.map +1 -1
- package/dist/cssm/hooks/useGlobalEventListener.js.map +1 -1
- package/dist/cssm/hooks/useId.d.ts +1 -0
- package/dist/cssm/hooks/useId.js +19 -0
- package/dist/cssm/hooks/useId.js.map +1 -0
- package/dist/cssm/hooks/useInsets.js +5 -15
- package/dist/cssm/hooks/useInsets.js.map +1 -1
- package/dist/cssm/hooks/useKeyboard.js +6 -11
- package/dist/cssm/hooks/useKeyboard.js.map +1 -1
- package/dist/cssm/hooks/useKeyboardInputTracker.js +4 -6
- package/dist/cssm/hooks/useKeyboardInputTracker.js.map +1 -1
- package/dist/cssm/hooks/useMediaQueries.js +2 -4
- package/dist/cssm/hooks/useMediaQueries.js.map +1 -1
- package/dist/cssm/hooks/useObjectMemo.js +0 -2
- package/dist/cssm/hooks/useObjectMemo.js.map +1 -1
- package/dist/cssm/hooks/useOrientationChange.js +7 -13
- package/dist/cssm/hooks/useOrientationChange.js.map +1 -1
- package/dist/cssm/hooks/usePagination.js +14 -31
- package/dist/cssm/hooks/usePagination.js.map +1 -1
- package/dist/cssm/hooks/usePatchChildrenRef.js +0 -2
- package/dist/cssm/hooks/usePatchChildrenRef.js.map +1 -1
- package/dist/cssm/hooks/usePlatform.js +4 -9
- package/dist/cssm/hooks/usePlatform.js.map +1 -1
- package/dist/cssm/hooks/usePrevious.js.map +1 -1
- package/dist/cssm/hooks/useTimeout.js +0 -1
- package/dist/cssm/hooks/useTimeout.js.map +1 -1
- package/dist/cssm/hooks/useTodayDate.d.ts +10 -0
- package/dist/cssm/hooks/useTodayDate.js +36 -0
- package/dist/cssm/hooks/useTodayDate.js.map +1 -0
- package/dist/cssm/hooks/useWaitTransitionFinish.js +14 -6
- package/dist/cssm/hooks/useWaitTransitionFinish.js.map +1 -1
- package/dist/cssm/index.d.ts +31 -19
- package/dist/cssm/index.js +27 -25
- package/dist/cssm/index.js.map +1 -1
- package/dist/cssm/lib/SSR.d.ts +0 -7
- package/dist/cssm/lib/SSR.js +10 -24
- package/dist/cssm/lib/SSR.js.map +1 -1
- package/dist/cssm/lib/accessibility.d.ts +6 -1
- package/dist/cssm/lib/accessibility.js +30 -6
- package/dist/cssm/lib/accessibility.js.map +1 -1
- package/dist/cssm/lib/adaptivity/constants.d.ts +37 -0
- package/dist/cssm/lib/adaptivity/constants.js +44 -0
- package/dist/cssm/lib/adaptivity/constants.js.map +1 -0
- package/dist/cssm/lib/adaptivity/functions.d.ts +22 -0
- package/dist/cssm/lib/adaptivity/functions.js +62 -0
- package/dist/cssm/lib/adaptivity/functions.js.map +1 -0
- package/dist/cssm/lib/adaptivity/index.d.ts +3 -0
- package/dist/cssm/lib/adaptivity/index.js +4 -0
- package/dist/cssm/lib/adaptivity/index.js.map +1 -0
- package/dist/cssm/lib/adaptivity/types.d.ts +12 -0
- package/dist/cssm/lib/adaptivity/types.js +2 -0
- package/dist/cssm/lib/adaptivity/types.js.map +1 -0
- package/dist/cssm/lib/animate.js +3 -7
- package/dist/cssm/lib/animate.js.map +1 -1
- package/dist/cssm/lib/browser.js +5 -12
- package/dist/cssm/lib/browser.js.map +1 -1
- package/dist/cssm/lib/calendar.js +0 -14
- package/dist/cssm/lib/calendar.js.map +1 -1
- package/dist/cssm/lib/callMultiple.js +0 -2
- package/dist/cssm/lib/callMultiple.js.map +1 -1
- package/dist/cssm/lib/classNames.js +0 -7
- package/dist/cssm/lib/classNames.js.map +1 -1
- package/dist/cssm/lib/date.d.ts +1 -0
- package/dist/cssm/lib/date.js +14 -27
- package/dist/cssm/lib/date.js.map +1 -1
- package/dist/cssm/lib/dom.js +1 -4
- package/dist/cssm/lib/dom.js.map +1 -1
- package/dist/cssm/lib/fx.js.map +1 -1
- package/dist/cssm/lib/getNavId.js +0 -2
- package/dist/cssm/lib/getNavId.js.map +1 -1
- package/dist/cssm/lib/is.js +4 -2
- package/dist/cssm/lib/is.js.map +1 -1
- package/dist/cssm/lib/isRefObject.js.map +1 -1
- package/dist/cssm/lib/offset.js.map +1 -1
- package/dist/cssm/lib/platform.d.ts +1 -1
- package/dist/cssm/lib/platform.js +1 -8
- package/dist/cssm/lib/platform.js.map +1 -1
- package/dist/cssm/lib/polyfills.js +10 -25
- package/dist/cssm/lib/polyfills.js.map +1 -1
- package/dist/cssm/lib/removeObjectKeys.js +0 -2
- package/dist/cssm/lib/removeObjectKeys.js.map +1 -1
- package/dist/cssm/lib/select.js +5 -15
- package/dist/cssm/lib/select.js.map +1 -1
- package/dist/cssm/lib/styles.js.map +1 -1
- package/dist/cssm/lib/supportEvents.js +0 -3
- package/dist/cssm/lib/supportEvents.js.map +1 -1
- package/dist/cssm/lib/taptic.js.map +1 -1
- package/dist/cssm/lib/testing.js +2 -1
- package/dist/cssm/lib/testing.js.map +1 -1
- package/dist/cssm/lib/touch.js +5 -14
- package/dist/cssm/lib/touch.js.map +1 -1
- package/dist/cssm/lib/useIsomorphicLayoutEffect.js +2 -1
- package/dist/cssm/lib/useIsomorphicLayoutEffect.js.map +1 -1
- package/dist/cssm/lib/utils.js +4 -8
- package/dist/cssm/lib/utils.js.map +1 -1
- package/dist/cssm/lib/warnOnce.d.ts +3 -1
- package/dist/cssm/lib/warnOnce.js +3 -2
- package/dist/cssm/lib/warnOnce.js.map +1 -1
- package/dist/cssm/shared/breakpoints.js +4 -1
- package/dist/cssm/shared/breakpoints.js.map +1 -1
- package/dist/cssm/styles/adaptivity.module.css +1 -0
- package/dist/cssm/styles/common.css +1 -1
- package/dist/cssm/styles/components.css +5 -5
- package/dist/cssm/styles/constants.css +1 -1
- package/dist/cssm/styles/themes.css +1 -1
- package/dist/helpers/appearance.js +4 -7
- package/dist/helpers/appearance.js.map +1 -1
- package/dist/helpers/avatar.js.map +1 -1
- package/dist/helpers/getHoverClassName.js +0 -2
- package/dist/helpers/getHoverClassName.js.map +1 -1
- package/dist/helpers/getOrDefault.js.map +1 -1
- package/dist/helpers/getPlatformClassName.js.map +1 -1
- package/dist/helpers/getPointerClassName.d.ts +2 -0
- package/dist/helpers/getPointerClassName.js +16 -0
- package/dist/helpers/getPointerClassName.js.map +1 -0
- package/dist/helpers/getSizeXClassName.js.map +1 -1
- package/dist/helpers/getSizeYClassName.js.map +1 -1
- package/dist/helpers/getViewHeightClassName.js +0 -5
- package/dist/helpers/getViewHeightClassName.js.map +1 -1
- package/dist/helpers/getViewWidthClassName.js +7 -9
- package/dist/helpers/getViewWidthClassName.js.map +1 -1
- package/dist/helpers/math.js +4 -8
- package/dist/helpers/math.js.map +1 -1
- package/dist/helpers/range.d.ts +9 -0
- package/dist/helpers/range.js +26 -0
- package/dist/helpers/range.js.map +1 -0
- package/dist/hoc/withContext.js +1 -3
- package/dist/hoc/withContext.js.map +1 -1
- package/dist/hoc/withInsets.d.ts +1 -1
- package/dist/hoc/withInsets.js +2 -3
- package/dist/hoc/withInsets.js.map +1 -1
- package/dist/hoc/withPlatform.js +5 -11
- package/dist/hoc/withPlatform.js.map +1 -1
- package/dist/hooks/useAdaptivity.d.ts +3 -0
- package/dist/hooks/useAdaptivity.js +4 -26
- package/dist/hooks/useAdaptivity.js.map +1 -1
- package/dist/hooks/useAdaptivityConditionalRender/constants.d.ts +68 -0
- package/dist/hooks/useAdaptivityConditionalRender/constants.js +67 -0
- package/dist/hooks/useAdaptivityConditionalRender/constants.js.map +1 -0
- package/dist/hooks/useAdaptivityConditionalRender/helpers.d.ts +6 -0
- package/dist/hooks/useAdaptivityConditionalRender/helpers.js +33 -0
- package/dist/hooks/useAdaptivityConditionalRender/helpers.js.map +1 -0
- package/dist/hooks/useAdaptivityConditionalRender/index.d.ts +2 -0
- package/dist/hooks/useAdaptivityConditionalRender/index.js +2 -0
- package/dist/hooks/useAdaptivityConditionalRender/index.js.map +1 -0
- package/dist/hooks/useAdaptivityConditionalRender/types.d.ts +16 -0
- package/dist/hooks/useAdaptivityConditionalRender/types.js +2 -0
- package/dist/hooks/useAdaptivityConditionalRender/types.js.map +1 -0
- package/dist/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.d.ts +2 -0
- package/dist/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.js +27 -0
- package/dist/hooks/useAdaptivityConditionalRender/useAdaptivityConditionalRender.js.map +1 -0
- package/dist/hooks/useAdaptivityHasHover.d.ts +8 -0
- package/dist/hooks/useAdaptivityHasHover.js +31 -0
- package/dist/hooks/useAdaptivityHasHover.js.map +1 -0
- package/dist/hooks/useAdaptivityHasPointer.d.ts +8 -0
- package/dist/hooks/useAdaptivityHasPointer.js +31 -0
- package/dist/hooks/useAdaptivityHasPointer.js.map +1 -0
- package/dist/hooks/useAdaptivityWithJSMediaQueries.d.ts +18 -0
- package/dist/hooks/useAdaptivityWithJSMediaQueries.js +96 -0
- package/dist/hooks/useAdaptivityWithJSMediaQueries.js.map +1 -0
- package/dist/hooks/useAppearance.d.ts +1 -1
- package/dist/hooks/useAppearance.js +6 -5
- package/dist/hooks/useAppearance.js.map +1 -1
- package/dist/hooks/useAutoDetectAppearance.js +18 -34
- package/dist/hooks/useAutoDetectAppearance.js.map +1 -1
- package/dist/hooks/useBooleanState.js +3 -5
- package/dist/hooks/useBooleanState.js.map +1 -1
- package/dist/hooks/useBridgeAdaptivity.js +7 -17
- package/dist/hooks/useBridgeAdaptivity.js.map +1 -1
- package/dist/hooks/useCalendar.js +12 -20
- package/dist/hooks/useCalendar.js.map +1 -1
- package/dist/hooks/useChipsInput.js +10 -16
- package/dist/hooks/useChipsInput.js.map +1 -1
- package/dist/hooks/useChipsSelect.js +16 -29
- package/dist/hooks/useChipsSelect.js.map +1 -1
- package/dist/hooks/useDateInput.js +19 -36
- package/dist/hooks/useDateInput.js.map +1 -1
- package/dist/hooks/useEffectDev.js.map +1 -1
- package/dist/hooks/useEnsuredControl.js +3 -5
- package/dist/hooks/useEnsuredControl.js.map +1 -1
- package/dist/hooks/useEventListener.js +0 -5
- package/dist/hooks/useEventListener.js.map +1 -1
- package/dist/hooks/useExternRef.js +2 -4
- package/dist/hooks/useExternRef.js.map +1 -1
- package/dist/hooks/useFocusVisible.js +4 -6
- package/dist/hooks/useFocusVisible.js.map +1 -1
- package/dist/hooks/useGlobalEventListener.js.map +1 -1
- package/dist/hooks/useId.d.ts +1 -0
- package/dist/hooks/useId.js +19 -0
- package/dist/hooks/useId.js.map +1 -0
- package/dist/hooks/useInsets.js +5 -15
- package/dist/hooks/useInsets.js.map +1 -1
- package/dist/hooks/useKeyboard.js +6 -11
- package/dist/hooks/useKeyboard.js.map +1 -1
- package/dist/hooks/useKeyboardInputTracker.js +4 -6
- package/dist/hooks/useKeyboardInputTracker.js.map +1 -1
- package/dist/hooks/useMediaQueries.js +2 -4
- package/dist/hooks/useMediaQueries.js.map +1 -1
- package/dist/hooks/useObjectMemo.js +0 -2
- package/dist/hooks/useObjectMemo.js.map +1 -1
- package/dist/hooks/useOrientationChange.js +7 -13
- package/dist/hooks/useOrientationChange.js.map +1 -1
- package/dist/hooks/usePagination.js +14 -31
- package/dist/hooks/usePagination.js.map +1 -1
- package/dist/hooks/usePatchChildrenRef.js +0 -2
- package/dist/hooks/usePatchChildrenRef.js.map +1 -1
- package/dist/hooks/usePlatform.js +4 -9
- package/dist/hooks/usePlatform.js.map +1 -1
- package/dist/hooks/usePrevious.js.map +1 -1
- package/dist/hooks/useTimeout.js +0 -1
- package/dist/hooks/useTimeout.js.map +1 -1
- package/dist/hooks/useTodayDate.d.ts +10 -0
- package/dist/hooks/useTodayDate.js +36 -0
- package/dist/hooks/useTodayDate.js.map +1 -0
- package/dist/hooks/useWaitTransitionFinish.js +14 -6
- package/dist/hooks/useWaitTransitionFinish.js.map +1 -1
- package/dist/index.d.ts +31 -19
- package/dist/index.js +26 -25
- package/dist/index.js.map +1 -1
- package/dist/lib/SSR.d.ts +0 -7
- package/dist/lib/SSR.js +10 -24
- package/dist/lib/SSR.js.map +1 -1
- package/dist/lib/accessibility.d.ts +6 -1
- package/dist/lib/accessibility.js +30 -6
- package/dist/lib/accessibility.js.map +1 -1
- package/dist/lib/adaptivity/constants.d.ts +37 -0
- package/dist/lib/adaptivity/constants.js +44 -0
- package/dist/lib/adaptivity/constants.js.map +1 -0
- package/dist/lib/adaptivity/functions.d.ts +22 -0
- package/dist/lib/adaptivity/functions.js +62 -0
- package/dist/lib/adaptivity/functions.js.map +1 -0
- package/dist/lib/adaptivity/index.d.ts +3 -0
- package/dist/lib/adaptivity/index.js +4 -0
- package/dist/lib/adaptivity/index.js.map +1 -0
- package/dist/lib/adaptivity/types.d.ts +12 -0
- package/dist/lib/adaptivity/types.js +2 -0
- package/dist/lib/adaptivity/types.js.map +1 -0
- package/dist/lib/animate.js +3 -7
- package/dist/lib/animate.js.map +1 -1
- package/dist/lib/browser.js +5 -12
- package/dist/lib/browser.js.map +1 -1
- package/dist/lib/calendar.js +0 -14
- package/dist/lib/calendar.js.map +1 -1
- package/dist/lib/callMultiple.js +0 -2
- package/dist/lib/callMultiple.js.map +1 -1
- package/dist/lib/classNames.js +0 -7
- package/dist/lib/classNames.js.map +1 -1
- package/dist/lib/date.d.ts +1 -0
- package/dist/lib/date.js +14 -27
- package/dist/lib/date.js.map +1 -1
- package/dist/lib/dom.js +1 -4
- package/dist/lib/dom.js.map +1 -1
- package/dist/lib/fx.js.map +1 -1
- package/dist/lib/getNavId.js +0 -2
- package/dist/lib/getNavId.js.map +1 -1
- package/dist/lib/is.js +4 -2
- package/dist/lib/is.js.map +1 -1
- package/dist/lib/isRefObject.js.map +1 -1
- package/dist/lib/offset.js.map +1 -1
- package/dist/lib/platform.d.ts +1 -1
- package/dist/lib/platform.js +1 -8
- package/dist/lib/platform.js.map +1 -1
- package/dist/lib/polyfills.js +10 -25
- package/dist/lib/polyfills.js.map +1 -1
- package/dist/lib/removeObjectKeys.js +0 -2
- package/dist/lib/removeObjectKeys.js.map +1 -1
- package/dist/lib/select.js +5 -15
- package/dist/lib/select.js.map +1 -1
- package/dist/lib/styles.js.map +1 -1
- package/dist/lib/supportEvents.js +0 -3
- package/dist/lib/supportEvents.js.map +1 -1
- package/dist/lib/taptic.js.map +1 -1
- package/dist/lib/testing.js +2 -1
- package/dist/lib/testing.js.map +1 -1
- package/dist/lib/touch.js +5 -14
- package/dist/lib/touch.js.map +1 -1
- package/dist/lib/useIsomorphicLayoutEffect.js +2 -1
- package/dist/lib/useIsomorphicLayoutEffect.js.map +1 -1
- package/dist/lib/utils.js +4 -8
- package/dist/lib/utils.js.map +1 -1
- package/dist/lib/warnOnce.d.ts +3 -1
- package/dist/lib/warnOnce.js +3 -2
- package/dist/lib/warnOnce.js.map +1 -1
- package/dist/shared/breakpoints.js +4 -1
- package/dist/shared/breakpoints.js.map +1 -1
- package/dist/stable.js.tmp +3 -3
- package/dist/vkui.css +6 -6
- package/dist/vkui.css.map +1 -1
- package/package.json +29 -40
- package/.browserslistrc +0 -7
- package/.cache/.eslintcache +0 -1
- package/.cache/.stylelintcache +0 -1
- package/.cache/.tsbuildinfo +0 -1
- package/.cache/ts/.github/danger/dangerfile.d.ts +0 -1
- package/.cache/ts/.github/gitflow/patch.d.ts +0 -1
- package/.cache/ts/.github/gitflow/stable_branch.d.ts +0 -1
- package/.cache/ts/.github/gitflow/utils.d.ts +0 -24
- package/.cache/ts/babel.cjs.config.d.ts +0 -6
- package/.cache/ts/babel.config.d.ts +0 -29
- package/.cache/ts/e2e/browser/jest-mock.d.ts +0 -1
- package/.cache/ts/e2e/browser/mount.d.ts +0 -3
- package/.cache/ts/e2e/browser/runtime.d.ts +0 -2
- package/.cache/ts/e2e/browser/test-handle.d.ts +0 -11
- package/.cache/ts/e2e/detectEnv.d.ts +0 -3
- package/.cache/ts/e2e/docker.d.ts +0 -9
- package/.cache/ts/e2e/generateWebpackConfig.d.ts +0 -1
- package/.cache/ts/e2e/index.d.ts +0 -9
- package/.cache/ts/e2e/jest/globalSetup.d.ts +0 -1
- package/.cache/ts/e2e/jest/globalTeardown.d.ts +0 -1
- package/.cache/ts/e2e/jest/jsdomPlaywrightEnv.d.ts +0 -2
- package/.cache/ts/e2e/jest/matchers.d.ts +0 -1
- package/.cache/ts/e2e/jest.e2e.config.d.ts +0 -19
- package/.cache/ts/jest.unit.config.d.ts +0 -6
- package/.cache/ts/packages/eslint-plugin-vkui/index.d.ts +0 -3
- package/.cache/ts/packages/postcss-check-keyframes/index.d.ts +0 -10
- package/.cache/ts/packages/postcss-plugin-vk-sans/__tests__/VkSansMandatoryDeclarations.test.d.ts +0 -1
- package/.cache/ts/packages/postcss-plugin-vk-sans/index.d.ts +0 -10
- package/.cache/ts/packages/postcss-restructure-variable/index.d.ts +0 -4
- package/.cache/ts/packages/postcss-restructure-variable/postcss-restructure-variable.test.d.ts +0 -1
- package/.cache/ts/packages/postcss-scope-root/index.d.ts +0 -11
- package/.cache/ts/packages/stylelint-atomic/index.d.ts +0 -9
- package/.cache/ts/packages/stylelint-atomic/stylelint-atomic.test.d.ts +0 -1
- package/.cache/ts/packages/stylelint-bad-multiplication/index.d.ts +0 -15
- package/.cache/ts/packages/stylelint-bad-multiplication/stylelint-bad-multiplication.test.d.ts +0 -1
- package/.cache/ts/postcss.config.d.ts +0 -4
- package/.cache/ts/shared.d.ts +0 -25
- package/.cache/ts/src/components/ActionSheet/ActionSheet.d.ts +0 -28
- package/.cache/ts/src/components/ActionSheet/ActionSheet.e2e.d.ts +0 -1
- package/.cache/ts/src/components/ActionSheet/ActionSheet.test.d.ts +0 -1
- package/.cache/ts/src/components/ActionSheet/ActionSheetDropdown.d.ts +0 -4
- package/.cache/ts/src/components/ActionSheet/ActionSheetDropdownDesktop.d.ts +0 -4
- package/.cache/ts/src/components/ActionSheet/types.d.ts +0 -9
- package/.cache/ts/src/components/ActionSheetItem/ActionSheetItem.d.ts +0 -27
- package/.cache/ts/src/components/ActionSheetItem/ActionSheetItem.test.d.ts +0 -1
- package/.cache/ts/src/components/AdaptivityProvider/AdaptivityContext.d.ts +0 -25
- package/.cache/ts/src/components/AdaptivityProvider/AdaptivityProvider.d.ts +0 -9
- package/.cache/ts/src/components/AdaptivityProvider/AdaptivityProvider.test.d.ts +0 -1
- package/.cache/ts/src/components/Alert/Alert.d.ts +0 -25
- package/.cache/ts/src/components/Alert/Alert.test.d.ts +0 -1
- package/.cache/ts/src/components/Alert/Alert.test.e2e.d.ts +0 -1
- package/.cache/ts/src/components/AppRoot/AppRoot.d.ts +0 -19
- package/.cache/ts/src/components/AppRoot/AppRoot.test.d.ts +0 -1
- package/.cache/ts/src/components/AppearanceProvider/AppearanceProvider.d.ts +0 -11
- package/.cache/ts/src/components/AppearanceProvider/AppearanceProviderContext.d.ts +0 -3
- package/.cache/ts/src/components/Avatar/Avatar.d.ts +0 -48
- package/.cache/ts/src/components/Avatar/Avatar.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Avatar/Avatar.test.d.ts +0 -1
- package/.cache/ts/src/components/Badge/Badge.d.ts +0 -9
- package/.cache/ts/src/components/Badge/Badge.test.d.ts +0 -1
- package/.cache/ts/src/components/Banner/Banner.d.ts +0 -75
- package/.cache/ts/src/components/Banner/Banner.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Banner/Banner.test.d.ts +0 -1
- package/.cache/ts/src/components/BaseGallery/BaseGallery.d.ts +0 -4
- package/.cache/ts/src/components/BaseGallery/types.d.ts +0 -41
- package/.cache/ts/src/components/Button/Button.d.ts +0 -18
- package/.cache/ts/src/components/Button/Button.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Button/Button.test.d.ts +0 -1
- package/.cache/ts/src/components/ButtonGroup/ButtonGroup.e2e.d.ts +0 -1
- package/.cache/ts/src/components/ButtonGroup/ButtonGroup.test.d.ts +0 -1
- package/.cache/ts/src/components/Calendar/Calendar.d.ts +0 -34
- package/.cache/ts/src/components/Calendar/Calendar.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Calendar/Calendar.test.d.ts +0 -1
- package/.cache/ts/src/components/CalendarDay/CalendarDay.d.ts +0 -24
- package/.cache/ts/src/components/CalendarDay/CalendarDay.test.d.ts +0 -1
- package/.cache/ts/src/components/CalendarDays/CalendarDays.d.ts +0 -24
- package/.cache/ts/src/components/CalendarHeader/CalendarHeader.d.ts +0 -29
- package/.cache/ts/src/components/CalendarHeader/CalendarHeader.test.d.ts +0 -1
- package/.cache/ts/src/components/CalendarRange/CalendarRange.d.ts +0 -19
- package/.cache/ts/src/components/CalendarRange/CalendarRange.e2e.d.ts +0 -1
- package/.cache/ts/src/components/CalendarRange/CalendarRange.test.d.ts +0 -1
- package/.cache/ts/src/components/CalendarTime/CalendarTime.d.ts +0 -11
- package/.cache/ts/src/components/Card/Card.d.ts +0 -10
- package/.cache/ts/src/components/Card/Card.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Card/Card.test.d.ts +0 -1
- package/.cache/ts/src/components/CardGrid/CardGrid.d.ts +0 -13
- package/.cache/ts/src/components/CardGrid/CardGrid.test.d.ts +0 -1
- package/.cache/ts/src/components/CardScroll/CardScroll.d.ts +0 -15
- package/.cache/ts/src/components/CardScroll/CardScroll.e2e.d.ts +0 -1
- package/.cache/ts/src/components/CardScroll/CardScroll.test.d.ts +0 -1
- package/.cache/ts/src/components/Cell/Cell.d.ts +0 -42
- package/.cache/ts/src/components/Cell/Cell.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Cell/Cell.test.d.ts +0 -1
- package/.cache/ts/src/components/Cell/CellCheckbox/CellCheckbox.d.ts +0 -5
- package/.cache/ts/src/components/Cell/CellCheckbox/CellCheckbox.test.d.ts +0 -1
- package/.cache/ts/src/components/Cell/CellDragger/CellDragger.d.ts +0 -6
- package/.cache/ts/src/components/Cell/CellDragger/CellDragger.test.d.ts +0 -1
- package/.cache/ts/src/components/CellButton/CellButton.d.ts +0 -11
- package/.cache/ts/src/components/CellButton/CellButton.e2e.d.ts +0 -1
- package/.cache/ts/src/components/CellButton/CellButton.test.d.ts +0 -1
- package/.cache/ts/src/components/Checkbox/Checkbox.d.ts +0 -13
- package/.cache/ts/src/components/Checkbox/Checkbox.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Checkbox/Checkbox.test.d.ts +0 -1
- package/.cache/ts/src/components/Chip/Chip.d.ts +0 -26
- package/.cache/ts/src/components/Chip/Chip.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Chip/Chip.test.d.ts +0 -1
- package/.cache/ts/src/components/ChipsInput/ChipsInput.d.ts +0 -11
- package/.cache/ts/src/components/ChipsInput/ChipsInput.e2e.d.ts +0 -1
- package/.cache/ts/src/components/ChipsInput/ChipsInput.test.d.ts +0 -1
- package/.cache/ts/src/components/ChipsInputBase/ChipsInputBase.d.ts +0 -17
- package/.cache/ts/src/components/ChipsInputBase/ChipsInputBase.test.d.ts +0 -1
- package/.cache/ts/src/components/ChipsSelect/ChipsSelect.d.ts +0 -45
- package/.cache/ts/src/components/ChipsSelect/ChipsSelect.test.d.ts +0 -1
- package/.cache/ts/src/components/ConfigProvider/ConfigProvider.d.ts +0 -14
- package/.cache/ts/src/components/ConfigProvider/ConfigProvider.test.d.ts +0 -1
- package/.cache/ts/src/components/ConfigProvider/ConfigProviderContext.d.ts +0 -37
- package/.cache/ts/src/components/ContentCard/ContentCard.d.ts +0 -32
- package/.cache/ts/src/components/ContentCard/ContentCard.e2e.d.ts +0 -1
- package/.cache/ts/src/components/ContentCard/ContentCard.test.d.ts +0 -1
- package/.cache/ts/src/components/Counter/Counter.d.ts +0 -13
- package/.cache/ts/src/components/Counter/Counter.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Counter/Counter.test.d.ts +0 -1
- package/.cache/ts/src/components/CustomScrollView/CustomScrollView.d.ts +0 -11
- package/.cache/ts/src/components/CustomSelect/CustomSelect.d.ts +0 -62
- package/.cache/ts/src/components/CustomSelect/CustomSelect.e2e.d.ts +0 -1
- package/.cache/ts/src/components/CustomSelect/CustomSelect.test.d.ts +0 -1
- package/.cache/ts/src/components/CustomSelectDropdown/CustomSelectDropdown.d.ts +0 -17
- package/.cache/ts/src/components/CustomSelectDropdown/CustomSelectDropdown.test.d.ts +0 -1
- package/.cache/ts/src/components/CustomSelectOption/CustomSelectOption.d.ts +0 -47
- package/.cache/ts/src/components/CustomSelectOption/CustomSelectOption.e2e.d.ts +0 -1
- package/.cache/ts/src/components/CustomSelectOption/CustomSelectOption.test.d.ts +0 -1
- package/.cache/ts/src/components/DateInput/DateInput.d.ts +0 -17
- package/.cache/ts/src/components/DateInput/DateInput.e2e.d.ts +0 -1
- package/.cache/ts/src/components/DateInput/DateInput.test.d.ts +0 -1
- package/.cache/ts/src/components/DatePicker/DatePicker.d.ts +0 -25
- package/.cache/ts/src/components/DatePicker/DatePicker.test.d.ts +0 -1
- package/.cache/ts/src/components/DateRangeInput/DateRangeInput.d.ts +0 -23
- package/.cache/ts/src/components/DateRangeInput/DateRangeInput.e2e.d.ts +0 -1
- package/.cache/ts/src/components/DateRangeInput/DateRangeInput.test.d.ts +0 -1
- package/.cache/ts/src/components/DeviceConditionalRender/DeviceConditionalRender.d.ts +0 -7
- package/.cache/ts/src/components/DeviceConditionalRender/DeviceConditionalRender.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Div/Div.d.ts +0 -9
- package/.cache/ts/src/components/Div/Div.test.d.ts +0 -1
- package/.cache/ts/src/components/DropdownIcon/DropdownIcon.d.ts +0 -5
- package/.cache/ts/src/components/Epic/Epic.d.ts +0 -10
- package/.cache/ts/src/components/Epic/Epic.test.d.ts +0 -1
- package/.cache/ts/src/components/File/File.test.d.ts +0 -1
- package/.cache/ts/src/components/FixedLayout/FixedLayout.d.ts +0 -21
- package/.cache/ts/src/components/FixedLayout/FixedLayout.test.d.ts +0 -1
- package/.cache/ts/src/components/FocusTrap/FocusTrap.test.d.ts +0 -1
- package/.cache/ts/src/components/FocusVisible/FocusVisible.d.ts +0 -10
- package/.cache/ts/src/components/Footer/Footer.d.ts +0 -8
- package/.cache/ts/src/components/Footer/Footer.test.d.ts +0 -1
- package/.cache/ts/src/components/FormField/FormField.d.ts +0 -33
- package/.cache/ts/src/components/FormField/FormField.test.d.ts +0 -1
- package/.cache/ts/src/components/FormItem/FormItem.d.ts +0 -17
- package/.cache/ts/src/components/FormItem/FormItem.e2e.d.ts +0 -1
- package/.cache/ts/src/components/FormItem/FormItem.test.d.ts +0 -1
- package/.cache/ts/src/components/FormLayout/FormLayout.d.ts +0 -8
- package/.cache/ts/src/components/FormLayout/FormLayout.test.d.ts +0 -1
- package/.cache/ts/src/components/FormLayoutGroup/FormLayoutGroup.d.ts +0 -19
- package/.cache/ts/src/components/FormLayoutGroup/FormLayoutGroup.e2e.d.ts +0 -1
- package/.cache/ts/src/components/FormLayoutGroup/FormLayoutGroup.test.d.ts +0 -1
- package/.cache/ts/src/components/Gallery/Gallery.test.d.ts +0 -1
- package/.cache/ts/src/components/Gradient/Gradient.d.ts +0 -16
- package/.cache/ts/src/components/Gradient/Gradient.test.d.ts +0 -1
- package/.cache/ts/src/components/GridAvatar/GridAvatar.d.ts +0 -15
- package/.cache/ts/src/components/GridAvatar/GridAvatar.e2e.d.ts +0 -1
- package/.cache/ts/src/components/GridAvatar/GridAvatar.test.d.ts +0 -1
- package/.cache/ts/src/components/Group/Group.d.ts +0 -29
- package/.cache/ts/src/components/Group/Group.test.d.ts +0 -1
- package/.cache/ts/src/components/Header/Header.d.ts +0 -20
- package/.cache/ts/src/components/Header/Header.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Header/Header.test.d.ts +0 -1
- package/.cache/ts/src/components/HorizontalCell/HorizontalCell.d.ts +0 -13
- package/.cache/ts/src/components/HorizontalCell/HorizontalCell.test.d.ts +0 -1
- package/.cache/ts/src/components/HorizontalScroll/HorizontalScroll.d.ts +0 -21
- package/.cache/ts/src/components/HorizontalScroll/HorizontalScroll.e2e.d.ts +0 -1
- package/.cache/ts/src/components/HorizontalScroll/HorizontalScroll.test.d.ts +0 -1
- package/.cache/ts/src/components/HorizontalScroll/HorizontalScrollArrow.d.ts +0 -8
- package/.cache/ts/src/components/IconButton/IconButton.d.ts +0 -10
- package/.cache/ts/src/components/IconButton/IconButton.e2e.d.ts +0 -1
- package/.cache/ts/src/components/IconButton/IconButton.test.d.ts +0 -1
- package/.cache/ts/src/components/Image/Image.d.ts +0 -21
- package/.cache/ts/src/components/Image/Image.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Image/Image.test.d.ts +0 -1
- package/.cache/ts/src/components/ImageBase/ImageBase.d.ts +0 -43
- package/.cache/ts/src/components/ImageBase/ImageBase.test.d.ts +0 -1
- package/.cache/ts/src/components/ImageBase/ImageBaseBadge/ImageBaseBadge.d.ts +0 -25
- package/.cache/ts/src/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.d.ts +0 -32
- package/.cache/ts/src/components/ImageBase/types.d.ts +0 -7
- package/.cache/ts/src/components/InfoRow/InfoRow.d.ts +0 -9
- package/.cache/ts/src/components/InfoRow/InfoRow.e2e.d.ts +0 -1
- package/.cache/ts/src/components/InfoRow/InfoRow.test.d.ts +0 -1
- package/.cache/ts/src/components/Input/Input.d.ts +0 -10
- package/.cache/ts/src/components/Input/Input.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Input/Input.test.d.ts +0 -1
- package/.cache/ts/src/components/InputLike/InputLike.d.ts +0 -13
- package/.cache/ts/src/components/InputLike/InputLikeDivider.d.ts +0 -3
- package/.cache/ts/src/components/Link/Link.d.ts +0 -13
- package/.cache/ts/src/components/Link/Link.test.d.ts +0 -1
- package/.cache/ts/src/components/List/List.d.ts +0 -7
- package/.cache/ts/src/components/List/List.test.d.ts +0 -1
- package/.cache/ts/src/components/LocaleProviderContext/LocaleProviderContext.d.ts +0 -2
- package/.cache/ts/src/components/MiniInfoCell/MiniInfoCell.d.ts +0 -39
- package/.cache/ts/src/components/MiniInfoCell/MiniInfoCell.e2e.d.ts +0 -1
- package/.cache/ts/src/components/MiniInfoCell/MiniInfoCell.test.d.ts +0 -1
- package/.cache/ts/src/components/ModalCard/ModalCard.d.ts +0 -10
- package/.cache/ts/src/components/ModalCard/ModalCard.e2e.d.ts +0 -1
- package/.cache/ts/src/components/ModalCard/ModalCard.test.d.ts +0 -1
- package/.cache/ts/src/components/ModalCardBase/ModalCardBase.d.ts +0 -38
- package/.cache/ts/src/components/ModalDismissButton/ModalDismissButton.d.ts +0 -7
- package/.cache/ts/src/components/ModalDismissButton/ModalDismissButton.test.d.ts +0 -1
- package/.cache/ts/src/components/ModalPage/ModalPage.d.ts +0 -50
- package/.cache/ts/src/components/ModalPage/ModalPage.test.d.ts +0 -1
- package/.cache/ts/src/components/ModalPageHeader/ModalPageHeader.d.ts +0 -10
- package/.cache/ts/src/components/ModalPageHeader/ModalPageHeader.e2e.d.ts +0 -1
- package/.cache/ts/src/components/ModalPageHeader/ModalPageHeader.test.d.ts +0 -1
- package/.cache/ts/src/components/ModalRoot/ModalRoot.d.ts +0 -29
- package/.cache/ts/src/components/ModalRoot/ModalRoot.test.d.ts +0 -1
- package/.cache/ts/src/components/ModalRoot/ModalRootDesktop.d.ts +0 -29
- package/.cache/ts/src/components/ModalRoot/useModalManager.test.d.ts +0 -1
- package/.cache/ts/src/components/NativeSelect/NativeSelect.d.ts +0 -20
- package/.cache/ts/src/components/NativeSelect/NativeSelect.e2e.d.ts +0 -1
- package/.cache/ts/src/components/NativeSelect/NativeSelect.test.d.ts +0 -1
- package/.cache/ts/src/components/Pagination/Pagination.d.ts +0 -45
- package/.cache/ts/src/components/Pagination/Pagination.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Pagination/Pagination.test.d.ts +0 -1
- package/.cache/ts/src/components/Panel/Panel.d.ts +0 -11
- package/.cache/ts/src/components/Panel/Panel.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Panel/Panel.test.d.ts +0 -1
- package/.cache/ts/src/components/PanelHeader/PanelHeader.d.ts +0 -22
- package/.cache/ts/src/components/PanelHeader/PanelHeader.test.d.ts +0 -1
- package/.cache/ts/src/components/PanelHeaderBack/PanelHeaderBack.d.ts +0 -10
- package/.cache/ts/src/components/PanelHeaderBack/PanelHeaderBack.test.d.ts +0 -1
- package/.cache/ts/src/components/PanelHeaderButton/PanelHeaderButton.d.ts +0 -11
- package/.cache/ts/src/components/PanelHeaderButton/PanelHeaderButton.test.d.ts +0 -1
- package/.cache/ts/src/components/PanelHeaderClose/PanelHeaderClose.test.d.ts +0 -1
- package/.cache/ts/src/components/PanelHeaderContent/PanelHeaderContent.d.ts +0 -11
- package/.cache/ts/src/components/PanelHeaderContent/PanelHeaderContent.test.d.ts +0 -1
- package/.cache/ts/src/components/PanelHeaderContext/PanelHeaderContext.d.ts +0 -10
- package/.cache/ts/src/components/PanelHeaderContext/PanelHeaderContext.test.d.ts +0 -1
- package/.cache/ts/src/components/PanelHeaderEdit/PanelHeaderEdit.test.d.ts +0 -1
- package/.cache/ts/src/components/PanelHeaderSubmit/PanelHeaderSubmit.test.d.ts +0 -1
- package/.cache/ts/src/components/PanelSpinner/PanelSpinner.test.d.ts +0 -1
- package/.cache/ts/src/components/Placeholder/Placeholder.d.ts +0 -25
- package/.cache/ts/src/components/Placeholder/Placeholder.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Placeholder/Placeholder.test.d.ts +0 -1
- package/.cache/ts/src/components/PopoutRoot/PopoutRoot.d.ts +0 -8
- package/.cache/ts/src/components/PopoutRoot/PopoutRoot.test.d.ts +0 -1
- package/.cache/ts/src/components/PopoutWrapper/PopoutWrapper.d.ts +0 -13
- package/.cache/ts/src/components/PopoutWrapper/PopoutWrapper.test.d.ts +0 -1
- package/.cache/ts/src/components/Popper/Popper.d.ts +0 -57
- package/.cache/ts/src/components/Popper/Popper.test.d.ts +0 -1
- package/.cache/ts/src/components/PopperArrow/PopperArrow.d.ts +0 -8
- package/.cache/ts/src/components/Progress/Progress.d.ts +0 -10
- package/.cache/ts/src/components/Progress/Progress.test.d.ts +0 -1
- package/.cache/ts/src/components/PromoBanner/PromoBanner.d.ts +0 -41
- package/.cache/ts/src/components/PromoBanner/PromoBanner.test.d.ts +0 -1
- package/.cache/ts/src/components/PullToRefresh/PullToRefresh.d.ts +0 -22
- package/.cache/ts/src/components/PullToRefresh/PullToRefresh.test.d.ts +0 -1
- package/.cache/ts/src/components/PullToRefresh/PullToRefreshSpinner.d.ts +0 -10
- package/.cache/ts/src/components/Radio/Radio.d.ts +0 -10
- package/.cache/ts/src/components/Radio/Radio.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Radio/Radio.test.d.ts +0 -1
- package/.cache/ts/src/components/RadioGroup/RadioGroup.d.ts +0 -9
- package/.cache/ts/src/components/RadioGroup/RadioGroup.e2e.d.ts +0 -1
- package/.cache/ts/src/components/RadioGroup/RadioGroup.test.d.ts +0 -1
- package/.cache/ts/src/components/RangeSlider/RangeSlider.test.d.ts +0 -1
- package/.cache/ts/src/components/RangeSlider/UniversalSlider.d.ts +0 -15
- package/.cache/ts/src/components/Removable/Removable.d.ts +0 -24
- package/.cache/ts/src/components/Removable/Removable.test.d.ts +0 -1
- package/.cache/ts/src/components/RichCell/RichCell.d.ts +0 -56
- package/.cache/ts/src/components/RichCell/RichCell.e2e.d.ts +0 -1
- package/.cache/ts/src/components/RichCell/RichCell.test.d.ts +0 -1
- package/.cache/ts/src/components/RichTooltip/RichTooltip.d.ts +0 -13
- package/.cache/ts/src/components/Root/Root.d.ts +0 -21
- package/.cache/ts/src/components/Root/Root.test.d.ts +0 -1
- package/.cache/ts/src/components/ScreenSpinner/Icon48CancelCircle.d.ts +0 -2
- package/.cache/ts/src/components/ScreenSpinner/Icon48DoneOutline.d.ts +0 -2
- package/.cache/ts/src/components/ScreenSpinner/ScreenSpinner.d.ts +0 -10
- package/.cache/ts/src/components/ScreenSpinner/ScreenSpinner.test.d.ts +0 -1
- package/.cache/ts/src/components/Search/Search.d.ts +0 -16
- package/.cache/ts/src/components/Search/Search.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Search/Search.test.d.ts +0 -1
- package/.cache/ts/src/components/SegmentedControl/SegmentedControl.d.ts +0 -20
- package/.cache/ts/src/components/SegmentedControl/SegmentedControl.e2e.d.ts +0 -1
- package/.cache/ts/src/components/SegmentedControl/SegmentedControl.test.d.ts +0 -1
- package/.cache/ts/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.d.ts +0 -7
- package/.cache/ts/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.test.d.ts +0 -1
- package/.cache/ts/src/components/Select/Select.d.ts +0 -11
- package/.cache/ts/src/components/Select/Select.test.d.ts +0 -1
- package/.cache/ts/src/components/SelectMimicry/SelectMimicry.d.ts +0 -14
- package/.cache/ts/src/components/SelectMimicry/SelectMimicry.e2e.d.ts +0 -1
- package/.cache/ts/src/components/SelectMimicry/SelectMimicry.test.d.ts +0 -1
- package/.cache/ts/src/components/Separator/Separator.d.ts +0 -12
- package/.cache/ts/src/components/Separator/Separator.test.d.ts +0 -1
- package/.cache/ts/src/components/SimpleCell/SimpleCell.d.ts +0 -64
- package/.cache/ts/src/components/SimpleCell/SimpleCell.e2e.d.ts +0 -1
- package/.cache/ts/src/components/SimpleCell/SimpleCell.test.d.ts +0 -1
- package/.cache/ts/src/components/SizeXConditionalRender/SizeXConditionalRender.d.ts +0 -7
- package/.cache/ts/src/components/SizeXConditionalRender/SizeXConditionalRender.e2e.d.ts +0 -1
- package/.cache/ts/src/components/SizeYConditionalRender/SizeYConditionalRender.d.ts +0 -7
- package/.cache/ts/src/components/SizeYConditionalRender/SizeYConditionalRender.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Slider/Slider.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Slider/Slider.test.d.ts +0 -1
- package/.cache/ts/src/components/Snackbar/Snackbar.d.ts +0 -41
- package/.cache/ts/src/components/Snackbar/Snackbar.test.d.ts +0 -1
- package/.cache/ts/src/components/Spacing/Spacing.d.ts +0 -23
- package/.cache/ts/src/components/Spacing/Spacing.test.d.ts +0 -1
- package/.cache/ts/src/components/Spinner/Spinner.d.ts +0 -9
- package/.cache/ts/src/components/Spinner/Spinner.test.d.ts +0 -1
- package/.cache/ts/src/components/SplitCol/SplitCol.d.ts +0 -34
- package/.cache/ts/src/components/SplitCol/SplitCol.test.d.ts +0 -1
- package/.cache/ts/src/components/SplitLayout/SplitLayout.d.ts +0 -18
- package/.cache/ts/src/components/SplitLayout/SplitLayout.test.d.ts +0 -1
- package/.cache/ts/src/components/SubnavigationBar/SubnavigationBar.d.ts +0 -10
- package/.cache/ts/src/components/SubnavigationBar/SubnavigationBar.test.d.ts +0 -1
- package/.cache/ts/src/components/SubnavigationButton/SubnavigationButton.d.ts +0 -25
- package/.cache/ts/src/components/SubnavigationButton/SubnavigationButton.e2e.d.ts +0 -1
- package/.cache/ts/src/components/SubnavigationButton/SubnavigationButton.test.d.ts +0 -1
- package/.cache/ts/src/components/Switch/Switch.d.ts +0 -10
- package/.cache/ts/src/components/Switch/Switch.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Switch/Switch.test.d.ts +0 -1
- package/.cache/ts/src/components/Tabbar/Tabbar.d.ts +0 -16
- package/.cache/ts/src/components/Tabbar/Tabbar.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Tabbar/Tabbar.test.d.ts +0 -1
- package/.cache/ts/src/components/TabbarItem/TabbarItem.d.ts +0 -18
- package/.cache/ts/src/components/TabbarItem/TabbarItem.test.d.ts +0 -1
- package/.cache/ts/src/components/Tabs/Tabs.d.ts +0 -15
- package/.cache/ts/src/components/Tabs/Tabs.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Tabs/Tabs.test.d.ts +0 -1
- package/.cache/ts/src/components/TabsItem/TabsItem.d.ts +0 -31
- package/.cache/ts/src/components/TabsItem/TabsItem.test.d.ts +0 -1
- package/.cache/ts/src/components/Tappable/Tappable.test.d.ts +0 -1
- package/.cache/ts/src/components/TextTooltip/TextTooltip.d.ts +0 -21
- package/.cache/ts/src/components/Textarea/Textarea.d.ts +0 -13
- package/.cache/ts/src/components/Textarea/Textarea.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Textarea/Textarea.test.d.ts +0 -1
- package/.cache/ts/src/components/Tooltip/Tooltip.d.ts +0 -70
- package/.cache/ts/src/components/Tooltip/Tooltip.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Tooltip/Tooltip.test.d.ts +0 -1
- package/.cache/ts/src/components/Touch/Touch.test.d.ts +0 -1
- package/.cache/ts/src/components/Typography/Caption/Caption.d.ts +0 -15
- package/.cache/ts/src/components/Typography/Caption/Caption.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Typography/Footnote/Footnote.d.ts +0 -14
- package/.cache/ts/src/components/Typography/Footnote/Footnote.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Typography/Headline/Headline.d.ts +0 -14
- package/.cache/ts/src/components/Typography/Headline/Headline.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Typography/Paragraph/Paragraph.d.ts +0 -13
- package/.cache/ts/src/components/Typography/Paragraph/Paragraph.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Typography/Paragraph/Paragraph.test.d.ts +0 -1
- package/.cache/ts/src/components/Typography/Subhead/Subhead.d.ts +0 -13
- package/.cache/ts/src/components/Typography/Subhead/Subhead.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Typography/Text/Text.d.ts +0 -13
- package/.cache/ts/src/components/Typography/Text/Text.e2e.d.ts +0 -1
- package/.cache/ts/src/components/Typography/Title/Title.d.ts +0 -14
- package/.cache/ts/src/components/Typography/Title/Title.e2e.d.ts +0 -1
- package/.cache/ts/src/components/UsersStack/UsersStack.d.ts +0 -31
- package/.cache/ts/src/components/UsersStack/UsersStack.e2e.d.ts +0 -1
- package/.cache/ts/src/components/UsersStack/UsersStack.test.d.ts +0 -1
- package/.cache/ts/src/components/View/View.d.ts +0 -55
- package/.cache/ts/src/components/View/View.test.d.ts +0 -1
- package/.cache/ts/src/components/View/ViewInfinite.d.ts +0 -66
- package/.cache/ts/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.d.ts +0 -7
- package/.cache/ts/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.e2e.d.ts +0 -1
- package/.cache/ts/src/components/VisuallyHiddenInput/VisuallyHiddenInput.d.ts +0 -12
- package/.cache/ts/src/components/VisuallyHiddenInput/VisuallyHiddenInput.test.d.ts +0 -1
- package/.cache/ts/src/components/WriteBar/WriteBar.d.ts +0 -30
- package/.cache/ts/src/components/WriteBar/WriteBar.test.d.ts +0 -1
- package/.cache/ts/src/components/WriteBarIcon/WriteBarIcon.d.ts +0 -21
- package/.cache/ts/src/components/WriteBarIcon/WriteBarIcon.e2e.d.ts +0 -1
- package/.cache/ts/src/components/WriteBarIcon/WriteBarIcon.test.d.ts +0 -1
- package/.cache/ts/src/helpers/appearance.test.d.ts +0 -1
- package/.cache/ts/src/helpers/getClassName.d.ts +0 -6
- package/.cache/ts/src/helpers/getClassName.test.d.ts +0 -1
- package/.cache/ts/src/helpers/getHoverClassName.test.d.ts +0 -1
- package/.cache/ts/src/helpers/getMouseClassName.d.ts +0 -2
- package/.cache/ts/src/helpers/getMouseClassName.test.d.ts +0 -1
- package/.cache/ts/src/helpers/getPlatformClassName.test.d.ts +0 -1
- package/.cache/ts/src/helpers/getSizeXClassName.test.d.ts +0 -1
- package/.cache/ts/src/helpers/getSizeYClassName.test.d.ts +0 -1
- package/.cache/ts/src/helpers/getViewHeightClassName.test.d.ts +0 -1
- package/.cache/ts/src/helpers/getViewWidthClassName.test.d.ts +0 -1
- package/.cache/ts/src/helpers/math.test.d.ts +0 -1
- package/.cache/ts/src/hoc/withInsets.d.ts +0 -3
- package/.cache/ts/src/hooks/useAdaptivity.d.ts +0 -3
- package/.cache/ts/src/hooks/useAdaptivityWithMediaQueries.d.ts +0 -19
- package/.cache/ts/src/hooks/useAppearance.d.ts +0 -1
- package/.cache/ts/src/hooks/useBooleanState.test.d.ts +0 -1
- package/.cache/ts/src/hooks/useBrowserInfo.d.ts +0 -2
- package/.cache/ts/src/hooks/useExternRef.test.d.ts +0 -1
- package/.cache/ts/src/hooks/useFocusVisible.test.d.ts +0 -1
- package/.cache/ts/src/hooks/useObjectMemo.test.d.ts +0 -1
- package/.cache/ts/src/hooks/usePagintaion.test.d.ts +0 -1
- package/.cache/ts/src/hooks/usePlatform.test.d.ts +0 -1
- package/.cache/ts/src/hooks/useTimeout.test.d.ts +0 -1
- package/.cache/ts/src/index.d.ts +0 -315
- package/.cache/ts/src/lib/SSR.d.ts +0 -18
- package/.cache/ts/src/lib/accessibility.d.ts +0 -10
- package/.cache/ts/src/lib/adaptivity.d.ts +0 -38
- package/.cache/ts/src/lib/calendar.test.d.ts +0 -1
- package/.cache/ts/src/lib/callMultiple.test.d.ts +0 -1
- package/.cache/ts/src/lib/classNames.test.d.ts +0 -1
- package/.cache/ts/src/lib/date.d.ts +0 -29
- package/.cache/ts/src/lib/date.test.d.ts +0 -1
- package/.cache/ts/src/lib/getNavId.test.d.ts +0 -1
- package/.cache/ts/src/lib/isRefObject.test.d.ts +0 -1
- package/.cache/ts/src/lib/jsxRuntime.d.ts +0 -8
- package/.cache/ts/src/lib/jsxRuntime.test.d.ts +0 -1
- package/.cache/ts/src/lib/platform.d.ts +0 -8
- package/.cache/ts/src/lib/prefixClass.d.ts +0 -1
- package/.cache/ts/src/lib/select.test.d.ts +0 -1
- package/.cache/ts/src/lib/touch.test.d.ts +0 -1
- package/.cache/ts/src/lib/warnOnce.d.ts +0 -2
- package/.cache/ts/src/testing/e2e/index.d.ts +0 -2
- package/.cache/ts/src/testing/e2e/utils.d.ts +0 -20
- package/.cache/ts/src/testing/setup.d.ts +0 -1
- package/.cache/ts/src/testing/utils.d.ts +0 -31
- package/.cache/ts/src/unstable/index.d.ts +0 -15
- package/.cache/ts/stylelint.config.d.ts +0 -65
- package/.cache/ts/webpack.config.d.ts +0 -126
- package/.cache/ts/webpack.styles.config.d.ts +0 -56
- package/.codesandbox/ci.json +0 -5
- package/.editorconfig +0 -14
- package/.eslintignore +0 -7
- package/.eslintrc.json +0 -169
- package/.gitattributes +0 -1
- package/.github/CODEOWNERS +0 -2
- package/.github/ISSUE_TEMPLATE/bug_report.yml +0 -56
- package/.github/ISSUE_TEMPLATE/config.yml +0 -4
- package/.github/ISSUE_TEMPLATE/documentation.yml +0 -17
- package/.github/ISSUE_TEMPLATE/feature_request.yml +0 -22
- package/.github/danger/dangerfile.js +0 -194
- package/.github/danger/package.json +0 -13
- package/.github/danger/yarn.lock +0 -1692
- package/.github/dependabot.yml +0 -29
- package/.github/gitflow/patch.js +0 -60
- package/.github/gitflow/stable_branch.js +0 -19
- package/.github/gitflow/utils.js +0 -43
- package/.github/workflows/pr_close.yml +0 -44
- package/.github/workflows/publish.yml +0 -80
- package/.github/workflows/publish_token_translator.yml +0 -50
- package/.github/workflows/pull_request.yml +0 -155
- package/.github/workflows/update_screens.yml +0 -26
- package/.gitignore +0 -40
- package/.husky/.gitignore +0 -2
- package/.husky/_/.gitignore +0 -1
- package/.husky/_/husky.sh +0 -36
- package/.prettierignore +0 -15
- package/.prettierrc.json +0 -1
- package/.stylelintignore +0 -3
- package/.yarnrc +0 -1
- package/babel.cjs.config.js +0 -15
- package/babel.config.js +0 -98
- package/coverage/clover.xml +0 -6139
- package/coverage/coverage-final.json +0 -261
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -79
- package/coverage/lcov-report/components/ActionSheet/ActionSheet.tsx.html +0 -515
- package/coverage/lcov-report/components/ActionSheet/ActionSheetContext.ts.html +0 -134
- package/coverage/lcov-report/components/ActionSheet/ActionSheetDefaultIosCloseItem.tsx.html +0 -116
- package/coverage/lcov-report/components/ActionSheet/ActionSheetDropdown.tsx.html +0 -194
- package/coverage/lcov-report/components/ActionSheet/ActionSheetDropdownDesktop.tsx.html +0 -383
- package/coverage/lcov-report/components/ActionSheet/index.html +0 -186
- package/coverage/lcov-report/components/ActionSheet/types.ts.html +0 -128
- package/coverage/lcov-report/components/ActionSheetItem/ActionSheetItem.tsx.html +0 -524
- package/coverage/lcov-report/components/ActionSheetItem/index.html +0 -111
- package/coverage/lcov-report/components/AdaptivityProvider/AdaptivityContext.tsx.html +0 -164
- package/coverage/lcov-report/components/AdaptivityProvider/AdaptivityProvider.tsx.html +0 -548
- package/coverage/lcov-report/components/AdaptivityProvider/index.html +0 -126
- package/coverage/lcov-report/components/Alert/Alert.tsx.html +0 -833
- package/coverage/lcov-report/components/Alert/index.html +0 -111
- package/coverage/lcov-report/components/AppRoot/AppRoot.tsx.html +0 -677
- package/coverage/lcov-report/components/AppRoot/AppRootContext.ts.html +0 -122
- package/coverage/lcov-report/components/AppRoot/AppRootPortal.tsx.html +0 -206
- package/coverage/lcov-report/components/AppRoot/ScrollContext.tsx.html +0 -860
- package/coverage/lcov-report/components/AppRoot/index.html +0 -156
- package/coverage/lcov-report/components/AppearanceProvider/AppearanceProvider.tsx.html +0 -257
- package/coverage/lcov-report/components/AppearanceProvider/AppearanceProviderContext.tsx.html +0 -101
- package/coverage/lcov-report/components/AppearanceProvider/index.html +0 -126
- package/coverage/lcov-report/components/Avatar/Avatar.tsx.html +0 -524
- package/coverage/lcov-report/components/Avatar/helpers.ts.html +0 -188
- package/coverage/lcov-report/components/Avatar/icons.tsx.html +0 -179
- package/coverage/lcov-report/components/Avatar/index.html +0 -141
- package/coverage/lcov-report/components/Badge/Badge.tsx.html +0 -122
- package/coverage/lcov-report/components/Badge/index.html +0 -111
- package/coverage/lcov-report/components/Banner/Banner.tsx.html +0 -677
- package/coverage/lcov-report/components/Banner/index.html +0 -111
- package/coverage/lcov-report/components/BaseGallery/BaseGallery.tsx.html +0 -1256
- package/coverage/lcov-report/components/BaseGallery/helpers.ts.html +0 -233
- package/coverage/lcov-report/components/BaseGallery/index.html +0 -141
- package/coverage/lcov-report/components/BaseGallery/types.ts.html +0 -236
- package/coverage/lcov-report/components/Button/Button.tsx.html +0 -365
- package/coverage/lcov-report/components/Button/index.html +0 -111
- package/coverage/lcov-report/components/ButtonGroup/ButtonGroup.tsx.html +0 -257
- package/coverage/lcov-report/components/ButtonGroup/index.html +0 -111
- package/coverage/lcov-report/components/Calendar/Calendar.tsx.html +0 -758
- package/coverage/lcov-report/components/Calendar/index.html +0 -111
- package/coverage/lcov-report/components/CalendarDay/CalendarDay.tsx.html +0 -455
- package/coverage/lcov-report/components/CalendarDay/index.html +0 -111
- package/coverage/lcov-report/components/CalendarDays/CalendarDays.tsx.html +0 -476
- package/coverage/lcov-report/components/CalendarDays/index.html +0 -111
- package/coverage/lcov-report/components/CalendarHeader/CalendarHeader.tsx.html +0 -635
- package/coverage/lcov-report/components/CalendarHeader/index.html +0 -111
- package/coverage/lcov-report/components/CalendarRange/CalendarRange.tsx.html +0 -932
- package/coverage/lcov-report/components/CalendarRange/index.html +0 -111
- package/coverage/lcov-report/components/CalendarTime/CalendarTime.tsx.html +0 -356
- package/coverage/lcov-report/components/CalendarTime/index.html +0 -111
- package/coverage/lcov-report/components/Card/Card.tsx.html +0 -170
- package/coverage/lcov-report/components/Card/index.html +0 -111
- package/coverage/lcov-report/components/CardGrid/CardGrid.tsx.html +0 -197
- package/coverage/lcov-report/components/CardGrid/index.html +0 -111
- package/coverage/lcov-report/components/CardScroll/CardScroll.tsx.html +0 -434
- package/coverage/lcov-report/components/CardScroll/index.html +0 -111
- package/coverage/lcov-report/components/Cell/Cell.tsx.html +0 -626
- package/coverage/lcov-report/components/Cell/CellCheckbox/CellCheckbox.tsx.html +0 -218
- package/coverage/lcov-report/components/Cell/CellCheckbox/index.html +0 -111
- package/coverage/lcov-report/components/Cell/CellDragger/CellDragger.tsx.html +0 -191
- package/coverage/lcov-report/components/Cell/CellDragger/index.html +0 -111
- package/coverage/lcov-report/components/Cell/index.html +0 -126
- package/coverage/lcov-report/components/Cell/useDraggable.tsx.html +0 -458
- package/coverage/lcov-report/components/CellButton/CellButton.tsx.html +0 -167
- package/coverage/lcov-report/components/CellButton/index.html +0 -111
- package/coverage/lcov-report/components/Checkbox/Checkbox.tsx.html +0 -578
- package/coverage/lcov-report/components/Checkbox/index.html +0 -111
- package/coverage/lcov-report/components/Chip/Chip.tsx.html +0 -353
- package/coverage/lcov-report/components/Chip/index.html +0 -111
- package/coverage/lcov-report/components/ChipsInput/ChipsInput.tsx.html +0 -206
- package/coverage/lcov-report/components/ChipsInput/index.html +0 -111
- package/coverage/lcov-report/components/ChipsInputBase/ChipsInputBase.tsx.html +0 -698
- package/coverage/lcov-report/components/ChipsInputBase/index.html +0 -111
- package/coverage/lcov-report/components/ChipsSelect/ChipsSelect.tsx.html +0 -1520
- package/coverage/lcov-report/components/ChipsSelect/index.html +0 -111
- package/coverage/lcov-report/components/ConfigProvider/ConfigProvider.tsx.html +0 -338
- package/coverage/lcov-report/components/ConfigProvider/ConfigProviderContext.tsx.html +0 -230
- package/coverage/lcov-report/components/ConfigProvider/index.html +0 -126
- package/coverage/lcov-report/components/ContentCard/ContentCard.tsx.html +0 -491
- package/coverage/lcov-report/components/ContentCard/index.html +0 -111
- package/coverage/lcov-report/components/Counter/Counter.tsx.html +0 -221
- package/coverage/lcov-report/components/Counter/index.html +0 -111
- package/coverage/lcov-report/components/CustomScrollView/CustomScrollView.tsx.html +0 -707
- package/coverage/lcov-report/components/CustomScrollView/index.html +0 -126
- package/coverage/lcov-report/components/CustomScrollView/useTrackerVisibility.ts.html +0 -407
- package/coverage/lcov-report/components/CustomSelect/CustomSelect.tsx.html +0 -2363
- package/coverage/lcov-report/components/CustomSelect/index.html +0 -111
- package/coverage/lcov-report/components/CustomSelectDropdown/CustomSelectDropdown.tsx.html +0 -491
- package/coverage/lcov-report/components/CustomSelectDropdown/index.html +0 -111
- package/coverage/lcov-report/components/CustomSelectOption/CustomSelectOption.tsx.html +0 -470
- package/coverage/lcov-report/components/CustomSelectOption/index.html +0 -111
- package/coverage/lcov-report/components/DateInput/DateInput.tsx.html +0 -1106
- package/coverage/lcov-report/components/DateInput/index.html +0 -111
- package/coverage/lcov-report/components/DatePicker/DatePicker.tsx.html +0 -758
- package/coverage/lcov-report/components/DatePicker/index.html +0 -111
- package/coverage/lcov-report/components/DateRangeInput/DateRangeInput.tsx.html +0 -1178
- package/coverage/lcov-report/components/DateRangeInput/index.html +0 -111
- package/coverage/lcov-report/components/DeviceConditionalRender/DeviceConditionalRender.tsx.html +0 -206
- package/coverage/lcov-report/components/DeviceConditionalRender/index.html +0 -111
- package/coverage/lcov-report/components/Div/Div.tsx.html +0 -134
- package/coverage/lcov-report/components/Div/index.html +0 -111
- package/coverage/lcov-report/components/DropdownIcon/DropdownIcon.tsx.html +0 -164
- package/coverage/lcov-report/components/DropdownIcon/index.html +0 -111
- package/coverage/lcov-report/components/Epic/Epic.tsx.html +0 -200
- package/coverage/lcov-report/components/Epic/ScrollSaver.tsx.html +0 -161
- package/coverage/lcov-report/components/Epic/index.html +0 -126
- package/coverage/lcov-report/components/File/File.tsx.html +0 -263
- package/coverage/lcov-report/components/File/index.html +0 -111
- package/coverage/lcov-report/components/FixedLayout/FixedLayout.tsx.html +0 -329
- package/coverage/lcov-report/components/FixedLayout/index.html +0 -111
- package/coverage/lcov-report/components/FocusTrap/FocusTrap.tsx.html +0 -521
- package/coverage/lcov-report/components/FocusTrap/index.html +0 -111
- package/coverage/lcov-report/components/FocusVisible/FocusVisible.tsx.html +0 -134
- package/coverage/lcov-report/components/FocusVisible/index.html +0 -111
- package/coverage/lcov-report/components/Footer/Footer.tsx.html +0 -131
- package/coverage/lcov-report/components/Footer/index.html +0 -111
- package/coverage/lcov-report/components/FormField/FormField.tsx.html +0 -368
- package/coverage/lcov-report/components/FormField/index.html +0 -111
- package/coverage/lcov-report/components/FormItem/FormItem.tsx.html +0 -332
- package/coverage/lcov-report/components/FormItem/index.html +0 -111
- package/coverage/lcov-report/components/FormLayout/FormLayout.tsx.html +0 -182
- package/coverage/lcov-report/components/FormLayout/index.html +0 -111
- package/coverage/lcov-report/components/FormLayoutGroup/FormLayoutGroup.tsx.html +0 -314
- package/coverage/lcov-report/components/FormLayoutGroup/index.html +0 -111
- package/coverage/lcov-report/components/Gallery/Gallery.tsx.html +0 -308
- package/coverage/lcov-report/components/Gallery/index.html +0 -111
- package/coverage/lcov-report/components/Gradient/Gradient.tsx.html +0 -194
- package/coverage/lcov-report/components/Gradient/index.html +0 -111
- package/coverage/lcov-report/components/GridAvatar/GridAvatar.tsx.html +0 -221
- package/coverage/lcov-report/components/GridAvatar/index.html +0 -111
- package/coverage/lcov-report/components/Group/Group.tsx.html +0 -404
- package/coverage/lcov-report/components/Group/index.html +0 -111
- package/coverage/lcov-report/components/Header/Header.tsx.html +0 -506
- package/coverage/lcov-report/components/Header/index.html +0 -111
- package/coverage/lcov-report/components/HorizontalCell/HorizontalCell.tsx.html +0 -323
- package/coverage/lcov-report/components/HorizontalCell/index.html +0 -111
- package/coverage/lcov-report/components/HorizontalScroll/HorizontalScroll.tsx.html +0 -797
- package/coverage/lcov-report/components/HorizontalScroll/HorizontalScrollArrow.tsx.html +0 -242
- package/coverage/lcov-report/components/HorizontalScroll/index.html +0 -126
- package/coverage/lcov-report/components/HoverPopper/HoverPopper.tsx.html +0 -386
- package/coverage/lcov-report/components/HoverPopper/index.html +0 -111
- package/coverage/lcov-report/components/IconButton/IconButton.tsx.html +0 -200
- package/coverage/lcov-report/components/IconButton/index.html +0 -111
- package/coverage/lcov-report/components/Image/Image.tsx.html +0 -383
- package/coverage/lcov-report/components/Image/index.html +0 -111
- package/coverage/lcov-report/components/ImageBase/ImageBase.tsx.html +0 -629
- package/coverage/lcov-report/components/ImageBase/ImageBaseBadge/ImageBaseBadge.tsx.html +0 -257
- package/coverage/lcov-report/components/ImageBase/ImageBaseBadge/index.html +0 -111
- package/coverage/lcov-report/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.tsx.html +0 -368
- package/coverage/lcov-report/components/ImageBase/ImageBaseOverlay/index.html +0 -111
- package/coverage/lcov-report/components/ImageBase/index.html +0 -126
- package/coverage/lcov-report/components/ImageBase/types.ts.html +0 -152
- package/coverage/lcov-report/components/InfoRow/InfoRow.tsx.html +0 -149
- package/coverage/lcov-report/components/InfoRow/index.html +0 -111
- package/coverage/lcov-report/components/Input/Input.tsx.html +0 -239
- package/coverage/lcov-report/components/Input/index.html +0 -111
- package/coverage/lcov-report/components/InputLike/InputLike.tsx.html +0 -296
- package/coverage/lcov-report/components/InputLike/InputLikeDivider.tsx.html +0 -119
- package/coverage/lcov-report/components/InputLike/index.html +0 -126
- package/coverage/lcov-report/components/Link/Link.tsx.html +0 -164
- package/coverage/lcov-report/components/Link/index.html +0 -111
- package/coverage/lcov-report/components/List/List.tsx.html +0 -155
- package/coverage/lcov-report/components/List/ListContext.ts.html +0 -98
- package/coverage/lcov-report/components/List/index.html +0 -126
- package/coverage/lcov-report/components/LocaleProviderContext/LocaleProviderContext.tsx.html +0 -95
- package/coverage/lcov-report/components/LocaleProviderContext/index.html +0 -111
- package/coverage/lcov-report/components/MiniInfoCell/MiniInfoCell.tsx.html +0 -347
- package/coverage/lcov-report/components/MiniInfoCell/index.html +0 -111
- package/coverage/lcov-report/components/ModalCard/ModalCard.tsx.html +0 -287
- package/coverage/lcov-report/components/ModalCard/index.html +0 -111
- package/coverage/lcov-report/components/ModalCardBase/ModalCardBase.tsx.html +0 -476
- package/coverage/lcov-report/components/ModalCardBase/index.html +0 -111
- package/coverage/lcov-report/components/ModalDismissButton/ModalDismissButton.tsx.html +0 -158
- package/coverage/lcov-report/components/ModalDismissButton/index.html +0 -111
- package/coverage/lcov-report/components/ModalPage/ModalPage.tsx.html +0 -512
- package/coverage/lcov-report/components/ModalPage/index.html +0 -111
- package/coverage/lcov-report/components/ModalPageHeader/ModalPageHeader.tsx.html +0 -236
- package/coverage/lcov-report/components/ModalPageHeader/index.html +0 -111
- package/coverage/lcov-report/components/ModalRoot/ModalRoot.tsx.html +0 -2624
- package/coverage/lcov-report/components/ModalRoot/ModalRootAdaptive.tsx.html +0 -209
- package/coverage/lcov-report/components/ModalRoot/ModalRootContext.tsx.html +0 -224
- package/coverage/lcov-report/components/ModalRoot/ModalRootDesktop.tsx.html +0 -908
- package/coverage/lcov-report/components/ModalRoot/constants.ts.html +0 -92
- package/coverage/lcov-report/components/ModalRoot/index.html +0 -216
- package/coverage/lcov-report/components/ModalRoot/types.ts.html +0 -284
- package/coverage/lcov-report/components/ModalRoot/useModalManager.tsx.html +0 -842
- package/coverage/lcov-report/components/ModalRoot/withModalRootContext.tsx.html +0 -140
- package/coverage/lcov-report/components/NativeSelect/NativeSelect.tsx.html +0 -398
- package/coverage/lcov-report/components/NativeSelect/index.html +0 -111
- package/coverage/lcov-report/components/NavTransitionContext/NavTransitionContext.tsx.html +0 -155
- package/coverage/lcov-report/components/NavTransitionContext/index.html +0 -111
- package/coverage/lcov-report/components/Pagination/Pagination.tsx.html +0 -680
- package/coverage/lcov-report/components/Pagination/index.html +0 -111
- package/coverage/lcov-report/components/Panel/Panel.tsx.html +0 -251
- package/coverage/lcov-report/components/Panel/index.html +0 -111
- package/coverage/lcov-report/components/PanelHeader/PanelHeader.tsx.html +0 -488
- package/coverage/lcov-report/components/PanelHeader/index.html +0 -111
- package/coverage/lcov-report/components/PanelHeaderBack/PanelHeaderBack.tsx.html +0 -263
- package/coverage/lcov-report/components/PanelHeaderBack/index.html +0 -111
- package/coverage/lcov-report/components/PanelHeaderButton/PanelHeaderButton.tsx.html +0 -428
- package/coverage/lcov-report/components/PanelHeaderButton/index.html +0 -111
- package/coverage/lcov-report/components/PanelHeaderClose/PanelHeaderClose.tsx.html +0 -158
- package/coverage/lcov-report/components/PanelHeaderClose/index.html +0 -111
- package/coverage/lcov-report/components/PanelHeaderContent/PanelHeaderContent.tsx.html +0 -431
- package/coverage/lcov-report/components/PanelHeaderContent/index.html +0 -111
- package/coverage/lcov-report/components/PanelHeaderContext/PanelHeaderContext.tsx.html +0 -374
- package/coverage/lcov-report/components/PanelHeaderContext/index.html +0 -111
- package/coverage/lcov-report/components/PanelHeaderEdit/PanelHeaderEdit.tsx.html +0 -206
- package/coverage/lcov-report/components/PanelHeaderEdit/index.html +0 -111
- package/coverage/lcov-report/components/PanelHeaderSubmit/PanelHeaderSubmit.tsx.html +0 -164
- package/coverage/lcov-report/components/PanelHeaderSubmit/index.html +0 -111
- package/coverage/lcov-report/components/PanelSpinner/PanelSpinner.tsx.html +0 -131
- package/coverage/lcov-report/components/PanelSpinner/index.html +0 -111
- package/coverage/lcov-report/components/Placeholder/Placeholder.tsx.html +0 -272
- package/coverage/lcov-report/components/Placeholder/index.html +0 -111
- package/coverage/lcov-report/components/PopoutRoot/PopoutRoot.tsx.html +0 -221
- package/coverage/lcov-report/components/PopoutRoot/index.html +0 -111
- package/coverage/lcov-report/components/PopoutWrapper/PopoutWrapper.tsx.html +0 -305
- package/coverage/lcov-report/components/PopoutWrapper/index.html +0 -111
- package/coverage/lcov-report/components/Popover/Popover.tsx.html +0 -650
- package/coverage/lcov-report/components/Popover/index.html +0 -111
- package/coverage/lcov-report/components/Popper/Popper.tsx.html +0 -854
- package/coverage/lcov-report/components/Popper/index.html +0 -111
- package/coverage/lcov-report/components/PopperArrow/PopperArrow.tsx.html +0 -200
- package/coverage/lcov-report/components/PopperArrow/index.html +0 -111
- package/coverage/lcov-report/components/Progress/Progress.tsx.html +0 -212
- package/coverage/lcov-report/components/Progress/index.html +0 -111
- package/coverage/lcov-report/components/PromoBanner/PromoBanner.tsx.html +0 -431
- package/coverage/lcov-report/components/PromoBanner/index.html +0 -111
- package/coverage/lcov-report/components/PullToRefresh/PullToRefresh.tsx.html +0 -929
- package/coverage/lcov-report/components/PullToRefresh/PullToRefreshSpinner.tsx.html +0 -302
- package/coverage/lcov-report/components/PullToRefresh/index.html +0 -126
- package/coverage/lcov-report/components/Radio/Radio.tsx.html +0 -344
- package/coverage/lcov-report/components/Radio/index.html +0 -111
- package/coverage/lcov-report/components/RadioGroup/RadioGroup.tsx.html +0 -149
- package/coverage/lcov-report/components/RadioGroup/index.html +0 -111
- package/coverage/lcov-report/components/RangeSlider/RangeSlider.tsx.html +0 -245
- package/coverage/lcov-report/components/RangeSlider/UniversalSlider.tsx.html +0 -545
- package/coverage/lcov-report/components/RangeSlider/index.html +0 -126
- package/coverage/lcov-report/components/Removable/Removable.tsx.html +0 -638
- package/coverage/lcov-report/components/Removable/index.html +0 -111
- package/coverage/lcov-report/components/RichCell/RichCell.tsx.html +0 -431
- package/coverage/lcov-report/components/RichCell/index.html +0 -111
- package/coverage/lcov-report/components/RichTooltip/RichTooltip.tsx.html +0 -188
- package/coverage/lcov-report/components/RichTooltip/index.html +0 -111
- package/coverage/lcov-report/components/Root/Root.tsx.html +0 -647
- package/coverage/lcov-report/components/Root/index.html +0 -111
- package/coverage/lcov-report/components/ScreenSpinner/Icon48CancelCircle.tsx.html +0 -134
- package/coverage/lcov-report/components/ScreenSpinner/Icon48DoneOutline.tsx.html +0 -137
- package/coverage/lcov-report/components/ScreenSpinner/ScreenSpinner.tsx.html +0 -263
- package/coverage/lcov-report/components/ScreenSpinner/index.html +0 -141
- package/coverage/lcov-report/components/Search/Search.tsx.html +0 -653
- package/coverage/lcov-report/components/Search/index.html +0 -111
- package/coverage/lcov-report/components/SegmentedControl/SegmentedControl.tsx.html +0 -458
- package/coverage/lcov-report/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.tsx.html +0 -236
- package/coverage/lcov-report/components/SegmentedControl/SegmentedControlOption/index.html +0 -111
- package/coverage/lcov-report/components/SegmentedControl/index.html +0 -111
- package/coverage/lcov-report/components/Select/Select.tsx.html +0 -323
- package/coverage/lcov-report/components/Select/index.html +0 -111
- package/coverage/lcov-report/components/SelectMimicry/SelectMimicry.tsx.html +0 -305
- package/coverage/lcov-report/components/SelectMimicry/index.html +0 -111
- package/coverage/lcov-report/components/Separator/Separator.tsx.html +0 -152
- package/coverage/lcov-report/components/Separator/index.html +0 -111
- package/coverage/lcov-report/components/SimpleCell/SimpleCell.tsx.html +0 -572
- package/coverage/lcov-report/components/SimpleCell/index.html +0 -111
- package/coverage/lcov-report/components/SizeXConditionalRender/SizeXConditionalRender.tsx.html +0 -188
- package/coverage/lcov-report/components/SizeXConditionalRender/index.html +0 -111
- package/coverage/lcov-report/components/SizeYConditionalRender/SizeYConditionalRender.tsx.html +0 -188
- package/coverage/lcov-report/components/SizeYConditionalRender/index.html +0 -111
- package/coverage/lcov-report/components/Slider/Slider.tsx.html +0 -245
- package/coverage/lcov-report/components/Slider/index.html +0 -111
- package/coverage/lcov-report/components/Snackbar/Snackbar.tsx.html +0 -803
- package/coverage/lcov-report/components/Snackbar/index.html +0 -111
- package/coverage/lcov-report/components/Spacing/Spacing.tsx.html +0 -236
- package/coverage/lcov-report/components/Spacing/index.html +0 -111
- package/coverage/lcov-report/components/Spinner/Spinner.tsx.html +0 -209
- package/coverage/lcov-report/components/Spinner/index.html +0 -111
- package/coverage/lcov-report/components/SplitCol/SplitCol.tsx.html +0 -428
- package/coverage/lcov-report/components/SplitCol/index.html +0 -111
- package/coverage/lcov-report/components/SplitLayout/SplitLayout.tsx.html +0 -263
- package/coverage/lcov-report/components/SplitLayout/index.html +0 -111
- package/coverage/lcov-report/components/SubnavigationBar/SubnavigationBar.tsx.html +0 -278
- package/coverage/lcov-report/components/SubnavigationBar/index.html +0 -111
- package/coverage/lcov-report/components/SubnavigationButton/SubnavigationButton.tsx.html +0 -380
- package/coverage/lcov-report/components/SubnavigationButton/index.html +0 -111
- package/coverage/lcov-report/components/Switch/Switch.tsx.html +0 -251
- package/coverage/lcov-report/components/Switch/index.html +0 -111
- package/coverage/lcov-report/components/Tabbar/Tabbar.tsx.html +0 -245
- package/coverage/lcov-report/components/Tabbar/index.html +0 -111
- package/coverage/lcov-report/components/TabbarItem/TabbarItem.tsx.html +0 -326
- package/coverage/lcov-report/components/TabbarItem/index.html +0 -111
- package/coverage/lcov-report/components/Tabs/Tabs.tsx.html +0 -260
- package/coverage/lcov-report/components/Tabs/index.html +0 -111
- package/coverage/lcov-report/components/TabsItem/TabsItem.tsx.html +0 -404
- package/coverage/lcov-report/components/TabsItem/index.html +0 -111
- package/coverage/lcov-report/components/Tappable/Tappable.tsx.html +0 -1208
- package/coverage/lcov-report/components/Tappable/index.html +0 -111
- package/coverage/lcov-report/components/TextTooltip/TextTooltip.tsx.html +0 -260
- package/coverage/lcov-report/components/TextTooltip/index.html +0 -111
- package/coverage/lcov-report/components/Textarea/Textarea.tsx.html +0 -314
- package/coverage/lcov-report/components/Textarea/index.html +0 -111
- package/coverage/lcov-report/components/Tooltip/Tooltip.tsx.html +0 -1040
- package/coverage/lcov-report/components/Tooltip/TooltipContainer.tsx.html +0 -110
- package/coverage/lcov-report/components/Tooltip/index.html +0 -126
- package/coverage/lcov-report/components/Touch/Touch.tsx.html +0 -959
- package/coverage/lcov-report/components/Touch/TouchContext.ts.html +0 -113
- package/coverage/lcov-report/components/Touch/index.html +0 -126
- package/coverage/lcov-report/components/Typography/Caption/Caption.tsx.html +0 -203
- package/coverage/lcov-report/components/Typography/Caption/index.html +0 -111
- package/coverage/lcov-report/components/Typography/Footnote/Footnote.tsx.html +0 -194
- package/coverage/lcov-report/components/Typography/Footnote/index.html +0 -111
- package/coverage/lcov-report/components/Typography/Headline/Headline.tsx.html +0 -251
- package/coverage/lcov-report/components/Typography/Headline/index.html +0 -111
- package/coverage/lcov-report/components/Typography/Paragraph/Paragraph.tsx.html +0 -227
- package/coverage/lcov-report/components/Typography/Paragraph/index.html +0 -111
- package/coverage/lcov-report/components/Typography/Subhead/Subhead.tsx.html +0 -200
- package/coverage/lcov-report/components/Typography/Subhead/index.html +0 -111
- package/coverage/lcov-report/components/Typography/Text/Text.tsx.html +0 -248
- package/coverage/lcov-report/components/Typography/Text/index.html +0 -111
- package/coverage/lcov-report/components/Typography/Title/Title.tsx.html +0 -206
- package/coverage/lcov-report/components/Typography/Title/index.html +0 -111
- package/coverage/lcov-report/components/UsersStack/UsersStack.tsx.html +0 -599
- package/coverage/lcov-report/components/UsersStack/index.html +0 -111
- package/coverage/lcov-report/components/View/View.tsx.html +0 -1799
- package/coverage/lcov-report/components/View/ViewInfinite.tsx.html +0 -2291
- package/coverage/lcov-report/components/View/index.html +0 -141
- package/coverage/lcov-report/components/View/utils.ts.html +0 -110
- package/coverage/lcov-report/components/ViewWidthConditionalRender/ViewWidthConditionalRender.tsx.html +0 -215
- package/coverage/lcov-report/components/ViewWidthConditionalRender/index.html +0 -111
- package/coverage/lcov-report/components/VisuallyHiddenInput/VisuallyHiddenInput.tsx.html +0 -140
- package/coverage/lcov-report/components/VisuallyHiddenInput/index.html +0 -111
- package/coverage/lcov-report/components/WriteBar/WriteBar.tsx.html +0 -479
- package/coverage/lcov-report/components/WriteBar/index.html +0 -111
- package/coverage/lcov-report/components/WriteBarIcon/WriteBarIcon.tsx.html +0 -434
- package/coverage/lcov-report/components/WriteBarIcon/index.html +0 -111
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/helpers/appearance.ts.html +0 -212
- package/coverage/lcov-report/helpers/avatar.ts.html +0 -110
- package/coverage/lcov-report/helpers/getClassName.ts.html +0 -116
- package/coverage/lcov-report/helpers/getHoverClassName.ts.html +0 -164
- package/coverage/lcov-report/helpers/getMouseClassName.ts.html +0 -164
- package/coverage/lcov-report/helpers/getOrDefault.ts.html +0 -98
- package/coverage/lcov-report/helpers/getPlatformClassName.ts.html +0 -149
- package/coverage/lcov-report/helpers/getSizeXClassName.ts.html +0 -146
- package/coverage/lcov-report/helpers/getSizeYClassName.ts.html +0 -146
- package/coverage/lcov-report/helpers/getViewHeightClassName.ts.html +0 -200
- package/coverage/lcov-report/helpers/getViewWidthClassName.ts.html +0 -248
- package/coverage/lcov-report/helpers/index.html +0 -276
- package/coverage/lcov-report/helpers/math.ts.html +0 -200
- package/coverage/lcov-report/hoc/index.html +0 -141
- package/coverage/lcov-report/hoc/withContext.tsx.html +0 -122
- package/coverage/lcov-report/hoc/withInsets.tsx.html +0 -116
- package/coverage/lcov-report/hoc/withPlatform.tsx.html +0 -131
- package/coverage/lcov-report/hooks/index.html +0 -531
- package/coverage/lcov-report/hooks/useAdaptivity.ts.html +0 -158
- package/coverage/lcov-report/hooks/useAdaptivityWithMediaQueries.ts.html +0 -533
- package/coverage/lcov-report/hooks/useAppearance.ts.html +0 -92
- package/coverage/lcov-report/hooks/useAutoDetectAppearance.tsx.html +0 -422
- package/coverage/lcov-report/hooks/useBooleanState.ts.html +0 -137
- package/coverage/lcov-report/hooks/useBridgeAdaptivity.ts.html +0 -329
- package/coverage/lcov-report/hooks/useBrowserInfo.ts.html +0 -113
- package/coverage/lcov-report/hooks/useCalendar.ts.html +0 -362
- package/coverage/lcov-report/hooks/useChipsInput.ts.html +0 -341
- package/coverage/lcov-report/hooks/useChipsSelect.ts.html +0 -296
- package/coverage/lcov-report/hooks/useDateInput.ts.html +0 -719
- package/coverage/lcov-report/hooks/useEffectDev.ts.html +0 -95
- package/coverage/lcov-report/hooks/useEnsuredControl.ts.html +0 -131
- package/coverage/lcov-report/hooks/useEventListener.ts.html +0 -275
- package/coverage/lcov-report/hooks/useExternRef.ts.html +0 -158
- package/coverage/lcov-report/hooks/useFocusVisible.ts.html +0 -173
- package/coverage/lcov-report/hooks/useGlobalEventListener.ts.html +0 -185
- package/coverage/lcov-report/hooks/useInsets.ts.html +0 -287
- package/coverage/lcov-report/hooks/useKeyboard.ts.html +0 -254
- package/coverage/lcov-report/hooks/useKeyboardInputTracker.ts.html +0 -272
- package/coverage/lcov-report/hooks/useMediaQueries.ts.html +0 -281
- package/coverage/lcov-report/hooks/useObjectMemo.ts.html +0 -128
- package/coverage/lcov-report/hooks/useOrientationChange.ts.html +0 -200
- package/coverage/lcov-report/hooks/usePagination.ts.html +0 -368
- package/coverage/lcov-report/hooks/usePatchChildrenRef.ts.html +0 -197
- package/coverage/lcov-report/hooks/usePlatform.ts.html +0 -110
- package/coverage/lcov-report/hooks/usePrevious.ts.html +0 -113
- package/coverage/lcov-report/hooks/useTimeout.ts.html +0 -179
- package/coverage/lcov-report/hooks/useWaitTransitionFinish.ts.html +0 -191
- package/coverage/lcov-report/index.html +0 -2406
- package/coverage/lcov-report/lib/SSR.tsx.html +0 -233
- package/coverage/lcov-report/lib/accessibility.ts.html +0 -341
- package/coverage/lcov-report/lib/adaptivity.ts.html +0 -404
- package/coverage/lcov-report/lib/animate.ts.html +0 -218
- package/coverage/lcov-report/lib/browser.ts.html +0 -290
- package/coverage/lcov-report/lib/calendar.ts.html +0 -449
- package/coverage/lcov-report/lib/callMultiple.ts.html +0 -92
- package/coverage/lcov-report/lib/classNames.ts.html +0 -212
- package/coverage/lcov-report/lib/date.ts.html +0 -902
- package/coverage/lcov-report/lib/dom.tsx.html +0 -215
- package/coverage/lcov-report/lib/fx.ts.html +0 -101
- package/coverage/lcov-report/lib/getNavId.ts.html +0 -125
- package/coverage/lcov-report/lib/index.html +0 -531
- package/coverage/lcov-report/lib/is.ts.html +0 -110
- package/coverage/lcov-report/lib/isRefObject.ts.html +0 -113
- package/coverage/lcov-report/lib/jsxRuntime.ts.html +0 -209
- package/coverage/lcov-report/lib/offset.ts.html +0 -131
- package/coverage/lcov-report/lib/platform.ts.html +0 -263
- package/coverage/lcov-report/lib/polyfills.ts.html +0 -419
- package/coverage/lcov-report/lib/prefixClass.ts.html +0 -155
- package/coverage/lcov-report/lib/removeObjectKeys.ts.html +0 -110
- package/coverage/lcov-report/lib/select.ts.html +0 -281
- package/coverage/lcov-report/lib/styles.ts.html +0 -116
- package/coverage/lcov-report/lib/supportEvents.ts.html +0 -194
- package/coverage/lcov-report/lib/taptic.ts.html +0 -107
- package/coverage/lcov-report/lib/testing.ts.html +0 -92
- package/coverage/lcov-report/lib/touch.ts.html +0 -257
- package/coverage/lcov-report/lib/useIsomorphicLayoutEffect.ts.html +0 -101
- package/coverage/lcov-report/lib/utils.ts.html +0 -377
- package/coverage/lcov-report/lib/warnOnce.ts.html +0 -125
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -170
- package/coverage/lcov-report/unstable/index.html +0 -111
- package/coverage/lcov-report/unstable/index.ts.html +0 -140
- package/coverage/lcov.info +0 -14164
- package/dist/cjs/components/AppearanceProvider/AppearanceProviderContext.js +0 -16
- package/dist/cjs/components/AppearanceProvider/AppearanceProviderContext.js.map +0 -1
- package/dist/cjs/components/Avatar/icons.js +0 -48
- package/dist/cjs/components/Avatar/icons.js.map +0 -1
- package/dist/cjs/components/DeviceConditionalRender/DeviceConditionalRender.js +0 -35
- package/dist/cjs/components/DeviceConditionalRender/DeviceConditionalRender.js.map +0 -1
- package/dist/cjs/components/LocaleProviderContext/LocaleProviderContext.js +0 -14
- package/dist/cjs/components/LocaleProviderContext/LocaleProviderContext.js.map +0 -1
- package/dist/cjs/components/SizeXConditionalRender/SizeXConditionalRender.js +0 -39
- package/dist/cjs/components/SizeXConditionalRender/SizeXConditionalRender.js.map +0 -1
- package/dist/cjs/components/SizeYConditionalRender/SizeYConditionalRender.js +0 -39
- package/dist/cjs/components/SizeYConditionalRender/SizeYConditionalRender.js.map +0 -1
- package/dist/cjs/components/ViewWidthConditionalRender/ViewWidthConditionalRender.js +0 -37
- package/dist/cjs/components/ViewWidthConditionalRender/ViewWidthConditionalRender.js.map +0 -1
- package/dist/cjs/helpers/getClassName.js +0 -18
- package/dist/cjs/helpers/getClassName.js.map +0 -1
- package/dist/cjs/helpers/getMouseClassName.js +0 -25
- package/dist/cjs/helpers/getMouseClassName.js.map +0 -1
- package/dist/cjs/hooks/useAdaptivityWithMediaQueries.js +0 -123
- package/dist/cjs/hooks/useAdaptivityWithMediaQueries.js.map +0 -1
- package/dist/cjs/hooks/useBrowserInfo.js +0 -21
- package/dist/cjs/hooks/useBrowserInfo.js.map +0 -1
- package/dist/cjs/lib/adaptivity.js +0 -120
- package/dist/cjs/lib/adaptivity.js.map +0 -1
- package/dist/cjs/lib/jsxRuntime.d.js +0 -6
- package/dist/cjs/lib/jsxRuntime.d.js.map +0 -1
- package/dist/cjs/lib/jsxRuntime.js +0 -52
- package/dist/cjs/lib/jsxRuntime.js.map +0 -1
- package/dist/cjs/lib/prefixClass.js +0 -34
- package/dist/cjs/lib/prefixClass.js.map +0 -1
- package/dist/cjs/unstable/index.js +0 -54
- package/dist/cjs/unstable/index.js.map +0 -1
- package/dist/components/AppearanceProvider/AppearanceProviderContext.d.ts +0 -3
- package/dist/components/AppearanceProvider/AppearanceProviderContext.js +0 -4
- package/dist/components/AppearanceProvider/AppearanceProviderContext.js.map +0 -1
- package/dist/components/Avatar/icons.js +0 -31
- package/dist/components/Avatar/icons.js.map +0 -1
- package/dist/components/DeviceConditionalRender/DeviceConditionalRender.d.ts +0 -7
- package/dist/components/DeviceConditionalRender/DeviceConditionalRender.js +0 -19
- package/dist/components/DeviceConditionalRender/DeviceConditionalRender.js.map +0 -1
- package/dist/components/LocaleProviderContext/LocaleProviderContext.d.ts +0 -2
- package/dist/components/LocaleProviderContext/LocaleProviderContext.js +0 -3
- package/dist/components/LocaleProviderContext/LocaleProviderContext.js.map +0 -1
- package/dist/components/SizeXConditionalRender/SizeXConditionalRender.d.ts +0 -7
- package/dist/components/SizeXConditionalRender/SizeXConditionalRender.js +0 -21
- package/dist/components/SizeXConditionalRender/SizeXConditionalRender.js.map +0 -1
- package/dist/components/SizeYConditionalRender/SizeYConditionalRender.d.ts +0 -7
- package/dist/components/SizeYConditionalRender/SizeYConditionalRender.js +0 -21
- package/dist/components/SizeYConditionalRender/SizeYConditionalRender.js.map +0 -1
- package/dist/components/ViewWidthConditionalRender/ViewWidthConditionalRender.d.ts +0 -7
- package/dist/components/ViewWidthConditionalRender/ViewWidthConditionalRender.js +0 -20
- package/dist/components/ViewWidthConditionalRender/ViewWidthConditionalRender.js.map +0 -1
- package/dist/cssm/components/ActionSheet/ActionSheet.css +0 -1
- package/dist/cssm/components/ActionSheetItem/ActionSheetItem.css +0 -1
- package/dist/cssm/components/Alert/Alert.css +0 -1
- package/dist/cssm/components/AppRoot/AppRoot.css +0 -1
- package/dist/cssm/components/AppearanceProvider/AppearanceProviderContext.d.ts +0 -3
- package/dist/cssm/components/AppearanceProvider/AppearanceProviderContext.js +0 -4
- package/dist/cssm/components/AppearanceProvider/AppearanceProviderContext.js.map +0 -1
- package/dist/cssm/components/Avatar/icons.js +0 -31
- package/dist/cssm/components/Avatar/icons.js.map +0 -1
- package/dist/cssm/components/Banner/Banner.css +0 -1
- package/dist/cssm/components/BaseGallery/BaseGallery.css +0 -1
- package/dist/cssm/components/CalendarDay/CalendarDay.css +0 -1
- package/dist/cssm/components/CalendarHeader/CalendarHeader.css +0 -1
- package/dist/cssm/components/CalendarTime/CalendarTime.css +0 -1
- package/dist/cssm/components/Card/Card.css +0 -3
- package/dist/cssm/components/CardGrid/CardGrid.css +0 -1
- package/dist/cssm/components/Checkbox/Checkbox.css +0 -1
- package/dist/cssm/components/Chip/Chip.css +0 -1
- package/dist/cssm/components/ChipsInputBase/ChipsInputBase.css +0 -1
- package/dist/cssm/components/Counter/Counter.css +0 -1
- package/dist/cssm/components/CustomSelectDropdown/CustomSelectDropdown.css +0 -1
- package/dist/cssm/components/CustomSelectOption/CustomSelectOption.css +0 -1
- package/dist/cssm/components/DateInput/DateInput.css +0 -1
- package/dist/cssm/components/DeviceConditionalRender/DeviceConditionalRender.css +0 -1
- package/dist/cssm/components/DeviceConditionalRender/DeviceConditionalRender.d.ts +0 -7
- package/dist/cssm/components/DeviceConditionalRender/DeviceConditionalRender.js +0 -20
- package/dist/cssm/components/DeviceConditionalRender/DeviceConditionalRender.js.map +0 -1
- package/dist/cssm/components/FixedLayout/FixedLayout.css +0 -1
- package/dist/cssm/components/Footer/Footer.css +0 -1
- package/dist/cssm/components/FormField/FormField.css +0 -1
- package/dist/cssm/components/FormLayoutGroup/FormLayoutGroup.css +0 -1
- package/dist/cssm/components/GridAvatar/GridAvatar.css +0 -1
- package/dist/cssm/components/Group/Group.css +0 -1
- package/dist/cssm/components/Header/Header.css +0 -1
- package/dist/cssm/components/HorizontalCell/HorizontalCell.css +0 -1
- package/dist/cssm/components/HorizontalScroll/HorizontalScrollArrow.css +0 -1
- package/dist/cssm/components/Input/Input.css +0 -1
- package/dist/cssm/components/InputLike/InputLike.css +0 -1
- package/dist/cssm/components/Link/Link.css +0 -1
- package/dist/cssm/components/LocaleProviderContext/LocaleProviderContext.d.ts +0 -2
- package/dist/cssm/components/LocaleProviderContext/LocaleProviderContext.js +0 -3
- package/dist/cssm/components/LocaleProviderContext/LocaleProviderContext.js.map +0 -1
- package/dist/cssm/components/ModalCard/ModalCard.css +0 -1
- package/dist/cssm/components/ModalCardBase/ModalCardBase.css +0 -1
- package/dist/cssm/components/ModalPage/ModalPage.css +0 -1
- package/dist/cssm/components/ModalPageHeader/ModalPageHeader.css +0 -1
- package/dist/cssm/components/ModalRoot/ModalRoot.css +0 -1
- package/dist/cssm/components/Pagination/Pagination.css +0 -1
- package/dist/cssm/components/Panel/Panel.css +0 -1
- package/dist/cssm/components/PanelHeader/PanelHeader.css +0 -1
- package/dist/cssm/components/PanelHeaderContent/PanelHeaderContent.css +0 -1
- package/dist/cssm/components/PanelHeaderContext/PanelHeaderContext.css +0 -1
- package/dist/cssm/components/PopoutRoot/PopoutRoot.css +0 -1
- package/dist/cssm/components/PromoBanner/PromoBanner.css +0 -1
- package/dist/cssm/components/PullToRefresh/PullToRefresh.css +0 -1
- package/dist/cssm/components/Radio/Radio.css +0 -1
- package/dist/cssm/components/Removable/Removable.css +0 -1
- package/dist/cssm/components/RichCell/RichCell.css +0 -1
- package/dist/cssm/components/Root/Root.css +0 -1
- package/dist/cssm/components/ScreenSpinner/ScreenSpinner.css +0 -1
- package/dist/cssm/components/Search/Search.css +0 -1
- package/dist/cssm/components/SegmentedControl/SegmentedControl.css +0 -1
- package/dist/cssm/components/Select/Select.css +0 -1
- package/dist/cssm/components/Separator/Separator.css +0 -1
- package/dist/cssm/components/SimpleCell/SimpleCell.css +0 -1
- package/dist/cssm/components/SizeXConditionalRender/SizeXConditionalRender.css +0 -1
- package/dist/cssm/components/SizeXConditionalRender/SizeXConditionalRender.d.ts +0 -7
- package/dist/cssm/components/SizeXConditionalRender/SizeXConditionalRender.js +0 -22
- package/dist/cssm/components/SizeXConditionalRender/SizeXConditionalRender.js.map +0 -1
- package/dist/cssm/components/SizeYConditionalRender/SizeYConditionalRender.css +0 -1
- package/dist/cssm/components/SizeYConditionalRender/SizeYConditionalRender.d.ts +0 -7
- package/dist/cssm/components/SizeYConditionalRender/SizeYConditionalRender.js +0 -22
- package/dist/cssm/components/SizeYConditionalRender/SizeYConditionalRender.js.map +0 -1
- package/dist/cssm/components/Snackbar/Snackbar.css +0 -1
- package/dist/cssm/components/Spacing/Spacing.css +0 -1
- package/dist/cssm/components/Spinner/Spinner.css +0 -1
- package/dist/cssm/components/SplitCol/SplitCol.css +0 -1
- package/dist/cssm/components/SplitLayout/SplitLayout.css +0 -1
- package/dist/cssm/components/SubnavigationButton/SubnavigationButton.css +0 -5
- package/dist/cssm/components/Switch/Switch.css +0 -1
- package/dist/cssm/components/Tabbar/Tabbar.css +0 -1
- package/dist/cssm/components/TabbarItem/TabbarItem.css +0 -1
- package/dist/cssm/components/Tabs/Tabs.css +0 -1
- package/dist/cssm/components/TabsItem/TabsItem.css +0 -1
- package/dist/cssm/components/Textarea/Textarea.css +0 -1
- package/dist/cssm/components/UsersStack/UsersStack.css +0 -1
- package/dist/cssm/components/View/View.css +0 -1
- package/dist/cssm/components/View/ViewIOS.css +0 -1
- package/dist/cssm/components/ViewWidthConditionalRender/ViewWidthConditionalRender.css +0 -1
- package/dist/cssm/components/ViewWidthConditionalRender/ViewWidthConditionalRender.d.ts +0 -7
- package/dist/cssm/components/ViewWidthConditionalRender/ViewWidthConditionalRender.js +0 -21
- package/dist/cssm/components/ViewWidthConditionalRender/ViewWidthConditionalRender.js.map +0 -1
- package/dist/cssm/components/WriteBar/WriteBar.css +0 -1
- package/dist/cssm/components/WriteBarIcon/WriteBarIcon.css +0 -1
- package/dist/cssm/helpers/getClassName.d.ts +0 -6
- package/dist/cssm/helpers/getClassName.js +0 -11
- package/dist/cssm/helpers/getClassName.js.map +0 -1
- package/dist/cssm/helpers/getMouseClassName.d.ts +0 -2
- package/dist/cssm/helpers/getMouseClassName.js +0 -18
- package/dist/cssm/helpers/getMouseClassName.js.map +0 -1
- package/dist/cssm/hooks/useAdaptivityWithMediaQueries.d.ts +0 -19
- package/dist/cssm/hooks/useAdaptivityWithMediaQueries.js +0 -103
- package/dist/cssm/hooks/useAdaptivityWithMediaQueries.js.map +0 -1
- package/dist/cssm/hooks/useBrowserInfo.d.ts +0 -2
- package/dist/cssm/hooks/useBrowserInfo.js +0 -9
- package/dist/cssm/hooks/useBrowserInfo.js.map +0 -1
- package/dist/cssm/lib/adaptivity.d.ts +0 -38
- package/dist/cssm/lib/adaptivity.js +0 -94
- package/dist/cssm/lib/adaptivity.js.map +0 -1
- package/dist/cssm/lib/jsxRuntime.d.js +0 -2
- package/dist/cssm/lib/jsxRuntime.d.js.map +0 -1
- package/dist/cssm/lib/jsxRuntime.d.ts +0 -8
- package/dist/cssm/lib/jsxRuntime.js +0 -43
- package/dist/cssm/lib/jsxRuntime.js.map +0 -1
- package/dist/cssm/lib/prefixClass.d.ts +0 -1
- package/dist/cssm/lib/prefixClass.js +0 -28
- package/dist/cssm/lib/prefixClass.js.map +0 -1
- package/dist/cssm/styles/unstable.css +0 -1
- package/dist/cssm/unstable/index.d.ts +0 -15
- package/dist/cssm/unstable/index.js +0 -10
- package/dist/cssm/unstable/index.js.map +0 -1
- package/dist/helpers/getClassName.d.ts +0 -6
- package/dist/helpers/getClassName.js +0 -11
- package/dist/helpers/getClassName.js.map +0 -1
- package/dist/helpers/getMouseClassName.d.ts +0 -2
- package/dist/helpers/getMouseClassName.js +0 -18
- package/dist/helpers/getMouseClassName.js.map +0 -1
- package/dist/hooks/useAdaptivityWithMediaQueries.d.ts +0 -19
- package/dist/hooks/useAdaptivityWithMediaQueries.js +0 -103
- package/dist/hooks/useAdaptivityWithMediaQueries.js.map +0 -1
- package/dist/hooks/useBrowserInfo.d.ts +0 -2
- package/dist/hooks/useBrowserInfo.js +0 -9
- package/dist/hooks/useBrowserInfo.js.map +0 -1
- package/dist/lib/adaptivity.d.ts +0 -38
- package/dist/lib/adaptivity.js +0 -94
- package/dist/lib/adaptivity.js.map +0 -1
- package/dist/lib/jsxRuntime.d.js +0 -2
- package/dist/lib/jsxRuntime.d.js.map +0 -1
- package/dist/lib/jsxRuntime.d.ts +0 -8
- package/dist/lib/jsxRuntime.js +0 -43
- package/dist/lib/jsxRuntime.js.map +0 -1
- package/dist/lib/prefixClass.d.ts +0 -1
- package/dist/lib/prefixClass.js +0 -28
- package/dist/lib/prefixClass.js.map +0 -1
- package/dist/unstable/index.d.ts +0 -15
- package/dist/unstable/index.js +0 -10
- package/dist/unstable/index.js.map +0 -1
- package/dist/unstable.css +0 -3
- package/dist/unstable.css.map +0 -1
- package/dist/unstable.js.tmp +0 -24
- package/docs/ADAPTIVITY_GUIDE.md +0 -101
- package/docs/CONTRIBUTING.md +0 -116
- package/docs/CSS_GUIDE.md +0 -145
- package/docs/MANIFESTO.md +0 -33
- package/docs/TESTING.md +0 -58
- package/e2e/browser/jest-mock.ts +0 -47
- package/e2e/browser/mount.ts +0 -9
- package/e2e/browser/runtime.ts +0 -5
- package/e2e/browser/test-handle.ts +0 -38
- package/e2e/detectEnv.d.ts +0 -3
- package/e2e/detectEnv.js +0 -22
- package/e2e/dist/font/LICENSE.txt +0 -202
- package/e2e/dist/font/Roboto-Bold.ttf +0 -0
- package/e2e/dist/font/Roboto-Italic.ttf +0 -0
- package/e2e/dist/font/Roboto-Medium.ttf +0 -0
- package/e2e/dist/font/Roboto-Regular.ttf +0 -0
- package/e2e/docker-compose.yml +0 -6
- package/e2e/docker.ts +0 -13
- package/e2e/generateWebpackConfig.ts +0 -84
- package/e2e/index.ts +0 -46
- package/e2e/jest/globalSetup.ts +0 -59
- package/e2e/jest/globalTeardown.ts +0 -15
- package/e2e/jest/jsdomPlaywrightEnv.js +0 -5
- package/e2e/jest/matchers.ts +0 -23
- package/e2e/jest.e2e.config.js +0 -52
- package/e2e/styles.test.css +0 -60
- package/e2e/types.d.ts +0 -3
- package/jest.unit.config.js +0 -14
- package/packages/eslint-plugin-vkui/index.js +0 -64
- package/packages/eslint-plugin-vkui/package.json +0 -5
- package/packages/postcss-check-keyframes/index.js +0 -36
- package/packages/postcss-plugin-vk-sans/__tests__/VkSansMandatoryDeclarations.test.js +0 -207
- package/packages/postcss-plugin-vk-sans/__tests__/custom_properties.css +0 -4
- package/packages/postcss-plugin-vk-sans/index.js +0 -351
- package/packages/postcss-restructure-variable/index.js +0 -233
- package/packages/postcss-restructure-variable/postcss-restructure-variable.test.js +0 -170
- package/packages/postcss-scope-root/index.js +0 -13
- package/packages/stylelint-atomic/index.js +0 -57
- package/packages/stylelint-atomic/stylelint-atomic.test.js +0 -42
- package/packages/stylelint-bad-multiplication/index.js +0 -69
- package/packages/stylelint-bad-multiplication/stylelint-bad-multiplication.test.js +0 -33
- package/packages/token-translator/.gitignore +0 -2
- package/packages/token-translator/.yarnrc +0 -1
- package/packages/token-translator/jest.config.ts +0 -4
- package/packages/token-translator/package.json +0 -32
- package/packages/token-translator/src/file-replacer.ts +0 -46
- package/packages/token-translator/src/index.ts +0 -149
- package/packages/token-translator/src/jsx-transformer.test.ts +0 -54
- package/packages/token-translator/src/jsx-transformer.ts +0 -70
- package/packages/token-translator/src/postcss-token-translator.test.ts +0 -99
- package/packages/token-translator/src/postcss-token-translator.ts +0 -34
- package/packages/token-translator/src/styleProperty.ts +0 -77
- package/packages/token-translator/src/tokens.json +0 -310
- package/packages/token-translator/tsconfig.json +0 -12
- package/packages/token-translator/yarn.lock +0 -2298
- package/postcss.config.js +0 -101
- package/shared.js +0 -50
- package/src/components/ActionSheet/ActionSheet.css +0 -115
- package/src/components/ActionSheet/ActionSheet.e2e.tsx +0 -110
- package/src/components/ActionSheet/ActionSheet.test.tsx +0 -125
- package/src/components/ActionSheet/ActionSheet.tsx +0 -145
- package/src/components/ActionSheet/ActionSheetContext.ts +0 -18
- package/src/components/ActionSheet/ActionSheetDefaultIosCloseItem.tsx +0 -12
- package/src/components/ActionSheet/ActionSheetDropdown.tsx +0 -38
- package/src/components/ActionSheet/ActionSheetDropdownDesktop.tsx +0 -101
- package/src/components/ActionSheet/Readme.md +0 -233
- package/src/components/ActionSheet/__image_snapshots__/actionsheet-android-light-w_2-1-snap.png +0 -3
- package/src/components/ActionSheet/__image_snapshots__/actionsheet-ios-light-w_2-1-snap.png +0 -3
- package/src/components/ActionSheet/__image_snapshots__/actionsheet-vkcom-light-w_5-1-snap.png +0 -3
- package/src/components/ActionSheet/types.ts +0 -16
- package/src/components/ActionSheetItem/ActionSheetItem.css +0 -244
- package/src/components/ActionSheetItem/ActionSheetItem.test.tsx +0 -35
- package/src/components/ActionSheetItem/ActionSheetItem.tsx +0 -148
- package/src/components/ActionSheetItem/Readme.md +0 -2
- package/src/components/AdaptivityProvider/AdaptivityContext.tsx +0 -28
- package/src/components/AdaptivityProvider/AdaptivityProvider.test.tsx +0 -204
- package/src/components/AdaptivityProvider/AdaptivityProvider.tsx +0 -156
- package/src/components/AdaptivityProvider/Readme.md +0 -3
- package/src/components/Alert/Alert.css +0 -288
- package/src/components/Alert/Alert.test.e2e.tsx +0 -67
- package/src/components/Alert/Alert.test.tsx +0 -74
- package/src/components/Alert/Alert.tsx +0 -251
- package/src/components/Alert/Readme.md +0 -112
- package/src/components/Alert/__image_snapshots__/alert-android-light-1-snap.png +0 -3
- package/src/components/Alert/__image_snapshots__/alert-ios-light-1-snap.png +0 -3
- package/src/components/Alert/__image_snapshots__/alert-vkcom-light-1-snap.png +0 -3
- package/src/components/AppRoot/AppRoot.css +0 -27
- package/src/components/AppRoot/AppRoot.test.tsx +0 -101
- package/src/components/AppRoot/AppRoot.tsx +0 -199
- package/src/components/AppRoot/AppRootContext.ts +0 -14
- package/src/components/AppRoot/AppRootPortal.tsx +0 -42
- package/src/components/AppRoot/Readme.md +0 -9
- package/src/components/AppRoot/ScrollContext.tsx +0 -260
- package/src/components/AppearanceProvider/AppearanceProvider.tsx +0 -59
- package/src/components/AppearanceProvider/AppearanceProviderContext.tsx +0 -7
- package/src/components/Avatar/Avatar.e2e.tsx +0 -49
- package/src/components/Avatar/Avatar.module.css +0 -84
- package/src/components/Avatar/Avatar.test.tsx +0 -77
- package/src/components/Avatar/Avatar.tsx +0 -148
- package/src/components/Avatar/Readme.md +0 -254
- package/src/components/Avatar/__image_snapshots__/avatar-android-light-1-snap.png +0 -3
- package/src/components/Avatar/__image_snapshots__/avatar-ios-light-1-snap.png +0 -3
- package/src/components/Avatar/__image_snapshots__/avatar-vkcom-light-1-snap.png +0 -3
- package/src/components/Avatar/helpers.ts +0 -36
- package/src/components/Avatar/icons.tsx +0 -33
- package/src/components/Badge/Badge.css +0 -16
- package/src/components/Badge/Badge.test.tsx +0 -6
- package/src/components/Badge/Badge.tsx +0 -14
- package/src/components/Badge/Readme.md +0 -55
- package/src/components/Banner/Banner.css +0 -146
- package/src/components/Banner/Banner.e2e.tsx +0 -54
- package/src/components/Banner/Banner.test.tsx +0 -42
- package/src/components/Banner/Banner.tsx +0 -199
- package/src/components/Banner/Readme.md +0 -205
- package/src/components/Banner/__image_snapshots__/banner-android-light-1-snap.png +0 -3
- package/src/components/Banner/__image_snapshots__/banner-ios-light-1-snap.png +0 -3
- package/src/components/Banner/__image_snapshots__/banner-vkcom-light-1-snap.png +0 -3
- package/src/components/BaseGallery/BaseGallery.css +0 -75
- package/src/components/BaseGallery/BaseGallery.tsx +0 -392
- package/src/components/BaseGallery/helpers.ts +0 -51
- package/src/components/BaseGallery/types.ts +0 -52
- package/src/components/Button/Button.e2e.tsx +0 -66
- package/src/components/Button/Button.module.css +0 -682
- package/src/components/Button/Button.test.tsx +0 -43
- package/src/components/Button/Button.tsx +0 -95
- package/src/components/Button/Readme.md +0 -168
- package/src/components/Button/__image_snapshots__/button-android-light-1-snap.png +0 -3
- package/src/components/Button/__image_snapshots__/button-ios-light-1-snap.png +0 -3
- package/src/components/Button/__image_snapshots__/button-vkcom-light-1-snap.png +0 -3
- package/src/components/ButtonGroup/ButtonGroup.e2e.tsx +0 -84
- package/src/components/ButtonGroup/ButtonGroup.module.css +0 -75
- package/src/components/ButtonGroup/ButtonGroup.test.tsx +0 -6
- package/src/components/ButtonGroup/ButtonGroup.tsx +0 -59
- package/src/components/ButtonGroup/Readme.md +0 -327
- package/src/components/ButtonGroup/__image_snapshots__/buttongroup-align-android-light-1-snap.png +0 -3
- package/src/components/ButtonGroup/__image_snapshots__/buttongroup-align-ios-light-1-snap.png +0 -3
- package/src/components/ButtonGroup/__image_snapshots__/buttongroup-align-vkcom-light-1-snap.png +0 -3
- package/src/components/ButtonGroup/__image_snapshots__/buttongroup-android-light-1-snap.png +0 -3
- package/src/components/ButtonGroup/__image_snapshots__/buttongroup-ios-light-1-snap.png +0 -3
- package/src/components/ButtonGroup/__image_snapshots__/buttongroup-vkcom-light-1-snap.png +0 -3
- package/src/components/Calendar/Calendar.css +0 -31
- package/src/components/Calendar/Calendar.e2e.tsx +0 -36
- package/src/components/Calendar/Calendar.test.tsx +0 -6
- package/src/components/Calendar/Calendar.tsx +0 -226
- package/src/components/Calendar/Readme.md +0 -127
- package/src/components/Calendar/__image_snapshots__/calendar-android-light-1-snap.png +0 -3
- package/src/components/Calendar/__image_snapshots__/calendar-ios-light-1-snap.png +0 -3
- package/src/components/Calendar/__image_snapshots__/calendar-vkcom-light-1-snap.png +0 -3
- package/src/components/CalendarDay/CalendarDay.css +0 -85
- package/src/components/CalendarDay/CalendarDay.test.tsx +0 -26
- package/src/components/CalendarDay/CalendarDay.tsx +0 -125
- package/src/components/CalendarDays/CalendarDays.css +0 -31
- package/src/components/CalendarDays/CalendarDays.tsx +0 -132
- package/src/components/CalendarHeader/CalendarHeader.css +0 -40
- package/src/components/CalendarHeader/CalendarHeader.test.tsx +0 -27
- package/src/components/CalendarHeader/CalendarHeader.tsx +0 -185
- package/src/components/CalendarRange/CalendarRange.css +0 -27
- package/src/components/CalendarRange/CalendarRange.e2e.tsx +0 -23
- package/src/components/CalendarRange/CalendarRange.test.tsx +0 -6
- package/src/components/CalendarRange/CalendarRange.tsx +0 -284
- package/src/components/CalendarRange/Readme.md +0 -88
- package/src/components/CalendarRange/__image_snapshots__/calendarrange-android-light-1-snap.png +0 -3
- package/src/components/CalendarRange/__image_snapshots__/calendarrange-ios-light-1-snap.png +0 -3
- package/src/components/CalendarRange/__image_snapshots__/calendarrange-vkcom-light-1-snap.png +0 -3
- package/src/components/CalendarTime/CalendarTime.css +0 -18
- package/src/components/CalendarTime/CalendarTime.tsx +0 -92
- package/src/components/Card/Card.css +0 -91
- package/src/components/Card/Card.e2e.tsx +0 -13
- package/src/components/Card/Card.test.tsx +0 -6
- package/src/components/Card/Card.tsx +0 -30
- package/src/components/Card/Readme.md +0 -39
- package/src/components/Card/__image_snapshots__/card-android-light-1-snap.png +0 -3
- package/src/components/Card/__image_snapshots__/card-ios-light-1-snap.png +0 -3
- package/src/components/Card/__image_snapshots__/card-vkcom-light-1-snap.png +0 -3
- package/src/components/CardGrid/CardGrid.css +0 -95
- package/src/components/CardGrid/CardGrid.test.tsx +0 -6
- package/src/components/CardGrid/CardGrid.tsx +0 -39
- package/src/components/CardGrid/Readme.md +0 -46
- package/src/components/CardScroll/CardScroll.css +0 -62
- package/src/components/CardScroll/CardScroll.e2e.tsx +0 -26
- package/src/components/CardScroll/CardScroll.test.tsx +0 -6
- package/src/components/CardScroll/CardScroll.tsx +0 -118
- package/src/components/CardScroll/Readme.md +0 -62
- package/src/components/CardScroll/__image_snapshots__/cardscroll-android-light-1-snap.png +0 -3
- package/src/components/CardScroll/__image_snapshots__/cardscroll-ios-light-1-snap.png +0 -3
- package/src/components/CardScroll/__image_snapshots__/cardscroll-vkcom-light-1-snap.png +0 -3
- package/src/components/Cell/Cell.css +0 -61
- package/src/components/Cell/Cell.e2e.tsx +0 -29
- package/src/components/Cell/Cell.test.tsx +0 -77
- package/src/components/Cell/Cell.tsx +0 -182
- package/src/components/Cell/CellCheckbox/CellCheckbox.css +0 -17
- package/src/components/Cell/CellCheckbox/CellCheckbox.test.tsx +0 -6
- package/src/components/Cell/CellCheckbox/CellCheckbox.tsx +0 -46
- package/src/components/Cell/CellDragger/CellDragger.css +0 -4
- package/src/components/Cell/CellDragger/CellDragger.test.tsx +0 -6
- package/src/components/Cell/CellDragger/CellDragger.tsx +0 -37
- package/src/components/Cell/Readme.md +0 -163
- package/src/components/Cell/__image_snapshots__/cell-android-light-1-snap.png +0 -3
- package/src/components/Cell/__image_snapshots__/cell-ios-light-1-snap.png +0 -3
- package/src/components/Cell/__image_snapshots__/cell-vkcom-light-1-snap.png +0 -3
- package/src/components/Cell/useDraggable.tsx +0 -126
- package/src/components/CellButton/CellButton.css +0 -52
- package/src/components/CellButton/CellButton.e2e.tsx +0 -37
- package/src/components/CellButton/CellButton.test.tsx +0 -6
- package/src/components/CellButton/CellButton.tsx +0 -29
- package/src/components/CellButton/Readme.md +0 -53
- package/src/components/CellButton/__image_snapshots__/cellbutton-android-light-1-snap.png +0 -3
- package/src/components/CellButton/__image_snapshots__/cellbutton-ios-light-1-snap.png +0 -3
- package/src/components/CellButton/__image_snapshots__/cellbutton-vkcom-light-1-snap.png +0 -3
- package/src/components/Checkbox/Checkbox.css +0 -158
- package/src/components/Checkbox/Checkbox.e2e.tsx +0 -50
- package/src/components/Checkbox/Checkbox.test.tsx +0 -28
- package/src/components/Checkbox/Checkbox.tsx +0 -166
- package/src/components/Checkbox/Readme.md +0 -39
- package/src/components/Checkbox/__image_snapshots__/checkbox-android-light-1-snap.png +0 -3
- package/src/components/Checkbox/__image_snapshots__/checkbox-ios-light-1-snap.png +0 -3
- package/src/components/Checkbox/__image_snapshots__/checkbox-simple-android-light-1-snap.png +0 -3
- package/src/components/Checkbox/__image_snapshots__/checkbox-simple-ios-light-1-snap.png +0 -3
- package/src/components/Checkbox/__image_snapshots__/checkbox-simple-vkcom-light-1-snap.png +0 -3
- package/src/components/Checkbox/__image_snapshots__/checkbox-sizes-and-description-android-light-1-snap.png +0 -3
- package/src/components/Checkbox/__image_snapshots__/checkbox-sizes-and-description-ios-light-1-snap.png +0 -3
- package/src/components/Checkbox/__image_snapshots__/checkbox-sizes-and-description-vkcom-light-1-snap.png +0 -3
- package/src/components/Checkbox/__image_snapshots__/checkbox-vkcom-light-1-snap.png +0 -3
- package/src/components/Chip/Chip.css +0 -67
- package/src/components/Chip/Chip.e2e.tsx +0 -18
- package/src/components/Chip/Chip.test.tsx +0 -22
- package/src/components/Chip/Chip.tsx +0 -91
- package/src/components/Chip/Readme.md +0 -81
- package/src/components/Chip/__image_snapshots__/chip-android-light-1-snap.png +0 -3
- package/src/components/Chip/__image_snapshots__/chip-ios-light-1-snap.png +0 -3
- package/src/components/Chip/__image_snapshots__/chip-vkcom-light-1-snap.png +0 -3
- package/src/components/ChipsInput/ChipsInput.css +0 -3
- package/src/components/ChipsInput/ChipsInput.e2e.tsx +0 -30
- package/src/components/ChipsInput/ChipsInput.test.tsx +0 -6
- package/src/components/ChipsInput/ChipsInput.tsx +0 -42
- package/src/components/ChipsInput/Readme.md +0 -94
- package/src/components/ChipsInput/__image_snapshots__/chipsinput-android-light-1-snap.png +0 -3
- package/src/components/ChipsInput/__image_snapshots__/chipsinput-ios-light-1-snap.png +0 -3
- package/src/components/ChipsInput/__image_snapshots__/chipsinput-vkcom-light-1-snap.png +0 -3
- package/src/components/ChipsInputBase/ChipsInputBase.css +0 -73
- package/src/components/ChipsInputBase/ChipsInputBase.test.tsx +0 -104
- package/src/components/ChipsInputBase/ChipsInputBase.tsx +0 -206
- package/src/components/ChipsSelect/ChipsSelect.css +0 -17
- package/src/components/ChipsSelect/ChipsSelect.test.tsx +0 -165
- package/src/components/ChipsSelect/ChipsSelect.tsx +0 -480
- package/src/components/ChipsSelect/Readme.md +0 -115
- package/src/components/ConfigProvider/ConfigProvider.test.tsx +0 -77
- package/src/components/ConfigProvider/ConfigProvider.tsx +0 -86
- package/src/components/ConfigProvider/ConfigProviderContext.tsx +0 -50
- package/src/components/ConfigProvider/Readme.md +0 -1
- package/src/components/ContentCard/ContentCard.css +0 -31
- package/src/components/ContentCard/ContentCard.e2e.tsx +0 -17
- package/src/components/ContentCard/ContentCard.test.tsx +0 -53
- package/src/components/ContentCard/ContentCard.tsx +0 -137
- package/src/components/ContentCard/Readme.md +0 -71
- package/src/components/ContentCard/__image_snapshots__/contentcard-android-light-1-snap.png +0 -3
- package/src/components/ContentCard/__image_snapshots__/contentcard-ios-light-1-snap.png +0 -3
- package/src/components/ContentCard/__image_snapshots__/contentcard-vkcom-light-1-snap.png +0 -3
- package/src/components/Counter/Counter.css +0 -128
- package/src/components/Counter/Counter.e2e.tsx +0 -20
- package/src/components/Counter/Counter.test.tsx +0 -13
- package/src/components/Counter/Counter.tsx +0 -47
- package/src/components/Counter/Readme.md +0 -119
- package/src/components/Counter/__image_snapshots__/counter-android-light-1-snap.png +0 -3
- package/src/components/Counter/__image_snapshots__/counter-ios-light-1-snap.png +0 -3
- package/src/components/Counter/__image_snapshots__/counter-vkcom-light-1-snap.png +0 -3
- package/src/components/CustomScrollView/CustomScrollView.css +0 -84
- package/src/components/CustomScrollView/CustomScrollView.tsx +0 -209
- package/src/components/CustomScrollView/useTrackerVisibility.ts +0 -109
- package/src/components/CustomSelect/CustomSelect.css +0 -22
- package/src/components/CustomSelect/CustomSelect.e2e.tsx +0 -38
- package/src/components/CustomSelect/CustomSelect.test.tsx +0 -450
- package/src/components/CustomSelect/CustomSelect.tsx +0 -761
- package/src/components/CustomSelect/Readme.md +0 -321
- package/src/components/CustomSelect/__image_snapshots__/customselect-android-light-1-snap.png +0 -3
- package/src/components/CustomSelect/__image_snapshots__/customselect-ios-light-1-snap.png +0 -3
- package/src/components/CustomSelect/__image_snapshots__/customselect-vkcom-light-1-snap.png +0 -3
- package/src/components/CustomSelectDropdown/CustomSelectDropdown.css +0 -42
- package/src/components/CustomSelectDropdown/CustomSelectDropdown.test.tsx +0 -32
- package/src/components/CustomSelectDropdown/CustomSelectDropdown.tsx +0 -137
- package/src/components/CustomSelectOption/CustomSelectOption.css +0 -78
- package/src/components/CustomSelectOption/CustomSelectOption.e2e.tsx +0 -41
- package/src/components/CustomSelectOption/CustomSelectOption.test.tsx +0 -6
- package/src/components/CustomSelectOption/CustomSelectOption.tsx +0 -130
- package/src/components/CustomSelectOption/Readme.md +0 -52
- package/src/components/CustomSelectOption/__image_snapshots__/customselectoption-android-light-1-snap.png +0 -3
- package/src/components/CustomSelectOption/__image_snapshots__/customselectoption-ios-light-1-snap.png +0 -3
- package/src/components/CustomSelectOption/__image_snapshots__/customselectoption-vkcom-light-1-snap.png +0 -3
- package/src/components/DateInput/DateInput.css +0 -27
- package/src/components/DateInput/DateInput.e2e.tsx +0 -17
- package/src/components/DateInput/DateInput.test.tsx +0 -6
- package/src/components/DateInput/DateInput.tsx +0 -342
- package/src/components/DateInput/Readme.md +0 -129
- package/src/components/DateInput/__image_snapshots__/dateinput-android-light-1-snap.png +0 -3
- package/src/components/DateInput/__image_snapshots__/dateinput-ios-light-1-snap.png +0 -3
- package/src/components/DateInput/__image_snapshots__/dateinput-vkcom-light-1-snap.png +0 -3
- package/src/components/DatePicker/DatePicker.css +0 -30
- package/src/components/DatePicker/DatePicker.test.tsx +0 -186
- package/src/components/DatePicker/DatePicker.tsx +0 -226
- package/src/components/DatePicker/Readme.md +0 -40
- package/src/components/DateRangeInput/DateRangeInput.css +0 -23
- package/src/components/DateRangeInput/DateRangeInput.e2e.tsx +0 -22
- package/src/components/DateRangeInput/DateRangeInput.test.tsx +0 -6
- package/src/components/DateRangeInput/DateRangeInput.tsx +0 -366
- package/src/components/DateRangeInput/Readme.md +0 -109
- package/src/components/DateRangeInput/__image_snapshots__/daterangeinput-android-light-1-snap.png +0 -3
- package/src/components/DateRangeInput/__image_snapshots__/daterangeinput-ios-light-1-snap.png +0 -3
- package/src/components/DateRangeInput/__image_snapshots__/daterangeinput-vkcom-light-1-snap.png +0 -3
- package/src/components/DeviceConditionalRender/DeviceConditionalRender.css +0 -20
- package/src/components/DeviceConditionalRender/DeviceConditionalRender.e2e.tsx +0 -34
- package/src/components/DeviceConditionalRender/DeviceConditionalRender.tsx +0 -42
- package/src/components/DeviceConditionalRender/__image_snapshots__/deviceconditionalrender-android-light-1-snap.png +0 -3
- package/src/components/DeviceConditionalRender/__image_snapshots__/deviceconditionalrender-ios-light-1-snap.png +0 -3
- package/src/components/DeviceConditionalRender/__image_snapshots__/deviceconditionalrender-vkcom-light-1-snap.png +0 -3
- package/src/components/Div/Div.css +0 -4
- package/src/components/Div/Div.test.tsx +0 -6
- package/src/components/Div/Div.tsx +0 -18
- package/src/components/Div/Readme.md +0 -17
- package/src/components/DropdownIcon/DropdownIcon.tsx +0 -28
- package/src/components/Epic/Epic.css +0 -4
- package/src/components/Epic/Epic.test.tsx +0 -13
- package/src/components/Epic/Epic.tsx +0 -40
- package/src/components/Epic/Readme.md +0 -243
- package/src/components/Epic/ScrollSaver.tsx +0 -27
- package/src/components/File/File.test.tsx +0 -6
- package/src/components/File/File.tsx +0 -61
- package/src/components/File/Readme.md +0 -23
- package/src/components/FixedLayout/FixedLayout.css +0 -52
- package/src/components/FixedLayout/FixedLayout.test.tsx +0 -6
- package/src/components/FixedLayout/FixedLayout.tsx +0 -83
- package/src/components/FixedLayout/Readme.md +0 -111
- package/src/components/FocusTrap/FocusTrap.test.tsx +0 -172
- package/src/components/FocusTrap/FocusTrap.tsx +0 -147
- package/src/components/FocusVisible/FocusVisible.css +0 -72
- package/src/components/FocusVisible/FocusVisible.tsx +0 -18
- package/src/components/Footer/Footer.css +0 -8
- package/src/components/Footer/Footer.test.tsx +0 -6
- package/src/components/Footer/Footer.tsx +0 -17
- package/src/components/Footer/Readme.md +0 -23
- package/src/components/FormField/FormField.css +0 -201
- package/src/components/FormField/FormField.test.tsx +0 -6
- package/src/components/FormField/FormField.tsx +0 -96
- package/src/components/FormField/Readme.md +0 -35
- package/src/components/FormItem/FormItem.css +0 -107
- package/src/components/FormItem/FormItem.e2e.tsx +0 -44
- package/src/components/FormItem/FormItem.test.tsx +0 -6
- package/src/components/FormItem/FormItem.tsx +0 -84
- package/src/components/FormItem/Readme.md +0 -183
- package/src/components/FormItem/__image_snapshots__/formitem-android-light-1-snap.png +0 -3
- package/src/components/FormItem/__image_snapshots__/formitem-ios-light-1-snap.png +0 -3
- package/src/components/FormItem/__image_snapshots__/formitem-vkcom-light-1-snap.png +0 -3
- package/src/components/FormLayout/FormLayout.css +0 -16
- package/src/components/FormLayout/FormLayout.test.tsx +0 -6
- package/src/components/FormLayout/FormLayout.tsx +0 -34
- package/src/components/FormLayout/Readme.md +0 -2
- package/src/components/FormLayoutGroup/FormLayoutGroup.css +0 -60
- package/src/components/FormLayoutGroup/FormLayoutGroup.e2e.tsx +0 -195
- package/src/components/FormLayoutGroup/FormLayoutGroup.test.tsx +0 -6
- package/src/components/FormLayoutGroup/FormLayoutGroup.tsx +0 -78
- package/src/components/FormLayoutGroup/Readme.md +0 -73
- package/src/components/FormLayoutGroup/__image_snapshots__/formlayoutgroup-android-light-1-snap.png +0 -3
- package/src/components/FormLayoutGroup/__image_snapshots__/formlayoutgroup-ios-light-1-snap.png +0 -3
- package/src/components/FormLayoutGroup/__image_snapshots__/formlayoutgroup-vkcom-light-1-snap.png +0 -3
- package/src/components/Gallery/Gallery.test.tsx +0 -47
- package/src/components/Gallery/Gallery.tsx +0 -76
- package/src/components/Gallery/Readme.md +0 -145
- package/src/components/Gradient/Gradient.css +0 -23
- package/src/components/Gradient/Gradient.test.tsx +0 -6
- package/src/components/Gradient/Gradient.tsx +0 -38
- package/src/components/Gradient/Readme.md +0 -92
- package/src/components/GridAvatar/GridAvatar.css +0 -34
- package/src/components/GridAvatar/GridAvatar.e2e.tsx +0 -27
- package/src/components/GridAvatar/GridAvatar.test.tsx +0 -19
- package/src/components/GridAvatar/GridAvatar.tsx +0 -47
- package/src/components/GridAvatar/Readme.md +0 -24
- package/src/components/GridAvatar/__image_snapshots__/gridavatar-android-light-1-snap.png +0 -3
- package/src/components/GridAvatar/__image_snapshots__/gridavatar-ios-light-1-snap.png +0 -3
- package/src/components/GridAvatar/__image_snapshots__/gridavatar-vkcom-light-1-snap.png +0 -3
- package/src/components/Group/Group.css +0 -159
- package/src/components/Group/Group.test.tsx +0 -6
- package/src/components/Group/Group.tsx +0 -108
- package/src/components/Group/Readme.md +0 -151
- package/src/components/Header/Header.css +0 -163
- package/src/components/Header/Header.e2e.tsx +0 -51
- package/src/components/Header/Header.test.tsx +0 -102
- package/src/components/Header/Header.tsx +0 -142
- package/src/components/Header/Readme.md +0 -121
- package/src/components/Header/__image_snapshots__/header-android-light-1-snap.png +0 -3
- package/src/components/Header/__image_snapshots__/header-ios-light-1-snap.png +0 -3
- package/src/components/Header/__image_snapshots__/header-vkcom-light-1-snap.png +0 -3
- package/src/components/HorizontalCell/HorizontalCell.css +0 -77
- package/src/components/HorizontalCell/HorizontalCell.test.tsx +0 -6
- package/src/components/HorizontalCell/HorizontalCell.tsx +0 -81
- package/src/components/HorizontalCell/Readme.md +0 -233
- package/src/components/HorizontalScroll/HorizontalScroll.css +0 -73
- package/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx +0 -118
- package/src/components/HorizontalScroll/HorizontalScroll.test.tsx +0 -6
- package/src/components/HorizontalScroll/HorizontalScroll.tsx +0 -239
- package/src/components/HorizontalScroll/HorizontalScrollArrow.css +0 -70
- package/src/components/HorizontalScroll/HorizontalScrollArrow.tsx +0 -54
- package/src/components/HorizontalScroll/Readme.md +0 -68
- package/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-android-light-w_2-1-snap.png +0 -3
- package/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-android-light-w_3-1-snap.png +0 -3
- package/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-does-not-have-arrows-without-mouse-1-snap.png +0 -3
- package/src/components/HorizontalScroll/__image_snapshots__/horizontalscroll-has-arrows-on-mouse-hover-1-snap.png +0 -3
- package/src/components/HoverPopper/HoverPopper.tsx +0 -102
- package/src/components/IconButton/IconButton.css +0 -122
- package/src/components/IconButton/IconButton.e2e.tsx +0 -30
- package/src/components/IconButton/IconButton.test.tsx +0 -30
- package/src/components/IconButton/IconButton.tsx +0 -40
- package/src/components/IconButton/Readme.md +0 -51
- package/src/components/IconButton/__image_snapshots__/iconbutton-android-light-1-snap.png +0 -3
- package/src/components/IconButton/__image_snapshots__/iconbutton-ios-light-1-snap.png +0 -3
- package/src/components/IconButton/__image_snapshots__/iconbutton-vkcom-light-1-snap.png +0 -3
- package/src/components/Image/Image.e2e.tsx +0 -36
- package/src/components/Image/Image.module.css +0 -14
- package/src/components/Image/Image.test.tsx +0 -66
- package/src/components/Image/Image.tsx +0 -101
- package/src/components/Image/Readme.md +0 -194
- package/src/components/Image/__image_snapshots__/image-android-light-1-snap.png +0 -3
- package/src/components/Image/__image_snapshots__/image-ios-light-1-snap.png +0 -3
- package/src/components/Image/__image_snapshots__/image-vkcom-light-1-snap.png +0 -3
- package/src/components/ImageBase/ImageBase.module.css +0 -128
- package/src/components/ImageBase/ImageBase.test.tsx +0 -119
- package/src/components/ImageBase/ImageBase.tsx +0 -183
- package/src/components/ImageBase/ImageBaseBadge/ImageBaseBadge.module.css +0 -26
- package/src/components/ImageBase/ImageBaseBadge/ImageBaseBadge.tsx +0 -59
- package/src/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.module.css +0 -35
- package/src/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.tsx +0 -96
- package/src/components/ImageBase/types.ts +0 -24
- package/src/components/InfoRow/InfoRow.css +0 -14
- package/src/components/InfoRow/InfoRow.e2e.tsx +0 -14
- package/src/components/InfoRow/InfoRow.test.tsx +0 -6
- package/src/components/InfoRow/InfoRow.tsx +0 -23
- package/src/components/InfoRow/Readme.md +0 -27
- package/src/components/InfoRow/__image_snapshots__/inforow-android-light-1-snap.png +0 -3
- package/src/components/InfoRow/__image_snapshots__/inforow-ios-light-1-snap.png +0 -3
- package/src/components/InfoRow/__image_snapshots__/inforow-vkcom-light-1-snap.png +0 -3
- package/src/components/Input/Input.css +0 -67
- package/src/components/Input/Input.e2e.tsx +0 -22
- package/src/components/Input/Input.test.tsx +0 -6
- package/src/components/Input/Input.tsx +0 -53
- package/src/components/Input/Readme.md +0 -150
- package/src/components/Input/__image_snapshots__/input-android-light-1-snap.png +0 -3
- package/src/components/Input/__image_snapshots__/input-ios-light-1-snap.png +0 -3
- package/src/components/Input/__image_snapshots__/input-vkcom-light-1-snap.png +0 -3
- package/src/components/InputLike/InputLike.css +0 -25
- package/src/components/InputLike/InputLike.tsx +0 -72
- package/src/components/InputLike/InputLikeDivider.css +0 -4
- package/src/components/InputLike/InputLikeDivider.tsx +0 -13
- package/src/components/Link/Link.css +0 -39
- package/src/components/Link/Link.test.tsx +0 -29
- package/src/components/Link/Link.tsx +0 -28
- package/src/components/Link/Readme.md +0 -40
- package/src/components/List/List.css +0 -2
- package/src/components/List/List.test.tsx +0 -6
- package/src/components/List/List.tsx +0 -25
- package/src/components/List/ListContext.ts +0 -6
- package/src/components/List/Readme.md +0 -22
- package/src/components/LocaleProviderContext/LocaleProviderContext.tsx +0 -5
- package/src/components/MiniInfoCell/MiniInfoCell.css +0 -78
- package/src/components/MiniInfoCell/MiniInfoCell.e2e.tsx +0 -67
- package/src/components/MiniInfoCell/MiniInfoCell.test.tsx +0 -6
- package/src/components/MiniInfoCell/MiniInfoCell.tsx +0 -89
- package/src/components/MiniInfoCell/Readme.md +0 -155
- package/src/components/MiniInfoCell/__image_snapshots__/miniinfocell-android-light-1-snap.png +0 -3
- package/src/components/MiniInfoCell/__image_snapshots__/miniinfocell-ios-light-1-snap.png +0 -3
- package/src/components/MiniInfoCell/__image_snapshots__/miniinfocell-vkcom-light-1-snap.png +0 -3
- package/src/components/ModalCard/ModalCard.css +0 -67
- package/src/components/ModalCard/ModalCard.e2e.tsx +0 -129
- package/src/components/ModalCard/ModalCard.test.tsx +0 -6
- package/src/components/ModalCard/ModalCard.tsx +0 -69
- package/src/components/ModalCard/Readme.md +0 -9
- package/src/components/ModalCard/__image_snapshots__/modalcard-mobile-android-light-w_2-1-snap.png +0 -3
- package/src/components/ModalCard/__image_snapshots__/modalcard-mobile-ios-light-w_2-1-snap.png +0 -3
- package/src/components/ModalCard/__image_snapshots__/modalcard-tablet-android-light-w_3-1-snap.png +0 -3
- package/src/components/ModalCard/__image_snapshots__/modalcard-tablet-ios-light-w_3-1-snap.png +0 -3
- package/src/components/ModalCard/__image_snapshots__/modalcard-vkcom-light-1-snap.png +0 -3
- package/src/components/ModalCardBase/ModalCardBase.css +0 -101
- package/src/components/ModalCardBase/ModalCardBase.tsx +0 -132
- package/src/components/ModalCardBase/Readme.md +0 -49
- package/src/components/ModalDismissButton/ModalDismissButton.css +0 -37
- package/src/components/ModalDismissButton/ModalDismissButton.test.tsx +0 -6
- package/src/components/ModalDismissButton/ModalDismissButton.tsx +0 -26
- package/src/components/ModalDismissButton/Readme.md +0 -49
- package/src/components/ModalPage/ModalPage.css +0 -146
- package/src/components/ModalPage/ModalPage.test.tsx +0 -6
- package/src/components/ModalPage/ModalPage.tsx +0 -144
- package/src/components/ModalPage/Readme.md +0 -9
- package/src/components/ModalPageHeader/ModalPageHeader.css +0 -21
- package/src/components/ModalPageHeader/ModalPageHeader.e2e.tsx +0 -107
- package/src/components/ModalPageHeader/ModalPageHeader.test.tsx +0 -6
- package/src/components/ModalPageHeader/ModalPageHeader.tsx +0 -52
- package/src/components/ModalPageHeader/Readme.md +0 -44
- package/src/components/ModalPageHeader/__image_snapshots__/modalpageheader-android-light-w_2-1-snap.png +0 -3
- package/src/components/ModalPageHeader/__image_snapshots__/modalpageheader-android-light-w_5-1-snap.png +0 -3
- package/src/components/ModalPageHeader/__image_snapshots__/modalpageheader-ios-light-w_2-1-snap.png +0 -3
- package/src/components/ModalPageHeader/__image_snapshots__/modalpageheader-ios-light-w_5-1-snap.png +0 -3
- package/src/components/ModalPageHeader/__image_snapshots__/modalpageheader-vkcom-light-w_2-1-snap.png +0 -3
- package/src/components/ModalPageHeader/__image_snapshots__/modalpageheader-vkcom-light-w_5-1-snap.png +0 -3
- package/src/components/ModalRoot/ModalRoot.css +0 -63
- package/src/components/ModalRoot/ModalRoot.test.tsx +0 -131
- package/src/components/ModalRoot/ModalRoot.tsx +0 -848
- package/src/components/ModalRoot/ModalRootAdaptive.tsx +0 -43
- package/src/components/ModalRoot/ModalRootContext.tsx +0 -48
- package/src/components/ModalRoot/ModalRootDesktop.tsx +0 -276
- package/src/components/ModalRoot/Readme.md +0 -758
- package/src/components/ModalRoot/constants.ts +0 -4
- package/src/components/ModalRoot/types.ts +0 -68
- package/src/components/ModalRoot/useModalManager.test.tsx +0 -303
- package/src/components/ModalRoot/useModalManager.tsx +0 -254
- package/src/components/ModalRoot/withModalRootContext.tsx +0 -20
- package/src/components/NativeSelect/NativeSelect.e2e.tsx +0 -41
- package/src/components/NativeSelect/NativeSelect.test.tsx +0 -55
- package/src/components/NativeSelect/NativeSelect.tsx +0 -106
- package/src/components/NativeSelect/Readme.md +0 -17
- package/src/components/NativeSelect/__image_snapshots__/nativeselect-android-light-1-snap.png +0 -3
- package/src/components/NativeSelect/__image_snapshots__/nativeselect-ios-light-1-snap.png +0 -3
- package/src/components/NativeSelect/__image_snapshots__/nativeselect-vkcom-light-1-snap.png +0 -3
- package/src/components/NavTransitionContext/NavTransitionContext.tsx +0 -25
- package/src/components/Pagination/Pagination.css +0 -78
- package/src/components/Pagination/Pagination.e2e.tsx +0 -22
- package/src/components/Pagination/Pagination.test.tsx +0 -6
- package/src/components/Pagination/Pagination.tsx +0 -200
- package/src/components/Pagination/Readme.md +0 -110
- package/src/components/Pagination/__image_snapshots__/pagination-android-light-1-snap.png +0 -3
- package/src/components/Pagination/__image_snapshots__/pagination-ios-light-1-snap.png +0 -3
- package/src/components/Pagination/__image_snapshots__/pagination-vkcom-light-1-snap.png +0 -3
- package/src/components/Panel/Panel.css +0 -152
- package/src/components/Panel/Panel.e2e.tsx +0 -53
- package/src/components/Panel/Panel.test.tsx +0 -6
- package/src/components/Panel/Panel.tsx +0 -57
- package/src/components/Panel/Readme.md +0 -97
- package/src/components/Panel/__image_snapshots__/panel-android-light-1-snap.png +0 -3
- package/src/components/Panel/__image_snapshots__/panel-ios-light-1-snap.png +0 -3
- package/src/components/Panel/__image_snapshots__/panel-vkcom-light-1-snap.png +0 -3
- package/src/components/PanelHeader/PanelHeader.css +0 -265
- package/src/components/PanelHeader/PanelHeader.test.tsx +0 -44
- package/src/components/PanelHeader/PanelHeader.tsx +0 -136
- package/src/components/PanelHeader/Readme.md +0 -240
- package/src/components/PanelHeaderBack/PanelHeaderBack.css +0 -9
- package/src/components/PanelHeaderBack/PanelHeaderBack.test.tsx +0 -6
- package/src/components/PanelHeaderBack/PanelHeaderBack.tsx +0 -61
- package/src/components/PanelHeaderBack/Readme.md +0 -9
- package/src/components/PanelHeaderButton/PanelHeaderButton.css +0 -101
- package/src/components/PanelHeaderButton/PanelHeaderButton.test.tsx +0 -27
- package/src/components/PanelHeaderButton/PanelHeaderButton.tsx +0 -116
- package/src/components/PanelHeaderButton/Readme.md +0 -47
- package/src/components/PanelHeaderClose/PanelHeaderClose.test.tsx +0 -6
- package/src/components/PanelHeaderClose/PanelHeaderClose.tsx +0 -26
- package/src/components/PanelHeaderClose/Readme.md +0 -9
- package/src/components/PanelHeaderContent/PanelHeaderContent.css +0 -95
- package/src/components/PanelHeaderContent/PanelHeaderContent.test.tsx +0 -6
- package/src/components/PanelHeaderContent/PanelHeaderContent.tsx +0 -117
- package/src/components/PanelHeaderContent/Readme.md +0 -37
- package/src/components/PanelHeaderContext/PanelHeaderContext.css +0 -179
- package/src/components/PanelHeaderContext/PanelHeaderContext.test.tsx +0 -73
- package/src/components/PanelHeaderContext/PanelHeaderContext.tsx +0 -98
- package/src/components/PanelHeaderContext/Readme.md +0 -86
- package/src/components/PanelHeaderEdit/PanelHeaderEdit.test.tsx +0 -6
- package/src/components/PanelHeaderEdit/PanelHeaderEdit.tsx +0 -42
- package/src/components/PanelHeaderEdit/Readme.md +0 -1
- package/src/components/PanelHeaderSubmit/PanelHeaderSubmit.test.tsx +0 -6
- package/src/components/PanelHeaderSubmit/PanelHeaderSubmit.tsx +0 -28
- package/src/components/PanelHeaderSubmit/Readme.md +0 -13
- package/src/components/PanelSpinner/PanelSpinner.test.tsx +0 -6
- package/src/components/PanelSpinner/PanelSpinner.tsx +0 -17
- package/src/components/PanelSpinner/Readme.md +0 -15
- package/src/components/Placeholder/Placeholder.css +0 -46
- package/src/components/Placeholder/Placeholder.e2e.tsx +0 -68
- package/src/components/Placeholder/Placeholder.test.tsx +0 -6
- package/src/components/Placeholder/Placeholder.tsx +0 -64
- package/src/components/Placeholder/Readme.md +0 -91
- package/src/components/Placeholder/__image_snapshots__/placeholder-android-light-1-snap.png +0 -3
- package/src/components/Placeholder/__image_snapshots__/placeholder-ios-light-1-snap.png +0 -3
- package/src/components/Placeholder/__image_snapshots__/placeholder-vkcom-light-1-snap.png +0 -3
- package/src/components/PopoutRoot/PopoutRoot.css +0 -36
- package/src/components/PopoutRoot/PopoutRoot.test.tsx +0 -6
- package/src/components/PopoutRoot/PopoutRoot.tsx +0 -47
- package/src/components/PopoutRoot/Readme.md +0 -50
- package/src/components/PopoutWrapper/PopoutWrapper.css +0 -98
- package/src/components/PopoutWrapper/PopoutWrapper.test.tsx +0 -45
- package/src/components/PopoutWrapper/PopoutWrapper.tsx +0 -75
- package/src/components/PopoutWrapper/Readme.md +0 -12
- package/src/components/Popover/Popover.module.css +0 -18
- package/src/components/Popover/Popover.tsx +0 -190
- package/src/components/Popover/Readme.md +0 -50
- package/src/components/Popper/Popper.css +0 -16
- package/src/components/Popper/Popper.test.tsx +0 -63
- package/src/components/Popper/Popper.tsx +0 -258
- package/src/components/Popper/Readme.md +0 -33
- package/src/components/PopperArrow/PopperArrow.css +0 -34
- package/src/components/PopperArrow/PopperArrow.tsx +0 -40
- package/src/components/Progress/Progress.css +0 -12
- package/src/components/Progress/Progress.test.tsx +0 -6
- package/src/components/Progress/Progress.tsx +0 -44
- package/src/components/Progress/Readme.md +0 -12
- package/src/components/PromoBanner/PromoBanner.css +0 -39
- package/src/components/PromoBanner/PromoBanner.test.tsx +0 -6
- package/src/components/PromoBanner/PromoBanner.tsx +0 -117
- package/src/components/PromoBanner/Readme.md +0 -25
- package/src/components/PullToRefresh/PullToRefresh.css +0 -97
- package/src/components/PullToRefresh/PullToRefresh.test.tsx +0 -147
- package/src/components/PullToRefresh/PullToRefresh.tsx +0 -283
- package/src/components/PullToRefresh/PullToRefreshSpinner.tsx +0 -74
- package/src/components/PullToRefresh/Readme.md +0 -52
- package/src/components/Radio/Radio.css +0 -125
- package/src/components/Radio/Radio.e2e.tsx +0 -28
- package/src/components/Radio/Radio.test.tsx +0 -6
- package/src/components/Radio/Radio.tsx +0 -88
- package/src/components/Radio/Readme.md +0 -29
- package/src/components/Radio/__image_snapshots__/radio-android-light-1-snap.png +0 -3
- package/src/components/Radio/__image_snapshots__/radio-ios-light-1-snap.png +0 -3
- package/src/components/Radio/__image_snapshots__/radio-sizes-and-description-android-light-1-snap.png +0 -3
- package/src/components/Radio/__image_snapshots__/radio-sizes-and-description-ios-light-1-snap.png +0 -3
- package/src/components/Radio/__image_snapshots__/radio-sizes-and-description-vkcom-light-1-snap.png +0 -3
- package/src/components/Radio/__image_snapshots__/radio-vkcom-light-1-snap.png +0 -3
- package/src/components/RadioGroup/RadioGroup.css +0 -12
- package/src/components/RadioGroup/RadioGroup.e2e.tsx +0 -47
- package/src/components/RadioGroup/RadioGroup.test.tsx +0 -6
- package/src/components/RadioGroup/RadioGroup.tsx +0 -23
- package/src/components/RadioGroup/Readme.md +0 -56
- package/src/components/RadioGroup/__image_snapshots__/radiogroup-android-light-1-snap.png +0 -3
- package/src/components/RadioGroup/__image_snapshots__/radiogroup-ios-light-1-snap.png +0 -3
- package/src/components/RadioGroup/__image_snapshots__/radiogroup-vkcom-light-1-snap.png +0 -3
- package/src/components/RangeSlider/RangeSlider.test.tsx +0 -87
- package/src/components/RangeSlider/RangeSlider.tsx +0 -55
- package/src/components/RangeSlider/Readme.md +0 -24
- package/src/components/RangeSlider/UniversalSlider.tsx +0 -155
- package/src/components/Removable/Removable.css +0 -132
- package/src/components/Removable/Removable.test.tsx +0 -31
- package/src/components/Removable/Removable.tsx +0 -186
- package/src/components/RichCell/Readme.md +0 -132
- package/src/components/RichCell/RichCell.css +0 -141
- package/src/components/RichCell/RichCell.e2e.tsx +0 -60
- package/src/components/RichCell/RichCell.test.tsx +0 -6
- package/src/components/RichCell/RichCell.tsx +0 -117
- package/src/components/RichCell/__image_snapshots__/richcell-android-light-1-snap.png +0 -3
- package/src/components/RichCell/__image_snapshots__/richcell-ios-light-1-snap.png +0 -3
- package/src/components/RichCell/__image_snapshots__/richcell-vkcom-light-1-snap.png +0 -3
- package/src/components/RichTooltip/Readme.md +0 -59
- package/src/components/RichTooltip/RichTooltip.css +0 -47
- package/src/components/RichTooltip/RichTooltip.tsx +0 -36
- package/src/components/Root/Readme.md +0 -36
- package/src/components/Root/Root.css +0 -150
- package/src/components/Root/Root.test.tsx +0 -220
- package/src/components/Root/Root.tsx +0 -189
- package/src/components/ScreenSpinner/Icon48CancelCircle.tsx +0 -18
- package/src/components/ScreenSpinner/Icon48DoneOutline.tsx +0 -19
- package/src/components/ScreenSpinner/Readme.md +0 -64
- package/src/components/ScreenSpinner/ScreenSpinner.css +0 -66
- package/src/components/ScreenSpinner/ScreenSpinner.test.tsx +0 -6
- package/src/components/ScreenSpinner/ScreenSpinner.tsx +0 -61
- package/src/components/Search/Readme.md +0 -231
- package/src/components/Search/Search.css +0 -338
- package/src/components/Search/Search.e2e.tsx +0 -46
- package/src/components/Search/Search.test.tsx +0 -98
- package/src/components/Search/Search.tsx +0 -191
- package/src/components/Search/__image_snapshots__/search-android-light-1-snap.png +0 -3
- package/src/components/Search/__image_snapshots__/search-ios-light-1-snap.png +0 -3
- package/src/components/Search/__image_snapshots__/search-shows-after-when-focused-on-ios-1-snap.png +0 -3
- package/src/components/Search/__image_snapshots__/search-vkcom-light-1-snap.png +0 -3
- package/src/components/SegmentedControl/Readme.md +0 -94
- package/src/components/SegmentedControl/SegmentedControl.css +0 -63
- package/src/components/SegmentedControl/SegmentedControl.e2e.tsx +0 -34
- package/src/components/SegmentedControl/SegmentedControl.test.tsx +0 -82
- package/src/components/SegmentedControl/SegmentedControl.tsx +0 -126
- package/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.css +0 -47
- package/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.test.tsx +0 -6
- package/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.tsx +0 -52
- package/src/components/SegmentedControl/__image_snapshots__/segmentedcontrol-android-light-1-snap.png +0 -3
- package/src/components/SegmentedControl/__image_snapshots__/segmentedcontrol-ios-light-1-snap.png +0 -3
- package/src/components/SegmentedControl/__image_snapshots__/segmentedcontrol-vkcom-light-1-snap.png +0 -3
- package/src/components/Select/Readme.md +0 -27
- package/src/components/Select/Select.css +0 -137
- package/src/components/Select/Select.test.tsx +0 -11
- package/src/components/Select/Select.tsx +0 -81
- package/src/components/SelectMimicry/Readme.md +0 -87
- package/src/components/SelectMimicry/SelectMimicry.e2e.tsx +0 -33
- package/src/components/SelectMimicry/SelectMimicry.test.tsx +0 -6
- package/src/components/SelectMimicry/SelectMimicry.tsx +0 -75
- package/src/components/SelectMimicry/__image_snapshots__/selectmimicry-android-light-1-snap.png +0 -3
- package/src/components/SelectMimicry/__image_snapshots__/selectmimicry-ios-light-1-snap.png +0 -3
- package/src/components/SelectMimicry/__image_snapshots__/selectmimicry-vkcom-light-1-snap.png +0 -3
- package/src/components/Separator/Readme.md +0 -21
- package/src/components/Separator/Separator.css +0 -42
- package/src/components/Separator/Separator.test.tsx +0 -6
- package/src/components/Separator/Separator.tsx +0 -24
- package/src/components/SimpleCell/Readme.md +0 -122
- package/src/components/SimpleCell/SimpleCell.css +0 -258
- package/src/components/SimpleCell/SimpleCell.e2e.tsx +0 -85
- package/src/components/SimpleCell/SimpleCell.test.tsx +0 -25
- package/src/components/SimpleCell/SimpleCell.tsx +0 -164
- package/src/components/SimpleCell/__image_snapshots__/simplecell-android-light-1-snap.png +0 -3
- package/src/components/SimpleCell/__image_snapshots__/simplecell-ios-light-1-snap.png +0 -3
- package/src/components/SimpleCell/__image_snapshots__/simplecell-vkcom-light-1-snap.png +0 -3
- package/src/components/SizeXConditionalRender/SizeXConditionalRender.css +0 -19
- package/src/components/SizeXConditionalRender/SizeXConditionalRender.e2e.tsx +0 -12
- package/src/components/SizeXConditionalRender/SizeXConditionalRender.tsx +0 -36
- package/src/components/SizeXConditionalRender/__image_snapshots__/sizexconditionalrender-android-light-1-snap.png +0 -3
- package/src/components/SizeXConditionalRender/__image_snapshots__/sizexconditionalrender-ios-light-1-snap.png +0 -3
- package/src/components/SizeXConditionalRender/__image_snapshots__/sizexconditionalrender-vkcom-light-1-snap.png +0 -3
- package/src/components/SizeYConditionalRender/SizeYConditionalRender.css +0 -19
- package/src/components/SizeYConditionalRender/SizeYConditionalRender.e2e.tsx +0 -12
- package/src/components/SizeYConditionalRender/SizeYConditionalRender.tsx +0 -36
- package/src/components/SizeYConditionalRender/__image_snapshots__/sizeyconditionalrender-android-light-1-snap.png +0 -3
- package/src/components/SizeYConditionalRender/__image_snapshots__/sizeyconditionalrender-ios-light-1-snap.png +0 -3
- package/src/components/SizeYConditionalRender/__image_snapshots__/sizeyconditionalrender-vkcom-light-1-snap.png +0 -3
- package/src/components/Slider/Readme.md +0 -75
- package/src/components/Slider/Slider.css +0 -136
- package/src/components/Slider/Slider.e2e.tsx +0 -18
- package/src/components/Slider/Slider.test.tsx +0 -6
- package/src/components/Slider/Slider.tsx +0 -55
- package/src/components/Slider/__image_snapshots__/slider-android-light-1-snap.png +0 -3
- package/src/components/Slider/__image_snapshots__/slider-ios-light-1-snap.png +0 -3
- package/src/components/Slider/__image_snapshots__/slider-vkcom-light-1-snap.png +0 -3
- package/src/components/Snackbar/Readme.md +0 -126
- package/src/components/Snackbar/Snackbar.css +0 -157
- package/src/components/Snackbar/Snackbar.test.tsx +0 -6
- package/src/components/Snackbar/Snackbar.tsx +0 -241
- package/src/components/Spacing/Readme.md +0 -106
- package/src/components/Spacing/Spacing.css +0 -45
- package/src/components/Spacing/Spacing.test.tsx +0 -6
- package/src/components/Spacing/Spacing.tsx +0 -52
- package/src/components/Spinner/Readme.md +0 -11
- package/src/components/Spinner/Spinner.css +0 -33
- package/src/components/Spinner/Spinner.test.tsx +0 -6
- package/src/components/Spinner/Spinner.tsx +0 -43
- package/src/components/SplitCol/Readme.md +0 -1
- package/src/components/SplitCol/SplitCol.css +0 -53
- package/src/components/SplitCol/SplitCol.test.tsx +0 -6
- package/src/components/SplitCol/SplitCol.tsx +0 -116
- package/src/components/SplitLayout/Readme.md +0 -144
- package/src/components/SplitLayout/SplitLayout.css +0 -52
- package/src/components/SplitLayout/SplitLayout.test.tsx +0 -6
- package/src/components/SplitLayout/SplitLayout.tsx +0 -61
- package/src/components/SubnavigationBar/Readme.md +0 -269
- package/src/components/SubnavigationBar/SubnavigationBar.css +0 -20
- package/src/components/SubnavigationBar/SubnavigationBar.test.tsx +0 -6
- package/src/components/SubnavigationBar/SubnavigationBar.tsx +0 -66
- package/src/components/SubnavigationButton/Readme.md +0 -269
- package/src/components/SubnavigationButton/SubnavigationButton.css +0 -143
- package/src/components/SubnavigationButton/SubnavigationButton.e2e.tsx +0 -62
- package/src/components/SubnavigationButton/SubnavigationButton.test.tsx +0 -6
- package/src/components/SubnavigationButton/SubnavigationButton.tsx +0 -100
- package/src/components/SubnavigationButton/__image_snapshots__/subnavigationbutton-android-light-1-snap.png +0 -3
- package/src/components/SubnavigationButton/__image_snapshots__/subnavigationbutton-ios-light-1-snap.png +0 -3
- package/src/components/SubnavigationButton/__image_snapshots__/subnavigationbutton-vkcom-light-1-snap.png +0 -3
- package/src/components/Switch/Readme.md +0 -33
- package/src/components/Switch/Switch.css +0 -234
- package/src/components/Switch/Switch.e2e.tsx +0 -14
- package/src/components/Switch/Switch.test.tsx +0 -6
- package/src/components/Switch/Switch.tsx +0 -57
- package/src/components/Switch/__image_snapshots__/switch-android-light-1-snap.png +0 -3
- package/src/components/Switch/__image_snapshots__/switch-ios-light-1-snap.png +0 -3
- package/src/components/Switch/__image_snapshots__/switch-vkcom-light-1-snap.png +0 -3
- package/src/components/Tabbar/Readme.md +0 -7
- package/src/components/Tabbar/Tabbar.css +0 -52
- package/src/components/Tabbar/Tabbar.e2e.tsx +0 -55
- package/src/components/Tabbar/Tabbar.test.tsx +0 -6
- package/src/components/Tabbar/Tabbar.tsx +0 -55
- package/src/components/Tabbar/__image_snapshots__/tabbar-android-light-1-snap.png +0 -3
- package/src/components/Tabbar/__image_snapshots__/tabbar-ios-light-1-snap.png +0 -3
- package/src/components/TabbarItem/Readme.md +0 -107
- package/src/components/TabbarItem/TabbarItem.css +0 -130
- package/src/components/TabbarItem/TabbarItem.test.tsx +0 -40
- package/src/components/TabbarItem/TabbarItem.tsx +0 -82
- package/src/components/Tabs/Readme.md +0 -217
- package/src/components/Tabs/Tabs.css +0 -102
- package/src/components/Tabs/Tabs.e2e.tsx +0 -142
- package/src/components/Tabs/Tabs.test.tsx +0 -6
- package/src/components/Tabs/Tabs.tsx +0 -60
- package/src/components/Tabs/__image_snapshots__/tabs-android-light-1-snap.png +0 -3
- package/src/components/Tabs/__image_snapshots__/tabs-ios-light-1-snap.png +0 -3
- package/src/components/Tabs/__image_snapshots__/tabs-vkcom-light-1-snap.png +0 -3
- package/src/components/TabsItem/Readme.md +0 -1
- package/src/components/TabsItem/TabsItem.css +0 -216
- package/src/components/TabsItem/TabsItem.test.tsx +0 -6
- package/src/components/TabsItem/TabsItem.tsx +0 -108
- package/src/components/Tappable/Readme.md +0 -53
- package/src/components/Tappable/Tappable.module.css +0 -149
- package/src/components/Tappable/Tappable.test.tsx +0 -411
- package/src/components/Tappable/Tappable.tsx +0 -376
- package/src/components/TextTooltip/Readme.md +0 -11
- package/src/components/TextTooltip/TextTooltip.css +0 -48
- package/src/components/TextTooltip/TextTooltip.tsx +0 -60
- package/src/components/Textarea/Readme.md +0 -23
- package/src/components/Textarea/Textarea.css +0 -54
- package/src/components/Textarea/Textarea.e2e.tsx +0 -55
- package/src/components/Textarea/Textarea.test.tsx +0 -84
- package/src/components/Textarea/Textarea.tsx +0 -78
- package/src/components/Textarea/__image_snapshots__/textarea-android-light-1-snap.png +0 -3
- package/src/components/Textarea/__image_snapshots__/textarea-fits-size-to-content-1-snap.png +0 -3
- package/src/components/Textarea/__image_snapshots__/textarea-fits-size-to-content-2-snap.png +0 -3
- package/src/components/Textarea/__image_snapshots__/textarea-ios-light-1-snap.png +0 -3
- package/src/components/Textarea/__image_snapshots__/textarea-vkcom-light-1-snap.png +0 -3
- package/src/components/Tooltip/Readme.md +0 -277
- package/src/components/Tooltip/Tooltip.css +0 -62
- package/src/components/Tooltip/Tooltip.e2e.tsx +0 -44
- package/src/components/Tooltip/Tooltip.test.tsx +0 -129
- package/src/components/Tooltip/Tooltip.tsx +0 -320
- package/src/components/Tooltip/TooltipContainer.tsx +0 -10
- package/src/components/Tooltip/__image_snapshots__/tooltip-android-light-1-snap.png +0 -3
- package/src/components/Tooltip/__image_snapshots__/tooltip-ios-light-1-snap.png +0 -3
- package/src/components/Tooltip/__image_snapshots__/tooltip-vkcom-light-1-snap.png +0 -3
- package/src/components/Touch/Readme.md +0 -116
- package/src/components/Touch/Touch.test.tsx +0 -396
- package/src/components/Touch/Touch.tsx +0 -293
- package/src/components/Touch/TouchContext.ts +0 -11
- package/src/components/Typography/Caption/Caption.css +0 -65
- package/src/components/Typography/Caption/Caption.e2e.tsx +0 -19
- package/src/components/Typography/Caption/Caption.tsx +0 -41
- package/src/components/Typography/Caption/Readme.md +0 -29
- package/src/components/Typography/Caption/__image_snapshots__/caption-android-light-1-snap.png +0 -3
- package/src/components/Typography/Caption/__image_snapshots__/caption-ios-light-1-snap.png +0 -3
- package/src/components/Typography/Caption/__image_snapshots__/caption-vkcom-light-1-snap.png +0 -3
- package/src/components/Typography/Footnote/Footnote.css +0 -28
- package/src/components/Typography/Footnote/Footnote.e2e.tsx +0 -18
- package/src/components/Typography/Footnote/Footnote.tsx +0 -38
- package/src/components/Typography/Footnote/Readme.md +0 -18
- package/src/components/Typography/Footnote/__image_snapshots__/footnote-android-light-1-snap.png +0 -3
- package/src/components/Typography/Footnote/__image_snapshots__/footnote-ios-light-1-snap.png +0 -3
- package/src/components/Typography/Footnote/__image_snapshots__/footnote-vkcom-light-1-snap.png +0 -3
- package/src/components/Typography/Headline/Headline.css +0 -64
- package/src/components/Typography/Headline/Headline.e2e.tsx +0 -28
- package/src/components/Typography/Headline/Headline.tsx +0 -57
- package/src/components/Typography/Headline/Readme.md +0 -26
- package/src/components/Typography/Headline/__image_snapshots__/headline-android-light-1-snap.png +0 -3
- package/src/components/Typography/Headline/__image_snapshots__/headline-ios-light-1-snap.png +0 -3
- package/src/components/Typography/Headline/__image_snapshots__/headline-vkcom-light-1-snap.png +0 -3
- package/src/components/Typography/Paragraph/Paragraph.css +0 -18
- package/src/components/Typography/Paragraph/Paragraph.e2e.tsx +0 -17
- package/src/components/Typography/Paragraph/Paragraph.test.tsx +0 -6
- package/src/components/Typography/Paragraph/Paragraph.tsx +0 -49
- package/src/components/Typography/Paragraph/Readme.md +0 -19
- package/src/components/Typography/Paragraph/__image_snapshots__/paragraph-android-light-1-snap.png +0 -3
- package/src/components/Typography/Paragraph/__image_snapshots__/paragraph-ios-light-1-snap.png +0 -3
- package/src/components/Typography/Paragraph/__image_snapshots__/paragraph-vkcom-light-1-snap.png +0 -3
- package/src/components/Typography/Subhead/Readme.md +0 -21
- package/src/components/Typography/Subhead/Subhead.css +0 -31
- package/src/components/Typography/Subhead/Subhead.e2e.tsx +0 -17
- package/src/components/Typography/Subhead/Subhead.tsx +0 -40
- package/src/components/Typography/Subhead/__image_snapshots__/subhead-android-light-1-snap.png +0 -3
- package/src/components/Typography/Subhead/__image_snapshots__/subhead-ios-light-1-snap.png +0 -3
- package/src/components/Typography/Subhead/__image_snapshots__/subhead-vkcom-light-1-snap.png +0 -3
- package/src/components/Typography/Text/Readme.md +0 -19
- package/src/components/Typography/Text/Text.css +0 -42
- package/src/components/Typography/Text/Text.e2e.tsx +0 -21
- package/src/components/Typography/Text/Text.tsx +0 -56
- package/src/components/Typography/Text/__image_snapshots__/text-android-light-1-snap.png +0 -3
- package/src/components/Typography/Text/__image_snapshots__/text-ios-light-1-snap.png +0 -3
- package/src/components/Typography/Text/__image_snapshots__/text-vkcom-light-1-snap.png +0 -3
- package/src/components/Typography/Title/Readme.md +0 -31
- package/src/components/Typography/Title/Title.css +0 -37
- package/src/components/Typography/Title/Title.e2e.tsx +0 -26
- package/src/components/Typography/Title/Title.tsx +0 -42
- package/src/components/Typography/Title/__image_snapshots__/title-android-light-1-snap.png +0 -3
- package/src/components/Typography/Title/__image_snapshots__/title-ios-light-1-snap.png +0 -3
- package/src/components/Typography/Title/__image_snapshots__/title-vkcom-light-1-snap.png +0 -3
- package/src/components/UsersStack/Readme.md +0 -93
- package/src/components/UsersStack/UsersStack.css +0 -109
- package/src/components/UsersStack/UsersStack.e2e.tsx +0 -25
- package/src/components/UsersStack/UsersStack.test.tsx +0 -6
- package/src/components/UsersStack/UsersStack.tsx +0 -173
- package/src/components/UsersStack/__image_snapshots__/usersstack-android-light-1-snap.png +0 -3
- package/src/components/UsersStack/__image_snapshots__/usersstack-ios-light-1-snap.png +0 -3
- package/src/components/UsersStack/__image_snapshots__/usersstack-vkcom-light-1-snap.png +0 -3
- package/src/components/View/Readme.md +0 -100
- package/src/components/View/View.css +0 -113
- package/src/components/View/View.test.tsx +0 -298
- package/src/components/View/View.tsx +0 -573
- package/src/components/View/ViewIOS.css +0 -155
- package/src/components/View/ViewInfinite.tsx +0 -737
- package/src/components/View/utils.ts +0 -10
- package/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.css +0 -21
- package/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.e2e.tsx +0 -34
- package/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.tsx +0 -45
- package/src/components/ViewWidthConditionalRender/__image_snapshots__/viewwidthconditionalrender-android-light-1-snap.png +0 -3
- package/src/components/ViewWidthConditionalRender/__image_snapshots__/viewwidthconditionalrender-ios-light-1-snap.png +0 -3
- package/src/components/ViewWidthConditionalRender/__image_snapshots__/viewwidthconditionalrender-vkcom-light-1-snap.png +0 -3
- package/src/components/VisuallyHiddenInput/VisuallyHiddenInput.css +0 -9
- package/src/components/VisuallyHiddenInput/VisuallyHiddenInput.test.tsx +0 -6
- package/src/components/VisuallyHiddenInput/VisuallyHiddenInput.tsx +0 -20
- package/src/components/WriteBar/Readme.md +0 -224
- package/src/components/WriteBar/WriteBar.css +0 -97
- package/src/components/WriteBar/WriteBar.test.tsx +0 -6
- package/src/components/WriteBar/WriteBar.tsx +0 -133
- package/src/components/WriteBarIcon/Readme.md +0 -11
- package/src/components/WriteBarIcon/WriteBarIcon.css +0 -61
- package/src/components/WriteBarIcon/WriteBarIcon.e2e.tsx +0 -23
- package/src/components/WriteBarIcon/WriteBarIcon.test.tsx +0 -27
- package/src/components/WriteBarIcon/WriteBarIcon.tsx +0 -118
- package/src/components/WriteBarIcon/__image_snapshots__/writebaricon-android-light-1-snap.png +0 -3
- package/src/components/WriteBarIcon/__image_snapshots__/writebaricon-ios-light-1-snap.png +0 -3
- package/src/components/WriteBarIcon/__image_snapshots__/writebaricon-vkcom-light-1-snap.png +0 -3
- package/src/helpers/appearance.test.ts +0 -19
- package/src/helpers/appearance.ts +0 -44
- package/src/helpers/avatar.ts +0 -10
- package/src/helpers/getClassName.test.ts +0 -7
- package/src/helpers/getClassName.ts +0 -12
- package/src/helpers/getHoverClassName.test.ts +0 -38
- package/src/helpers/getHoverClassName.ts +0 -28
- package/src/helpers/getMouseClassName.test.ts +0 -38
- package/src/helpers/getMouseClassName.ts +0 -28
- package/src/helpers/getOrDefault.ts +0 -6
- package/src/helpers/getPlatformClassName.test.ts +0 -22
- package/src/helpers/getPlatformClassName.ts +0 -23
- package/src/helpers/getSizeXClassName.test.ts +0 -33
- package/src/helpers/getSizeXClassName.ts +0 -22
- package/src/helpers/getSizeYClassName.test.ts +0 -33
- package/src/helpers/getSizeYClassName.ts +0 -22
- package/src/helpers/getViewHeightClassName.test.ts +0 -50
- package/src/helpers/getViewHeightClassName.ts +0 -40
- package/src/helpers/getViewWidthClassName.test.ts +0 -81
- package/src/helpers/getViewWidthClassName.ts +0 -56
- package/src/helpers/math.test.ts +0 -46
- package/src/helpers/math.ts +0 -40
- package/src/hoc/withContext.tsx +0 -14
- package/src/hoc/withInsets.tsx +0 -12
- package/src/hoc/withPlatform.tsx +0 -17
- package/src/hooks/useAdaptivity.ts +0 -26
- package/src/hooks/useAdaptivityWithMediaQueries.ts +0 -151
- package/src/hooks/useAppearance.ts +0 -4
- package/src/hooks/useAutoDetectAppearance.tsx +0 -114
- package/src/hooks/useBooleanState.test.tsx +0 -38
- package/src/hooks/useBooleanState.ts +0 -19
- package/src/hooks/useBridgeAdaptivity.ts +0 -83
- package/src/hooks/useBrowserInfo.ts +0 -11
- package/src/hooks/useCalendar.ts +0 -94
- package/src/hooks/useChipsInput.ts +0 -87
- package/src/hooks/useChipsSelect.ts +0 -72
- package/src/hooks/useDateInput.ts +0 -213
- package/src/hooks/useEffectDev.ts +0 -5
- package/src/hooks/useEnsuredControl.ts +0 -17
- package/src/hooks/useEventListener.ts +0 -65
- package/src/hooks/useExternRef.test.tsx +0 -90
- package/src/hooks/useExternRef.ts +0 -26
- package/src/hooks/useFocusVisible.test.tsx +0 -56
- package/src/hooks/useFocusVisible.ts +0 -31
- package/src/hooks/useGlobalEventListener.ts +0 -35
- package/src/hooks/useInsets.ts +0 -69
- package/src/hooks/useKeyboard.ts +0 -58
- package/src/hooks/useKeyboardInputTracker.ts +0 -64
- package/src/hooks/useMediaQueries.ts +0 -67
- package/src/hooks/useObjectMemo.test.tsx +0 -27
- package/src/hooks/useObjectMemo.ts +0 -16
- package/src/hooks/useOrientationChange.ts +0 -40
- package/src/hooks/usePagination.ts +0 -96
- package/src/hooks/usePagintaion.test.ts +0 -102
- package/src/hooks/usePatchChildrenRef.ts +0 -39
- package/src/hooks/usePlatform.test.tsx +0 -42
- package/src/hooks/usePlatform.ts +0 -10
- package/src/hooks/usePrevious.ts +0 -11
- package/src/hooks/useTimeout.test.ts +0 -59
- package/src/hooks/useTimeout.ts +0 -33
- package/src/hooks/useWaitTransitionFinish.ts +0 -37
- package/src/index.ts +0 -348
- package/src/lib/SSR.tsx +0 -51
- package/src/lib/accessibility.ts +0 -87
- package/src/lib/adaptivity.ts +0 -108
- package/src/lib/animate.ts +0 -46
- package/src/lib/browser.ts +0 -70
- package/src/lib/calendar.test.tsx +0 -65
- package/src/lib/calendar.ts +0 -123
- package/src/lib/callMultiple.test.ts +0 -13
- package/src/lib/callMultiple.ts +0 -4
- package/src/lib/classNames.test.ts +0 -35
- package/src/lib/classNames.ts +0 -44
- package/src/lib/date.test.ts +0 -179
- package/src/lib/date.ts +0 -274
- package/src/lib/dom.tsx +0 -45
- package/src/lib/fx.ts +0 -7
- package/src/lib/getNavId.test.ts +0 -24
- package/src/lib/getNavId.ts +0 -15
- package/src/lib/is.ts +0 -10
- package/src/lib/isRefObject.test.ts +0 -14
- package/src/lib/isRefObject.ts +0 -11
- package/src/lib/jsxRuntime.d.ts +0 -6
- package/src/lib/jsxRuntime.test.ts +0 -44
- package/src/lib/jsxRuntime.ts +0 -43
- package/src/lib/offset.ts +0 -17
- package/src/lib/platform.ts +0 -61
- package/src/lib/polyfills.ts +0 -113
- package/src/lib/prefixClass.ts +0 -25
- package/src/lib/removeObjectKeys.ts +0 -10
- package/src/lib/select.test.ts +0 -57
- package/src/lib/select.ts +0 -67
- package/src/lib/styles.ts +0 -12
- package/src/lib/supportEvents.ts +0 -38
- package/src/lib/taptic.ts +0 -9
- package/src/lib/testing.ts +0 -4
- package/src/lib/touch.test.ts +0 -39
- package/src/lib/touch.ts +0 -59
- package/src/lib/useIsomorphicLayoutEffect.ts +0 -7
- package/src/lib/utils.ts +0 -99
- package/src/lib/warnOnce.ts +0 -15
- package/src/shared/breakpoints.js +0 -36
- package/src/styles/animations.css +0 -19
- package/src/styles/common.css +0 -40
- package/src/styles/components.css +0 -158
- package/src/styles/constants.css +0 -63
- package/src/styles/customMedias.generated.css +0 -19
- package/src/styles/themes.css +0 -7
- package/src/styles/unstable.css +0 -5
- package/src/testing/e2e/index.ts +0 -2
- package/src/testing/e2e/utils.tsx +0 -207
- package/src/testing/setup.ts +0 -4
- package/src/testing/utils.tsx +0 -229
- package/src/types.ts +0 -47
- package/src/unstable/index.ts +0 -20
- package/src/vkui.js +0 -1
- package/styleguide/.eslintrc.json +0 -21
- package/styleguide/Components/Blockquote/Blockquote.css +0 -14
- package/styleguide/Components/Blockquote/index.js +0 -8
- package/styleguide/Components/Code/Code.css +0 -6
- package/styleguide/Components/Code/CodeRenderer.js +0 -8
- package/styleguide/Components/ComplexType/ComplexType.css +0 -37
- package/styleguide/Components/ComplexType/ComplexTypeRenderer.js +0 -35
- package/styleguide/Components/ComponentsList/ComponentsListRenderer.js +0 -17
- package/styleguide/Components/Editor/Editor.css +0 -18
- package/styleguide/Components/Editor/index.js +0 -38
- package/styleguide/Components/Frame/Frame.css +0 -6
- package/styleguide/Components/Frame/Frame.js +0 -87
- package/styleguide/Components/Heading/Heading.css +0 -14
- package/styleguide/Components/Heading/HeadingRenderer.js +0 -39
- package/styleguide/Components/Heading/index.js +0 -3
- package/styleguide/Components/Link/LinkRenderer.js +0 -10
- package/styleguide/Components/List/List.css +0 -19
- package/styleguide/Components/List/index.js +0 -13
- package/styleguide/Components/Logo/Logo.js +0 -24
- package/styleguide/Components/MarkdownHeading/index.js +0 -5
- package/styleguide/Components/Name/Name.css +0 -12
- package/styleguide/Components/Name/NameRenderer.js +0 -18
- package/styleguide/Components/Para/Para.css +0 -7
- package/styleguide/Components/Para/ParaRenderer.js +0 -13
- package/styleguide/Components/Playground/PlaygroundRenderer.css +0 -9
- package/styleguide/Components/Playground/PlaygroundRenderer.js +0 -62
- package/styleguide/Components/Preview.css +0 -41
- package/styleguide/Components/Preview.js +0 -163
- package/styleguide/Components/ReactComponent/ReactComponent.css +0 -19
- package/styleguide/Components/ReactComponent/ReactComponent.js +0 -63
- package/styleguide/Components/Section/SectionRenderer.js +0 -52
- package/styleguide/Components/Section/index.js +0 -63
- package/styleguide/Components/SectionHeading/SectionHeadingRenderer.js +0 -16
- package/styleguide/Components/SectionSubheading/SectionSubheading.css +0 -23
- package/styleguide/Components/SectionSubheading/SectionSubheading.js +0 -33
- package/styleguide/Components/Setting/Setting.css +0 -31
- package/styleguide/Components/Setting/Setting.js +0 -90
- package/styleguide/Components/Settings/AppearanceSelect.js +0 -23
- package/styleguide/Components/Settings/HasMouseCheckbox.js +0 -21
- package/styleguide/Components/Settings/PlatformSelect.js +0 -17
- package/styleguide/Components/Settings/Settings.css +0 -23
- package/styleguide/Components/Settings/Settings.js +0 -61
- package/styleguide/Components/Settings/ViewHeightSelect.js +0 -19
- package/styleguide/Components/Settings/ViewWidthSelect.js +0 -18
- package/styleguide/Components/Settings/WebviewTypeSelect.js +0 -21
- package/styleguide/Components/StyleGuide/StyleGuide.js +0 -61
- package/styleguide/Components/StyleGuide/StyleGuideDesktop.css +0 -5
- package/styleguide/Components/StyleGuide/StyleGuideDesktop.js +0 -31
- package/styleguide/Components/StyleGuide/StyleGuideHeader.css +0 -59
- package/styleguide/Components/StyleGuide/StyleGuideHeader.js +0 -80
- package/styleguide/Components/StyleGuide/StyleGuideMobile.css +0 -15
- package/styleguide/Components/StyleGuide/StyleGuideMobile.js +0 -91
- package/styleguide/Components/StyleGuide/StyleGuideRenderer.css +0 -44
- package/styleguide/Components/StyleGuide/StyleGuideRenderer.js +0 -110
- package/styleguide/Components/Table/Table.css +0 -82
- package/styleguide/Components/Table/TableRenderer.js +0 -137
- package/styleguide/Components/TableOfContents/TableOfContents.css +0 -62
- package/styleguide/Components/TableOfContents/TableOfContents.js +0 -318
- package/styleguide/Components/Text/Text.css +0 -8
- package/styleguide/Components/Text/TextRenderer.js +0 -24
- package/styleguide/Components/Text/index.js +0 -3
- package/styleguide/Components/TogglePropsButton/TogglePropsButton.css +0 -15
- package/styleguide/Components/TogglePropsButton/index.js +0 -11
- package/styleguide/Components/Type/Type.css +0 -4
- package/styleguide/Components/Type/TypeRenderer.js +0 -9
- package/styleguide/assets/static/vkui_logo.png +0 -0
- package/styleguide/config.js +0 -368
- package/styleguide/demo_dataset.js +0 -356
- package/styleguide/deprecated.js +0 -3
- package/styleguide/fonts/JetBrainsMono-Regular.woff2 +0 -0
- package/styleguide/pages/adaptivity.md +0 -110
- package/styleguide/pages/customize.md +0 -66
- package/styleguide/pages/design.md +0 -23
- package/styleguide/pages/helpers.md +0 -174
- package/styleguide/pages/html.md +0 -34
- package/styleguide/pages/icons.md +0 -9
- package/styleguide/pages/intro.md +0 -36
- package/styleguide/pages/migration_v5.md +0 -528
- package/styleguide/pages/modes.md +0 -45
- package/styleguide/pages/platforms_and_themes.md +0 -81
- package/styleguide/pages/quick_start.md +0 -92
- package/styleguide/pages/ssr.md +0 -25
- package/styleguide/pages/structure.md +0 -97
- package/styleguide/pages/unstable.md +0 -14
- package/styleguide/pages/utils.md +0 -59
- package/styleguide/propsParser.config.js +0 -86
- package/styleguide/setup.css +0 -5
- package/styleguide/setup.js +0 -56
- package/styleguide/unstable.js +0 -3
- package/styleguide/utils/index.js +0 -218
- package/styleguide/utils/useViewPortSize.js +0 -21
- package/styleguide/webpack.config.js +0 -24
- package/stylelint.config.js +0 -74
- package/tsconfig.dist.json +0 -16
- package/tsconfig.json +0 -51
- package/types/env.d.ts +0 -5
- package/types/global.d.ts +0 -7
- package/webpack.config.js +0 -131
- package/webpack.styles.config.js +0 -64
- package/yarn.lock +0 -12903
package/.cache/.eslintcache
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[{"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.e2e.tsx":"1","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.test.tsx":"2","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.tsx":"3","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetContext.ts":"4","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetDefaultIosCloseItem.tsx":"5","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetDropdown.tsx":"6","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetDropdownDesktop.tsx":"7","/home/runner/work/VKUI/VKUI/src/components/ActionSheet/types.ts":"8","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.test.tsx":"9","/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.tsx":"10","/home/runner/work/VKUI/VKUI/src/components/AdaptivityProvider/AdaptivityContext.tsx":"11","/home/runner/work/VKUI/VKUI/src/components/AdaptivityProvider/AdaptivityProvider.test.tsx":"12","/home/runner/work/VKUI/VKUI/src/components/AdaptivityProvider/AdaptivityProvider.tsx":"13","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.test.e2e.tsx":"14","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.test.tsx":"15","/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.tsx":"16","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.test.tsx":"17","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.tsx":"18","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRootContext.ts":"19","/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRootPortal.tsx":"20","/home/runner/work/VKUI/VKUI/src/components/AppRoot/ScrollContext.tsx":"21","/home/runner/work/VKUI/VKUI/src/components/AppearanceProvider/AppearanceProvider.tsx":"22","/home/runner/work/VKUI/VKUI/src/components/AppearanceProvider/AppearanceProviderContext.tsx":"23","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.e2e.tsx":"24","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.test.tsx":"25","/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.tsx":"26","/home/runner/work/VKUI/VKUI/src/components/Avatar/helpers.ts":"27","/home/runner/work/VKUI/VKUI/src/components/Avatar/icons.tsx":"28","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.test.tsx":"29","/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.tsx":"30","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.e2e.tsx":"31","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.test.tsx":"32","/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.tsx":"33","/home/runner/work/VKUI/VKUI/src/components/BaseGallery/BaseGallery.tsx":"34","/home/runner/work/VKUI/VKUI/src/components/BaseGallery/helpers.ts":"35","/home/runner/work/VKUI/VKUI/src/components/BaseGallery/types.ts":"36","/home/runner/work/VKUI/VKUI/src/components/Button/Button.e2e.tsx":"37","/home/runner/work/VKUI/VKUI/src/components/Button/Button.test.tsx":"38","/home/runner/work/VKUI/VKUI/src/components/Button/Button.tsx":"39","/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.e2e.tsx":"40","/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.test.tsx":"41","/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.tsx":"42","/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.e2e.tsx":"43","/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.test.tsx":"44","/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.tsx":"45","/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.test.tsx":"46","/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.tsx":"47","/home/runner/work/VKUI/VKUI/src/components/CalendarDays/CalendarDays.tsx":"48","/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.test.tsx":"49","/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.tsx":"50","/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.e2e.tsx":"51","/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.test.tsx":"52","/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.tsx":"53","/home/runner/work/VKUI/VKUI/src/components/CalendarTime/CalendarTime.tsx":"54","/home/runner/work/VKUI/VKUI/src/components/Card/Card.e2e.tsx":"55","/home/runner/work/VKUI/VKUI/src/components/Card/Card.test.tsx":"56","/home/runner/work/VKUI/VKUI/src/components/Card/Card.tsx":"57","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.test.tsx":"58","/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.tsx":"59","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.e2e.tsx":"60","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.test.tsx":"61","/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.tsx":"62","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.e2e.tsx":"63","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.test.tsx":"64","/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.tsx":"65","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.test.tsx":"66","/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.tsx":"67","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.test.tsx":"68","/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.tsx":"69","/home/runner/work/VKUI/VKUI/src/components/Cell/useDraggable.tsx":"70","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.e2e.tsx":"71","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.test.tsx":"72","/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.tsx":"73","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.e2e.tsx":"74","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.test.tsx":"75","/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.tsx":"76","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.e2e.tsx":"77","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.test.tsx":"78","/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.tsx":"79","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.e2e.tsx":"80","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.test.tsx":"81","/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.tsx":"82","/home/runner/work/VKUI/VKUI/src/components/ChipsInputBase/ChipsInputBase.test.tsx":"83","/home/runner/work/VKUI/VKUI/src/components/ChipsInputBase/ChipsInputBase.tsx":"84","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.test.tsx":"85","/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.tsx":"86","/home/runner/work/VKUI/VKUI/src/components/ConfigProvider/ConfigProvider.test.tsx":"87","/home/runner/work/VKUI/VKUI/src/components/ConfigProvider/ConfigProvider.tsx":"88","/home/runner/work/VKUI/VKUI/src/components/ConfigProvider/ConfigProviderContext.tsx":"89","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.e2e.tsx":"90","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.test.tsx":"91","/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.tsx":"92","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.e2e.tsx":"93","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.test.tsx":"94","/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.tsx":"95","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.tsx":"96","/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/useTrackerVisibility.ts":"97","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.e2e.tsx":"98","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.test.tsx":"99","/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.tsx":"100","/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.test.tsx":"101","/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.tsx":"102","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.e2e.tsx":"103","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.test.tsx":"104","/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.tsx":"105","/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.e2e.tsx":"106","/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.test.tsx":"107","/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.tsx":"108","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.test.tsx":"109","/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.tsx":"110","/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.e2e.tsx":"111","/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.test.tsx":"112","/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.tsx":"113","/home/runner/work/VKUI/VKUI/src/components/DeviceConditionalRender/DeviceConditionalRender.e2e.tsx":"114","/home/runner/work/VKUI/VKUI/src/components/DeviceConditionalRender/DeviceConditionalRender.tsx":"115","/home/runner/work/VKUI/VKUI/src/components/Div/Div.test.tsx":"116","/home/runner/work/VKUI/VKUI/src/components/Div/Div.tsx":"117","/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.tsx":"118","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.test.tsx":"119","/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.tsx":"120","/home/runner/work/VKUI/VKUI/src/components/Epic/ScrollSaver.tsx":"121","/home/runner/work/VKUI/VKUI/src/components/File/File.test.tsx":"122","/home/runner/work/VKUI/VKUI/src/components/File/File.tsx":"123","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.test.tsx":"124","/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.tsx":"125","/home/runner/work/VKUI/VKUI/src/components/FocusTrap/FocusTrap.test.tsx":"126","/home/runner/work/VKUI/VKUI/src/components/FocusTrap/FocusTrap.tsx":"127","/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.tsx":"128","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.test.tsx":"129","/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.tsx":"130","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.test.tsx":"131","/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.tsx":"132","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.e2e.tsx":"133","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.test.tsx":"134","/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.tsx":"135","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.test.tsx":"136","/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.tsx":"137","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.e2e.tsx":"138","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.test.tsx":"139","/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.tsx":"140","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.test.tsx":"141","/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.tsx":"142","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.test.tsx":"143","/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.tsx":"144","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.e2e.tsx":"145","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.test.tsx":"146","/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.tsx":"147","/home/runner/work/VKUI/VKUI/src/components/Group/Group.test.tsx":"148","/home/runner/work/VKUI/VKUI/src/components/Group/Group.tsx":"149","/home/runner/work/VKUI/VKUI/src/components/Header/Header.e2e.tsx":"150","/home/runner/work/VKUI/VKUI/src/components/Header/Header.test.tsx":"151","/home/runner/work/VKUI/VKUI/src/components/Header/Header.tsx":"152","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.test.tsx":"153","/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.tsx":"154","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx":"155","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.test.tsx":"156","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.tsx":"157","/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.tsx":"158","/home/runner/work/VKUI/VKUI/src/components/HoverPopper/HoverPopper.tsx":"159","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.e2e.tsx":"160","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.test.tsx":"161","/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.tsx":"162","/home/runner/work/VKUI/VKUI/src/components/Image/Image.e2e.tsx":"163","/home/runner/work/VKUI/VKUI/src/components/Image/Image.test.tsx":"164","/home/runner/work/VKUI/VKUI/src/components/Image/Image.tsx":"165","/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBase.test.tsx":"166","/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBase.tsx":"167","/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBaseBadge/ImageBaseBadge.tsx":"168","/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.tsx":"169","/home/runner/work/VKUI/VKUI/src/components/ImageBase/types.ts":"170","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.e2e.tsx":"171","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.test.tsx":"172","/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.tsx":"173","/home/runner/work/VKUI/VKUI/src/components/Input/Input.e2e.tsx":"174","/home/runner/work/VKUI/VKUI/src/components/Input/Input.test.tsx":"175","/home/runner/work/VKUI/VKUI/src/components/Input/Input.tsx":"176","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLike.tsx":"177","/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLikeDivider.tsx":"178","/home/runner/work/VKUI/VKUI/src/components/Link/Link.test.tsx":"179","/home/runner/work/VKUI/VKUI/src/components/Link/Link.tsx":"180","/home/runner/work/VKUI/VKUI/src/components/List/List.test.tsx":"181","/home/runner/work/VKUI/VKUI/src/components/List/List.tsx":"182","/home/runner/work/VKUI/VKUI/src/components/List/ListContext.ts":"183","/home/runner/work/VKUI/VKUI/src/components/LocaleProviderContext/LocaleProviderContext.tsx":"184","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.e2e.tsx":"185","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.test.tsx":"186","/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.tsx":"187","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.e2e.tsx":"188","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.test.tsx":"189","/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.tsx":"190","/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.tsx":"191","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.test.tsx":"192","/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.tsx":"193","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.test.tsx":"194","/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.tsx":"195","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.e2e.tsx":"196","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.test.tsx":"197","/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.tsx":"198","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.test.tsx":"199","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.tsx":"200","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRootAdaptive.tsx":"201","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRootContext.tsx":"202","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRootDesktop.tsx":"203","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/constants.ts":"204","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/types.ts":"205","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/useModalManager.test.tsx":"206","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/useModalManager.tsx":"207","/home/runner/work/VKUI/VKUI/src/components/ModalRoot/withModalRootContext.tsx":"208","/home/runner/work/VKUI/VKUI/src/components/NativeSelect/NativeSelect.e2e.tsx":"209","/home/runner/work/VKUI/VKUI/src/components/NativeSelect/NativeSelect.test.tsx":"210","/home/runner/work/VKUI/VKUI/src/components/NativeSelect/NativeSelect.tsx":"211","/home/runner/work/VKUI/VKUI/src/components/NavTransitionContext/NavTransitionContext.tsx":"212","/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.e2e.tsx":"213","/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.test.tsx":"214","/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.tsx":"215","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.e2e.tsx":"216","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.test.tsx":"217","/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.tsx":"218","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.test.tsx":"219","/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.tsx":"220","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.test.tsx":"221","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.tsx":"222","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.test.tsx":"223","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.tsx":"224","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderClose/PanelHeaderClose.test.tsx":"225","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderClose/PanelHeaderClose.tsx":"226","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.test.tsx":"227","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.tsx":"228","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.test.tsx":"229","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.tsx":"230","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderEdit/PanelHeaderEdit.test.tsx":"231","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderEdit/PanelHeaderEdit.tsx":"232","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderSubmit/PanelHeaderSubmit.test.tsx":"233","/home/runner/work/VKUI/VKUI/src/components/PanelHeaderSubmit/PanelHeaderSubmit.tsx":"234","/home/runner/work/VKUI/VKUI/src/components/PanelSpinner/PanelSpinner.test.tsx":"235","/home/runner/work/VKUI/VKUI/src/components/PanelSpinner/PanelSpinner.tsx":"236","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.e2e.tsx":"237","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.test.tsx":"238","/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.tsx":"239","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.test.tsx":"240","/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.tsx":"241","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.test.tsx":"242","/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.tsx":"243","/home/runner/work/VKUI/VKUI/src/components/Popover/Popover.tsx":"244","/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.test.tsx":"245","/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.tsx":"246","/home/runner/work/VKUI/VKUI/src/components/PopperArrow/PopperArrow.tsx":"247","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.test.tsx":"248","/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.tsx":"249","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.test.tsx":"250","/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.tsx":"251","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.test.tsx":"252","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.tsx":"253","/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefreshSpinner.tsx":"254","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.e2e.tsx":"255","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.test.tsx":"256","/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.tsx":"257","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.e2e.tsx":"258","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.test.tsx":"259","/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.tsx":"260","/home/runner/work/VKUI/VKUI/src/components/RangeSlider/RangeSlider.test.tsx":"261","/home/runner/work/VKUI/VKUI/src/components/RangeSlider/RangeSlider.tsx":"262","/home/runner/work/VKUI/VKUI/src/components/RangeSlider/UniversalSlider.tsx":"263","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.test.tsx":"264","/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.tsx":"265","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.e2e.tsx":"266","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.test.tsx":"267","/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.tsx":"268","/home/runner/work/VKUI/VKUI/src/components/RichTooltip/RichTooltip.tsx":"269","/home/runner/work/VKUI/VKUI/src/components/Root/Root.test.tsx":"270","/home/runner/work/VKUI/VKUI/src/components/Root/Root.tsx":"271","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/Icon48CancelCircle.tsx":"272","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/Icon48DoneOutline.tsx":"273","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.test.tsx":"274","/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.tsx":"275","/home/runner/work/VKUI/VKUI/src/components/Search/Search.e2e.tsx":"276","/home/runner/work/VKUI/VKUI/src/components/Search/Search.test.tsx":"277","/home/runner/work/VKUI/VKUI/src/components/Search/Search.tsx":"278","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.e2e.tsx":"279","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.test.tsx":"280","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.tsx":"281","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.test.tsx":"282","/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.tsx":"283","/home/runner/work/VKUI/VKUI/src/components/Select/Select.test.tsx":"284","/home/runner/work/VKUI/VKUI/src/components/Select/Select.tsx":"285","/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.e2e.tsx":"286","/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.test.tsx":"287","/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.tsx":"288","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.test.tsx":"289","/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.tsx":"290","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.e2e.tsx":"291","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.test.tsx":"292","/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.tsx":"293","/home/runner/work/VKUI/VKUI/src/components/SizeXConditionalRender/SizeXConditionalRender.e2e.tsx":"294","/home/runner/work/VKUI/VKUI/src/components/SizeXConditionalRender/SizeXConditionalRender.tsx":"295","/home/runner/work/VKUI/VKUI/src/components/SizeYConditionalRender/SizeYConditionalRender.e2e.tsx":"296","/home/runner/work/VKUI/VKUI/src/components/SizeYConditionalRender/SizeYConditionalRender.tsx":"297","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.e2e.tsx":"298","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.test.tsx":"299","/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.tsx":"300","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.test.tsx":"301","/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.tsx":"302","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.test.tsx":"303","/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.tsx":"304","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.test.tsx":"305","/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.tsx":"306","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.test.tsx":"307","/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.tsx":"308","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.test.tsx":"309","/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.tsx":"310","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.test.tsx":"311","/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.tsx":"312","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.e2e.tsx":"313","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.test.tsx":"314","/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.tsx":"315","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.e2e.tsx":"316","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.test.tsx":"317","/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.tsx":"318","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.e2e.tsx":"319","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.test.tsx":"320","/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.tsx":"321","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.test.tsx":"322","/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.tsx":"323","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.e2e.tsx":"324","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.test.tsx":"325","/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.tsx":"326","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.test.tsx":"327","/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.tsx":"328","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.test.tsx":"329","/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.tsx":"330","/home/runner/work/VKUI/VKUI/src/components/TextTooltip/TextTooltip.tsx":"331","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.e2e.tsx":"332","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.test.tsx":"333","/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.tsx":"334","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.e2e.tsx":"335","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.test.tsx":"336","/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.tsx":"337","/home/runner/work/VKUI/VKUI/src/components/Tooltip/TooltipContainer.tsx":"338","/home/runner/work/VKUI/VKUI/src/components/Touch/Touch.test.tsx":"339","/home/runner/work/VKUI/VKUI/src/components/Touch/Touch.tsx":"340","/home/runner/work/VKUI/VKUI/src/components/Touch/TouchContext.ts":"341","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.e2e.tsx":"342","/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.tsx":"343","/home/runner/work/VKUI/VKUI/src/components/Typography/Footnote/Footnote.e2e.tsx":"344","/home/runner/work/VKUI/VKUI/src/components/Typography/Footnote/Footnote.tsx":"345","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.e2e.tsx":"346","/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.tsx":"347","/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.e2e.tsx":"348","/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.test.tsx":"349","/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.tsx":"350","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.e2e.tsx":"351","/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.tsx":"352","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.e2e.tsx":"353","/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.tsx":"354","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.e2e.tsx":"355","/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.tsx":"356","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.e2e.tsx":"357","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.test.tsx":"358","/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.tsx":"359","/home/runner/work/VKUI/VKUI/src/components/View/View.test.tsx":"360","/home/runner/work/VKUI/VKUI/src/components/View/View.tsx":"361","/home/runner/work/VKUI/VKUI/src/components/View/ViewInfinite.tsx":"362","/home/runner/work/VKUI/VKUI/src/components/View/utils.ts":"363","/home/runner/work/VKUI/VKUI/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.e2e.tsx":"364","/home/runner/work/VKUI/VKUI/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.tsx":"365","/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.test.tsx":"366","/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.tsx":"367","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.test.tsx":"368","/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.tsx":"369","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.e2e.tsx":"370","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.test.tsx":"371","/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.tsx":"372","/home/runner/work/VKUI/VKUI/src/helpers/appearance.test.ts":"373","/home/runner/work/VKUI/VKUI/src/helpers/appearance.ts":"374","/home/runner/work/VKUI/VKUI/src/helpers/avatar.ts":"375","/home/runner/work/VKUI/VKUI/src/helpers/getClassName.test.ts":"376","/home/runner/work/VKUI/VKUI/src/helpers/getClassName.ts":"377","/home/runner/work/VKUI/VKUI/src/helpers/getHoverClassName.test.ts":"378","/home/runner/work/VKUI/VKUI/src/helpers/getHoverClassName.ts":"379","/home/runner/work/VKUI/VKUI/src/helpers/getMouseClassName.test.ts":"380","/home/runner/work/VKUI/VKUI/src/helpers/getMouseClassName.ts":"381","/home/runner/work/VKUI/VKUI/src/helpers/getOrDefault.ts":"382","/home/runner/work/VKUI/VKUI/src/helpers/getPlatformClassName.test.ts":"383","/home/runner/work/VKUI/VKUI/src/helpers/getPlatformClassName.ts":"384","/home/runner/work/VKUI/VKUI/src/helpers/getSizeXClassName.test.ts":"385","/home/runner/work/VKUI/VKUI/src/helpers/getSizeXClassName.ts":"386","/home/runner/work/VKUI/VKUI/src/helpers/getSizeYClassName.test.ts":"387","/home/runner/work/VKUI/VKUI/src/helpers/getSizeYClassName.ts":"388","/home/runner/work/VKUI/VKUI/src/helpers/getViewHeightClassName.test.ts":"389","/home/runner/work/VKUI/VKUI/src/helpers/getViewHeightClassName.ts":"390","/home/runner/work/VKUI/VKUI/src/helpers/getViewWidthClassName.test.ts":"391","/home/runner/work/VKUI/VKUI/src/helpers/getViewWidthClassName.ts":"392","/home/runner/work/VKUI/VKUI/src/helpers/math.test.ts":"393","/home/runner/work/VKUI/VKUI/src/helpers/math.ts":"394","/home/runner/work/VKUI/VKUI/src/hoc/withContext.tsx":"395","/home/runner/work/VKUI/VKUI/src/hoc/withInsets.tsx":"396","/home/runner/work/VKUI/VKUI/src/hoc/withPlatform.tsx":"397","/home/runner/work/VKUI/VKUI/src/hooks/useAdaptivity.ts":"398","/home/runner/work/VKUI/VKUI/src/hooks/useAdaptivityWithMediaQueries.ts":"399","/home/runner/work/VKUI/VKUI/src/hooks/useAppearance.ts":"400","/home/runner/work/VKUI/VKUI/src/hooks/useAutoDetectAppearance.tsx":"401","/home/runner/work/VKUI/VKUI/src/hooks/useBooleanState.test.tsx":"402","/home/runner/work/VKUI/VKUI/src/hooks/useBooleanState.ts":"403","/home/runner/work/VKUI/VKUI/src/hooks/useBridgeAdaptivity.ts":"404","/home/runner/work/VKUI/VKUI/src/hooks/useBrowserInfo.ts":"405","/home/runner/work/VKUI/VKUI/src/hooks/useCalendar.ts":"406","/home/runner/work/VKUI/VKUI/src/hooks/useChipsInput.ts":"407","/home/runner/work/VKUI/VKUI/src/hooks/useChipsSelect.ts":"408","/home/runner/work/VKUI/VKUI/src/hooks/useDateInput.ts":"409","/home/runner/work/VKUI/VKUI/src/hooks/useEffectDev.ts":"410","/home/runner/work/VKUI/VKUI/src/hooks/useEnsuredControl.ts":"411","/home/runner/work/VKUI/VKUI/src/hooks/useEventListener.ts":"412","/home/runner/work/VKUI/VKUI/src/hooks/useExternRef.test.tsx":"413","/home/runner/work/VKUI/VKUI/src/hooks/useExternRef.ts":"414","/home/runner/work/VKUI/VKUI/src/hooks/useFocusVisible.test.tsx":"415","/home/runner/work/VKUI/VKUI/src/hooks/useFocusVisible.ts":"416","/home/runner/work/VKUI/VKUI/src/hooks/useGlobalEventListener.ts":"417","/home/runner/work/VKUI/VKUI/src/hooks/useInsets.ts":"418","/home/runner/work/VKUI/VKUI/src/hooks/useKeyboard.ts":"419","/home/runner/work/VKUI/VKUI/src/hooks/useKeyboardInputTracker.ts":"420","/home/runner/work/VKUI/VKUI/src/hooks/useMediaQueries.ts":"421","/home/runner/work/VKUI/VKUI/src/hooks/useObjectMemo.test.tsx":"422","/home/runner/work/VKUI/VKUI/src/hooks/useObjectMemo.ts":"423","/home/runner/work/VKUI/VKUI/src/hooks/useOrientationChange.ts":"424","/home/runner/work/VKUI/VKUI/src/hooks/usePagination.ts":"425","/home/runner/work/VKUI/VKUI/src/hooks/usePagintaion.test.ts":"426","/home/runner/work/VKUI/VKUI/src/hooks/usePatchChildrenRef.ts":"427","/home/runner/work/VKUI/VKUI/src/hooks/usePlatform.test.tsx":"428","/home/runner/work/VKUI/VKUI/src/hooks/usePlatform.ts":"429","/home/runner/work/VKUI/VKUI/src/hooks/usePrevious.ts":"430","/home/runner/work/VKUI/VKUI/src/hooks/useTimeout.test.ts":"431","/home/runner/work/VKUI/VKUI/src/hooks/useTimeout.ts":"432","/home/runner/work/VKUI/VKUI/src/hooks/useWaitTransitionFinish.ts":"433","/home/runner/work/VKUI/VKUI/src/index.ts":"434","/home/runner/work/VKUI/VKUI/src/lib/SSR.tsx":"435","/home/runner/work/VKUI/VKUI/src/lib/accessibility.ts":"436","/home/runner/work/VKUI/VKUI/src/lib/adaptivity.ts":"437","/home/runner/work/VKUI/VKUI/src/lib/animate.ts":"438","/home/runner/work/VKUI/VKUI/src/lib/browser.ts":"439","/home/runner/work/VKUI/VKUI/src/lib/calendar.test.tsx":"440","/home/runner/work/VKUI/VKUI/src/lib/calendar.ts":"441","/home/runner/work/VKUI/VKUI/src/lib/callMultiple.test.ts":"442","/home/runner/work/VKUI/VKUI/src/lib/callMultiple.ts":"443","/home/runner/work/VKUI/VKUI/src/lib/classNames.test.ts":"444","/home/runner/work/VKUI/VKUI/src/lib/classNames.ts":"445","/home/runner/work/VKUI/VKUI/src/lib/date.test.ts":"446","/home/runner/work/VKUI/VKUI/src/lib/date.ts":"447","/home/runner/work/VKUI/VKUI/src/lib/dom.tsx":"448","/home/runner/work/VKUI/VKUI/src/lib/fx.ts":"449","/home/runner/work/VKUI/VKUI/src/lib/getNavId.test.ts":"450","/home/runner/work/VKUI/VKUI/src/lib/getNavId.ts":"451","/home/runner/work/VKUI/VKUI/src/lib/is.ts":"452","/home/runner/work/VKUI/VKUI/src/lib/isRefObject.test.ts":"453","/home/runner/work/VKUI/VKUI/src/lib/isRefObject.ts":"454","/home/runner/work/VKUI/VKUI/src/lib/jsxRuntime.d.ts":"455","/home/runner/work/VKUI/VKUI/src/lib/jsxRuntime.test.ts":"456","/home/runner/work/VKUI/VKUI/src/lib/jsxRuntime.ts":"457","/home/runner/work/VKUI/VKUI/src/lib/offset.ts":"458","/home/runner/work/VKUI/VKUI/src/lib/platform.ts":"459","/home/runner/work/VKUI/VKUI/src/lib/polyfills.ts":"460","/home/runner/work/VKUI/VKUI/src/lib/prefixClass.ts":"461","/home/runner/work/VKUI/VKUI/src/lib/removeObjectKeys.ts":"462","/home/runner/work/VKUI/VKUI/src/lib/select.test.ts":"463","/home/runner/work/VKUI/VKUI/src/lib/select.ts":"464","/home/runner/work/VKUI/VKUI/src/lib/styles.ts":"465","/home/runner/work/VKUI/VKUI/src/lib/supportEvents.ts":"466","/home/runner/work/VKUI/VKUI/src/lib/taptic.ts":"467","/home/runner/work/VKUI/VKUI/src/lib/testing.ts":"468","/home/runner/work/VKUI/VKUI/src/lib/touch.test.ts":"469","/home/runner/work/VKUI/VKUI/src/lib/touch.ts":"470","/home/runner/work/VKUI/VKUI/src/lib/useIsomorphicLayoutEffect.ts":"471","/home/runner/work/VKUI/VKUI/src/lib/utils.ts":"472","/home/runner/work/VKUI/VKUI/src/lib/warnOnce.ts":"473","/home/runner/work/VKUI/VKUI/src/shared/breakpoints.js":"474","/home/runner/work/VKUI/VKUI/src/testing/e2e/index.ts":"475","/home/runner/work/VKUI/VKUI/src/testing/e2e/utils.tsx":"476","/home/runner/work/VKUI/VKUI/src/testing/setup.ts":"477","/home/runner/work/VKUI/VKUI/src/testing/utils.tsx":"478","/home/runner/work/VKUI/VKUI/src/types.ts":"479","/home/runner/work/VKUI/VKUI/src/unstable/index.ts":"480","/home/runner/work/VKUI/VKUI/e2e/browser/jest-mock.ts":"481","/home/runner/work/VKUI/VKUI/e2e/browser/mount.ts":"482","/home/runner/work/VKUI/VKUI/e2e/browser/runtime.ts":"483","/home/runner/work/VKUI/VKUI/e2e/browser/test-handle.ts":"484","/home/runner/work/VKUI/VKUI/e2e/detectEnv.d.ts":"485","/home/runner/work/VKUI/VKUI/e2e/detectEnv.js":"486","/home/runner/work/VKUI/VKUI/e2e/docker.ts":"487","/home/runner/work/VKUI/VKUI/e2e/generateWebpackConfig.ts":"488","/home/runner/work/VKUI/VKUI/e2e/index.ts":"489","/home/runner/work/VKUI/VKUI/e2e/jest/globalSetup.ts":"490","/home/runner/work/VKUI/VKUI/e2e/jest/globalTeardown.ts":"491","/home/runner/work/VKUI/VKUI/e2e/jest/jsdomPlaywrightEnv.js":"492","/home/runner/work/VKUI/VKUI/e2e/jest/matchers.ts":"493","/home/runner/work/VKUI/VKUI/e2e/jest.e2e.config.js":"494","/home/runner/work/VKUI/VKUI/e2e/types.d.ts":"495","/home/runner/work/VKUI/VKUI/styleguide/Components/Blockquote/index.js":"496","/home/runner/work/VKUI/VKUI/styleguide/Components/Code/CodeRenderer.js":"497","/home/runner/work/VKUI/VKUI/styleguide/Components/ComplexType/ComplexTypeRenderer.js":"498","/home/runner/work/VKUI/VKUI/styleguide/Components/ComponentsList/ComponentsListRenderer.js":"499","/home/runner/work/VKUI/VKUI/styleguide/Components/Editor/index.js":"500","/home/runner/work/VKUI/VKUI/styleguide/Components/Frame/Frame.js":"501","/home/runner/work/VKUI/VKUI/styleguide/Components/Heading/HeadingRenderer.js":"502","/home/runner/work/VKUI/VKUI/styleguide/Components/Heading/index.js":"503","/home/runner/work/VKUI/VKUI/styleguide/Components/Link/LinkRenderer.js":"504","/home/runner/work/VKUI/VKUI/styleguide/Components/List/index.js":"505","/home/runner/work/VKUI/VKUI/styleguide/Components/Logo/Logo.js":"506","/home/runner/work/VKUI/VKUI/styleguide/Components/MarkdownHeading/index.js":"507","/home/runner/work/VKUI/VKUI/styleguide/Components/Name/NameRenderer.js":"508","/home/runner/work/VKUI/VKUI/styleguide/Components/Para/ParaRenderer.js":"509","/home/runner/work/VKUI/VKUI/styleguide/Components/Playground/PlaygroundRenderer.js":"510","/home/runner/work/VKUI/VKUI/styleguide/Components/Preview.js":"511","/home/runner/work/VKUI/VKUI/styleguide/Components/ReactComponent/ReactComponent.js":"512","/home/runner/work/VKUI/VKUI/styleguide/Components/Section/SectionRenderer.js":"513","/home/runner/work/VKUI/VKUI/styleguide/Components/Section/index.js":"514","/home/runner/work/VKUI/VKUI/styleguide/Components/SectionHeading/SectionHeadingRenderer.js":"515","/home/runner/work/VKUI/VKUI/styleguide/Components/SectionSubheading/SectionSubheading.js":"516","/home/runner/work/VKUI/VKUI/styleguide/Components/Setting/Setting.js":"517","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/AppearanceSelect.js":"518","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/HasMouseCheckbox.js":"519","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/PlatformSelect.js":"520","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/Settings.js":"521","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/ViewHeightSelect.js":"522","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/ViewWidthSelect.js":"523","/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/WebviewTypeSelect.js":"524","/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuide.js":"525","/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideDesktop.js":"526","/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideHeader.js":"527","/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideMobile.js":"528","/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideRenderer.js":"529","/home/runner/work/VKUI/VKUI/styleguide/Components/Table/TableRenderer.js":"530","/home/runner/work/VKUI/VKUI/styleguide/Components/TableOfContents/TableOfContents.js":"531","/home/runner/work/VKUI/VKUI/styleguide/Components/Text/TextRenderer.js":"532","/home/runner/work/VKUI/VKUI/styleguide/Components/Text/index.js":"533","/home/runner/work/VKUI/VKUI/styleguide/Components/TogglePropsButton/index.js":"534","/home/runner/work/VKUI/VKUI/styleguide/Components/Type/TypeRenderer.js":"535","/home/runner/work/VKUI/VKUI/styleguide/config.js":"536","/home/runner/work/VKUI/VKUI/styleguide/demo_dataset.js":"537","/home/runner/work/VKUI/VKUI/styleguide/deprecated.js":"538","/home/runner/work/VKUI/VKUI/styleguide/propsParser.config.js":"539","/home/runner/work/VKUI/VKUI/styleguide/setup.js":"540","/home/runner/work/VKUI/VKUI/styleguide/unstable.js":"541","/home/runner/work/VKUI/VKUI/styleguide/utils/index.js":"542","/home/runner/work/VKUI/VKUI/styleguide/utils/useViewPortSize.js":"543","/home/runner/work/VKUI/VKUI/styleguide/webpack.config.js":"544"},{"size":3735,"mtime":1662736088457,"results":"545","hashOfConfig":"546"},{"size":3931,"mtime":1662736088457,"results":"547","hashOfConfig":"546"},{"size":4132,"mtime":1662736088457,"results":"548","hashOfConfig":"546"},{"size":531,"mtime":1662736088457,"results":"549","hashOfConfig":"546"},{"size":301,"mtime":1662736088457,"results":"550","hashOfConfig":"546"},{"size":1175,"mtime":1662736088457,"results":"551","hashOfConfig":"546"},{"size":3009,"mtime":1662736088457,"results":"552","hashOfConfig":"546"},{"size":476,"mtime":1662736088517,"results":"553","hashOfConfig":"546"},{"size":1229,"mtime":1662736088517,"results":"554","hashOfConfig":"546"},{"size":4749,"mtime":1662736088517,"results":"555","hashOfConfig":"546"},{"size":510,"mtime":1662736088517,"results":"556","hashOfConfig":"546"},{"size":6268,"mtime":1662736088517,"results":"557","hashOfConfig":"546"},{"size":3574,"mtime":1662736088517,"results":"558","hashOfConfig":"546"},{"size":1976,"mtime":1662736088517,"results":"559","hashOfConfig":"546"},{"size":2497,"mtime":1662736088517,"results":"560","hashOfConfig":"546"},{"size":6943,"mtime":1662736088517,"results":"561","hashOfConfig":"546"},{"size":3610,"mtime":1662736088517,"results":"562","hashOfConfig":"546"},{"size":5847,"mtime":1662736088517,"results":"563","hashOfConfig":"546"},{"size":378,"mtime":1662736088517,"results":"564","hashOfConfig":"546"},{"size":1125,"mtime":1662736088517,"results":"565","hashOfConfig":"546"},{"size":7634,"mtime":1662736088517,"results":"566","hashOfConfig":"546"},{"size":1567,"mtime":1662736088517,"results":"567","hashOfConfig":"546"},{"size":243,"mtime":1662736088517,"results":"568","hashOfConfig":"546"},{"size":1561,"mtime":1662736088517,"results":"569","hashOfConfig":"546"},{"size":2018,"mtime":1662736088517,"results":"570","hashOfConfig":"546"},{"size":4085,"mtime":1662736088517,"results":"571","hashOfConfig":"546"},{"size":1059,"mtime":1662736088517,"results":"572","hashOfConfig":"546"},{"size":709,"mtime":1662736088517,"results":"573","hashOfConfig":"546"},{"size":149,"mtime":1662736088517,"results":"574","hashOfConfig":"546"},{"size":418,"mtime":1662736088517,"results":"575","hashOfConfig":"546"},{"size":1600,"mtime":1662736088517,"results":"576","hashOfConfig":"546"},{"size":1604,"mtime":1662736088521,"results":"577","hashOfConfig":"546"},{"size":6767,"mtime":1662736088521,"results":"578","hashOfConfig":"546"},{"size":11324,"mtime":1662736088521,"results":"579","hashOfConfig":"546"},{"size":1249,"mtime":1662736088521,"results":"580","hashOfConfig":"546"},{"size":1325,"mtime":1662736088521,"results":"581","hashOfConfig":"546"},{"size":1847,"mtime":1662736088521,"results":"582","hashOfConfig":"546"},{"size":1308,"mtime":1662736088521,"results":"583","hashOfConfig":"546"},{"size":3163,"mtime":1662736088521,"results":"584","hashOfConfig":"546"},{"size":2573,"mtime":1662736088521,"results":"585","hashOfConfig":"546"},{"size":173,"mtime":1662736088521,"results":"586","hashOfConfig":"546"},{"size":2011,"mtime":1662736088521,"results":"587","hashOfConfig":"546"},{"size":965,"mtime":1662736088525,"results":"588","hashOfConfig":"546"},{"size":161,"mtime":1662736088525,"results":"589","hashOfConfig":"546"},{"size":6203,"mtime":1662736088525,"results":"590","hashOfConfig":"546"},{"size":784,"mtime":1662736088525,"results":"591","hashOfConfig":"546"},{"size":3677,"mtime":1662736088525,"results":"592","hashOfConfig":"546"},{"size":3922,"mtime":1662736088525,"results":"593","hashOfConfig":"546"},{"size":848,"mtime":1662736088525,"results":"594","hashOfConfig":"546"},{"size":5865,"mtime":1662736088525,"results":"595","hashOfConfig":"546"},{"size":748,"mtime":1662736088525,"results":"596","hashOfConfig":"546"},{"size":181,"mtime":1662736088525,"results":"597","hashOfConfig":"546"},{"size":7878,"mtime":1662736088525,"results":"598","hashOfConfig":"546"},{"size":2698,"mtime":1662736088525,"results":"599","hashOfConfig":"546"},{"size":305,"mtime":1662736088529,"results":"600","hashOfConfig":"546"},{"size":145,"mtime":1662736088529,"results":"601","hashOfConfig":"546"},{"size":647,"mtime":1662736088529,"results":"602","hashOfConfig":"546"},{"size":161,"mtime":1662736088529,"results":"603","hashOfConfig":"546"},{"size":1008,"mtime":1662736088529,"results":"604","hashOfConfig":"546"},{"size":629,"mtime":1662736088529,"results":"605","hashOfConfig":"546"},{"size":169,"mtime":1662736088529,"results":"606","hashOfConfig":"546"},{"size":3201,"mtime":1662736088529,"results":"607","hashOfConfig":"546"},{"size":938,"mtime":1662736088529,"results":"608","hashOfConfig":"546"},{"size":2275,"mtime":1662736088529,"results":"609","hashOfConfig":"546"},{"size":5313,"mtime":1662736088529,"results":"610","hashOfConfig":"546"},{"size":180,"mtime":1662736088529,"results":"611","hashOfConfig":"546"},{"size":1359,"mtime":1662736088529,"results":"612","hashOfConfig":"546"},{"size":176,"mtime":1662736088529,"results":"613","hashOfConfig":"546"},{"size":1087,"mtime":1662736088529,"results":"614","hashOfConfig":"546"},{"size":3569,"mtime":1662736088529,"results":"615","hashOfConfig":"546"},{"size":1030,"mtime":1662736088529,"results":"616","hashOfConfig":"546"},{"size":169,"mtime":1662736088529,"results":"617","hashOfConfig":"546"},{"size":664,"mtime":1662736088529,"results":"618","hashOfConfig":"546"},{"size":1161,"mtime":1662736088529,"results":"619","hashOfConfig":"546"},{"size":922,"mtime":1662736088529,"results":"620","hashOfConfig":"546"},{"size":5337,"mtime":1662736088529,"results":"621","hashOfConfig":"546"},{"size":377,"mtime":1662736088533,"results":"622","hashOfConfig":"546"},{"size":533,"mtime":1662736088533,"results":"623","hashOfConfig":"546"},{"size":2430,"mtime":1662736088533,"results":"624","hashOfConfig":"546"},{"size":785,"mtime":1662736088533,"results":"625","hashOfConfig":"546"},{"size":169,"mtime":1662736088533,"results":"626","hashOfConfig":"546"},{"size":992,"mtime":1662736088533,"results":"627","hashOfConfig":"546"},{"size":3016,"mtime":1662736088533,"results":"628","hashOfConfig":"546"},{"size":5298,"mtime":1662736088533,"results":"629","hashOfConfig":"546"},{"size":5426,"mtime":1662736088533,"results":"630","hashOfConfig":"546"},{"size":13824,"mtime":1662736088533,"results":"631","hashOfConfig":"546"},{"size":2333,"mtime":1662736088533,"results":"632","hashOfConfig":"546"},{"size":2658,"mtime":1662736088533,"results":"633","hashOfConfig":"546"},{"size":1697,"mtime":1662736088533,"results":"634","hashOfConfig":"546"},{"size":558,"mtime":1662736088533,"results":"635","hashOfConfig":"546"},{"size":1553,"mtime":1662736088533,"results":"636","hashOfConfig":"546"},{"size":3387,"mtime":1662736088533,"results":"637","hashOfConfig":"546"},{"size":446,"mtime":1662736088533,"results":"638","hashOfConfig":"546"},{"size":549,"mtime":1662736088533,"results":"639","hashOfConfig":"546"},{"size":1316,"mtime":1662736088533,"results":"640","hashOfConfig":"546"},{"size":5696,"mtime":1662736088537,"results":"641","hashOfConfig":"546"},{"size":3794,"mtime":1662736088537,"results":"642","hashOfConfig":"546"},{"size":961,"mtime":1662736088537,"results":"643","hashOfConfig":"546"},{"size":11451,"mtime":1662736088537,"results":"644","hashOfConfig":"546"},{"size":23444,"mtime":1662736088537,"results":"645","hashOfConfig":"546"},{"size":932,"mtime":1662736088537,"results":"646","hashOfConfig":"546"},{"size":3857,"mtime":1662736088537,"results":"647","hashOfConfig":"546"},{"size":1220,"mtime":1662736088537,"results":"648","hashOfConfig":"546"},{"size":201,"mtime":1662736088537,"results":"649","hashOfConfig":"546"},{"size":4090,"mtime":1662736088537,"results":"650","hashOfConfig":"546"},{"size":415,"mtime":1662736088537,"results":"651","hashOfConfig":"546"},{"size":165,"mtime":1662736088537,"results":"652","hashOfConfig":"546"},{"size":9621,"mtime":1662736088537,"results":"653","hashOfConfig":"546"},{"size":5861,"mtime":1662736088537,"results":"654","hashOfConfig":"546"},{"size":5809,"mtime":1662736088537,"results":"655","hashOfConfig":"546"},{"size":575,"mtime":1662736088537,"results":"656","hashOfConfig":"546"},{"size":185,"mtime":1662736088537,"results":"657","hashOfConfig":"546"},{"size":10508,"mtime":1662736088537,"results":"658","hashOfConfig":"546"},{"size":928,"mtime":1662736088537,"results":"659","hashOfConfig":"546"},{"size":1023,"mtime":1662736088537,"results":"660","hashOfConfig":"546"},{"size":141,"mtime":1662736088541,"results":"661","hashOfConfig":"546"},{"size":435,"mtime":1662736088541,"results":"662","hashOfConfig":"546"},{"size":767,"mtime":1662736088541,"results":"663","hashOfConfig":"546"},{"size":341,"mtime":1662736088541,"results":"664","hashOfConfig":"546"},{"size":1092,"mtime":1662736088541,"results":"665","hashOfConfig":"546"},{"size":775,"mtime":1662736088541,"results":"666","hashOfConfig":"546"},{"size":145,"mtime":1662736088541,"results":"667","hashOfConfig":"546"},{"size":1434,"mtime":1662736088541,"results":"668","hashOfConfig":"546"},{"size":173,"mtime":1662736088541,"results":"669","hashOfConfig":"546"},{"size":2425,"mtime":1662736088541,"results":"670","hashOfConfig":"546"},{"size":4951,"mtime":1662736088541,"results":"671","hashOfConfig":"546"},{"size":3796,"mtime":1662736088541,"results":"672","hashOfConfig":"546"},{"size":436,"mtime":1662736088541,"results":"673","hashOfConfig":"546"},{"size":153,"mtime":1662736088541,"results":"674","hashOfConfig":"546"},{"size":483,"mtime":1662736088541,"results":"675","hashOfConfig":"546"},{"size":165,"mtime":1662736088541,"results":"676","hashOfConfig":"546"},{"size":2701,"mtime":1662736088541,"results":"677","hashOfConfig":"546"},{"size":1498,"mtime":1662736088541,"results":"678","hashOfConfig":"546"},{"size":161,"mtime":1662736088541,"results":"679","hashOfConfig":"546"},{"size":2398,"mtime":1662736088541,"results":"680","hashOfConfig":"546"},{"size":169,"mtime":1662736088541,"results":"681","hashOfConfig":"546"},{"size":818,"mtime":1662736088541,"results":"682","hashOfConfig":"546"},{"size":5642,"mtime":1662736088541,"results":"683","hashOfConfig":"546"},{"size":189,"mtime":1662736088541,"results":"684","hashOfConfig":"546"},{"size":2286,"mtime":1662736088541,"results":"685","hashOfConfig":"546"},{"size":1291,"mtime":1662736088541,"results":"686","hashOfConfig":"546"},{"size":2161,"mtime":1662736088541,"results":"687","hashOfConfig":"546"},{"size":161,"mtime":1662736088541,"results":"688","hashOfConfig":"546"},{"size":748,"mtime":1662736088541,"results":"689","hashOfConfig":"546"},{"size":1040,"mtime":1662736088541,"results":"690","hashOfConfig":"546"},{"size":693,"mtime":1662736088541,"results":"691","hashOfConfig":"546"},{"size":1318,"mtime":1662736088541,"results":"692","hashOfConfig":"546"},{"size":149,"mtime":1662736088545,"results":"693","hashOfConfig":"546"},{"size":3470,"mtime":1662736088545,"results":"694","hashOfConfig":"546"},{"size":1394,"mtime":1662736088545,"results":"695","hashOfConfig":"546"},{"size":3640,"mtime":1662736088545,"results":"696","hashOfConfig":"546"},{"size":3789,"mtime":1662736088545,"results":"697","hashOfConfig":"546"},{"size":185,"mtime":1662736088545,"results":"698","hashOfConfig":"546"},{"size":2192,"mtime":1662736088545,"results":"699","hashOfConfig":"546"},{"size":3084,"mtime":1662736088545,"results":"700","hashOfConfig":"546"},{"size":193,"mtime":1662736088545,"results":"701","hashOfConfig":"546"},{"size":7186,"mtime":1662736088545,"results":"702","hashOfConfig":"546"},{"size":1417,"mtime":1662736088545,"results":"703","hashOfConfig":"546"},{"size":3007,"mtime":1662736088545,"results":"704","hashOfConfig":"546"},{"size":772,"mtime":1662736088545,"results":"705","hashOfConfig":"546"},{"size":1081,"mtime":1662736088545,"results":"706","hashOfConfig":"546"},{"size":1097,"mtime":1662736088545,"results":"707","hashOfConfig":"546"},{"size":1290,"mtime":1662736088545,"results":"708","hashOfConfig":"546"},{"size":1694,"mtime":1662736088545,"results":"709","hashOfConfig":"546"},{"size":2421,"mtime":1662736088545,"results":"710","hashOfConfig":"546"},{"size":3219,"mtime":1662736088545,"results":"711","hashOfConfig":"546"},{"size":5097,"mtime":1662736088545,"results":"712","hashOfConfig":"546"},{"size":1588,"mtime":1662736088545,"results":"713","hashOfConfig":"546"},{"size":3100,"mtime":1662736088545,"results":"714","hashOfConfig":"546"},{"size":313,"mtime":1662736088545,"results":"715","hashOfConfig":"546"},{"size":387,"mtime":1662736088545,"results":"716","hashOfConfig":"546"},{"size":157,"mtime":1662736088545,"results":"717","hashOfConfig":"546"},{"size":687,"mtime":1662736088545,"results":"718","hashOfConfig":"546"},{"size":562,"mtime":1662736088549,"results":"719","hashOfConfig":"546"},{"size":149,"mtime":1662736088549,"results":"720","hashOfConfig":"546"},{"size":1321,"mtime":1662736088549,"results":"721","hashOfConfig":"546"},{"size":1749,"mtime":1662736088549,"results":"722","hashOfConfig":"546"},{"size":275,"mtime":1662736088549,"results":"723","hashOfConfig":"546"},{"size":865,"mtime":1662736088549,"results":"724","hashOfConfig":"546"},{"size":842,"mtime":1662736088549,"results":"725","hashOfConfig":"546"},{"size":145,"mtime":1662736088549,"results":"726","hashOfConfig":"546"},{"size":670,"mtime":1662736088549,"results":"727","hashOfConfig":"546"},{"size":174,"mtime":1662736088549,"results":"728","hashOfConfig":"546"},{"size":126,"mtime":1662736088549,"results":"729","hashOfConfig":"546"},{"size":2032,"mtime":1662736088549,"results":"730","hashOfConfig":"546"},{"size":177,"mtime":1662736088549,"results":"731","hashOfConfig":"546"},{"size":3057,"mtime":1662736088549,"results":"732","hashOfConfig":"546"},{"size":4332,"mtime":1662736088549,"results":"733","hashOfConfig":"546"},{"size":192,"mtime":1662736088549,"results":"734","hashOfConfig":"546"},{"size":1751,"mtime":1662736088549,"results":"735","hashOfConfig":"546"},{"size":3898,"mtime":1662736088549,"results":"736","hashOfConfig":"546"},{"size":201,"mtime":1662736088549,"results":"737","hashOfConfig":"546"},{"size":698,"mtime":1662736088549,"results":"738","hashOfConfig":"546"},{"size":192,"mtime":1662736088549,"results":"739","hashOfConfig":"546"},{"size":4710,"mtime":1662736088549,"results":"740","hashOfConfig":"546"},{"size":2513,"mtime":1662736088549,"results":"741","hashOfConfig":"546"},{"size":189,"mtime":1662736088549,"results":"742","hashOfConfig":"546"},{"size":1601,"mtime":1662736088549,"results":"743","hashOfConfig":"546"},{"size":4255,"mtime":1662736088553,"results":"744","hashOfConfig":"546"},{"size":25151,"mtime":1662736088553,"results":"745","hashOfConfig":"546"},{"size":1368,"mtime":1662736088553,"results":"746","hashOfConfig":"546"},{"size":1695,"mtime":1662736088553,"results":"747","hashOfConfig":"546"},{"size":8334,"mtime":1662736088553,"results":"748","hashOfConfig":"546"},{"size":122,"mtime":1662736088553,"results":"749","hashOfConfig":"546"},{"size":1753,"mtime":1662736088553,"results":"750","hashOfConfig":"546"},{"size":9446,"mtime":1662736088553,"results":"751","hashOfConfig":"546"},{"size":8058,"mtime":1662736088553,"results":"752","hashOfConfig":"546"},{"size":617,"mtime":1662736088553,"results":"753","hashOfConfig":"546"},{"size":1568,"mtime":1662736088553,"results":"754","hashOfConfig":"546"},{"size":1755,"mtime":1662736088553,"results":"755","hashOfConfig":"546"},{"size":3227,"mtime":1662736088553,"results":"756","hashOfConfig":"546"},{"size":712,"mtime":1662736088553,"results":"757","hashOfConfig":"546"},{"size":457,"mtime":1662736088553,"results":"758","hashOfConfig":"546"},{"size":169,"mtime":1662736088553,"results":"759","hashOfConfig":"546"},{"size":6133,"mtime":1662736088553,"results":"760","hashOfConfig":"546"},{"size":1373,"mtime":1662736088553,"results":"761","hashOfConfig":"546"},{"size":175,"mtime":1662736088553,"results":"762","hashOfConfig":"546"},{"size":1625,"mtime":1662736088553,"results":"763","hashOfConfig":"546"},{"size":1479,"mtime":1662736088553,"results":"764","hashOfConfig":"546"},{"size":4421,"mtime":1662736088553,"results":"765","hashOfConfig":"546"},{"size":189,"mtime":1662736088553,"results":"766","hashOfConfig":"546"},{"size":1873,"mtime":1662736088553,"results":"767","hashOfConfig":"546"},{"size":1038,"mtime":1662736088553,"results":"768","hashOfConfig":"546"},{"size":3474,"mtime":1662736088553,"results":"769","hashOfConfig":"546"},{"size":193,"mtime":1662736088553,"results":"770","hashOfConfig":"546"},{"size":744,"mtime":1662736088553,"results":"771","hashOfConfig":"546"},{"size":201,"mtime":1662736088553,"results":"772","hashOfConfig":"546"},{"size":3144,"mtime":1662736088553,"results":"773","hashOfConfig":"546"},{"size":2347,"mtime":1662736088557,"results":"774","hashOfConfig":"546"},{"size":2926,"mtime":1662736088557,"results":"775","hashOfConfig":"546"},{"size":189,"mtime":1662736088557,"results":"776","hashOfConfig":"546"},{"size":1333,"mtime":1662736088557,"results":"777","hashOfConfig":"546"},{"size":197,"mtime":1662736088557,"results":"778","hashOfConfig":"546"},{"size":757,"mtime":1662736088557,"results":"779","hashOfConfig":"546"},{"size":177,"mtime":1662736088557,"results":"780","hashOfConfig":"546"},{"size":464,"mtime":1662736088557,"results":"781","hashOfConfig":"546"},{"size":1951,"mtime":1662736088557,"results":"782","hashOfConfig":"546"},{"size":173,"mtime":1662736088557,"results":"783","hashOfConfig":"546"},{"size":1733,"mtime":1662736088557,"results":"784","hashOfConfig":"546"},{"size":169,"mtime":1662736088557,"results":"785","hashOfConfig":"546"},{"size":1220,"mtime":1662736088557,"results":"786","hashOfConfig":"546"},{"size":1458,"mtime":1662736088557,"results":"787","hashOfConfig":"546"},{"size":2181,"mtime":1662736088557,"results":"788","hashOfConfig":"546"},{"size":6526,"mtime":1662736088557,"results":"789","hashOfConfig":"546"},{"size":1561,"mtime":1662736088557,"results":"790","hashOfConfig":"546"},{"size":7037,"mtime":1662736088557,"results":"791","hashOfConfig":"546"},{"size":868,"mtime":1662736088557,"results":"792","hashOfConfig":"546"},{"size":161,"mtime":1662736088557,"results":"793","hashOfConfig":"546"},{"size":909,"mtime":1662736088557,"results":"794","hashOfConfig":"546"},{"size":173,"mtime":1662736088557,"results":"795","hashOfConfig":"546"},{"size":3312,"mtime":1662736088557,"results":"796","hashOfConfig":"546"},{"size":5083,"mtime":1662736088557,"results":"797","hashOfConfig":"546"},{"size":8345,"mtime":1662736088557,"results":"798","hashOfConfig":"546"},{"size":1899,"mtime":1662736088557,"results":"799","hashOfConfig":"546"},{"size":677,"mtime":1662736088557,"results":"800","hashOfConfig":"546"},{"size":149,"mtime":1662736088557,"results":"801","hashOfConfig":"546"},{"size":2369,"mtime":1662736088557,"results":"802","hashOfConfig":"546"},{"size":1208,"mtime":1662736088557,"results":"803","hashOfConfig":"546"},{"size":169,"mtime":1662736088557,"results":"804","hashOfConfig":"546"},{"size":516,"mtime":1662736088557,"results":"805","hashOfConfig":"546"},{"size":3073,"mtime":1662736088561,"results":"806","hashOfConfig":"546"},{"size":1383,"mtime":1662736088561,"results":"807","hashOfConfig":"546"},{"size":4483,"mtime":1662736088561,"results":"808","hashOfConfig":"546"},{"size":1023,"mtime":1662736088561,"results":"809","hashOfConfig":"546"},{"size":5008,"mtime":1662736088561,"results":"810","hashOfConfig":"546"},{"size":2055,"mtime":1662736088561,"results":"811","hashOfConfig":"546"},{"size":161,"mtime":1662736088561,"results":"812","hashOfConfig":"546"},{"size":3461,"mtime":1662736088561,"results":"813","hashOfConfig":"546"},{"size":913,"mtime":1662736088561,"results":"814","hashOfConfig":"546"},{"size":5915,"mtime":1662736088561,"results":"815","hashOfConfig":"546"},{"size":5840,"mtime":1662736088561,"results":"816","hashOfConfig":"546"},{"size":699,"mtime":1662736088561,"results":"817","hashOfConfig":"546"},{"size":400,"mtime":1662736088561,"results":"818","hashOfConfig":"546"},{"size":181,"mtime":1662736088561,"results":"819","hashOfConfig":"546"},{"size":1672,"mtime":1662736088561,"results":"820","hashOfConfig":"546"},{"size":1406,"mtime":1662736088561,"results":"821","hashOfConfig":"546"},{"size":3174,"mtime":1662736088561,"results":"822","hashOfConfig":"546"},{"size":5680,"mtime":1662736088561,"results":"823","hashOfConfig":"546"},{"size":924,"mtime":1662736088561,"results":"824","hashOfConfig":"546"},{"size":2131,"mtime":1662736088561,"results":"825","hashOfConfig":"546"},{"size":3928,"mtime":1662736088561,"results":"826","hashOfConfig":"546"},{"size":220,"mtime":1662736088561,"results":"827","hashOfConfig":"546"},{"size":1560,"mtime":1662736088561,"results":"828","hashOfConfig":"546"},{"size":343,"mtime":1662736088561,"results":"829","hashOfConfig":"546"},{"size":2246,"mtime":1662736088561,"results":"830","hashOfConfig":"546"},{"size":1356,"mtime":1662736088561,"results":"831","hashOfConfig":"546"},{"size":181,"mtime":1662736088561,"results":"832","hashOfConfig":"546"},{"size":2284,"mtime":1662736088561,"results":"833","hashOfConfig":"546"},{"size":165,"mtime":1662736088565,"results":"834","hashOfConfig":"546"},{"size":668,"mtime":1662736088565,"results":"835","hashOfConfig":"546"},{"size":2799,"mtime":1662736088565,"results":"836","hashOfConfig":"546"},{"size":948,"mtime":1662736088565,"results":"837","hashOfConfig":"546"},{"size":5164,"mtime":1662736088565,"results":"838","hashOfConfig":"546"},{"size":347,"mtime":1662736088565,"results":"839","hashOfConfig":"546"},{"size":1112,"mtime":1662736088565,"results":"840","hashOfConfig":"546"},{"size":347,"mtime":1662736088565,"results":"841","hashOfConfig":"546"},{"size":1112,"mtime":1662736088565,"results":"842","hashOfConfig":"546"},{"size":381,"mtime":1662736088565,"results":"843","hashOfConfig":"546"},{"size":153,"mtime":1662736088565,"results":"844","hashOfConfig":"546"},{"size":1333,"mtime":1662736088565,"results":"845","hashOfConfig":"546"},{"size":161,"mtime":1662736088565,"results":"846","hashOfConfig":"546"},{"size":6691,"mtime":1662736088565,"results":"847","hashOfConfig":"546"},{"size":157,"mtime":1662736088565,"results":"848","hashOfConfig":"546"},{"size":1474,"mtime":1662736088565,"results":"849","hashOfConfig":"546"},{"size":157,"mtime":1662736088565,"results":"850","hashOfConfig":"546"},{"size":933,"mtime":1662736088565,"results":"851","hashOfConfig":"546"},{"size":161,"mtime":1662736088565,"results":"852","hashOfConfig":"546"},{"size":3330,"mtime":1662736088565,"results":"853","hashOfConfig":"546"},{"size":173,"mtime":1662736088565,"results":"854","hashOfConfig":"546"},{"size":1437,"mtime":1662736088565,"results":"855","hashOfConfig":"546"},{"size":193,"mtime":1662736088565,"results":"856","hashOfConfig":"546"},{"size":1619,"mtime":1662736088565,"results":"857","hashOfConfig":"546"},{"size":1655,"mtime":1662736088565,"results":"858","hashOfConfig":"546"},{"size":205,"mtime":1662736088565,"results":"859","hashOfConfig":"546"},{"size":3052,"mtime":1662736088565,"results":"860","hashOfConfig":"546"},{"size":285,"mtime":1662736088569,"results":"861","hashOfConfig":"546"},{"size":153,"mtime":1662736088569,"results":"862","hashOfConfig":"546"},{"size":1738,"mtime":1662736088569,"results":"863","hashOfConfig":"546"},{"size":1509,"mtime":1662736088569,"results":"864","hashOfConfig":"546"},{"size":153,"mtime":1662736088569,"results":"865","hashOfConfig":"546"},{"size":1409,"mtime":1662736088569,"results":"866","hashOfConfig":"546"},{"size":1272,"mtime":1662736088569,"results":"867","hashOfConfig":"546"},{"size":2262,"mtime":1662736088569,"results":"868","hashOfConfig":"546"},{"size":3623,"mtime":1662736088569,"results":"869","hashOfConfig":"546"},{"size":145,"mtime":1662736088569,"results":"870","hashOfConfig":"546"},{"size":1542,"mtime":1662736088569,"results":"871","hashOfConfig":"546"},{"size":161,"mtime":1662736088569,"results":"872","hashOfConfig":"546"},{"size":3355,"mtime":1662736088569,"results":"873","hashOfConfig":"546"},{"size":14056,"mtime":1662736088569,"results":"874","hashOfConfig":"546"},{"size":12053,"mtime":1662736088569,"results":"875","hashOfConfig":"546"},{"size":1566,"mtime":1662736088569,"results":"876","hashOfConfig":"546"},{"size":1620,"mtime":1662736088569,"results":"877","hashOfConfig":"546"},{"size":2754,"mtime":1662736088569,"results":"878","hashOfConfig":"546"},{"size":2153,"mtime":1662736088569,"results":"879","hashOfConfig":"546"},{"size":1101,"mtime":1662736088569,"results":"880","hashOfConfig":"546"},{"size":3609,"mtime":1662736088569,"results":"881","hashOfConfig":"546"},{"size":10202,"mtime":1662736088569,"results":"882","hashOfConfig":"546"},{"size":402,"mtime":1662736088573,"results":"883","hashOfConfig":"546"},{"size":12930,"mtime":1662736088573,"results":"884","hashOfConfig":"546"},{"size":8058,"mtime":1662736088573,"results":"885","hashOfConfig":"546"},{"size":506,"mtime":1662736088573,"results":"886","hashOfConfig":"546"},{"size":504,"mtime":1662736088573,"results":"887","hashOfConfig":"546"},{"size":894,"mtime":1662736088573,"results":"888","hashOfConfig":"546"},{"size":463,"mtime":1662736088573,"results":"889","hashOfConfig":"546"},{"size":825,"mtime":1662736088573,"results":"890","hashOfConfig":"546"},{"size":666,"mtime":1662736088573,"results":"891","hashOfConfig":"546"},{"size":1443,"mtime":1662736088573,"results":"892","hashOfConfig":"546"},{"size":404,"mtime":1662736088573,"results":"893","hashOfConfig":"546"},{"size":168,"mtime":1662736088573,"results":"894","hashOfConfig":"546"},{"size":1168,"mtime":1662736088573,"results":"895","hashOfConfig":"546"},{"size":399,"mtime":1662736088573,"results":"896","hashOfConfig":"546"},{"size":973,"mtime":1662736088573,"results":"897","hashOfConfig":"546"},{"size":425,"mtime":1662736088573,"results":"898","hashOfConfig":"546"},{"size":1382,"mtime":1662736088573,"results":"899","hashOfConfig":"546"},{"size":588,"mtime":1662736088573,"results":"900","hashOfConfig":"546"},{"size":887,"mtime":1662736088573,"results":"901","hashOfConfig":"546"},{"size":1063,"mtime":1662736088577,"results":"902","hashOfConfig":"546"},{"size":169,"mtime":1662736088577,"results":"903","hashOfConfig":"546"},{"size":5038,"mtime":1662736088577,"results":"904","hashOfConfig":"546"},{"size":9455,"mtime":1662736088577,"results":"905","hashOfConfig":"546"},{"size":17047,"mtime":1662736088577,"results":"906","hashOfConfig":"546"},{"size":21049,"mtime":1662736088577,"results":"907","hashOfConfig":"546"},{"size":360,"mtime":1662736088577,"results":"908","hashOfConfig":"546"},{"size":946,"mtime":1662736088577,"results":"909","hashOfConfig":"546"},{"size":1266,"mtime":1662736088577,"results":"910","hashOfConfig":"546"},{"size":205,"mtime":1662736088577,"results":"911","hashOfConfig":"546"},{"size":638,"mtime":1662736088577,"results":"912","hashOfConfig":"546"},{"size":161,"mtime":1662736088577,"results":"913","hashOfConfig":"546"},{"size":3425,"mtime":1662736088577,"results":"914","hashOfConfig":"546"},{"size":509,"mtime":1662736088577,"results":"915","hashOfConfig":"546"},{"size":850,"mtime":1662736088577,"results":"916","hashOfConfig":"546"},{"size":3375,"mtime":1662736088577,"results":"917","hashOfConfig":"546"},{"size":740,"mtime":1662736088577,"results":"918","hashOfConfig":"546"},{"size":1035,"mtime":1662736088577,"results":"919","hashOfConfig":"546"},{"size":389,"mtime":1662736088577,"results":"920","hashOfConfig":"546"},{"size":234,"mtime":1662736088577,"results":"921","hashOfConfig":"546"},{"size":360,"mtime":1662736088577,"results":"922","hashOfConfig":"546"},{"size":1319,"mtime":1662736088577,"results":"923","hashOfConfig":"546"},{"size":1019,"mtime":1662736088577,"results":"924","hashOfConfig":"546"},{"size":1319,"mtime":1662736088577,"results":"925","hashOfConfig":"546"},{"size":1004,"mtime":1662736088577,"results":"926","hashOfConfig":"546"},{"size":254,"mtime":1662736088577,"results":"927","hashOfConfig":"546"},{"size":690,"mtime":1662736088577,"results":"928","hashOfConfig":"546"},{"size":930,"mtime":1662736088577,"results":"929","hashOfConfig":"546"},{"size":1187,"mtime":1662736088577,"results":"930","hashOfConfig":"546"},{"size":920,"mtime":1662736088577,"results":"931","hashOfConfig":"546"},{"size":1187,"mtime":1662736088577,"results":"932","hashOfConfig":"546"},{"size":920,"mtime":1662736088577,"results":"933","hashOfConfig":"546"},{"size":1877,"mtime":1662736088577,"results":"934","hashOfConfig":"546"},{"size":1197,"mtime":1662736088577,"results":"935","hashOfConfig":"546"},{"size":3386,"mtime":1662736088577,"results":"936","hashOfConfig":"546"},{"size":1608,"mtime":1662736088577,"results":"937","hashOfConfig":"546"},{"size":1642,"mtime":1662736088577,"results":"938","hashOfConfig":"546"},{"size":1178,"mtime":1662736088577,"results":"939","hashOfConfig":"546"},{"size":334,"mtime":1662736088577,"results":"940","hashOfConfig":"546"},{"size":399,"mtime":1662736088577,"results":"941","hashOfConfig":"546"},{"size":647,"mtime":1662736088577,"results":"942","hashOfConfig":"546"},{"size":928,"mtime":1662736088577,"results":"943","hashOfConfig":"546"},{"size":4929,"mtime":1662736088577,"results":"944","hashOfConfig":"546"},{"size":217,"mtime":1662736088577,"results":"945","hashOfConfig":"546"},{"size":2924,"mtime":1662736088577,"results":"946","hashOfConfig":"546"},{"size":1033,"mtime":1662736088577,"results":"947","hashOfConfig":"546"},{"size":434,"mtime":1662736088577,"results":"948","hashOfConfig":"546"},{"size":1898,"mtime":1662736088577,"results":"949","hashOfConfig":"546"},{"size":358,"mtime":1662736088581,"results":"950","hashOfConfig":"546"},{"size":2182,"mtime":1662736088581,"results":"951","hashOfConfig":"546"},{"size":2392,"mtime":1662736088581,"results":"952","hashOfConfig":"546"},{"size":1934,"mtime":1662736088581,"results":"953","hashOfConfig":"546"},{"size":5788,"mtime":1662736088581,"results":"954","hashOfConfig":"546"},{"size":162,"mtime":1662736088581,"results":"955","hashOfConfig":"546"},{"size":605,"mtime":1662736088581,"results":"956","hashOfConfig":"546"},{"size":1777,"mtime":1662736088581,"results":"957","hashOfConfig":"546"},{"size":3061,"mtime":1662736088581,"results":"958","hashOfConfig":"546"},{"size":620,"mtime":1662736088581,"results":"959","hashOfConfig":"546"},{"size":1548,"mtime":1662736088581,"results":"960","hashOfConfig":"546"},{"size":726,"mtime":1662736088581,"results":"961","hashOfConfig":"546"},{"size":1174,"mtime":1662736088581,"results":"962","hashOfConfig":"546"},{"size":1719,"mtime":1662736088581,"results":"963","hashOfConfig":"546"},{"size":1785,"mtime":1662736088581,"results":"964","hashOfConfig":"546"},{"size":1548,"mtime":1662736088581,"results":"965","hashOfConfig":"546"},{"size":2363,"mtime":1662736088581,"results":"966","hashOfConfig":"546"},{"size":873,"mtime":1662736088581,"results":"967","hashOfConfig":"546"},{"size":399,"mtime":1662736088581,"results":"968","hashOfConfig":"546"},{"size":1216,"mtime":1662736088581,"results":"969","hashOfConfig":"546"},{"size":2797,"mtime":1662736088581,"results":"970","hashOfConfig":"546"},{"size":2971,"mtime":1662736088581,"results":"971","hashOfConfig":"546"},{"size":1434,"mtime":1662736088581,"results":"972","hashOfConfig":"546"},{"size":1309,"mtime":1662736088581,"results":"973","hashOfConfig":"546"},{"size":419,"mtime":1662736088581,"results":"974","hashOfConfig":"546"},{"size":219,"mtime":1662736088581,"results":"975","hashOfConfig":"546"},{"size":1490,"mtime":1662736088581,"results":"976","hashOfConfig":"546"},{"size":970,"mtime":1662736088581,"results":"977","hashOfConfig":"546"},{"size":1037,"mtime":1662736088581,"results":"978","hashOfConfig":"546"},{"size":19437,"mtime":1662736088581,"results":"979","hashOfConfig":"546"},{"size":1261,"mtime":1662736088581,"results":"980","hashOfConfig":"546"},{"size":1892,"mtime":1662736088581,"results":"981","hashOfConfig":"546"},{"size":2399,"mtime":1662736088581,"results":"982","hashOfConfig":"546"},{"size":1047,"mtime":1662736088581,"results":"983","hashOfConfig":"546"},{"size":1829,"mtime":1662736088581,"results":"984","hashOfConfig":"546"},{"size":1334,"mtime":1662736088581,"results":"985","hashOfConfig":"546"},{"size":2790,"mtime":1662736088581,"results":"986","hashOfConfig":"546"},{"size":322,"mtime":1662736088581,"results":"987","hashOfConfig":"546"},{"size":146,"mtime":1662736088581,"results":"988","hashOfConfig":"546"},{"size":1126,"mtime":1662736088581,"results":"989","hashOfConfig":"546"},{"size":944,"mtime":1662736088581,"results":"990","hashOfConfig":"546"},{"size":5593,"mtime":1662736088581,"results":"991","hashOfConfig":"546"},{"size":6592,"mtime":1662736088581,"results":"992","hashOfConfig":"546"},{"size":1119,"mtime":1662736088581,"results":"993","hashOfConfig":"546"},{"size":197,"mtime":1662736088581,"results":"994","hashOfConfig":"546"},{"size":859,"mtime":1662736088581,"results":"995","hashOfConfig":"546"},{"size":543,"mtime":1662736088581,"results":"996","hashOfConfig":"546"},{"size":267,"mtime":1662736088581,"results":"997","hashOfConfig":"546"},{"size":393,"mtime":1662736088581,"results":"998","hashOfConfig":"546"},{"size":300,"mtime":1662736088581,"results":"999","hashOfConfig":"546"},{"size":166,"mtime":1662736088581,"results":"1000","hashOfConfig":"546"},{"size":1724,"mtime":1662736088581,"results":"1001","hashOfConfig":"546"},{"size":1145,"mtime":1662736088581,"results":"1002","hashOfConfig":"546"},{"size":401,"mtime":1662736088581,"results":"1003","hashOfConfig":"546"},{"size":1594,"mtime":1662736088581,"results":"1004","hashOfConfig":"546"},{"size":3090,"mtime":1662736088581,"results":"1005","hashOfConfig":"546"},{"size":645,"mtime":1662736088581,"results":"1006","hashOfConfig":"546"},{"size":189,"mtime":1662736088581,"results":"1007","hashOfConfig":"546"},{"size":1758,"mtime":1662736088581,"results":"1008","hashOfConfig":"546"},{"size":1748,"mtime":1662736088581,"results":"1009","hashOfConfig":"546"},{"size":332,"mtime":1662736088581,"results":"1010","hashOfConfig":"546"},{"size":1063,"mtime":1662736088581,"results":"1011","hashOfConfig":"546"},{"size":315,"mtime":1662736088581,"results":"1012","hashOfConfig":"546"},{"size":166,"mtime":1662736088581,"results":"1013","hashOfConfig":"546"},{"size":1076,"mtime":1662736088581,"results":"1014","hashOfConfig":"546"},{"size":1824,"mtime":1662736088581,"results":"1015","hashOfConfig":"546"},{"size":223,"mtime":1662736088581,"results":"1016","hashOfConfig":"546"},{"size":2350,"mtime":1662736088581,"results":"1017","hashOfConfig":"546"},{"size":386,"mtime":1662736088581,"results":"1018","hashOfConfig":"546"},{"size":1114,"mtime":1662736088581,"results":"1019","hashOfConfig":"546"},{"size":80,"mtime":1662736088581,"results":"1020","hashOfConfig":"546"},{"size":6689,"mtime":1662736088581,"results":"1021","hashOfConfig":"546"},{"size":123,"mtime":1662736088581,"results":"1022","hashOfConfig":"546"},{"size":6132,"mtime":1662736088581,"results":"1023","hashOfConfig":"546"},{"size":792,"mtime":1662736088581,"results":"1024","hashOfConfig":"546"},{"size":846,"mtime":1662736088581,"results":"1025","hashOfConfig":"546"},{"size":1174,"mtime":1662736088453,"results":"1026","hashOfConfig":"546"},{"size":248,"mtime":1662736088453,"results":"1027","hashOfConfig":"546"},{"size":149,"mtime":1662736088453,"results":"1028","hashOfConfig":"546"},{"size":1036,"mtime":1662736088453,"results":"1029","hashOfConfig":"546"},{"size":99,"mtime":1662736088453,"results":"1030","hashOfConfig":"546"},{"size":584,"mtime":1662736088453,"results":"1031","hashOfConfig":"546"},{"size":398,"mtime":1662736088457,"results":"1032","hashOfConfig":"546"},{"size":2068,"mtime":1662736088457,"results":"1033","hashOfConfig":"546"},{"size":1435,"mtime":1662736088457,"results":"1034","hashOfConfig":"546"},{"size":1802,"mtime":1662736088457,"results":"1035","hashOfConfig":"546"},{"size":519,"mtime":1662736088457,"results":"1036","hashOfConfig":"546"},{"size":176,"mtime":1662736088457,"results":"1037","hashOfConfig":"546"},{"size":761,"mtime":1662736088457,"results":"1038","hashOfConfig":"546"},{"size":1342,"mtime":1662736088457,"results":"1039","hashOfConfig":"546"},{"size":164,"mtime":1662736088457,"results":"1040","hashOfConfig":"546"},{"size":206,"mtime":1662736088581,"results":"1041","hashOfConfig":"1042"},{"size":181,"mtime":1662736088581,"results":"1043","hashOfConfig":"1042"},{"size":1027,"mtime":1662736088581,"results":"1044","hashOfConfig":"1042"},{"size":381,"mtime":1662736088581,"results":"1045","hashOfConfig":"1042"},{"size":1001,"mtime":1662736088581,"results":"1046","hashOfConfig":"1042"},{"size":2317,"mtime":1662736088581,"results":"1047","hashOfConfig":"1042"},{"size":839,"mtime":1662736088581,"results":"1048","hashOfConfig":"1042"},{"size":82,"mtime":1662736088581,"results":"1049","hashOfConfig":"1042"},{"size":271,"mtime":1662736088581,"results":"1050","hashOfConfig":"1042"},{"size":258,"mtime":1662736088581,"results":"1051","hashOfConfig":"1042"},{"size":1170,"mtime":1662736088581,"results":"1052","hashOfConfig":"1042"},{"size":114,"mtime":1662736088581,"results":"1053","hashOfConfig":"1042"},{"size":380,"mtime":1662736088581,"results":"1054","hashOfConfig":"1042"},{"size":251,"mtime":1662736088581,"results":"1055","hashOfConfig":"1042"},{"size":1872,"mtime":1662736088581,"results":"1056","hashOfConfig":"1042"},{"size":4743,"mtime":1662736088581,"results":"1057","hashOfConfig":"1042"},{"size":2183,"mtime":1662736088581,"results":"1058","hashOfConfig":"1042"},{"size":1170,"mtime":1662736088581,"results":"1059","hashOfConfig":"1042"},{"size":1475,"mtime":1662736088581,"results":"1060","hashOfConfig":"1042"},{"size":285,"mtime":1662736088581,"results":"1061","hashOfConfig":"1042"},{"size":839,"mtime":1662736088581,"results":"1062","hashOfConfig":"1042"},{"size":2204,"mtime":1662736088585,"results":"1063","hashOfConfig":"1042"},{"size":619,"mtime":1662736088585,"results":"1064","hashOfConfig":"1042"},{"size":533,"mtime":1662736088585,"results":"1065","hashOfConfig":"1042"},{"size":457,"mtime":1662736088585,"results":"1066","hashOfConfig":"1042"},{"size":2430,"mtime":1662736088585,"results":"1067","hashOfConfig":"1042"},{"size":465,"mtime":1662736088585,"results":"1068","hashOfConfig":"1042"},{"size":445,"mtime":1662736088585,"results":"1069","hashOfConfig":"1042"},{"size":564,"mtime":1662736088585,"results":"1070","hashOfConfig":"1042"},{"size":1582,"mtime":1662736088585,"results":"1071","hashOfConfig":"1042"},{"size":840,"mtime":1662736088585,"results":"1072","hashOfConfig":"1042"},{"size":2306,"mtime":1662736088585,"results":"1073","hashOfConfig":"1042"},{"size":2503,"mtime":1662736088585,"results":"1074","hashOfConfig":"1042"},{"size":2819,"mtime":1662736088585,"results":"1075","hashOfConfig":"1042"},{"size":4264,"mtime":1662736088585,"results":"1076","hashOfConfig":"1042"},{"size":8982,"mtime":1662736088585,"results":"1077","hashOfConfig":"1042"},{"size":454,"mtime":1662736088585,"results":"1078","hashOfConfig":"1042"},{"size":73,"mtime":1662736088585,"results":"1079","hashOfConfig":"1042"},{"size":294,"mtime":1662736088585,"results":"1080","hashOfConfig":"1042"},{"size":259,"mtime":1662736088585,"results":"1081","hashOfConfig":"1042"},{"size":13730,"mtime":1662736088585,"results":"1082","hashOfConfig":"1042"},{"size":11335,"mtime":1662736088585,"results":"1083","hashOfConfig":"1042"},{"size":262,"mtime":1662736088585,"results":"1084","hashOfConfig":"1042"},{"size":2404,"mtime":1662736088585,"results":"1085","hashOfConfig":"1042"},{"size":1762,"mtime":1662736088585,"results":"1086","hashOfConfig":"1042"},{"size":93,"mtime":1662736088585,"results":"1087","hashOfConfig":"1042"},{"size":4369,"mtime":1662736088585,"results":"1088","hashOfConfig":"1042"},{"size":524,"mtime":1662736088585,"results":"1089","hashOfConfig":"1042"},{"size":691,"mtime":1662736088585,"results":"1090","hashOfConfig":"1042"},{"filePath":"1091","messages":"1092","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"177rvfa",{"filePath":"1093","messages":"1094","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1095","messages":"1096","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1097","messages":"1098","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1099","messages":"1100","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1101","messages":"1102","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1103","messages":"1104","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1105","messages":"1106","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1107","messages":"1108","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1109","messages":"1110","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1111","messages":"1112","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1113","messages":"1114","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1115","messages":"1116","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1117","messages":"1118","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1119","messages":"1120","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1121","messages":"1122","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1123","messages":"1124","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1125","messages":"1126","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1127","messages":"1128","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1129","messages":"1130","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1131","messages":"1132","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1133","messages":"1134","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1135","messages":"1136","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1137","messages":"1138","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1139","messages":"1140","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1141","messages":"1142","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1143","messages":"1144","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1145","messages":"1146","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1147","messages":"1148","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1149","messages":"1150","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1151","messages":"1152","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1153","messages":"1154","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1155","messages":"1156","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1157","messages":"1158","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1159","messages":"1160","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1161","messages":"1162","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1163","messages":"1164","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1165","messages":"1166","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1167","messages":"1168","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1169","messages":"1170","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1171","messages":"1172","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1173","messages":"1174","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1175","messages":"1176","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1177","messages":"1178","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1179","messages":"1180","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1181","messages":"1182","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1183","messages":"1184","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1185","messages":"1186","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1187","messages":"1188","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1189","messages":"1190","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1191","messages":"1192","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1193","messages":"1194","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1195","messages":"1196","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1197","messages":"1198","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1199","messages":"1200","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1201","messages":"1202","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1203","messages":"1204","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1205","messages":"1206","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1207","messages":"1208","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1209","messages":"1210","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1211","messages":"1212","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1213","messages":"1214","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1215","messages":"1216","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1217","messages":"1218","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1219","messages":"1220","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1221","messages":"1222","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1223","messages":"1224","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1225","messages":"1226","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1227","messages":"1228","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1229","messages":"1230","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1231","messages":"1232","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1233","messages":"1234","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1235","messages":"1236","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1237","messages":"1238","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1239","messages":"1240","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1241","messages":"1242","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1243","messages":"1244","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1245","messages":"1246","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1247","messages":"1248","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1249","messages":"1250","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1251","messages":"1252","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1253","messages":"1254","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1255","messages":"1256","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1257","messages":"1258","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1259","messages":"1260","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1261","messages":"1262","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1263","messages":"1264","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1265","messages":"1266","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1267","messages":"1268","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1269","messages":"1270","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1271","messages":"1272","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1273","messages":"1274","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1275","messages":"1276","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1277","messages":"1278","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1279","messages":"1280","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1281","messages":"1282","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1283","messages":"1284","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1285","messages":"1286","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1287","messages":"1288","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1289","messages":"1290","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1291","messages":"1292","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1293","messages":"1294","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1295","messages":"1296","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1297","messages":"1298","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1299","messages":"1300","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1301","messages":"1302","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1303","messages":"1304","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1305","messages":"1306","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1307","messages":"1308","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1309","messages":"1310","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1311","messages":"1312","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1313","messages":"1314","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1315","messages":"1316","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1317","messages":"1318","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1319","messages":"1320","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1321","messages":"1322","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1323","messages":"1324","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1325","messages":"1326","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1327","messages":"1328","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1329","messages":"1330","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1331","messages":"1332","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1333","messages":"1334","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1335","messages":"1336","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1337","messages":"1338","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1339","messages":"1340","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1341","messages":"1342","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1343","messages":"1344","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1345","messages":"1346","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1347","messages":"1348","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1349","messages":"1350","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1351","messages":"1352","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1353","messages":"1354","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1355","messages":"1356","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1357","messages":"1358","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1359","messages":"1360","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1361","messages":"1362","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1363","messages":"1364","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1365","messages":"1366","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1367","messages":"1368","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1369","messages":"1370","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1371","messages":"1372","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1373","messages":"1374","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1375","messages":"1376","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1377","messages":"1378","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1379","messages":"1380","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1381","messages":"1382","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1383","messages":"1384","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1385","messages":"1386","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1387","messages":"1388","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1389","messages":"1390","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1391","messages":"1392","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1393","messages":"1394","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1395","messages":"1396","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1397","messages":"1398","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1399","messages":"1400","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1401","messages":"1402","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1403","messages":"1404","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1405","messages":"1406","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1407","messages":"1408","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1409","messages":"1410","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1411","messages":"1412","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1413","messages":"1414","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1415","messages":"1416","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1417","messages":"1418","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1419","messages":"1420","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1421","messages":"1422","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1423","messages":"1424","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1425","messages":"1426","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1427","messages":"1428","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1429","messages":"1430","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1431","messages":"1432","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1433","messages":"1434","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1435","messages":"1436","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1437","messages":"1438","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1439","messages":"1440","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1441","messages":"1442","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1443","messages":"1444","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1445","messages":"1446","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1447","messages":"1448","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1449","messages":"1450","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1451","messages":"1452","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1453","messages":"1454","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1455","messages":"1456","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1457","messages":"1458","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1459","messages":"1460","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1461","messages":"1462","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1463","messages":"1464","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1465","messages":"1466","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1467","messages":"1468","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1469","messages":"1470","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1471","messages":"1472","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1473","messages":"1474","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1475","messages":"1476","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1477","messages":"1478","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1479","messages":"1480","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1481","messages":"1482","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1483","messages":"1484","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1485","messages":"1486","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1487","messages":"1488","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1489","messages":"1490","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1491","messages":"1492","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1493","messages":"1494","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1495","messages":"1496","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1497","messages":"1498","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1499","messages":"1500","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1501","messages":"1502","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1503","messages":"1504","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1505","messages":"1506","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1507","messages":"1508","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1509","messages":"1510","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1511","messages":"1512","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1513","messages":"1514","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1515","messages":"1516","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1517","messages":"1518","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1519","messages":"1520","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1521","messages":"1522","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1523","messages":"1524","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1525","messages":"1526","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1527","messages":"1528","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1529","messages":"1530","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1531","messages":"1532","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1533","messages":"1534","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1535","messages":"1536","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1537","messages":"1538","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1539","messages":"1540","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1541","messages":"1542","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1543","messages":"1544","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1545","messages":"1546","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1547","messages":"1548","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1549","messages":"1550","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1551","messages":"1552","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1553","messages":"1554","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1555","messages":"1556","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1557","messages":"1558","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1559","messages":"1560","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1561","messages":"1562","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1563","messages":"1564","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1565","messages":"1566","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1567","messages":"1568","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1569","messages":"1570","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1571","messages":"1572","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1573","messages":"1574","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1575","messages":"1576","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1577","messages":"1578","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1579","messages":"1580","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1581","messages":"1582","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1583","messages":"1584","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1585","messages":"1586","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1587","messages":"1588","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1589","messages":"1590","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1591","messages":"1592","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1593","messages":"1594","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1595","messages":"1596","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1597","messages":"1598","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1599","messages":"1600","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1601","messages":"1602","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1603","messages":"1604","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1605","messages":"1606","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1607","messages":"1608","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1609","messages":"1610","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1611","messages":"1612","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1613","messages":"1614","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1615","messages":"1616","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1617","messages":"1618","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1619","messages":"1620","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1621","messages":"1622","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1623","messages":"1624","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1625","messages":"1626","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1627","messages":"1628","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1629","messages":"1630","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1631","messages":"1632","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1633","messages":"1634","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1635","messages":"1636","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1637","messages":"1638","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1639","messages":"1640","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1641","messages":"1642","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1643","messages":"1644","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1645","messages":"1646","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1647","messages":"1648","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1649","messages":"1650","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1651","messages":"1652","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1653","messages":"1654","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1655","messages":"1656","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1657","messages":"1658","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1659","messages":"1660","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1661","messages":"1662","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1663","messages":"1664","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1665","messages":"1666","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1667","messages":"1668","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1669","messages":"1670","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1671","messages":"1672","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1673","messages":"1674","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1675","messages":"1676","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1677","messages":"1678","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1679","messages":"1680","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1681","messages":"1682","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1683","messages":"1684","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1685","messages":"1686","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1687","messages":"1688","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1689","messages":"1690","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1691","messages":"1692","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1693","messages":"1694","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1695","messages":"1696","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1697","messages":"1698","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1699","messages":"1700","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1701","messages":"1702","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1703","messages":"1704","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1705","messages":"1706","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1707","messages":"1708","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1709","messages":"1710","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1711","messages":"1712","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1713","messages":"1714","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1715","messages":"1716","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1717","messages":"1718","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1719","messages":"1720","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1721","messages":"1722","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1723","messages":"1724","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1725","messages":"1726","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1727","messages":"1728","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1729","messages":"1730","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1731","messages":"1732","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1733","messages":"1734","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1735","messages":"1736","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1737","messages":"1738","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1739","messages":"1740","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1741","messages":"1742","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1743","messages":"1744","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1745","messages":"1746","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1747","messages":"1748","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1749","messages":"1750","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1751","messages":"1752","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1753","messages":"1754","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1755","messages":"1756","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1757","messages":"1758","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1759","messages":"1760","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1761","messages":"1762","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1763","messages":"1764","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1765","messages":"1766","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1767","messages":"1768","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1769","messages":"1770","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1771","messages":"1772","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1773","messages":"1774","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1775","messages":"1776","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1777","messages":"1778","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1779","messages":"1780","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1781","messages":"1782","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1783","messages":"1784","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1785","messages":"1786","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1787","messages":"1788","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1789","messages":"1790","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1791","messages":"1792","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1793","messages":"1794","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1795","messages":"1796","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1797","messages":"1798","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1799","messages":"1800","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1801","messages":"1802","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1803","messages":"1804","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1805","messages":"1806","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1807","messages":"1808","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1809","messages":"1810","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1811","messages":"1812","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1813","messages":"1814","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1815","messages":"1816","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1817","messages":"1818","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1819","messages":"1820","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1821","messages":"1822","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1823","messages":"1824","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1825","messages":"1826","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1827","messages":"1828","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1829","messages":"1830","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1831","messages":"1832","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1833","messages":"1834","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1835","messages":"1836","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1837","messages":"1838","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1839","messages":"1840","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1841","messages":"1842","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1843","messages":"1844","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1845","messages":"1846","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1847","messages":"1848","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1849","messages":"1850","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1851","messages":"1852","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1853","messages":"1854","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1855","messages":"1856","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1857","messages":"1858","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1859","messages":"1860","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1861","messages":"1862","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1863","messages":"1864","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1865","messages":"1866","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1867","messages":"1868","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1869","messages":"1870","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1871","messages":"1872","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1873","messages":"1874","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1875","messages":"1876","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1877","messages":"1878","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1879","messages":"1880","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1881","messages":"1882","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1883","messages":"1884","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1885","messages":"1886","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1887","messages":"1888","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1889","messages":"1890","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1891","messages":"1892","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1893","messages":"1894","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1895","messages":"1896","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1897","messages":"1898","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1899","messages":"1900","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1901","messages":"1902","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1903","messages":"1904","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1905","messages":"1906","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1907","messages":"1908","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1909","messages":"1910","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1911","messages":"1912","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1913","messages":"1914","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1915","messages":"1916","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1917","messages":"1918","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1919","messages":"1920","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1921","messages":"1922","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1923","messages":"1924","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1925","messages":"1926","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1927","messages":"1928","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1929","messages":"1930","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1931","messages":"1932","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1933","messages":"1934","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1935","messages":"1936","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1937","messages":"1938","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1939","messages":"1940","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1941","messages":"1942","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1943","messages":"1944","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1945","messages":"1946","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1947","messages":"1948","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1949","messages":"1950","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1951","messages":"1952","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1953","messages":"1954","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1955","messages":"1956","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1957","messages":"1958","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1959","messages":"1960","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1961","messages":"1962","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1963","messages":"1964","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1965","messages":"1966","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1967","messages":"1968","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1969","messages":"1970","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1971","messages":"1972","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1973","messages":"1974","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1975","messages":"1976","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1977","messages":"1978","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1979","messages":"1980","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1981","messages":"1982","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1983","messages":"1984","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1985","messages":"1986","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1987","messages":"1988","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1989","messages":"1990","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1991","messages":"1992","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1993","messages":"1994","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1995","messages":"1996","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1997","messages":"1998","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"1999","messages":"2000","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2001","messages":"2002","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2003","messages":"2004","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2005","messages":"2006","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2007","messages":"2008","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2009","messages":"2010","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2011","messages":"2012","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2013","messages":"2014","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2015","messages":"2016","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2017","messages":"2018","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2019","messages":"2020","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2021","messages":"2022","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2023","messages":"2024","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2025","messages":"2026","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2027","messages":"2028","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2029","messages":"2030","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2031","messages":"2032","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2033","messages":"2034","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2035","messages":"2036","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2037","messages":"2038","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2039","messages":"2040","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2041","messages":"2042","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2043","messages":"2044","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2045","messages":"2046","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2047","messages":"2048","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2049","messages":"2050","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2051","messages":"2052","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2053","messages":"2054","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2055","messages":"2056","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2057","messages":"2058","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2059","messages":"2060","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2061","messages":"2062","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2063","messages":"2064","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2065","messages":"2066","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2067","messages":"2068","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2069","messages":"2070","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2071","messages":"2072","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2073","messages":"2074","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2075","messages":"2076","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2077","messages":"2078","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2079","messages":"2080","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2081","messages":"2082","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"ulmmw0",{"filePath":"2083","messages":"2084","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2085","messages":"2086","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2087","messages":"2088","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2089","messages":"2090","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2091","messages":"2092","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2093","messages":"2094","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2095","messages":"2096","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2097","messages":"2098","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2099","messages":"2100","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2101","messages":"2102","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2103","messages":"2104","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2105","messages":"2106","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2107","messages":"2108","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2109","messages":"2110","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2111","messages":"2112","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2113","messages":"2114","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2115","messages":"2116","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2117","messages":"2118","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2119","messages":"2120","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2121","messages":"2122","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2123","messages":"2124","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2125","messages":"2126","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2127","messages":"2128","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2129","messages":"2130","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2131","messages":"2132","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2133","messages":"2134","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2135","messages":"2136","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2137","messages":"2138","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2139","messages":"2140","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2141","messages":"2142","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2143","messages":"2144","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2145","messages":"2146","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2147","messages":"2148","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2149","messages":"2150","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2151","messages":"2152","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2153","messages":"2154","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2155","messages":"2156","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2157","messages":"2158","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2159","messages":"2160","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2161","messages":"2162","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2163","messages":"2164","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2165","messages":"2166","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2167","messages":"2168","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2169","messages":"2170","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2171","messages":"2172","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2173","messages":"2174","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2175","messages":"2176","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"2177","messages":"2178","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheet.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetContext.ts",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetDefaultIosCloseItem.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetDropdown.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/ActionSheetDropdownDesktop.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheet/types.ts",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ActionSheetItem/ActionSheetItem.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AdaptivityProvider/AdaptivityContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AdaptivityProvider/AdaptivityProvider.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AdaptivityProvider/AdaptivityProvider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.test.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Alert/Alert.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRoot.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRootContext.ts",[],"/home/runner/work/VKUI/VKUI/src/components/AppRoot/AppRootPortal.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AppRoot/ScrollContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AppearanceProvider/AppearanceProvider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/AppearanceProvider/AppearanceProviderContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Avatar/Avatar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Avatar/helpers.ts",[],"/home/runner/work/VKUI/VKUI/src/components/Avatar/icons.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Badge/Badge.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Banner/Banner.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/BaseGallery/BaseGallery.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/BaseGallery/helpers.ts",[],"/home/runner/work/VKUI/VKUI/src/components/BaseGallery/types.ts",[],"/home/runner/work/VKUI/VKUI/src/components/Button/Button.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Button/Button.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Button/Button.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ButtonGroup/ButtonGroup.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Calendar/Calendar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarDay/CalendarDay.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarDays/CalendarDays.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarHeader/CalendarHeader.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarRange/CalendarRange.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CalendarTime/CalendarTime.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Card/Card.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Card/Card.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Card/Card.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CardGrid/CardGrid.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CardScroll/CardScroll.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/Cell.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/CellCheckbox/CellCheckbox.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/CellDragger/CellDragger.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Cell/useDraggable.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CellButton/CellButton.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Checkbox/Checkbox.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Chip/Chip.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsInput/ChipsInput.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsInputBase/ChipsInputBase.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsInputBase/ChipsInputBase.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ChipsSelect/ChipsSelect.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ConfigProvider/ConfigProvider.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ConfigProvider/ConfigProvider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ConfigProvider/ConfigProviderContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ContentCard/ContentCard.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Counter/Counter.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/CustomScrollView.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomScrollView/useTrackerVisibility.ts",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelect/CustomSelect.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelectDropdown/CustomSelectDropdown.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/CustomSelectOption/CustomSelectOption.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DateInput/DateInput.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DatePicker/DatePicker.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DateRangeInput/DateRangeInput.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DeviceConditionalRender/DeviceConditionalRender.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DeviceConditionalRender/DeviceConditionalRender.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Div/Div.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Div/Div.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/DropdownIcon/DropdownIcon.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Epic/Epic.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Epic/ScrollSaver.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/File/File.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/File/File.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FixedLayout/FixedLayout.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FocusTrap/FocusTrap.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FocusTrap/FocusTrap.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FocusVisible/FocusVisible.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Footer/Footer.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormField/FormField.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormItem/FormItem.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormLayout/FormLayout.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/FormLayoutGroup/FormLayoutGroup.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Gallery/Gallery.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Gradient/Gradient.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/GridAvatar/GridAvatar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Group/Group.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Group/Group.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Header/Header.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Header/Header.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Header/Header.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HorizontalCell/HorizontalCell.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScroll.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HorizontalScroll/HorizontalScrollArrow.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/HoverPopper/HoverPopper.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/IconButton/IconButton.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Image/Image.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Image/Image.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Image/Image.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBase.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBase.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBaseBadge/ImageBaseBadge.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ImageBase/ImageBaseOverlay/ImageBaseOverlay.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ImageBase/types.ts",[],"/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/InfoRow/InfoRow.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Input/Input.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Input/Input.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Input/Input.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLike.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/InputLike/InputLikeDivider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Link/Link.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Link/Link.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/List/List.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/List/List.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/List/ListContext.ts",[],"/home/runner/work/VKUI/VKUI/src/components/LocaleProviderContext/LocaleProviderContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/MiniInfoCell/MiniInfoCell.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalCard/ModalCard.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalCardBase/ModalCardBase.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalDismissButton/ModalDismissButton.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalPage/ModalPage.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalPageHeader/ModalPageHeader.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRoot.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRootAdaptive.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRootContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/ModalRootDesktop.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/constants.ts",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/types.ts",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/useModalManager.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/useModalManager.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ModalRoot/withModalRootContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/NativeSelect/NativeSelect.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/NativeSelect/NativeSelect.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/NativeSelect/NativeSelect.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/NavTransitionContext/NavTransitionContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Pagination/Pagination.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Panel/Panel.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeader/PanelHeader.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderBack/PanelHeaderBack.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderButton/PanelHeaderButton.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderClose/PanelHeaderClose.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderClose/PanelHeaderClose.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContent/PanelHeaderContent.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderContext/PanelHeaderContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderEdit/PanelHeaderEdit.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderEdit/PanelHeaderEdit.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderSubmit/PanelHeaderSubmit.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelHeaderSubmit/PanelHeaderSubmit.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelSpinner/PanelSpinner.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PanelSpinner/PanelSpinner.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Placeholder/Placeholder.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PopoutRoot/PopoutRoot.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PopoutWrapper/PopoutWrapper.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Popover/Popover.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Popper/Popper.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PopperArrow/PopperArrow.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Progress/Progress.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PromoBanner/PromoBanner.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefresh.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/PullToRefresh/PullToRefreshSpinner.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Radio/Radio.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RadioGroup/RadioGroup.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RangeSlider/RangeSlider.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RangeSlider/RangeSlider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RangeSlider/UniversalSlider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Removable/Removable.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RichCell/RichCell.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/RichTooltip/RichTooltip.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Root/Root.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Root/Root.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/Icon48CancelCircle.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/Icon48DoneOutline.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ScreenSpinner/ScreenSpinner.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Search/Search.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Search/Search.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Search/Search.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControl.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SegmentedControl/SegmentedControlOption/SegmentedControlOption.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Select/Select.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Select/Select.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SelectMimicry/SelectMimicry.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Separator/Separator.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SimpleCell/SimpleCell.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SizeXConditionalRender/SizeXConditionalRender.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SizeXConditionalRender/SizeXConditionalRender.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SizeYConditionalRender/SizeYConditionalRender.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SizeYConditionalRender/SizeYConditionalRender.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Slider/Slider.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Snackbar/Snackbar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Spacing/Spacing.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Spinner/Spinner.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SplitCol/SplitCol.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SplitLayout/SplitLayout.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SubnavigationBar/SubnavigationBar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/SubnavigationButton/SubnavigationButton.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Switch/Switch.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tabbar/Tabbar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/TabbarItem/TabbarItem.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tabs/Tabs.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/TabsItem/TabsItem.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tappable/Tappable.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/TextTooltip/TextTooltip.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Textarea/Textarea.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tooltip/Tooltip.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Tooltip/TooltipContainer.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Touch/Touch.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Touch/Touch.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Touch/TouchContext.ts",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Caption/Caption.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Footnote/Footnote.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Footnote/Footnote.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Headline/Headline.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Paragraph/Paragraph.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Subhead/Subhead.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Text/Text.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/Typography/Title/Title.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/UsersStack/UsersStack.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/View/View.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/View/View.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/View/ViewInfinite.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/View/utils.ts",[],"/home/runner/work/VKUI/VKUI/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/ViewWidthConditionalRender/ViewWidthConditionalRender.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/VisuallyHiddenInput/VisuallyHiddenInput.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/WriteBar/WriteBar.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.e2e.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/components/WriteBarIcon/WriteBarIcon.tsx",[],"/home/runner/work/VKUI/VKUI/src/helpers/appearance.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/appearance.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/avatar.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getHoverClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getHoverClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getMouseClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getMouseClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getOrDefault.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getPlatformClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getPlatformClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getSizeXClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getSizeXClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getSizeYClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getSizeYClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getViewHeightClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getViewHeightClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getViewWidthClassName.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/getViewWidthClassName.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/math.test.ts",[],"/home/runner/work/VKUI/VKUI/src/helpers/math.ts",[],"/home/runner/work/VKUI/VKUI/src/hoc/withContext.tsx",[],"/home/runner/work/VKUI/VKUI/src/hoc/withInsets.tsx",[],"/home/runner/work/VKUI/VKUI/src/hoc/withPlatform.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/useAdaptivity.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useAdaptivityWithMediaQueries.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useAppearance.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useAutoDetectAppearance.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/useBooleanState.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/useBooleanState.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useBridgeAdaptivity.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useBrowserInfo.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useCalendar.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useChipsInput.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useChipsSelect.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useDateInput.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useEffectDev.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useEnsuredControl.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useEventListener.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useExternRef.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/useExternRef.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useFocusVisible.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/useFocusVisible.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useGlobalEventListener.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useInsets.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useKeyboard.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useKeyboardInputTracker.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useMediaQueries.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useObjectMemo.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/useObjectMemo.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useOrientationChange.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/usePagination.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/usePagintaion.test.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/usePatchChildrenRef.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/usePlatform.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/hooks/usePlatform.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/usePrevious.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useTimeout.test.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useTimeout.ts",[],"/home/runner/work/VKUI/VKUI/src/hooks/useWaitTransitionFinish.ts",[],"/home/runner/work/VKUI/VKUI/src/index.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/SSR.tsx",[],"/home/runner/work/VKUI/VKUI/src/lib/accessibility.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/adaptivity.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/animate.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/browser.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/calendar.test.tsx",[],"/home/runner/work/VKUI/VKUI/src/lib/calendar.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/callMultiple.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/callMultiple.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/classNames.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/classNames.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/date.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/date.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/dom.tsx",[],"/home/runner/work/VKUI/VKUI/src/lib/fx.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/getNavId.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/getNavId.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/is.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/isRefObject.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/isRefObject.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/jsxRuntime.d.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/jsxRuntime.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/jsxRuntime.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/offset.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/platform.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/polyfills.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/prefixClass.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/removeObjectKeys.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/select.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/select.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/styles.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/supportEvents.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/taptic.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/testing.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/touch.test.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/touch.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/useIsomorphicLayoutEffect.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/utils.ts",[],"/home/runner/work/VKUI/VKUI/src/lib/warnOnce.ts",[],"/home/runner/work/VKUI/VKUI/src/shared/breakpoints.js",[],"/home/runner/work/VKUI/VKUI/src/testing/e2e/index.ts",[],"/home/runner/work/VKUI/VKUI/src/testing/e2e/utils.tsx",[],"/home/runner/work/VKUI/VKUI/src/testing/setup.ts",[],"/home/runner/work/VKUI/VKUI/src/testing/utils.tsx",[],"/home/runner/work/VKUI/VKUI/src/types.ts",[],"/home/runner/work/VKUI/VKUI/src/unstable/index.ts",[],"/home/runner/work/VKUI/VKUI/e2e/browser/jest-mock.ts",[],"/home/runner/work/VKUI/VKUI/e2e/browser/mount.ts",[],"/home/runner/work/VKUI/VKUI/e2e/browser/runtime.ts",[],"/home/runner/work/VKUI/VKUI/e2e/browser/test-handle.ts",[],"/home/runner/work/VKUI/VKUI/e2e/detectEnv.d.ts",[],"/home/runner/work/VKUI/VKUI/e2e/detectEnv.js",[],"/home/runner/work/VKUI/VKUI/e2e/docker.ts",[],"/home/runner/work/VKUI/VKUI/e2e/generateWebpackConfig.ts",[],"/home/runner/work/VKUI/VKUI/e2e/index.ts",[],"/home/runner/work/VKUI/VKUI/e2e/jest/globalSetup.ts",[],"/home/runner/work/VKUI/VKUI/e2e/jest/globalTeardown.ts",[],"/home/runner/work/VKUI/VKUI/e2e/jest/jsdomPlaywrightEnv.js",[],"/home/runner/work/VKUI/VKUI/e2e/jest/matchers.ts",[],"/home/runner/work/VKUI/VKUI/e2e/jest.e2e.config.js",[],"/home/runner/work/VKUI/VKUI/e2e/types.d.ts",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Blockquote/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Code/CodeRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/ComplexType/ComplexTypeRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/ComponentsList/ComponentsListRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Editor/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Frame/Frame.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Heading/HeadingRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Heading/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Link/LinkRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/List/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Logo/Logo.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/MarkdownHeading/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Name/NameRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Para/ParaRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Playground/PlaygroundRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Preview.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/ReactComponent/ReactComponent.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Section/SectionRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Section/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/SectionHeading/SectionHeadingRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/SectionSubheading/SectionSubheading.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Setting/Setting.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/AppearanceSelect.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/HasMouseCheckbox.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/PlatformSelect.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/Settings.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/ViewHeightSelect.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/ViewWidthSelect.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Settings/WebviewTypeSelect.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuide.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideDesktop.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideHeader.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideMobile.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/StyleGuide/StyleGuideRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Table/TableRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/TableOfContents/TableOfContents.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Text/TextRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Text/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/TogglePropsButton/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/Components/Type/TypeRenderer.js",[],"/home/runner/work/VKUI/VKUI/styleguide/config.js",[],"/home/runner/work/VKUI/VKUI/styleguide/demo_dataset.js",[],"/home/runner/work/VKUI/VKUI/styleguide/deprecated.js",[],"/home/runner/work/VKUI/VKUI/styleguide/propsParser.config.js",[],"/home/runner/work/VKUI/VKUI/styleguide/setup.js",[],"/home/runner/work/VKUI/VKUI/styleguide/unstable.js",[],"/home/runner/work/VKUI/VKUI/styleguide/utils/index.js",[],"/home/runner/work/VKUI/VKUI/styleguide/utils/useViewPortSize.js",[],"/home/runner/work/VKUI/VKUI/styleguide/webpack.config.js",[]]
|