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