mimir-ui-kit 1.34.4-t → 1.34.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Input-DspsU5F4.js +249 -0
- package/dist/NavigationButtons-DuOoqaPo.js +4907 -0
- package/dist/ProgressBar-DWKyrXzd.js +77 -0
- package/dist/assets/ProgressBar.css +1 -1
- package/dist/assets/ProgressBar2.css +1 -0
- package/dist/assets/Slider.css +1 -1
- package/dist/bugs-CSBdWk0R.js +18 -0
- package/dist/components/Accordion/Accordion.js +212 -187
- package/dist/components/Accordion/AccordionItem/AccordionItem.js +14 -8
- package/dist/components/Accordion/AccordionItem/index.js +2 -2
- package/dist/components/Accordion/constants.js +36 -7
- package/dist/components/Accordion/index.js +6 -6
- package/dist/components/AnchorLink/Link.js +50 -39
- package/dist/components/AnchorLink/constants.js +14 -3
- package/dist/components/AnchorLink/index.js +5 -5
- package/dist/components/Avatar/Avatar.js +42 -37
- package/dist/components/Avatar/constants.js +7 -2
- package/dist/components/Avatar/index.js +4 -4
- package/dist/components/Button/Button.js +75 -59
- package/dist/components/Button/constants.js +52 -7
- package/dist/components/Button/index.js +9 -9
- package/dist/components/CheckboxMimir/CheckboxMimir.js +59 -48
- package/dist/components/CheckboxMimir/index.js +2 -2
- package/dist/components/Chip/Chip.js +47 -35
- package/dist/components/Chip/constants.js +17 -3
- package/dist/components/Chip/index.js +5 -5
- package/dist/components/DatePicker/DatePicker.js +162 -106
- package/dist/components/DatePicker/DatePickerModal.js +151 -99
- package/dist/components/DatePicker/MonthPickerModal.js +90 -61
- package/dist/components/DatePicker/YearPickerModal.js +86 -55
- package/dist/components/DatePicker/constants.js +18 -7
- package/dist/components/DatePicker/index.js +2 -2
- package/dist/components/DatePicker/utils.js +13 -5
- package/dist/components/Drawer/Drawer.js +140 -98
- package/dist/components/Drawer/constants.js +8 -2
- package/dist/components/Drawer/index.js +4 -4
- package/dist/components/GosZnak/GosZnak.js +71 -58
- package/dist/components/GosZnak/constants.js +15 -3
- package/dist/components/GosZnak/index.js +5 -5
- package/dist/components/Image/Image.js +54 -38
- package/dist/components/Image/index.js +2 -2
- package/dist/components/Input/Input.js +3 -3
- package/dist/components/Input/constants.js +20 -4
- package/dist/components/Input/index.js +6 -6
- package/dist/components/InputPassword/InputPassword.js +43 -36
- package/dist/components/InputPassword/index.js +2 -2
- package/dist/components/InputPhoneNumber/InputPhoneNumber.js +26 -23
- package/dist/components/InputPhoneNumber/index.js +5 -5
- package/dist/components/InputPhoneNumber/utils.js +24 -7
- package/dist/components/InputRangeSlider/InputRangeSlider.js +158 -110
- package/dist/components/InputRangeSlider/constants.js +16 -6
- package/dist/components/InputRangeSlider/index.js +5 -5
- package/dist/components/ListFiles/ListFiles.js +26 -25
- package/dist/components/ListFiles/constants.js +2 -2
- package/dist/components/ListFiles/index.js +2 -2
- package/dist/components/ListPhotos/ListPhotos.js +22 -21
- package/dist/components/ListPhotos/constants.js +2 -2
- package/dist/components/ListPhotos/index.js +2 -2
- package/dist/components/Loader/Loader.js +16 -10
- package/dist/components/Loader/index.js +2 -2
- package/dist/components/MergedButton/MergedButton.js +49 -41
- package/dist/components/MergedButton/constants.js +7 -2
- package/dist/components/MergedButton/index.js +4 -4
- package/dist/components/NotificationBadge/NotificationBadge.js +25 -22
- package/dist/components/NotificationBadge/constants.js +6 -2
- package/dist/components/NotificationBadge/index.js +4 -4
- package/dist/components/OtpInput/OtpInput.js +51 -45
- package/dist/components/OtpInput/constants.js +6 -4
- package/dist/components/OtpInput/hooks.js +111 -74
- package/dist/components/OtpInput/index.js +2 -2
- package/dist/components/Pagination/Pagination.js +157 -115
- package/dist/components/Pagination/constants.js +4 -3
- package/dist/components/Pagination/index.js +2 -2
- package/dist/components/Portal/Portal.js +8 -6
- package/dist/components/Portal/index.js +2 -2
- package/dist/components/RadioGroup/RadioGroup.js +141 -134
- package/dist/components/RadioGroup/index.js +2 -2
- package/dist/components/SelectSearch/SelectSearch.js +3345 -2412
- package/dist/components/SelectSearch/constants.js +6 -2
- package/dist/components/SelectSearch/index.js +4 -4
- package/dist/components/Skeleton/SkeletonBrick/SkeletonBrick.js +31 -29
- package/dist/components/Skeleton/SkeletonCircle/SkeletonCircle.js +27 -24
- package/dist/components/Skeleton/SkeletonText/SkeletonText.js +32 -26
- package/dist/components/Skeleton/constants.js +7 -2
- package/dist/components/Skeleton/index.js +8 -8
- package/dist/components/Slider/NavigationButtons/NavigationButtons.d.ts +1 -0
- package/dist/components/Slider/NavigationButtons/NavigationButtons.js +7 -0
- package/dist/components/Slider/NavigationButtons/index.d.ts +1 -0
- package/dist/components/Slider/NavigationButtons/index.js +4 -0
- package/dist/components/Slider/ProgressBar/ProgressBar.d.ts +1 -0
- package/dist/components/Slider/ProgressBar/ProgressBar.js +15 -0
- package/dist/components/Slider/ProgressBar/index.d.ts +1 -0
- package/dist/components/Slider/ProgressBar/index.js +4 -0
- package/dist/components/Slider/Slider.d.ts +4 -1
- package/dist/components/Slider/Slider.js +343 -2938
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.js +2 -3
- package/dist/components/Steps/Steps.js +142 -96
- package/dist/components/Steps/constants.js +54 -18
- package/dist/components/Steps/index.js +5 -5
- package/dist/components/Switcher/Switcher.js +86 -75
- package/dist/components/Switcher/constants.js +6 -2
- package/dist/components/Switcher/index.js +4 -4
- package/dist/components/TabTrail/TabButtons/TabButtons.js +18 -18
- package/dist/components/TabTrail/TabButtons/constants.js +12 -3
- package/dist/components/TabTrail/TabButtons/index.js +2 -2
- package/dist/components/TabTrail/TabTrail.js +245 -227
- package/dist/components/TabTrail/constants.js +6 -2
- package/dist/components/TabTrail/index.js +4 -4
- package/dist/components/Tag/Tag.js +43 -35
- package/dist/components/Tag/constants.js +13 -3
- package/dist/components/Tag/index.js +5 -5
- package/dist/components/TextArea/TextArea.js +175 -134
- package/dist/components/TextArea/hooks.js +14 -12
- package/dist/components/TextArea/index.js +2 -2
- package/dist/components/Timer/Timer.js +21 -17
- package/dist/components/Timer/index.js +2 -2
- package/dist/components/Toasts/ProgressBar.js +3 -3
- package/dist/components/Toasts/Toast.js +48 -47
- package/dist/components/Toasts/ToastList.js +38 -28
- package/dist/components/Toasts/ToastsProvider.js +33 -29
- package/dist/components/Toasts/constants.js +47 -13
- package/dist/components/Toasts/hooks.js +6 -5
- package/dist/components/Toasts/index.js +7 -7
- package/dist/components/Toasts/store.js +34 -24
- package/dist/components/TwinSwitcher/TwinSwitcher.js +55 -51
- package/dist/components/TwinSwitcher/index.js +2 -2
- package/dist/components/UniversalUploader/UniversalUploader.js +89 -61
- package/dist/components/UniversalUploader/constants.js +9 -4
- package/dist/components/UniversalUploader/index.js +4 -4
- package/dist/components/Uploader/Uploader.js +74 -52
- package/dist/components/Uploader/constants.js +13 -10
- package/dist/components/Uploader/index.js +4 -4
- package/dist/components/UploaderFiles/UploaderFiles.js +47 -39
- package/dist/components/UploaderFiles/index.js +2 -2
- package/dist/components/UploaderPhotos/UploaderPhotos.js +52 -44
- package/dist/components/UploaderPhotos/index.js +2 -2
- package/dist/components/Vote/Vote.js +100 -76
- package/dist/components/Vote/constants.js +13 -7
- package/dist/components/Vote/index.js +4 -4
- package/dist/components/index.js +135 -135
- package/dist/field-bS4z9Sdl.js +12 -0
- package/dist/focus-management-1rQPII7Z.js +77 -0
- package/dist/hidden-BuVoeHNy.js +13 -0
- package/dist/hooks/index.js +17 -17
- package/dist/hooks/useClickOutside/index.js +2 -2
- package/dist/hooks/useClickOutside/useClickOutside.js +20 -11
- package/dist/hooks/useCopyToClipboard/index.js +2 -2
- package/dist/hooks/useCopyToClipboard/useCopyToClipboard.js +17 -10
- package/dist/hooks/useInterval/index.js +2 -2
- package/dist/hooks/useInterval/useInterval.js +13 -11
- package/dist/hooks/useLockBodyScroll/index.js +2 -2
- package/dist/hooks/useLockBodyScroll/useLockBodyScroll.js +14 -10
- package/dist/hooks/useMediaQuery/constants.js +24 -3
- package/dist/hooks/useMediaQuery/index.js +5 -5
- package/dist/hooks/useMediaQuery/useMediaQuery.js +13 -10
- package/dist/hooks/useMergeRefs/index.js +2 -2
- package/dist/hooks/useMergeRefs/useMergeRefs.js +20 -21
- package/dist/hooks/useResizeObserver/getElement.js +16 -2
- package/dist/hooks/useResizeObserver/index.js +2 -2
- package/dist/hooks/useResizeObserver/useResizeObserver.js +40 -27
- package/dist/hooks/useTimer/index.js +77 -44
- package/dist/hooks/useTimer/useTimer.js +74 -45
- package/dist/hooks/useTimer/utils.js +67 -50
- package/dist/hooks/useWindowSize/index.js +19 -13
- package/dist/icons/Icon.js +10 -7
- package/dist/icons/components/12px/Close12px.js +16 -14
- package/dist/icons/components/12px/MessageRead12px.js +35 -33
- package/dist/icons/components/16px/Accept16px.js +25 -23
- package/dist/icons/components/16px/Acts16px.js +38 -36
- package/dist/icons/components/16px/Acts16pxF.js +33 -31
- package/dist/icons/components/16px/AdditionalServicess16px.js +31 -29
- package/dist/icons/components/16px/AdditionalServicess16pxF.js +20 -18
- package/dist/icons/components/16px/Agents16px.js +22 -20
- package/dist/icons/components/16px/Agents16pxF.js +20 -18
- package/dist/icons/components/16px/Alarm16px.js +23 -21
- package/dist/icons/components/16px/ArrowDown16px.js +22 -20
- package/dist/icons/components/16px/ArrowLeft16px.js +22 -20
- package/dist/icons/components/16px/ArrowRight16px.js +22 -20
- package/dist/icons/components/16px/ArrowUp16px.js +22 -20
- package/dist/icons/components/16px/ArrowUpright16px.js +22 -20
- package/dist/icons/components/16px/AttachFile16px.js +22 -20
- package/dist/icons/components/16px/Bell16px.js +42 -40
- package/dist/icons/components/16px/Bell16pxF.js +32 -30
- package/dist/icons/components/16px/Calculator16px.js +22 -20
- package/dist/icons/components/16px/CalculatorLkk16px.js +33 -31
- package/dist/icons/components/16px/CalculatorLkk16pxF.js +22 -20
- package/dist/icons/components/16px/Calendar16px.js +22 -20
- package/dist/icons/components/16px/Camera16px.js +34 -32
- package/dist/icons/components/16px/Car16px.js +33 -31
- package/dist/icons/components/16px/Car16pxF.js +22 -20
- package/dist/icons/components/16px/Catalog16px.js +22 -20
- package/dist/icons/components/16px/Certs16px.js +31 -29
- package/dist/icons/components/16px/Certs16pxF.js +31 -29
- package/dist/icons/components/16px/Change16px.js +20 -18
- package/dist/icons/components/16px/Chat16px.js +31 -29
- package/dist/icons/components/16px/Chat16pxF.js +22 -20
- package/dist/icons/components/16px/Chatbot16px.js +262 -260
- package/dist/icons/components/16px/Close16px.js +22 -20
- package/dist/icons/components/16px/CloseFloatMenuArrow16px.js +20 -18
- package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.js +20 -18
- package/dist/icons/components/16px/Coin16px.js +33 -31
- package/dist/icons/components/16px/Coin16pxF.js +40 -38
- package/dist/icons/components/16px/Contracts16px.js +33 -31
- package/dist/icons/components/16px/Contracts16pxF.js +31 -29
- package/dist/icons/components/16px/CopyClipboard16px.js +25 -23
- package/dist/icons/components/16px/Done16px.js +22 -20
- package/dist/icons/components/16px/Download16px.js +29 -27
- package/dist/icons/components/16px/DragHandle16px.js +20 -18
- package/dist/icons/components/16px/DragHandleHorizontal16px.js +20 -18
- package/dist/icons/components/16px/DragHandleVertical16px.js +20 -18
- package/dist/icons/components/16px/DropdownArrowBottom16px.js +22 -20
- package/dist/icons/components/16px/DropdownArrowLeft16px.js +22 -20
- package/dist/icons/components/16px/DropdownArrowRight16px.js +22 -20
- package/dist/icons/components/16px/DropdownArrowUp16px.js +22 -20
- package/dist/icons/components/16px/Dzen16px.js +20 -18
- package/dist/icons/components/16px/Euro16px.js +23 -21
- package/dist/icons/components/16px/Eye16px.js +33 -31
- package/dist/icons/components/16px/Failure16px.js +25 -23
- package/dist/icons/components/16px/Favorite16px.js +22 -20
- package/dist/icons/components/16px/Favorite16pxF.js +20 -18
- package/dist/icons/components/16px/Filter16px.js +22 -20
- package/dist/icons/components/16px/Flag16pxF.js +14 -12
- package/dist/icons/components/16px/Folder16px.js +22 -20
- package/dist/icons/components/16px/Fullscreen16px.js +22 -20
- package/dist/icons/components/16px/Galery16px.js +25 -23
- package/dist/icons/components/16px/Gear16px.js +33 -31
- package/dist/icons/components/16px/Gift16px.js +31 -29
- package/dist/icons/components/16px/Hint16px.js +23 -21
- package/dist/icons/components/16px/Home16px.js +31 -29
- package/dist/icons/components/16px/Home16pxF.js +22 -20
- package/dist/icons/components/16px/Hot16pxF.js +20 -18
- package/dist/icons/components/16px/Kebab16px.js +14 -12
- package/dist/icons/components/16px/List16px.js +20 -18
- package/dist/icons/components/16px/Location16px.js +33 -31
- package/dist/icons/components/16px/Map16px.js +22 -20
- package/dist/icons/components/16px/Menu16px.js +20 -18
- package/dist/icons/components/16px/MenuMobile16px.js +22 -20
- package/dist/icons/components/16px/Minus16px.js +14 -12
- package/dist/icons/components/16px/Navigation16px.js +22 -20
- package/dist/icons/components/16px/News16px.js +31 -29
- package/dist/icons/components/16px/News16pxF.js +22 -20
- package/dist/icons/components/16px/Number16px.js +31 -29
- package/dist/icons/components/16px/OpenFloatMenuArrow16px.js +20 -18
- package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.js +20 -18
- package/dist/icons/components/16px/Orders16px.js +31 -29
- package/dist/icons/components/16px/Orders16pxF.js +25 -23
- package/dist/icons/components/16px/Pause16px.js +14 -12
- package/dist/icons/components/16px/Pen16px.js +33 -31
- package/dist/icons/components/16px/Pen16pxF.js +22 -20
- package/dist/icons/components/16px/Phone16px.js +22 -20
- package/dist/icons/components/16px/Play16pxF.js +20 -18
- package/dist/icons/components/16px/Plus16px.js +22 -20
- package/dist/icons/components/16px/Pound16px.js +23 -21
- package/dist/icons/components/16px/PriceDown16px.js +33 -31
- package/dist/icons/components/16px/PriceUp16px.js +33 -31
- package/dist/icons/components/16px/Question16px.js +22 -20
- package/dist/icons/components/16px/Question16pxF.js +22 -20
- package/dist/icons/components/16px/Rutube16px.js +20 -18
- package/dist/icons/components/16px/Scan16px.js +20 -18
- package/dist/icons/components/16px/Search16px.js +22 -20
- package/dist/icons/components/16px/Share16pxF.js +20 -18
- package/dist/icons/components/16px/ShopingCard16px.js +22 -20
- package/dist/icons/components/16px/Sort16px.js +22 -20
- package/dist/icons/components/16px/Star16px.js +22 -20
- package/dist/icons/components/16px/Star16pxF.js +20 -18
- package/dist/icons/components/16px/StarHalf16pxF.js +22 -20
- package/dist/icons/components/16px/Telegram16pxF.js +20 -18
- package/dist/icons/components/16px/TelegramPlane16pxF.js +20 -18
- package/dist/icons/components/16px/Timer16px.js +38 -36
- package/dist/icons/components/16px/Trash16px.js +22 -20
- package/dist/icons/components/16px/TwinArrowLeft16px.js +20 -18
- package/dist/icons/components/16px/TwinArrowRight16px.js +20 -18
- package/dist/icons/components/16px/USDollar16px.js +23 -21
- package/dist/icons/components/16px/Umbrella16px.js +22 -20
- package/dist/icons/components/16px/Umbrella16pxF.js +20 -18
- package/dist/icons/components/16px/UnionIcon16px.js +22 -20
- package/dist/icons/components/16px/User16px.js +31 -29
- package/dist/icons/components/16px/User16pxF.js +20 -18
- package/dist/icons/components/16px/Users16px.js +31 -29
- package/dist/icons/components/16px/Users16pxF.js +20 -18
- package/dist/icons/components/16px/VK16pxF.js +22 -20
- package/dist/icons/components/16px/Waiting16px.js +22 -20
- package/dist/icons/components/16px/Whatsapp16px.js +31 -29
- package/dist/icons/components/16px/WriteUs16px.js +25 -23
- package/dist/icons/components/16px/Youtube16pxF.js +20 -18
- package/dist/icons/components/16px/Yuan16px.js +23 -21
- package/dist/icons/components/24px/Accept24px.js +27 -25
- package/dist/icons/components/24px/Acts24px.js +39 -37
- package/dist/icons/components/24px/Acts24pxF.js +32 -30
- package/dist/icons/components/24px/AdditionalServicess24px.js +32 -30
- package/dist/icons/components/24px/AdditionalServicess24pxF.js +21 -19
- package/dist/icons/components/24px/Agents24px.js +23 -21
- package/dist/icons/components/24px/Agents24pxF.js +30 -28
- package/dist/icons/components/24px/Alarm24px.js +24 -22
- package/dist/icons/components/24px/ArrowDown24px.js +23 -21
- package/dist/icons/components/24px/ArrowLeft24px.js +23 -21
- package/dist/icons/components/24px/ArrowRight24px.js +23 -21
- package/dist/icons/components/24px/ArrowUp24px.js +23 -21
- package/dist/icons/components/24px/ArrowUpright24px.js +23 -21
- package/dist/icons/components/24px/AttachFile24px.js +23 -21
- package/dist/icons/components/24px/Bell24px.js +43 -41
- package/dist/icons/components/24px/Bell24pxF.js +26 -24
- package/dist/icons/components/24px/Calculator24px.js +23 -21
- package/dist/icons/components/24px/CalculatorLkk24px.js +32 -30
- package/dist/icons/components/24px/CalculatorLkk24pxF.js +23 -21
- package/dist/icons/components/24px/Calendar24px.js +23 -21
- package/dist/icons/components/24px/Camera24px.js +23 -21
- package/dist/icons/components/24px/Car24px.js +34 -32
- package/dist/icons/components/24px/Car24pxF.js +32 -30
- package/dist/icons/components/24px/Catalog24px.js +23 -21
- package/dist/icons/components/24px/Certs24px.js +32 -30
- package/dist/icons/components/24px/Certs24pxF.js +32 -30
- package/dist/icons/components/24px/Change24px.js +23 -21
- package/dist/icons/components/24px/Chat24px.js +28 -26
- package/dist/icons/components/24px/Chat24pxF.js +23 -21
- package/dist/icons/components/24px/Chatbot24px.js +263 -261
- package/dist/icons/components/24px/Close24px.js +23 -21
- package/dist/icons/components/24px/CloseFloatMenuArrow24px.js +23 -21
- package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.js +21 -19
- package/dist/icons/components/24px/Coin24px.js +24 -22
- package/dist/icons/components/24px/Coin24pxF.js +41 -39
- package/dist/icons/components/24px/Contracts24px.js +34 -32
- package/dist/icons/components/24px/Contracts24pxF.js +32 -30
- package/dist/icons/components/24px/CopyClipboard24px.js +26 -24
- package/dist/icons/components/24px/Done24px.js +23 -21
- package/dist/icons/components/24px/Download24px.js +30 -28
- package/dist/icons/components/24px/DragHandle24px.js +21 -19
- package/dist/icons/components/24px/DragHandleHorizontal24px.js +21 -19
- package/dist/icons/components/24px/DragHandleVertical24px.js +21 -19
- package/dist/icons/components/24px/DropdownArrowDown24px.js +23 -21
- package/dist/icons/components/24px/DropdownArrowLeft24px.js +23 -21
- package/dist/icons/components/24px/DropdownArrowRight24px.js +23 -21
- package/dist/icons/components/24px/DropdownArrowUp24px.js +23 -21
- package/dist/icons/components/24px/Dzen24px.js +21 -19
- package/dist/icons/components/24px/Euro24px.js +24 -22
- package/dist/icons/components/24px/Eye24px.js +34 -32
- package/dist/icons/components/24px/Failure24px.js +26 -24
- package/dist/icons/components/24px/Favorite24px.js +23 -21
- package/dist/icons/components/24px/Favorite24pxF.js +21 -19
- package/dist/icons/components/24px/Filter24px.js +21 -19
- package/dist/icons/components/24px/Flag24pxF.js +15 -13
- package/dist/icons/components/24px/Folder24px.js +23 -21
- package/dist/icons/components/24px/Fullscreen24px.js +23 -21
- package/dist/icons/components/24px/Galery24px.js +26 -24
- package/dist/icons/components/24px/Gear24px.js +34 -32
- package/dist/icons/components/24px/Gift24px.js +23 -21
- package/dist/icons/components/24px/Hint24px.js +26 -24
- package/dist/icons/components/24px/Home24px.js +34 -32
- package/dist/icons/components/24px/Home24pxF.js +23 -21
- package/dist/icons/components/24px/Hot24pxF.js +21 -19
- package/dist/icons/components/24px/Improvements24px.js +41 -39
- package/dist/icons/components/24px/Improvements24pxF.js +35 -33
- package/dist/icons/components/24px/Kebab24px.js +21 -19
- package/dist/icons/components/24px/List24px.js +21 -19
- package/dist/icons/components/24px/Location24px.js +34 -32
- package/dist/icons/components/24px/Map24px.js +23 -21
- package/dist/icons/components/24px/Menu24px.js +21 -19
- package/dist/icons/components/24px/MenuMobile24px.js +23 -21
- package/dist/icons/components/24px/Minus24px.js +23 -21
- package/dist/icons/components/24px/Navigation24px.js +23 -21
- package/dist/icons/components/24px/News24px.js +32 -30
- package/dist/icons/components/24px/News24pxF.js +23 -21
- package/dist/icons/components/24px/Number24px.js +32 -30
- package/dist/icons/components/24px/OpenFloatMenuArrow24px.js +21 -19
- package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.js +23 -21
- package/dist/icons/components/24px/Orders24px.js +32 -30
- package/dist/icons/components/24px/Orders24pxF.js +26 -24
- package/dist/icons/components/24px/Pause24px.js +15 -13
- package/dist/icons/components/24px/Pen24px.js +34 -32
- package/dist/icons/components/24px/Pen24pxF.js +23 -21
- package/dist/icons/components/24px/Phone24px.js +23 -21
- package/dist/icons/components/24px/Play24px.js +21 -19
- package/dist/icons/components/24px/Plus24px.js +23 -21
- package/dist/icons/components/24px/Pound24px.js +24 -22
- package/dist/icons/components/24px/PriceDown24px.js +32 -30
- package/dist/icons/components/24px/PriceUp24px.js +32 -30
- package/dist/icons/components/24px/Question24px.js +32 -30
- package/dist/icons/components/24px/Question24pxF.js +23 -21
- package/dist/icons/components/24px/Rutube24px.js +21 -19
- package/dist/icons/components/24px/Scan24px.js +21 -19
- package/dist/icons/components/24px/Search24px.js +23 -21
- package/dist/icons/components/24px/Share24pxF.js +21 -19
- package/dist/icons/components/24px/ShopingCard24px.js +23 -21
- package/dist/icons/components/24px/Sort24px.js +21 -19
- package/dist/icons/components/24px/Star24px.js +23 -21
- package/dist/icons/components/24px/Star24pxF.js +21 -19
- package/dist/icons/components/24px/StarHalf24pxF.js +23 -21
- package/dist/icons/components/24px/Telegram24pxF.js +21 -19
- package/dist/icons/components/24px/TelegramPlane24pxF.js +21 -19
- package/dist/icons/components/24px/Timer24px.js +39 -37
- package/dist/icons/components/24px/Trash24px.js +43 -41
- package/dist/icons/components/24px/TwinArrowLeft24px.js +21 -19
- package/dist/icons/components/24px/TwinArrowRight24px.js +23 -21
- package/dist/icons/components/24px/USDollar24px.js +24 -22
- package/dist/icons/components/24px/Umbrella24px.js +23 -21
- package/dist/icons/components/24px/Umbrella24pxF.js +21 -19
- package/dist/icons/components/24px/UnionIcon24px.js +23 -21
- package/dist/icons/components/24px/User24px.js +32 -30
- package/dist/icons/components/24px/User24pxF.js +21 -19
- package/dist/icons/components/24px/Users24px.js +23 -21
- package/dist/icons/components/24px/Users24pxF.js +30 -28
- package/dist/icons/components/24px/VK24pxF.js +23 -21
- package/dist/icons/components/24px/Waiting24px.js +23 -21
- package/dist/icons/components/24px/Whatsapp24px.js +32 -30
- package/dist/icons/components/24px/WriteUs24px.js +26 -24
- package/dist/icons/components/24px/Youtube24pxF.js +21 -19
- package/dist/icons/components/24px/Yuan24px.js +24 -22
- package/dist/icons/components/32px/Accept32px.js +26 -24
- package/dist/icons/components/32px/Acts32px.js +39 -37
- package/dist/icons/components/32px/AdditionalServicess32px.js +23 -21
- package/dist/icons/components/32px/AdditionalServicess32pxF.js +21 -19
- package/dist/icons/components/32px/Agents32px.js +35 -33
- package/dist/icons/components/32px/Alarm32px.js +24 -22
- package/dist/icons/components/32px/ArrowDown32px.js +23 -21
- package/dist/icons/components/32px/ArrowLeft32px.js +23 -21
- package/dist/icons/components/32px/ArrowRight32px.js +23 -21
- package/dist/icons/components/32px/ArrowUp32px.js +23 -21
- package/dist/icons/components/32px/ArrowUpright32px.js +23 -21
- package/dist/icons/components/32px/AttachFile32px.js +23 -21
- package/dist/icons/components/32px/Bell32px.js +43 -41
- package/dist/icons/components/32px/Bell32pxF.js +26 -24
- package/dist/icons/components/32px/Calculator32px.js +23 -21
- package/dist/icons/components/32px/CalculatorLkk32px.js +32 -30
- package/dist/icons/components/32px/CalculatorLkk32pxF.js +23 -21
- package/dist/icons/components/32px/Calendar32px.js +23 -21
- package/dist/icons/components/32px/Camera32px.js +35 -33
- package/dist/icons/components/32px/Car32px.js +34 -32
- package/dist/icons/components/32px/Car32pxF.js +26 -24
- package/dist/icons/components/32px/Catalog32px.js +23 -21
- package/dist/icons/components/32px/Certs32px.js +32 -30
- package/dist/icons/components/32px/Certs32pxF.js +32 -30
- package/dist/icons/components/32px/Change32px.js +23 -21
- package/dist/icons/components/32px/Chat32px.js +32 -30
- package/dist/icons/components/32px/Chat32pxF.js +23 -21
- package/dist/icons/components/32px/Chatbot32px.js +263 -261
- package/dist/icons/components/32px/Close32px.js +23 -21
- package/dist/icons/components/32px/CloseFloatMenuArrow32px.js +21 -19
- package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.js +21 -19
- package/dist/icons/components/32px/Coin32px.js +34 -32
- package/dist/icons/components/32px/Coin32pxF.js +32 -30
- package/dist/icons/components/32px/Contracts32px.js +34 -32
- package/dist/icons/components/32px/Contracts32pxF.js +32 -30
- package/dist/icons/components/32px/CopyClipboard32px.js +32 -30
- package/dist/icons/components/32px/Done32px.js +23 -21
- package/dist/icons/components/32px/Download32px.js +30 -28
- package/dist/icons/components/32px/DragHandle32px.js +21 -19
- package/dist/icons/components/32px/DragHandleHorizontal32px.js +21 -19
- package/dist/icons/components/32px/DragHandleVertical32px.js +21 -19
- package/dist/icons/components/32px/DropdownArrowDown32px.js +23 -21
- package/dist/icons/components/32px/DropdownArrowLeft32px.js +23 -21
- package/dist/icons/components/32px/DropdownArrowRight32px.js +23 -21
- package/dist/icons/components/32px/DropdownArrowUp32px.js +15 -13
- package/dist/icons/components/32px/Dzen32px.js +21 -19
- package/dist/icons/components/32px/Euro32px.js +24 -22
- package/dist/icons/components/32px/Eye32px.js +34 -32
- package/dist/icons/components/32px/Failure32px.js +26 -24
- package/dist/icons/components/32px/Favorite32px.js +23 -21
- package/dist/icons/components/32px/Favorite32pxF.js +21 -19
- package/dist/icons/components/32px/Filter32px.js +21 -19
- package/dist/icons/components/32px/Flag32pxF.js +15 -13
- package/dist/icons/components/32px/Folder32px.js +23 -21
- package/dist/icons/components/32px/Fullscreen32px.js +23 -21
- package/dist/icons/components/32px/Galery32px.js +26 -24
- package/dist/icons/components/32px/Gear32px.js +34 -32
- package/dist/icons/components/32px/Gift32px.js +23 -21
- package/dist/icons/components/32px/Hint32px.js +26 -24
- package/dist/icons/components/32px/Home32px.js +26 -24
- package/dist/icons/components/32px/Home32pxF.js +23 -21
- package/dist/icons/components/32px/Hot32pxF.js +21 -19
- package/dist/icons/components/32px/Kebab32px.js +15 -13
- package/dist/icons/components/32px/List32px.js +21 -19
- package/dist/icons/components/32px/Location32px.js +34 -32
- package/dist/icons/components/32px/Map32px.js +23 -21
- package/dist/icons/components/32px/Menu32px.js +21 -19
- package/dist/icons/components/32px/MenuMobile32px.js +23 -21
- package/dist/icons/components/32px/Minus32px.js +23 -21
- package/dist/icons/components/32px/Navigation32px.js +23 -21
- package/dist/icons/components/32px/News32px.js +32 -30
- package/dist/icons/components/32px/News32pxF.js +23 -21
- package/dist/icons/components/32px/Number32px.js +32 -30
- package/dist/icons/components/32px/OpenFloatMenuArrow32px.js +21 -19
- package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.js +23 -21
- package/dist/icons/components/32px/Orders32px.js +41 -39
- package/dist/icons/components/32px/Orders32pxF.js +32 -30
- package/dist/icons/components/32px/Pause32px.js +15 -13
- package/dist/icons/components/32px/Pen32px.js +22 -20
- package/dist/icons/components/32px/Pen32pxF.js +23 -21
- package/dist/icons/components/32px/PersonalManager32px.js +110 -108
- package/dist/icons/components/32px/Phone32px.js +21 -19
- package/dist/icons/components/32px/Play32px.js +21 -19
- package/dist/icons/components/32px/Plus32px.js +23 -21
- package/dist/icons/components/32px/Pound32px.js +24 -22
- package/dist/icons/components/32px/PriceDown32px.js +43 -41
- package/dist/icons/components/32px/PriceUp32px.js +34 -32
- package/dist/icons/components/32px/Question32px.js +32 -30
- package/dist/icons/components/32px/Question32pxF.js +23 -21
- package/dist/icons/components/32px/Rutube32px.js +21 -19
- package/dist/icons/components/32px/Scan32px.js +21 -19
- package/dist/icons/components/32px/Search32px.js +23 -21
- package/dist/icons/components/32px/Share32pxF.js +21 -19
- package/dist/icons/components/32px/ShopimgCard32px.js +23 -21
- package/dist/icons/components/32px/Sort32px.js +21 -19
- package/dist/icons/components/32px/Star32px.js +23 -21
- package/dist/icons/components/32px/Star32pxF.js +21 -19
- package/dist/icons/components/32px/StarHalf32pxF.js +23 -21
- package/dist/icons/components/32px/Telegram32pxF.js +21 -19
- package/dist/icons/components/32px/TelegramPlane32pxF.js +21 -19
- package/dist/icons/components/32px/Timer32px.js +33 -31
- package/dist/icons/components/32px/Trash32px.js +43 -41
- package/dist/icons/components/32px/TwinArrowLeft32px.js +21 -19
- package/dist/icons/components/32px/TwinArrowRight32px.js +21 -19
- package/dist/icons/components/32px/USDollar32px.js +24 -22
- package/dist/icons/components/32px/Umbrella32px.js +23 -21
- package/dist/icons/components/32px/Umbrella32pxF.js +23 -21
- package/dist/icons/components/32px/UnionIcon32px.js +23 -21
- package/dist/icons/components/32px/User32px.js +32 -30
- package/dist/icons/components/32px/User32pxF.js +21 -19
- package/dist/icons/components/32px/Users32px.js +23 -21
- package/dist/icons/components/32px/Users32pxF.js +24 -22
- package/dist/icons/components/32px/VK32pxF.js +23 -21
- package/dist/icons/components/32px/Waiting32px.js +23 -21
- package/dist/icons/components/32px/Whatsapp32px.js +32 -30
- package/dist/icons/components/32px/WriteUs32px.js +26 -24
- package/dist/icons/components/32px/Youtube32pxF.js +21 -19
- package/dist/icons/components/32px/Yuan32px.js +24 -22
- package/dist/icons/components/Mans.js +5 -5
- package/dist/icons/components/Step.js +5 -5
- package/dist/icons/components/StepXL.js +7 -7
- package/dist/icons/components/auto-logo/ACE.js +21 -19
- package/dist/icons/components/auto-logo/Alim.js +23 -21
- package/dist/icons/components/auto-logo/Amur.js +23 -21
- package/dist/icons/components/auto-logo/Ankai.js +23 -21
- package/dist/icons/components/auto-logo/ArrowLength.js +21 -19
- package/dist/icons/components/auto-logo/Audi.js +20 -18
- package/dist/icons/components/auto-logo/BMW.js +41 -39
- package/dist/icons/components/auto-logo/BRP.js +32 -30
- package/dist/icons/components/auto-logo/Bomag.js +32 -30
- package/dist/icons/components/auto-logo/Case.js +23 -21
- package/dist/icons/components/auto-logo/Caterpillar.js +37 -35
- package/dist/icons/components/auto-logo/ChMZAP.js +46 -44
- package/dist/icons/components/auto-logo/ChTZ.js +32 -30
- package/dist/icons/components/auto-logo/Changan.js +21 -19
- package/dist/icons/components/auto-logo/Cherry.js +32 -30
- package/dist/icons/components/auto-logo/Citroen.js +23 -21
- package/dist/icons/components/auto-logo/DaewooFull.js +58 -56
- package/dist/icons/components/auto-logo/DaewooSymbol.js +51 -49
- package/dist/icons/components/auto-logo/Daf.js +23 -21
- package/dist/icons/components/auto-logo/Dayun.js +23 -21
- package/dist/icons/components/auto-logo/DongFeng.js +23 -21
- package/dist/icons/components/auto-logo/Ducati.js +32 -30
- package/dist/icons/components/auto-logo/Exeed.js +32 -30
- package/dist/icons/components/auto-logo/Faw.js +34 -32
- package/dist/icons/components/auto-logo/Fenix.js +114 -112
- package/dist/icons/components/auto-logo/Fiat.js +37 -35
- package/dist/icons/components/auto-logo/Ford.js +41 -39
- package/dist/icons/components/auto-logo/Foton.js +32 -30
- package/dist/icons/components/auto-logo/Gac.js +21 -19
- package/dist/icons/components/auto-logo/Gaz.js +59 -57
- package/dist/icons/components/auto-logo/Geely.js +25 -23
- package/dist/icons/components/auto-logo/Genesis.js +30 -28
- package/dist/icons/components/auto-logo/Gitte.js +23 -21
- package/dist/icons/components/auto-logo/Grunwald.js +23 -21
- package/dist/icons/components/auto-logo/HartungFull.js +32 -30
- package/dist/icons/components/auto-logo/HartungSymbol.js +32 -30
- package/dist/icons/components/auto-logo/Haval.js +23 -21
- package/dist/icons/components/auto-logo/Higer.js +23 -21
- package/dist/icons/components/auto-logo/Hitachi.js +21 -19
- package/dist/icons/components/auto-logo/Honda.js +37 -35
- package/dist/icons/components/auto-logo/Hongqi.js +30 -28
- package/dist/icons/components/auto-logo/Hongyan.js +23 -21
- package/dist/icons/components/auto-logo/Howo.js +46 -44
- package/dist/icons/components/auto-logo/Hyundai.js +23 -21
- package/dist/icons/components/auto-logo/Infiniti.js +21 -19
- package/dist/icons/components/auto-logo/Isuzu.js +23 -21
- package/dist/icons/components/auto-logo/Iveco.js +23 -21
- package/dist/icons/components/auto-logo/JCB.js +32 -30
- package/dist/icons/components/auto-logo/Jac.js +21 -19
- package/dist/icons/components/auto-logo/Juterborg.js +57 -55
- package/dist/icons/components/auto-logo/KIA.js +23 -21
- package/dist/icons/components/auto-logo/Kaiyi.js +23 -21
- package/dist/icons/components/auto-logo/Kamaz.js +35 -33
- package/dist/icons/components/auto-logo/Kassbohrer.js +23 -21
- package/dist/icons/components/auto-logo/Komatsu.js +21 -19
- package/dist/icons/components/auto-logo/Ktm.js +21 -19
- package/dist/icons/components/auto-logo/LCCE.js +37 -35
- package/dist/icons/components/auto-logo/Lada.js +23 -21
- package/dist/icons/components/auto-logo/Lexus.js +23 -21
- package/dist/icons/components/auto-logo/LiuGong.js +30 -28
- package/dist/icons/components/auto-logo/Lonking.js +30 -28
- package/dist/icons/components/auto-logo/Lovol.js +21 -19
- package/dist/icons/components/auto-logo/MTZBelarus.js +34 -32
- package/dist/icons/components/auto-logo/Man.js +21 -19
- package/dist/icons/components/auto-logo/Maz.js +32 -30
- package/dist/icons/components/auto-logo/MercedesBenz.js +23 -21
- package/dist/icons/components/auto-logo/Meusburger.js +23 -21
- package/dist/icons/components/auto-logo/Mitsubishi.js +21 -19
- package/dist/icons/components/auto-logo/NefAZ.js +30 -28
- package/dist/icons/components/auto-logo/NursanTrailer.js +21 -19
- package/dist/icons/components/auto-logo/Omoda.js +37 -35
- package/dist/icons/components/auto-logo/PSATss.js +37 -35
- package/dist/icons/components/auto-logo/Paz.js +23 -21
- package/dist/icons/components/auto-logo/Peugeot.js +21 -19
- package/dist/icons/components/auto-logo/Raskat.js +37 -35
- package/dist/icons/components/auto-logo/Renault.js +30 -28
- package/dist/icons/components/auto-logo/RussianCarsEmblem.js +32 -30
- package/dist/icons/components/auto-logo/RussianCarsKremlin.js +41 -39
- package/dist/icons/components/auto-logo/Sany.js +50 -48
- package/dist/icons/components/auto-logo/Scania.js +57 -55
- package/dist/icons/components/auto-logo/Schmitz.js +23 -21
- package/dist/icons/components/auto-logo/Shacman.js +30 -28
- package/dist/icons/components/auto-logo/Shantui.js +21 -19
- package/dist/icons/components/auto-logo/Sinanli.js +71 -69
- package/dist/icons/components/auto-logo/Sitrak.js +34 -32
- package/dist/icons/components/auto-logo/SobolIztechmash.js +60 -58
- package/dist/icons/components/auto-logo/Sokol.js +21 -19
- package/dist/icons/components/auto-logo/Sollers.js +23 -21
- package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.js +21 -19
- package/dist/icons/components/auto-logo/Tonar.js +23 -21
- package/dist/icons/components/auto-logo/Toyota.js +21 -19
- package/dist/icons/components/auto-logo/Trekol.js +34 -32
- package/dist/icons/components/auto-logo/UAT.js +21 -19
- package/dist/icons/components/auto-logo/Uaz.js +70 -68
- package/dist/icons/components/auto-logo/Ural.js +21 -19
- package/dist/icons/components/auto-logo/VIS.js +21 -19
- package/dist/icons/components/auto-logo/VKR.js +32 -30
- package/dist/icons/components/auto-logo/Volkswagen.js +23 -21
- package/dist/icons/components/auto-logo/Volvo.js +21 -19
- package/dist/icons/components/auto-logo/Wielton.js +21 -19
- package/dist/icons/components/auto-logo/XCMG.js +37 -35
- package/dist/icons/components/auto-logo/Yutong.js +72 -70
- package/dist/icons/components/auto-logo/Zoomlion.js +21 -19
- package/dist/icons/components/car-icons/AllMetal.js +32 -30
- package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.js +32 -30
- package/dist/icons/components/car-icons/AsphaltPaver.js +35 -33
- package/dist/icons/components/car-icons/Autotower.js +32 -30
- package/dist/icons/components/car-icons/Awning.js +33 -31
- package/dist/icons/components/car-icons/BackhoeLoader.js +39 -37
- package/dist/icons/components/car-icons/Buggy.js +32 -30
- package/dist/icons/components/car-icons/Bulldozer.js +34 -32
- package/dist/icons/components/car-icons/Bus.js +23 -21
- package/dist/icons/components/car-icons/BusBus.js +32 -30
- package/dist/icons/components/car-icons/BusMinibus.js +32 -30
- package/dist/icons/components/car-icons/BusShiftBuses.js +42 -40
- package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.js +39 -37
- package/dist/icons/components/car-icons/CargoAutotower.js +32 -30
- package/dist/icons/components/car-icons/CargoAwning.js +39 -37
- package/dist/icons/components/car-icons/CargoConcreteMixerTruck.js +39 -37
- package/dist/icons/components/car-icons/CargoDrillingRig.js +32 -30
- package/dist/icons/components/car-icons/CargoDumpTruck.js +39 -37
- package/dist/icons/components/car-icons/CargoGarbageTruck.js +39 -37
- package/dist/icons/components/car-icons/CargoGrainCarrier.js +39 -37
- package/dist/icons/components/car-icons/CargoIsothermal.js +39 -37
- package/dist/icons/components/car-icons/CargoOnBoard.js +39 -37
- package/dist/icons/components/car-icons/CargoOnBoardWithCmu.js +39 -37
- package/dist/icons/components/car-icons/CargoPromotionalItem.js +39 -37
- package/dist/icons/components/car-icons/CargoSortingTruck.js +39 -37
- package/dist/icons/components/car-icons/CargoTankerTruck.js +39 -37
- package/dist/icons/components/car-icons/CargoTowTruck.js +32 -30
- package/dist/icons/components/car-icons/CargoTruckCrane.js +41 -39
- package/dist/icons/components/car-icons/CargoVacuumMachine.js +32 -30
- package/dist/icons/components/car-icons/Clearance.js +23 -21
- package/dist/icons/components/car-icons/CombineHarvester.js +39 -37
- package/dist/icons/components/car-icons/Compartment.js +32 -30
- package/dist/icons/components/car-icons/ConcreteMixerTruck.js +39 -37
- package/dist/icons/components/car-icons/ConcretePump.js +40 -38
- package/dist/icons/components/car-icons/Crossover.js +32 -30
- package/dist/icons/components/car-icons/DrillingRigg.js +32 -30
- package/dist/icons/components/car-icons/DumpTruck.js +39 -37
- package/dist/icons/components/car-icons/Excavator.js +23 -21
- package/dist/icons/components/car-icons/ForestPreparationEquipment.js +39 -37
- package/dist/icons/components/car-icons/ForkliftTruck.js +32 -30
- package/dist/icons/components/car-icons/FrontLoader.js +39 -37
- package/dist/icons/components/car-icons/Hatchback.js +32 -30
- package/dist/icons/components/car-icons/IceRink.js +34 -32
- package/dist/icons/components/car-icons/Isothermal.js +39 -37
- package/dist/icons/components/car-icons/Liftback.js +23 -21
- package/dist/icons/components/car-icons/MiniEscalator.js +41 -39
- package/dist/icons/components/car-icons/MiniLoader.js +32 -30
- package/dist/icons/components/car-icons/MiningDumpTruck.js +39 -37
- package/dist/icons/components/car-icons/Minitractor.js +32 -30
- package/dist/icons/components/car-icons/Minivan.js +32 -30
- package/dist/icons/components/car-icons/MotorGrader.js +32 -30
- package/dist/icons/components/car-icons/MotorVehiclesBike.js +24 -22
- package/dist/icons/components/car-icons/MotorVehiclesQuadBike.js +30 -28
- package/dist/icons/components/car-icons/OffRoadVehicle.js +32 -30
- package/dist/icons/components/car-icons/OnBoard.js +39 -37
- package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.js +39 -37
- package/dist/icons/components/car-icons/OnBoardWithCmu.js +39 -37
- package/dist/icons/components/car-icons/OtherAgriculturalMachinery.js +48 -46
- package/dist/icons/components/car-icons/OtherCareerTechniques.js +39 -37
- package/dist/icons/components/car-icons/Pickup.js +23 -21
- package/dist/icons/components/car-icons/PickupTruck.js +32 -30
- package/dist/icons/components/car-icons/PilingInstallation.js +34 -32
- package/dist/icons/components/car-icons/PromotionalItem.js +39 -37
- package/dist/icons/components/car-icons/PublicUtilityVehicle.js +46 -44
- package/dist/icons/components/car-icons/QuarryExcavator.js +26 -24
- package/dist/icons/components/car-icons/Scooter.js +30 -28
- package/dist/icons/components/car-icons/Sedan.js +32 -30
- package/dist/icons/components/car-icons/Snowmobile.js +39 -37
- package/dist/icons/components/car-icons/TankerTruck.js +39 -37
- package/dist/icons/components/car-icons/TelescopicLoader.js +32 -30
- package/dist/icons/components/car-icons/TheLift.js +37 -35
- package/dist/icons/components/car-icons/TowTruck.js +32 -30
- package/dist/icons/components/car-icons/Tractor.js +32 -30
- package/dist/icons/components/car-icons/TractorTruck.js +39 -37
- package/dist/icons/components/car-icons/Trailerr.js +23 -21
- package/dist/icons/components/car-icons/TrailersCarCarrier.js +41 -39
- package/dist/icons/components/car-icons/TrailersCattleTruck.js +32 -30
- package/dist/icons/components/car-icons/TrailersContainerShip.js +40 -38
- package/dist/icons/components/car-icons/TrailersCurtainSide.js +39 -37
- package/dist/icons/components/car-icons/TrailersDumpTruck.js +39 -37
- package/dist/icons/components/car-icons/TrailersGrainTruck.js +39 -37
- package/dist/icons/components/car-icons/TrailersHeavyTruck.js +39 -37
- package/dist/icons/components/car-icons/TrailersIsothermal.js +39 -37
- package/dist/icons/components/car-icons/TrailersOther.js +39 -37
- package/dist/icons/components/car-icons/TrailersTankerTruck.js +39 -37
- package/dist/icons/components/car-icons/TruckCrane.js +41 -39
- package/dist/icons/components/car-icons/Universal.js +32 -30
- package/dist/icons/components/car-icons/Van.js +23 -21
- package/dist/icons/components/car-icons/Ycles.js +42 -40
- package/dist/icons/components/car-parameters-icons/Acceleration.js +32 -30
- package/dist/icons/components/car-parameters-icons/Berths.js +37 -35
- package/dist/icons/components/car-parameters-icons/Bucket.js +21 -19
- package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.js +23 -21
- package/dist/icons/components/car-parameters-icons/BucketVolume.js +30 -28
- package/dist/icons/components/car-parameters-icons/CabinTurn.js +32 -30
- package/dist/icons/components/car-parameters-icons/CarBodySize.js +32 -30
- package/dist/icons/components/car-parameters-icons/CarBodyType.js +23 -21
- package/dist/icons/components/car-parameters-icons/CarColor.js +32 -30
- package/dist/icons/components/car-parameters-icons/Cylinders.js +35 -33
- package/dist/icons/components/car-parameters-icons/Dimensions.js +32 -30
- package/dist/icons/components/car-parameters-icons/EngineType.js +21 -19
- package/dist/icons/components/car-parameters-icons/FuelConsumption.js +21 -19
- package/dist/icons/components/car-parameters-icons/GearType.js +24 -22
- package/dist/icons/components/car-parameters-icons/LiftingHeight.js +21 -19
- package/dist/icons/components/car-parameters-icons/LoadingCapacity.js +23 -21
- package/dist/icons/components/car-parameters-icons/NumberOfAxes.js +23 -21
- package/dist/icons/components/car-parameters-icons/NumberOfSeats.js +21 -19
- package/dist/icons/components/car-parameters-icons/TrailerType.js +30 -28
- package/dist/icons/components/car-parameters-icons/UnloadingType.js +30 -28
- package/dist/icons/components/car-parameters-icons/Weight.js +34 -32
- package/dist/icons/components/car-parameters-icons/WheelDriveType.js +30 -28
- package/dist/icons/components/car-parameters-icons/WheelSheme.js +32 -30
- package/dist/icons/components/cars-stubus/Bike.js +23 -21
- package/dist/icons/components/cars-stubus/Car.js +23 -21
- package/dist/icons/components/cars-stubus/Equipment.js +23 -21
- package/dist/icons/components/cars-stubus/Truck.js +23 -21
- package/dist/icons/components/index.js +579 -579
- package/dist/icons/index.js +2 -2
- package/dist/index-CweZ_OcN.js +65 -0
- package/dist/index-FDVpKRvA.js +2010 -0
- package/dist/index.js +158 -158
- package/dist/keyboard-B256ZoM-.js +745 -0
- package/dist/label-P7Xsi5N7.js +172 -0
- package/dist/open-closed-CbXq00et.js +93 -0
- package/dist/styles.module-B9L4B63y.js +40 -0
- package/dist/use-active-press-B6yeSopF.js +31 -0
- package/dist/use-by-comparator-BUO78DGe.js +16 -0
- package/dist/use-resolve-button-type-B6LE6gU3.js +19 -0
- package/dist/utils/UUID4.js +4 -4
- package/dist/utils/formating/Date.js +27 -19
- package/dist/utils/formating/FileSize.js +12 -9
- package/dist/utils/formating/Month.js +5 -4
- package/dist/utils/formating/Numbers.js +5 -5
- package/dist/utils/index.js +14 -14
- package/dist/variant.module-BinTBzAV.js +15 -0
- package/package.json +1 -1
- package/dist/Input-BQldEv37.js +0 -198
- package/dist/ProgressBar-C0dC7o7N.js +0 -55
- package/dist/bugs-diTMAGNw.js +0 -18
- package/dist/field-FJ34aSs4.js +0 -12
- package/dist/focus-management-XwV-9qkO.js +0 -77
- package/dist/hidden-DbgtYPOH.js +0 -13
- package/dist/index-DIxK0V-G.js +0 -44
- package/dist/index-DzVMAmli.js +0 -1431
- package/dist/keyboard-B0lm_zyn.js +0 -573
- package/dist/label-y3ANLTNC.js +0 -171
- package/dist/open-closed-Cy6VDfYc.js +0 -93
- package/dist/styles.module-CaPkyXYQ.js +0 -25
- package/dist/use-active-press-86hajhdd.js +0 -31
- package/dist/use-by-comparator-CVuf9KBq.js +0 -16
- package/dist/use-resolve-button-type-BAxjHhds.js +0 -19
- package/dist/variant.module-BXn4N1h0.js +0 -12
@@ -1,89 +1,120 @@
|
|
1
|
-
import { jsx
|
2
|
-
import { useRef
|
3
|
-
import { c as
|
4
|
-
import { formating
|
5
|
-
import { Button
|
6
|
-
function
|
7
|
-
date
|
8
|
-
onChangeValue
|
9
|
-
before
|
10
|
-
onType
|
1
|
+
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
2
|
+
import { useRef, useState, useEffect } from "react";
|
3
|
+
import { c as cls } from "../../styles.module-B9L4B63y.js";
|
4
|
+
import { formating } from "../../utils/index.js";
|
5
|
+
import { Button } from "../Button/Button.js";
|
6
|
+
function YearPickerModal({
|
7
|
+
date,
|
8
|
+
onChangeValue,
|
9
|
+
before,
|
10
|
+
onType
|
11
11
|
}) {
|
12
|
-
const
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
12
|
+
const field = useRef(null);
|
13
|
+
const _current = new Date(date);
|
14
|
+
const _selecte = new Date(date);
|
15
|
+
const current = {
|
16
|
+
y: _current.getFullYear(),
|
17
|
+
d: _current.getDate(),
|
18
|
+
m: _current.getMonth() + 1
|
19
|
+
};
|
20
|
+
const selecte = {
|
21
|
+
y: _selecte.getFullYear(),
|
22
|
+
d: _selecte.getDate(),
|
23
|
+
m: _selecte.getMonth() + 1
|
24
|
+
};
|
25
|
+
const [year, setYear] = useState(selecte.y);
|
26
|
+
const blockWidth = 368;
|
27
|
+
const firstYears = year - 7;
|
28
|
+
const years = Array.from(Array(15).keys()).map((i) => i + firstYears);
|
29
|
+
useEffect(() => {
|
30
|
+
var _a, _b, _c, _d;
|
31
|
+
const windowHeight = window.innerHeight;
|
32
|
+
const windowWidth = window.innerWidth;
|
33
|
+
if (field.current !== null) {
|
34
|
+
const inputWidth = ((_b = (_a = field == null ? void 0 : field.current) == null ? void 0 : _a.parentElement) == null ? void 0 : _b.offsetWidth) || 0;
|
35
|
+
const inputHeight = (_d = (_c = field == null ? void 0 : field.current) == null ? void 0 : _c.parentElement) == null ? void 0 : _d.offsetHeight;
|
36
|
+
const inputPosition = field.current.getBoundingClientRect();
|
37
|
+
const calendarSize = field.current.offsetHeight;
|
38
|
+
if (windowHeight < inputPosition.y + calendarSize) {
|
39
|
+
field.current.style.top = -calendarSize + "px";
|
40
|
+
} else {
|
41
|
+
field.current.style.top = inputHeight + "px";
|
42
|
+
}
|
43
|
+
if (windowWidth < inputPosition.x + blockWidth) {
|
44
|
+
field.current.style.left = inputWidth - blockWidth + "px";
|
45
|
+
}
|
46
|
+
field.current.style.opacity = "1";
|
27
47
|
}
|
28
48
|
}, []);
|
29
|
-
const
|
30
|
-
|
31
|
-
}
|
32
|
-
|
33
|
-
|
34
|
-
|
49
|
+
const next = () => {
|
50
|
+
setYear(year + 15);
|
51
|
+
};
|
52
|
+
const prev = () => {
|
53
|
+
setYear(year - 15);
|
54
|
+
};
|
55
|
+
const isBefore = (activeDate) => {
|
56
|
+
if (before) {
|
57
|
+
const beforeDate = before.getTime();
|
58
|
+
if (beforeDate > activeDate) return true;
|
59
|
+
}
|
60
|
+
return false;
|
61
|
+
};
|
62
|
+
const send = (searchDate) => {
|
63
|
+
if (isBefore(
|
35
64
|
(/* @__PURE__ */ new Date(
|
36
|
-
`${
|
65
|
+
`${searchDate}-${formating.Number(2, selecte.m)}-${formating.Number(2, selecte.d)}`
|
37
66
|
)).getTime()
|
38
|
-
)
|
67
|
+
))
|
68
|
+
return;
|
69
|
+
onChangeValue(
|
39
70
|
/* @__PURE__ */ new Date(
|
40
|
-
`${
|
71
|
+
`${searchDate}-${formating.Number(2, selecte.m)}-${formating.Number(2, selecte.d)}`
|
41
72
|
)
|
42
73
|
);
|
43
74
|
};
|
44
|
-
return /* @__PURE__ */
|
45
|
-
/* @__PURE__ */
|
46
|
-
/* @__PURE__ */
|
47
|
-
|
75
|
+
return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs("div", { className: [cls["calendar-block"]].join(" "), ref: field, children: [
|
76
|
+
/* @__PURE__ */ jsxs("div", { className: cls["h"], children: [
|
77
|
+
/* @__PURE__ */ jsx(
|
78
|
+
Button,
|
48
79
|
{
|
49
|
-
isIconButton:
|
80
|
+
isIconButton: true,
|
50
81
|
iconName: "DropdownArrowLeft16px",
|
51
|
-
onClick:
|
82
|
+
onClick: prev,
|
52
83
|
variant: "secondary-gray",
|
53
84
|
size: "l"
|
54
85
|
}
|
55
86
|
),
|
56
|
-
/* @__PURE__ */
|
57
|
-
/* @__PURE__ */
|
58
|
-
|
87
|
+
/* @__PURE__ */ jsx("div", { onClick: () => onType == null ? void 0 : onType("years"), className: cls["d"] }),
|
88
|
+
/* @__PURE__ */ jsx(
|
89
|
+
Button,
|
59
90
|
{
|
60
|
-
isIconButton:
|
91
|
+
isIconButton: true,
|
61
92
|
iconName: "DropdownArrowRight16px",
|
62
|
-
onClick:
|
93
|
+
onClick: next,
|
63
94
|
variant: "secondary-gray",
|
64
95
|
size: "l"
|
65
96
|
}
|
66
97
|
)
|
67
98
|
] }),
|
68
|
-
/* @__PURE__ */
|
99
|
+
/* @__PURE__ */ jsx("div", { className: cls["monthGrid"], "data-testid": "year-picker", children: years.map((i, s) => /* @__PURE__ */ jsx(
|
69
100
|
"div",
|
70
101
|
{
|
71
|
-
className:
|
72
|
-
(/* @__PURE__ */ new Date(`${
|
73
|
-
) ?
|
74
|
-
children: /* @__PURE__ */
|
102
|
+
className: isBefore(
|
103
|
+
(/* @__PURE__ */ new Date(`${i}-${formating.Number(2, current.m)}`)).getTime()
|
104
|
+
) ? cls["m"] : cls["a"],
|
105
|
+
children: /* @__PURE__ */ jsx(
|
75
106
|
"b",
|
76
107
|
{
|
77
|
-
className:
|
78
|
-
onClick: () =>
|
79
|
-
children:
|
108
|
+
className: current.y === i ? cls["current"] : "",
|
109
|
+
onClick: () => send(i),
|
110
|
+
children: i
|
80
111
|
}
|
81
112
|
)
|
82
113
|
},
|
83
|
-
|
114
|
+
s
|
84
115
|
)) })
|
85
116
|
] }) });
|
86
117
|
}
|
87
118
|
export {
|
88
|
-
|
119
|
+
YearPickerModal
|
89
120
|
};
|
@@ -1,5 +1,11 @@
|
|
1
|
-
var
|
2
|
-
|
1
|
+
var EDatePickerBeforeDate = /* @__PURE__ */ ((EDatePickerBeforeDate2) => {
|
2
|
+
EDatePickerBeforeDate2["CurrentDate1"] = "2024-08-01";
|
3
|
+
EDatePickerBeforeDate2["CurrentDate2"] = "2024-07-01";
|
4
|
+
EDatePickerBeforeDate2["CurrentDate3"] = "2024-07-11";
|
5
|
+
return EDatePickerBeforeDate2;
|
6
|
+
})(EDatePickerBeforeDate || {});
|
7
|
+
const week = ["пн", "вт", "ср", "чт", "пт", "сб", "вс"];
|
8
|
+
const months = [
|
3
9
|
"Январь",
|
4
10
|
"Февраль",
|
5
11
|
"Март",
|
@@ -13,10 +19,15 @@ const u = ["пн", "вт", "ср", "чт", "пт", "сб", "вс"], C = [
|
|
13
19
|
"Ноябрь",
|
14
20
|
"Декабрь"
|
15
21
|
];
|
16
|
-
var
|
22
|
+
var EDatePickerValue = /* @__PURE__ */ ((EDatePickerValue2) => {
|
23
|
+
EDatePickerValue2["CurrentDate1"] = "";
|
24
|
+
EDatePickerValue2["CurrentDate"] = "20240510";
|
25
|
+
EDatePickerValue2["CurrentDate3"] = "2024-09-10";
|
26
|
+
return EDatePickerValue2;
|
27
|
+
})(EDatePickerValue || {});
|
17
28
|
export {
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
29
|
+
EDatePickerBeforeDate,
|
30
|
+
EDatePickerValue,
|
31
|
+
months,
|
32
|
+
week
|
22
33
|
};
|
@@ -1,8 +1,16 @@
|
|
1
|
-
const
|
2
|
-
|
3
|
-
|
1
|
+
const YEAR_OFFSET = 20;
|
2
|
+
const CENTURY = 100;
|
3
|
+
const formatDatePart = (value, max) => {
|
4
|
+
const num = parseInt(value);
|
5
|
+
return num > max ? max.toString() : value;
|
6
|
+
};
|
7
|
+
const getFullYear = (year) => {
|
8
|
+
const currentYear = (/* @__PURE__ */ new Date()).getFullYear();
|
9
|
+
const currentCentury = Math.floor(currentYear / CENTURY) * CENTURY;
|
10
|
+
const fullYear = parseInt(year) + currentCentury;
|
11
|
+
return fullYear > currentYear + YEAR_OFFSET ? fullYear - CENTURY : fullYear;
|
4
12
|
};
|
5
13
|
export {
|
6
|
-
|
7
|
-
|
14
|
+
formatDatePart,
|
15
|
+
getFullYear
|
8
16
|
};
|
@@ -1,123 +1,165 @@
|
|
1
|
-
import { jsxs
|
2
|
-
import { c as
|
3
|
-
import { useState
|
4
|
-
import { EDrawerPosition
|
5
|
-
import { useMediaQuery
|
6
|
-
import { EMediaQuery
|
7
|
-
import { useLockBodyScroll
|
8
|
-
import { useResizeObserver
|
9
|
-
import { Button
|
10
|
-
import { EButtonVariantDefault
|
11
|
-
import { Loader
|
12
|
-
import { Portal
|
13
|
-
import '../../assets/Drawer.css';const
|
14
|
-
|
15
|
-
|
1
|
+
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
2
|
+
import { c as classNames } from "../../index-CweZ_OcN.js";
|
3
|
+
import { useState, useRef, useCallback, useEffect } from "react";
|
4
|
+
import { EDrawerPosition } from "./constants.js";
|
5
|
+
import { useMediaQuery } from "../../hooks/useMediaQuery/useMediaQuery.js";
|
6
|
+
import { EMediaQuery } from "../../hooks/useMediaQuery/constants.js";
|
7
|
+
import { useLockBodyScroll } from "../../hooks/useLockBodyScroll/useLockBodyScroll.js";
|
8
|
+
import { useResizeObserver } from "../../hooks/useResizeObserver/useResizeObserver.js";
|
9
|
+
import { Button } from "../Button/Button.js";
|
10
|
+
import { EButtonVariantDefault, EButtonSize } from "../Button/constants.js";
|
11
|
+
import { Loader } from "../Loader/Loader.js";
|
12
|
+
import { Portal } from "../Portal/Portal.js";
|
13
|
+
import '../../assets/Drawer.css';const drawer = "_drawer_1xs4d_3";
|
14
|
+
const content = "_content_1xs4d_27";
|
15
|
+
const header = "_header_1xs4d_45";
|
16
|
+
const title = "_title_1xs4d_59";
|
17
|
+
const space = "_space_1xs4d_73";
|
18
|
+
const inner = "_inner_1xs4d_84";
|
19
|
+
const button = "_button_1xs4d_87";
|
20
|
+
const footer = "_footer_1xs4d_92";
|
21
|
+
const left = "_left_1xs4d_105";
|
22
|
+
const right = "_right_1xs4d_109";
|
23
|
+
const full = "_full_1xs4d_113";
|
24
|
+
const bottom = "_bottom_1xs4d_123";
|
25
|
+
const opened = "_opened_1xs4d_140";
|
26
|
+
const overlay = "_overlay_1xs4d_196";
|
27
|
+
const unmount = "_unmount_1xs4d_212";
|
28
|
+
const cls = {
|
29
|
+
drawer,
|
30
|
+
content,
|
16
31
|
"is-loading": "_is-loading_1xs4d_41",
|
17
|
-
header
|
32
|
+
header,
|
18
33
|
"sticky-header": "_sticky-header_1xs4d_53",
|
19
|
-
title
|
20
|
-
space
|
21
|
-
inner
|
22
|
-
button
|
23
|
-
footer
|
34
|
+
title,
|
35
|
+
space,
|
36
|
+
inner,
|
37
|
+
button,
|
38
|
+
footer,
|
24
39
|
"footer-button": "_footer-button_1xs4d_101",
|
25
|
-
left
|
26
|
-
right
|
27
|
-
full
|
28
|
-
bottom
|
40
|
+
left,
|
41
|
+
right,
|
42
|
+
full,
|
43
|
+
bottom,
|
29
44
|
"full-bottom-height": "_full-bottom-height_1xs4d_134",
|
30
|
-
opened
|
45
|
+
opened,
|
31
46
|
"is-closing": "_is-closing_1xs4d_159",
|
32
|
-
overlay
|
33
|
-
unmount
|
34
|
-
}
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
47
|
+
overlay,
|
48
|
+
unmount
|
49
|
+
};
|
50
|
+
const ANIMATION_DELAY = 300;
|
51
|
+
const Drawer = ({
|
52
|
+
isOpen,
|
53
|
+
onClose,
|
54
|
+
title: title2,
|
55
|
+
className,
|
56
|
+
unmount: unmount2 = true,
|
57
|
+
isLoading = false,
|
58
|
+
stickyHeader,
|
59
|
+
fullBottomHeight = false,
|
60
|
+
position = EDrawerPosition.RIGHT,
|
61
|
+
paddingRight = 8,
|
62
|
+
footer: footer2,
|
63
|
+
children,
|
64
|
+
classNameInner,
|
65
|
+
classNameFooter
|
49
66
|
}) => {
|
50
|
-
const [
|
51
|
-
|
67
|
+
const [isClosing, setIsClosing] = useState(false);
|
68
|
+
const [isMounted, setIsMounted] = useState(false);
|
69
|
+
const [isBodyScrollLocked, setIsBodyScrollLocked] = useState(false);
|
70
|
+
const timerRef = useRef();
|
71
|
+
const isMobile = useMediaQuery(EMediaQuery.XS1);
|
72
|
+
const { ref } = useResizeObserver({
|
73
|
+
enabled: position === EDrawerPosition.BOTTOM
|
52
74
|
});
|
53
|
-
|
54
|
-
on:
|
55
|
-
paddingRight
|
75
|
+
useLockBodyScroll({
|
76
|
+
on: isBodyScrollLocked,
|
77
|
+
paddingRight
|
56
78
|
});
|
57
|
-
const
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
79
|
+
const handleClose = useCallback(() => {
|
80
|
+
if (onClose) {
|
81
|
+
setIsClosing(true);
|
82
|
+
setIsBodyScrollLocked(false);
|
83
|
+
timerRef.current = setTimeout(() => {
|
84
|
+
onClose();
|
85
|
+
setIsClosing(false);
|
86
|
+
}, ANIMATION_DELAY);
|
87
|
+
}
|
88
|
+
}, [onClose]);
|
89
|
+
const handleKeyDown = useCallback(
|
90
|
+
(event) => {
|
91
|
+
if (event.key === "Escape") {
|
92
|
+
handleClose();
|
93
|
+
}
|
64
94
|
},
|
65
|
-
[
|
95
|
+
[handleClose]
|
66
96
|
);
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
97
|
+
useEffect(() => {
|
98
|
+
if (isOpen) {
|
99
|
+
setIsBodyScrollLocked(true);
|
100
|
+
setIsMounted(true);
|
101
|
+
window.addEventListener("keydown", handleKeyDown);
|
102
|
+
}
|
103
|
+
return () => {
|
104
|
+
setIsMounted(false);
|
105
|
+
clearTimeout(timerRef.current);
|
106
|
+
window.removeEventListener("keydown", handleKeyDown);
|
107
|
+
};
|
108
|
+
}, [isOpen, handleKeyDown]);
|
109
|
+
const mods = {
|
110
|
+
[cls.opened]: isMounted,
|
111
|
+
[cls["is-closing"]]: isClosing,
|
112
|
+
[cls["full-bottom-height"]]: fullBottomHeight,
|
113
|
+
[cls["is-loading"]]: isLoading
|
75
114
|
};
|
76
|
-
|
77
|
-
|
115
|
+
if (!isOpen && unmount2) {
|
116
|
+
return null;
|
117
|
+
}
|
118
|
+
return /* @__PURE__ */ jsxs(Portal, { children: [
|
119
|
+
/* @__PURE__ */ jsx(
|
78
120
|
"div",
|
79
121
|
{
|
80
|
-
"aria-hidden": !
|
122
|
+
"aria-hidden": !isOpen,
|
81
123
|
role: "dialog",
|
82
|
-
className:
|
83
|
-
children: /* @__PURE__ */
|
124
|
+
className: classNames(cls.drawer, cls[position], mods, className),
|
125
|
+
children: /* @__PURE__ */ jsx(
|
84
126
|
"section",
|
85
127
|
{
|
86
|
-
ref
|
87
|
-
className:
|
88
|
-
[
|
128
|
+
ref,
|
129
|
+
className: classNames(cls.content, cls[position], {
|
130
|
+
[cls["is-loading"]]: Boolean(isLoading)
|
89
131
|
}),
|
90
|
-
children:
|
91
|
-
/* @__PURE__ */
|
132
|
+
children: isLoading ? /* @__PURE__ */ jsx(Loader, {}) : /* @__PURE__ */ jsxs(Fragment, { children: [
|
133
|
+
/* @__PURE__ */ jsxs(
|
92
134
|
"header",
|
93
135
|
{
|
94
|
-
className:
|
95
|
-
[
|
136
|
+
className: classNames(cls.header, {
|
137
|
+
[cls["sticky-header"]]: stickyHeader
|
96
138
|
}),
|
97
139
|
children: [
|
98
|
-
/* @__PURE__ */
|
99
|
-
/* @__PURE__ */
|
100
|
-
|
140
|
+
/* @__PURE__ */ jsx("h2", { className: cls.title, children: title2 }),
|
141
|
+
/* @__PURE__ */ jsx("div", { className: cls.space, children: /* @__PURE__ */ jsx(
|
142
|
+
Button,
|
101
143
|
{
|
102
|
-
variant:
|
103
|
-
isIconButton:
|
104
|
-
size:
|
144
|
+
variant: EButtonVariantDefault.SecondaryWhite,
|
145
|
+
isIconButton: true,
|
146
|
+
size: isMobile ? EButtonSize.S : EButtonSize.M,
|
105
147
|
iconName: "Close16px",
|
106
|
-
onClick:
|
107
|
-
className:
|
148
|
+
onClick: handleClose,
|
149
|
+
className: cls.button
|
108
150
|
}
|
109
151
|
) })
|
110
152
|
]
|
111
153
|
}
|
112
154
|
),
|
113
|
-
/* @__PURE__ */
|
114
|
-
/* @__PURE__ */
|
115
|
-
|
155
|
+
/* @__PURE__ */ jsx("div", { className: classNames(cls.inner, classNameInner), children }),
|
156
|
+
/* @__PURE__ */ jsx("footer", { className: classNames(cls.footer, classNameFooter), children: typeof footer2 === "function" ? footer2({ handleClose }) : footer2 || /* @__PURE__ */ jsx(
|
157
|
+
Button,
|
116
158
|
{
|
117
|
-
size:
|
118
|
-
full:
|
119
|
-
onClick:
|
120
|
-
className:
|
159
|
+
size: isMobile ? EButtonSize.M : EButtonSize.XXL,
|
160
|
+
full: isMobile,
|
161
|
+
onClick: handleClose,
|
162
|
+
className: cls["footer-button"],
|
121
163
|
children: "Закрыть"
|
122
164
|
}
|
123
165
|
) })
|
@@ -126,21 +168,21 @@ import '../../assets/Drawer.css';const V = "_drawer_1xs4d_3", W = "_content_1xs4
|
|
126
168
|
)
|
127
169
|
}
|
128
170
|
),
|
129
|
-
/* @__PURE__ */
|
171
|
+
/* @__PURE__ */ jsx(
|
130
172
|
"div",
|
131
173
|
{
|
132
|
-
className:
|
133
|
-
|
174
|
+
className: classNames(
|
175
|
+
cls.overlay,
|
134
176
|
{
|
135
|
-
[
|
177
|
+
[cls.unmount]: !unmount2
|
136
178
|
},
|
137
|
-
|
179
|
+
mods
|
138
180
|
),
|
139
|
-
onClick:
|
181
|
+
onClick: handleClose
|
140
182
|
}
|
141
183
|
)
|
142
184
|
] });
|
143
185
|
};
|
144
186
|
export {
|
145
|
-
|
187
|
+
Drawer
|
146
188
|
};
|
@@ -1,4 +1,10 @@
|
|
1
|
-
var
|
1
|
+
var EDrawerPosition = /* @__PURE__ */ ((EDrawerPosition2) => {
|
2
|
+
EDrawerPosition2["LEFT"] = "left";
|
3
|
+
EDrawerPosition2["RIGHT"] = "right";
|
4
|
+
EDrawerPosition2["BOTTOM"] = "bottom";
|
5
|
+
EDrawerPosition2["FULL"] = "full";
|
6
|
+
return EDrawerPosition2;
|
7
|
+
})(EDrawerPosition || {});
|
2
8
|
export {
|
3
|
-
|
9
|
+
EDrawerPosition
|
4
10
|
};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { Drawer
|
2
|
-
import { EDrawerPosition
|
1
|
+
import { Drawer } from "./Drawer.js";
|
2
|
+
import { EDrawerPosition } from "./constants.js";
|
3
3
|
export {
|
4
|
-
|
5
|
-
|
4
|
+
Drawer,
|
5
|
+
EDrawerPosition
|
6
6
|
};
|