mimir-ui-kit 1.33.2 → 1.34.1-t
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Input-BvgVl6YE.cjs +1 -0
- package/dist/ProgressBar-BXdFkqKe.cjs +1 -0
- package/dist/assets/Accordion.css +1 -1
- package/dist/assets/AccordionItem.css +1 -1
- 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 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/InputPassword.css +1 -1
- package/dist/assets/InputRangeSlider.css +1 -1
- 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/SkeletonText.css +1 -1
- package/dist/assets/Slider.css +1 -1
- package/dist/assets/Switcher.css +1 -1
- 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 -1
- 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/bugs-DZGwFW78.cjs +1 -0
- package/dist/components/Accordion/Accordion.js +1 -284
- package/dist/components/Accordion/AccordionItem/AccordionItem.js +1 -16
- package/dist/components/Accordion/AccordionItem/index.js +1 -4
- package/dist/components/Accordion/constants.js +1 -38
- package/dist/components/Accordion/index.js +1 -8
- package/dist/components/AnchorLink/Link.js +1 -63
- package/dist/components/AnchorLink/constants.js +1 -16
- package/dist/components/AnchorLink/index.js +1 -7
- package/dist/components/Avatar/Avatar.js +1 -62
- package/dist/components/Avatar/constants.js +1 -9
- package/dist/components/Avatar/index.js +1 -6
- package/dist/components/Button/Button.js +1 -107
- package/dist/components/Button/constants.js +1 -54
- package/dist/components/Button/index.js +1 -11
- package/dist/components/CheckboxMimir/CheckboxMimir.js +1 -71
- package/dist/components/CheckboxMimir/index.js +1 -4
- package/dist/components/Chip/Chip.js +1 -56
- package/dist/components/Chip/constants.js +1 -19
- package/dist/components/Chip/index.js +1 -7
- package/dist/components/DatePicker/DatePicker.js +1 -195
- package/dist/components/DatePicker/DatePickerModal.js +1 -203
- package/dist/components/DatePicker/MonthPickerModal.js +1 -131
- package/dist/components/DatePicker/YearPickerModal.js +1 -120
- package/dist/components/DatePicker/constants.js +1 -33
- package/dist/components/DatePicker/index.js +1 -4
- package/dist/components/DatePicker/utils.js +1 -16
- package/dist/components/Drawer/Drawer.js +1 -188
- package/dist/components/Drawer/constants.js +1 -10
- package/dist/components/Drawer/index.js +1 -6
- package/dist/components/GosZnak/GosZnak.js +1 -76
- package/dist/components/GosZnak/constants.js +1 -17
- package/dist/components/GosZnak/index.js +1 -7
- package/dist/components/Image/Image.js +1 -76
- package/dist/components/Image/index.js +1 -4
- package/dist/components/Input/Input.d.ts +5 -1
- package/dist/components/Input/Input.js +1 -11
- package/dist/components/Input/constants.d.ts +5 -3
- package/dist/components/Input/constants.js +1 -18
- package/dist/components/Input/index.d.ts +2 -2
- package/dist/components/Input/index.js +1 -7
- package/dist/components/Input/types.d.ts +2 -6
- package/dist/components/InputPassword/InputPassword.js +1 -63
- package/dist/components/InputPassword/index.js +1 -4
- package/dist/components/InputPhoneNumber/InputPhoneNumber.js +1 -38
- package/dist/components/InputPhoneNumber/index.js +1 -7
- package/dist/components/InputPhoneNumber/utils.js +1 -26
- package/dist/components/InputRangeSlider/InputRangeSlider.js +1 -219
- package/dist/components/InputRangeSlider/constants.js +1 -18
- package/dist/components/InputRangeSlider/index.js +1 -7
- package/dist/components/ListFiles/ListFiles.js +1 -47
- package/dist/components/ListFiles/constants.js +1 -33
- package/dist/components/ListFiles/index.js +1 -4
- package/dist/components/ListPhotos/ListPhotos.js +1 -37
- package/dist/components/ListPhotos/constants.js +1 -21
- package/dist/components/ListPhotos/index.js +1 -4
- package/dist/components/Loader/Loader.js +1 -18
- package/dist/components/Loader/index.js +1 -4
- package/dist/components/MergedButton/MergedButton.js +1 -53
- package/dist/components/MergedButton/constants.js +1 -9
- package/dist/components/MergedButton/index.js +1 -6
- package/dist/components/NotificationBadge/NotificationBadge.js +1 -38
- package/dist/components/NotificationBadge/constants.js +1 -8
- package/dist/components/NotificationBadge/index.js +1 -6
- package/dist/components/OtpInput/OtpInput.js +1 -70
- package/dist/components/OtpInput/constants.js +1 -8
- package/dist/components/OtpInput/hooks.js +1 -139
- package/dist/components/OtpInput/index.js +1 -4
- package/dist/components/Pagination/Pagination.d.ts +1 -3
- package/dist/components/Pagination/Pagination.js +1 -220
- package/dist/components/Pagination/constants.js +1 -6
- package/dist/components/Pagination/index.js +1 -4
- package/dist/components/Portal/Portal.js +1 -10
- package/dist/components/Portal/index.js +1 -4
- package/dist/components/RadioGroup/RadioGroup.js +1 -191
- package/dist/components/RadioGroup/index.js +1 -4
- package/dist/components/SelectSearch/SelectSearch.js +2 -3972
- package/dist/components/SelectSearch/constants.js +1 -8
- package/dist/components/SelectSearch/index.js +1 -6
- package/dist/components/Skeleton/SkeletonBrick/SkeletonBrick.js +1 -34
- package/dist/components/Skeleton/SkeletonCircle/SkeletonCircle.js +1 -31
- package/dist/components/Skeleton/SkeletonText/SkeletonText.js +1 -49
- package/dist/components/Skeleton/constants.js +1 -9
- package/dist/components/Skeleton/index.js +1 -10
- package/dist/components/Slider/Slider.d.ts +1 -4
- package/dist/components/Slider/Slider.js +1 -421
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.js +1 -4
- package/dist/components/Steps/Steps.js +1 -168
- package/dist/components/Steps/constants.js +1 -93
- package/dist/components/Steps/index.js +1 -7
- package/dist/components/Switcher/Switcher.js +1 -118
- package/dist/components/Switcher/constants.js +1 -8
- package/dist/components/Switcher/index.js +1 -6
- package/dist/components/TabTrail/TabButtons/TabButtons.js +1 -29
- package/dist/components/TabTrail/TabButtons/constants.js +1 -14
- package/dist/components/TabTrail/TabButtons/index.js +1 -4
- package/dist/components/TabTrail/TabTrail.js +1 -299
- package/dist/components/TabTrail/constants.js +1 -8
- package/dist/components/TabTrail/index.js +1 -6
- package/dist/components/Tag/Tag.js +1 -54
- package/dist/components/Tag/constants.js +1 -15
- package/dist/components/Tag/index.js +1 -7
- package/dist/components/TextArea/TextArea.js +1 -229
- package/dist/components/TextArea/hooks.js +1 -17
- package/dist/components/TextArea/index.js +1 -4
- package/dist/components/Timer/Timer.js +1 -27
- package/dist/components/Timer/index.js +1 -4
- package/dist/components/Toasts/ProgressBar.js +1 -8
- package/dist/components/Toasts/Toast.js +1 -73
- package/dist/components/Toasts/ToastList.js +1 -50
- package/dist/components/Toasts/ToastsProvider.js +1 -46
- package/dist/components/Toasts/constants.js +1 -49
- package/dist/components/Toasts/hooks.js +1 -16
- package/dist/components/Toasts/index.js +1 -9
- package/dist/components/Toasts/store.js +1 -50
- package/dist/components/TwinSwitcher/TwinSwitcher.js +1 -65
- package/dist/components/TwinSwitcher/index.js +1 -4
- package/dist/components/UniversalUploader/UniversalUploader.js +1 -106
- package/dist/components/UniversalUploader/constants.js +1 -18
- package/dist/components/UniversalUploader/index.js +1 -6
- package/dist/components/Uploader/Uploader.js +1 -124
- package/dist/components/Uploader/constants.js +1 -40
- package/dist/components/Uploader/index.js +1 -6
- package/dist/components/UploaderFiles/UploaderFiles.js +1 -68
- package/dist/components/UploaderFiles/index.js +1 -4
- package/dist/components/UploaderPhotos/UploaderPhotos.js +1 -71
- package/dist/components/UploaderPhotos/index.js +1 -4
- package/dist/components/Vote/Vote.js +1 -119
- package/dist/components/Vote/constants.js +1 -15
- package/dist/components/Vote/index.js +1 -6
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +1 -136
- package/dist/field-CKsOVzLu.cjs +1 -0
- package/dist/focus-management-Csjh_HIo.cjs +1 -0
- package/dist/hidden-D9zgqFYI.cjs +1 -0
- package/dist/hooks/index.js +1 -19
- package/dist/hooks/useClickOutside/index.js +1 -4
- package/dist/hooks/useClickOutside/useClickOutside.js +1 -25
- package/dist/hooks/useCopyToClipboard/index.js +1 -4
- package/dist/hooks/useCopyToClipboard/useCopyToClipboard.js +1 -23
- package/dist/hooks/useInterval/index.js +1 -4
- package/dist/hooks/useInterval/useInterval.js +1 -17
- package/dist/hooks/useLockBodyScroll/index.js +1 -4
- package/dist/hooks/useLockBodyScroll/useLockBodyScroll.js +1 -20
- package/dist/hooks/useMediaQuery/constants.js +1 -26
- package/dist/hooks/useMediaQuery/index.js +1 -7
- package/dist/hooks/useMediaQuery/useMediaQuery.js +1 -19
- package/dist/hooks/useMergeRefs/index.js +1 -4
- package/dist/hooks/useMergeRefs/useMergeRefs.js +1 -28
- package/dist/hooks/useResizeObserver/getElement.js +1 -18
- package/dist/hooks/useResizeObserver/index.js +1 -4
- package/dist/hooks/useResizeObserver/useResizeObserver.js +1 -49
- package/dist/hooks/useTimer/index.js +1 -90
- package/dist/hooks/useTimer/useTimer.js +1 -87
- package/dist/hooks/useTimer/utils.js +1 -88
- package/dist/hooks/useWindowSize/index.js +1 -26
- package/dist/icons/Icon.js +1 -13
- package/dist/icons/components/12px/Close12px.js +1 -18
- package/dist/icons/components/12px/MessageRead12px.js +1 -37
- package/dist/icons/components/16px/Accept16px.js +1 -27
- package/dist/icons/components/16px/Acts16px.js +1 -40
- package/dist/icons/components/16px/Acts16pxF.js +1 -35
- package/dist/icons/components/16px/AdditionalServicess16px.js +1 -33
- package/dist/icons/components/16px/AdditionalServicess16pxF.js +1 -22
- package/dist/icons/components/16px/Agents16px.js +1 -24
- package/dist/icons/components/16px/Agents16pxF.js +1 -22
- package/dist/icons/components/16px/Alarm16px.js +1 -25
- package/dist/icons/components/16px/ArrowDown16px.js +1 -24
- package/dist/icons/components/16px/ArrowLeft16px.js +1 -24
- package/dist/icons/components/16px/ArrowRight16px.js +1 -24
- package/dist/icons/components/16px/ArrowUp16px.js +1 -24
- package/dist/icons/components/16px/ArrowUpright16px.js +1 -24
- package/dist/icons/components/16px/AttachFile16px.js +1 -24
- package/dist/icons/components/16px/Bell16px.js +1 -44
- package/dist/icons/components/16px/Bell16pxF.js +1 -34
- package/dist/icons/components/16px/Calculator16px.js +1 -24
- package/dist/icons/components/16px/CalculatorLkk16px.js +1 -35
- package/dist/icons/components/16px/CalculatorLkk16pxF.js +1 -24
- package/dist/icons/components/16px/Calendar16px.js +1 -24
- package/dist/icons/components/16px/Camera16px.js +1 -36
- package/dist/icons/components/16px/Car16px.js +1 -35
- package/dist/icons/components/16px/Car16pxF.js +1 -24
- package/dist/icons/components/16px/Catalog16px.js +1 -24
- package/dist/icons/components/16px/Certs16px.js +1 -33
- package/dist/icons/components/16px/Certs16pxF.js +1 -33
- package/dist/icons/components/16px/Change16px.js +1 -22
- package/dist/icons/components/16px/Chat16px.js +1 -33
- package/dist/icons/components/16px/Chat16pxF.js +1 -24
- package/dist/icons/components/16px/Chatbot16px.js +1 -264
- package/dist/icons/components/16px/Close16px.js +1 -24
- package/dist/icons/components/16px/CloseFloatMenuArrow16px.js +1 -22
- package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.js +1 -22
- package/dist/icons/components/16px/Coin16px.js +1 -35
- package/dist/icons/components/16px/Coin16pxF.js +1 -42
- package/dist/icons/components/16px/Contracts16px.js +1 -35
- package/dist/icons/components/16px/Contracts16pxF.js +1 -33
- package/dist/icons/components/16px/CopyClipboard16px.js +1 -27
- package/dist/icons/components/16px/Done16px.js +1 -24
- package/dist/icons/components/16px/Download16px.js +1 -31
- package/dist/icons/components/16px/DragHandle16px.js +1 -22
- package/dist/icons/components/16px/DragHandleHorizontal16px.js +1 -22
- package/dist/icons/components/16px/DragHandleVertical16px.js +1 -22
- package/dist/icons/components/16px/DropdownArrowBottom16px.js +1 -24
- package/dist/icons/components/16px/DropdownArrowLeft16px.js +1 -24
- package/dist/icons/components/16px/DropdownArrowRight16px.js +1 -24
- package/dist/icons/components/16px/DropdownArrowUp16px.js +1 -24
- package/dist/icons/components/16px/Dzen16px.js +1 -22
- package/dist/icons/components/16px/Euro16px.js +1 -25
- package/dist/icons/components/16px/Eye16px.js +1 -35
- package/dist/icons/components/16px/Failure16px.js +1 -27
- package/dist/icons/components/16px/Favorite16px.js +1 -24
- package/dist/icons/components/16px/Favorite16pxF.js +1 -22
- package/dist/icons/components/16px/Filter16px.js +1 -24
- package/dist/icons/components/16px/Flag16pxF.js +1 -16
- package/dist/icons/components/16px/Folder16px.js +1 -24
- package/dist/icons/components/16px/Fullscreen16px.js +1 -24
- package/dist/icons/components/16px/Galery16px.js +1 -27
- package/dist/icons/components/16px/Gear16px.js +1 -35
- package/dist/icons/components/16px/Gift16px.js +1 -33
- package/dist/icons/components/16px/Hint16px.js +1 -25
- package/dist/icons/components/16px/Home16px.js +1 -33
- package/dist/icons/components/16px/Home16pxF.js +1 -24
- package/dist/icons/components/16px/Hot16pxF.js +1 -22
- package/dist/icons/components/16px/Kebab16px.js +1 -16
- package/dist/icons/components/16px/List16px.js +1 -22
- package/dist/icons/components/16px/Location16px.js +1 -35
- package/dist/icons/components/16px/Map16px.js +1 -24
- package/dist/icons/components/16px/Menu16px.js +1 -22
- package/dist/icons/components/16px/MenuMobile16px.js +1 -24
- package/dist/icons/components/16px/Minus16px.js +1 -16
- package/dist/icons/components/16px/Navigation16px.js +1 -24
- package/dist/icons/components/16px/News16px.js +1 -33
- package/dist/icons/components/16px/News16pxF.js +1 -24
- package/dist/icons/components/16px/Number16px.js +1 -33
- package/dist/icons/components/16px/OpenFloatMenuArrow16px.js +1 -22
- package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.js +1 -22
- package/dist/icons/components/16px/Orders16px.js +1 -33
- package/dist/icons/components/16px/Orders16pxF.js +1 -27
- package/dist/icons/components/16px/Pause16px.js +1 -16
- package/dist/icons/components/16px/Pen16px.js +1 -35
- package/dist/icons/components/16px/Pen16pxF.js +1 -24
- package/dist/icons/components/16px/Phone16px.js +1 -24
- package/dist/icons/components/16px/Play16pxF.js +1 -22
- package/dist/icons/components/16px/Plus16px.js +1 -24
- package/dist/icons/components/16px/Pound16px.js +1 -25
- package/dist/icons/components/16px/PriceDown16px.js +1 -35
- package/dist/icons/components/16px/PriceUp16px.js +1 -35
- package/dist/icons/components/16px/Question16px.js +1 -24
- package/dist/icons/components/16px/Question16pxF.js +1 -24
- package/dist/icons/components/16px/Rutube16px.js +1 -22
- package/dist/icons/components/16px/Scan16px.js +1 -22
- package/dist/icons/components/16px/Search16px.js +1 -24
- package/dist/icons/components/16px/Share16pxF.js +1 -22
- package/dist/icons/components/16px/ShopingCard16px.js +1 -24
- package/dist/icons/components/16px/Sort16px.js +1 -24
- package/dist/icons/components/16px/Star16px.js +1 -24
- package/dist/icons/components/16px/Star16pxF.js +1 -22
- package/dist/icons/components/16px/StarHalf16pxF.js +1 -24
- package/dist/icons/components/16px/Telegram16pxF.js +1 -22
- package/dist/icons/components/16px/TelegramPlane16pxF.js +1 -22
- package/dist/icons/components/16px/Timer16px.js +1 -40
- package/dist/icons/components/16px/Trash16px.js +1 -24
- package/dist/icons/components/16px/TwinArrowLeft16px.js +1 -22
- package/dist/icons/components/16px/TwinArrowRight16px.js +1 -22
- package/dist/icons/components/16px/USDollar16px.js +1 -25
- package/dist/icons/components/16px/Umbrella16px.js +1 -24
- package/dist/icons/components/16px/Umbrella16pxF.js +1 -22
- package/dist/icons/components/16px/UnionIcon16px.js +1 -24
- package/dist/icons/components/16px/User16px.js +1 -33
- package/dist/icons/components/16px/User16pxF.js +1 -22
- package/dist/icons/components/16px/Users16px.js +1 -33
- package/dist/icons/components/16px/Users16pxF.js +1 -22
- package/dist/icons/components/16px/VK16pxF.js +1 -24
- package/dist/icons/components/16px/Waiting16px.js +1 -24
- package/dist/icons/components/16px/Whatsapp16px.js +1 -33
- package/dist/icons/components/16px/WriteUs16px.js +1 -27
- package/dist/icons/components/16px/Youtube16pxF.js +1 -22
- package/dist/icons/components/16px/Yuan16px.js +1 -25
- package/dist/icons/components/24px/Accept24px.js +1 -29
- package/dist/icons/components/24px/Acts24px.js +1 -41
- package/dist/icons/components/24px/Acts24pxF.js +1 -34
- package/dist/icons/components/24px/AdditionalServicess24px.js +1 -34
- package/dist/icons/components/24px/AdditionalServicess24pxF.js +1 -23
- package/dist/icons/components/24px/Agents24px.js +1 -25
- package/dist/icons/components/24px/Agents24pxF.js +1 -32
- package/dist/icons/components/24px/Alarm24px.js +1 -26
- package/dist/icons/components/24px/ArrowDown24px.js +1 -25
- package/dist/icons/components/24px/ArrowLeft24px.js +1 -25
- package/dist/icons/components/24px/ArrowRight24px.js +1 -25
- package/dist/icons/components/24px/ArrowUp24px.js +1 -25
- package/dist/icons/components/24px/ArrowUpright24px.js +1 -25
- package/dist/icons/components/24px/AttachFile24px.js +1 -25
- package/dist/icons/components/24px/Bell24px.js +1 -45
- package/dist/icons/components/24px/Bell24pxF.js +1 -28
- package/dist/icons/components/24px/Calculator24px.js +1 -25
- package/dist/icons/components/24px/CalculatorLkk24px.js +1 -34
- package/dist/icons/components/24px/CalculatorLkk24pxF.js +1 -25
- package/dist/icons/components/24px/Calendar24px.js +1 -25
- package/dist/icons/components/24px/Camera24px.js +1 -25
- package/dist/icons/components/24px/Car24px.js +1 -36
- package/dist/icons/components/24px/Car24pxF.js +1 -34
- package/dist/icons/components/24px/Catalog24px.js +1 -25
- package/dist/icons/components/24px/Certs24px.js +1 -34
- package/dist/icons/components/24px/Certs24pxF.js +1 -34
- package/dist/icons/components/24px/Change24px.js +1 -25
- package/dist/icons/components/24px/Chat24px.js +1 -30
- package/dist/icons/components/24px/Chat24pxF.js +1 -25
- package/dist/icons/components/24px/Chatbot24px.js +1 -265
- package/dist/icons/components/24px/Close24px.js +1 -25
- package/dist/icons/components/24px/CloseFloatMenuArrow24px.js +1 -25
- package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.js +1 -23
- package/dist/icons/components/24px/Coin24px.js +1 -26
- package/dist/icons/components/24px/Coin24pxF.js +1 -43
- package/dist/icons/components/24px/Contracts24px.js +1 -36
- package/dist/icons/components/24px/Contracts24pxF.js +1 -34
- package/dist/icons/components/24px/CopyClipboard24px.js +1 -28
- package/dist/icons/components/24px/Done24px.js +1 -25
- package/dist/icons/components/24px/Download24px.js +1 -32
- package/dist/icons/components/24px/DragHandle24px.js +1 -23
- package/dist/icons/components/24px/DragHandleHorizontal24px.js +1 -23
- package/dist/icons/components/24px/DragHandleVertical24px.js +1 -23
- package/dist/icons/components/24px/DropdownArrowDown24px.js +1 -25
- package/dist/icons/components/24px/DropdownArrowLeft24px.js +1 -25
- package/dist/icons/components/24px/DropdownArrowRight24px.js +1 -25
- package/dist/icons/components/24px/DropdownArrowUp24px.js +1 -25
- package/dist/icons/components/24px/Dzen24px.js +1 -23
- package/dist/icons/components/24px/Euro24px.js +1 -26
- package/dist/icons/components/24px/Eye24px.js +1 -36
- package/dist/icons/components/24px/Failure24px.js +1 -28
- package/dist/icons/components/24px/Favorite24px.js +1 -25
- package/dist/icons/components/24px/Favorite24pxF.js +1 -23
- package/dist/icons/components/24px/Filter24px.js +1 -23
- package/dist/icons/components/24px/Flag24pxF.js +1 -17
- package/dist/icons/components/24px/Folder24px.js +1 -25
- package/dist/icons/components/24px/Fullscreen24px.js +1 -25
- package/dist/icons/components/24px/Galery24px.js +1 -28
- package/dist/icons/components/24px/Gear24px.js +1 -36
- package/dist/icons/components/24px/Gift24px.js +1 -25
- package/dist/icons/components/24px/Hint24px.js +1 -28
- package/dist/icons/components/24px/Home24px.js +1 -36
- package/dist/icons/components/24px/Home24pxF.js +1 -25
- package/dist/icons/components/24px/Hot24pxF.js +1 -23
- package/dist/icons/components/24px/Improvements24px.js +1 -43
- package/dist/icons/components/24px/Improvements24pxF.js +1 -37
- package/dist/icons/components/24px/Kebab24px.js +1 -23
- package/dist/icons/components/24px/List24px.js +1 -23
- package/dist/icons/components/24px/Location24px.js +1 -36
- package/dist/icons/components/24px/Map24px.js +1 -25
- package/dist/icons/components/24px/Menu24px.js +1 -23
- package/dist/icons/components/24px/MenuMobile24px.js +1 -25
- package/dist/icons/components/24px/Minus24px.js +1 -25
- package/dist/icons/components/24px/Navigation24px.js +1 -25
- package/dist/icons/components/24px/News24px.js +1 -34
- package/dist/icons/components/24px/News24pxF.js +1 -25
- package/dist/icons/components/24px/Number24px.js +1 -34
- package/dist/icons/components/24px/OpenFloatMenuArrow24px.js +1 -23
- package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.js +1 -25
- package/dist/icons/components/24px/Orders24px.js +1 -34
- package/dist/icons/components/24px/Orders24pxF.js +1 -28
- package/dist/icons/components/24px/Pause24px.js +1 -17
- package/dist/icons/components/24px/Pen24px.js +1 -36
- package/dist/icons/components/24px/Pen24pxF.js +1 -25
- package/dist/icons/components/24px/Phone24px.js +1 -25
- package/dist/icons/components/24px/Play24px.js +1 -23
- package/dist/icons/components/24px/Plus24px.js +1 -25
- package/dist/icons/components/24px/Pound24px.js +1 -26
- package/dist/icons/components/24px/PriceDown24px.js +1 -34
- package/dist/icons/components/24px/PriceUp24px.js +1 -34
- package/dist/icons/components/24px/Question24px.js +1 -34
- package/dist/icons/components/24px/Question24pxF.js +1 -25
- package/dist/icons/components/24px/Rutube24px.js +1 -23
- package/dist/icons/components/24px/Scan24px.js +1 -23
- package/dist/icons/components/24px/Search24px.js +1 -25
- package/dist/icons/components/24px/Share24pxF.js +1 -23
- package/dist/icons/components/24px/ShopingCard24px.js +1 -25
- package/dist/icons/components/24px/Sort24px.js +1 -23
- package/dist/icons/components/24px/Star24px.js +1 -25
- package/dist/icons/components/24px/Star24pxF.js +1 -23
- package/dist/icons/components/24px/StarHalf24pxF.js +1 -25
- package/dist/icons/components/24px/Telegram24pxF.js +1 -23
- package/dist/icons/components/24px/TelegramPlane24pxF.js +1 -23
- package/dist/icons/components/24px/Timer24px.js +1 -41
- package/dist/icons/components/24px/Trash24px.js +1 -45
- package/dist/icons/components/24px/TwinArrowLeft24px.js +1 -23
- package/dist/icons/components/24px/TwinArrowRight24px.js +1 -25
- package/dist/icons/components/24px/USDollar24px.js +1 -26
- package/dist/icons/components/24px/Umbrella24px.js +1 -25
- package/dist/icons/components/24px/Umbrella24pxF.js +1 -23
- package/dist/icons/components/24px/UnionIcon24px.js +1 -25
- package/dist/icons/components/24px/User24px.js +1 -34
- package/dist/icons/components/24px/User24pxF.js +1 -23
- package/dist/icons/components/24px/Users24px.js +1 -25
- package/dist/icons/components/24px/Users24pxF.js +1 -32
- package/dist/icons/components/24px/VK24pxF.js +1 -25
- package/dist/icons/components/24px/Waiting24px.js +1 -25
- package/dist/icons/components/24px/Whatsapp24px.js +1 -34
- package/dist/icons/components/24px/WriteUs24px.js +1 -28
- package/dist/icons/components/24px/Youtube24pxF.js +1 -23
- package/dist/icons/components/24px/Yuan24px.js +1 -26
- package/dist/icons/components/32px/Accept32px.js +1 -28
- package/dist/icons/components/32px/Acts32px.js +1 -41
- package/dist/icons/components/32px/AdditionalServicess32px.js +1 -25
- package/dist/icons/components/32px/AdditionalServicess32pxF.js +1 -23
- package/dist/icons/components/32px/Agents32px.js +1 -37
- package/dist/icons/components/32px/Alarm32px.js +1 -26
- package/dist/icons/components/32px/ArrowDown32px.js +1 -25
- package/dist/icons/components/32px/ArrowLeft32px.js +1 -25
- package/dist/icons/components/32px/ArrowRight32px.js +1 -25
- package/dist/icons/components/32px/ArrowUp32px.js +1 -25
- package/dist/icons/components/32px/ArrowUpright32px.js +1 -25
- package/dist/icons/components/32px/AttachFile32px.js +1 -25
- package/dist/icons/components/32px/Bell32px.js +1 -45
- package/dist/icons/components/32px/Bell32pxF.js +1 -28
- package/dist/icons/components/32px/Calculator32px.js +1 -25
- package/dist/icons/components/32px/CalculatorLkk32px.js +1 -34
- package/dist/icons/components/32px/CalculatorLkk32pxF.js +1 -25
- package/dist/icons/components/32px/Calendar32px.js +1 -25
- package/dist/icons/components/32px/Camera32px.js +1 -37
- package/dist/icons/components/32px/Car32px.js +1 -36
- package/dist/icons/components/32px/Car32pxF.js +1 -28
- package/dist/icons/components/32px/Catalog32px.js +1 -25
- package/dist/icons/components/32px/Certs32px.js +1 -34
- package/dist/icons/components/32px/Certs32pxF.js +1 -34
- package/dist/icons/components/32px/Change32px.js +1 -25
- package/dist/icons/components/32px/Chat32px.js +1 -34
- package/dist/icons/components/32px/Chat32pxF.js +1 -25
- package/dist/icons/components/32px/Chatbot32px.js +1 -265
- package/dist/icons/components/32px/Close32px.js +1 -25
- package/dist/icons/components/32px/CloseFloatMenuArrow32px.js +1 -23
- package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.js +1 -23
- package/dist/icons/components/32px/Coin32px.js +1 -36
- package/dist/icons/components/32px/Coin32pxF.js +1 -34
- package/dist/icons/components/32px/Contracts32px.js +1 -36
- package/dist/icons/components/32px/Contracts32pxF.js +1 -34
- package/dist/icons/components/32px/CopyClipboard32px.js +1 -34
- package/dist/icons/components/32px/Done32px.js +1 -25
- package/dist/icons/components/32px/Download32px.js +1 -32
- package/dist/icons/components/32px/DragHandle32px.js +1 -23
- package/dist/icons/components/32px/DragHandleHorizontal32px.js +1 -23
- package/dist/icons/components/32px/DragHandleVertical32px.js +1 -23
- package/dist/icons/components/32px/DropdownArrowDown32px.js +1 -25
- package/dist/icons/components/32px/DropdownArrowLeft32px.js +1 -25
- package/dist/icons/components/32px/DropdownArrowRight32px.js +1 -25
- package/dist/icons/components/32px/DropdownArrowUp32px.js +1 -17
- package/dist/icons/components/32px/Dzen32px.js +1 -23
- package/dist/icons/components/32px/Euro32px.js +1 -26
- package/dist/icons/components/32px/Eye32px.js +1 -36
- package/dist/icons/components/32px/Failure32px.js +1 -28
- package/dist/icons/components/32px/Favorite32px.js +1 -25
- package/dist/icons/components/32px/Favorite32pxF.js +1 -23
- package/dist/icons/components/32px/Filter32px.js +1 -23
- package/dist/icons/components/32px/Flag32pxF.js +1 -17
- package/dist/icons/components/32px/Folder32px.js +1 -25
- package/dist/icons/components/32px/Fullscreen32px.js +1 -25
- package/dist/icons/components/32px/Galery32px.js +1 -28
- package/dist/icons/components/32px/Gear32px.js +1 -36
- package/dist/icons/components/32px/Gift32px.js +1 -25
- package/dist/icons/components/32px/Hint32px.js +1 -28
- package/dist/icons/components/32px/Home32px.js +1 -28
- package/dist/icons/components/32px/Home32pxF.js +1 -25
- package/dist/icons/components/32px/Hot32pxF.js +1 -23
- package/dist/icons/components/32px/Kebab32px.js +1 -17
- package/dist/icons/components/32px/List32px.js +1 -23
- package/dist/icons/components/32px/Location32px.js +1 -36
- package/dist/icons/components/32px/Map32px.js +1 -25
- package/dist/icons/components/32px/Menu32px.js +1 -23
- package/dist/icons/components/32px/MenuMobile32px.js +1 -25
- package/dist/icons/components/32px/Minus32px.js +1 -25
- package/dist/icons/components/32px/Navigation32px.js +1 -25
- package/dist/icons/components/32px/News32px.js +1 -34
- package/dist/icons/components/32px/News32pxF.js +1 -25
- package/dist/icons/components/32px/Number32px.js +1 -34
- package/dist/icons/components/32px/OpenFloatMenuArrow32px.js +1 -23
- package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.js +1 -25
- package/dist/icons/components/32px/Orders32px.js +1 -43
- package/dist/icons/components/32px/Orders32pxF.js +1 -34
- package/dist/icons/components/32px/Pause32px.js +1 -17
- package/dist/icons/components/32px/Pen32px.js +1 -24
- package/dist/icons/components/32px/Pen32pxF.js +1 -25
- package/dist/icons/components/32px/PersonalManager32px.js +1 -112
- package/dist/icons/components/32px/Phone32px.js +1 -23
- package/dist/icons/components/32px/Play32px.js +1 -23
- package/dist/icons/components/32px/Plus32px.js +1 -25
- package/dist/icons/components/32px/Pound32px.js +1 -26
- package/dist/icons/components/32px/PriceDown32px.js +1 -45
- package/dist/icons/components/32px/PriceUp32px.js +1 -36
- package/dist/icons/components/32px/Question32px.js +1 -34
- package/dist/icons/components/32px/Question32pxF.js +1 -25
- package/dist/icons/components/32px/Rutube32px.js +1 -23
- package/dist/icons/components/32px/Scan32px.js +1 -23
- package/dist/icons/components/32px/Search32px.js +1 -25
- package/dist/icons/components/32px/Share32pxF.js +1 -23
- package/dist/icons/components/32px/ShopimgCard32px.js +1 -25
- package/dist/icons/components/32px/Sort32px.js +1 -23
- package/dist/icons/components/32px/Star32px.js +1 -25
- package/dist/icons/components/32px/Star32pxF.js +1 -23
- package/dist/icons/components/32px/StarHalf32pxF.js +1 -25
- package/dist/icons/components/32px/Telegram32pxF.js +1 -23
- package/dist/icons/components/32px/TelegramPlane32pxF.js +1 -23
- package/dist/icons/components/32px/Timer32px.js +1 -35
- package/dist/icons/components/32px/Trash32px.js +1 -45
- package/dist/icons/components/32px/TwinArrowLeft32px.js +1 -23
- package/dist/icons/components/32px/TwinArrowRight32px.js +1 -23
- package/dist/icons/components/32px/USDollar32px.js +1 -26
- package/dist/icons/components/32px/Umbrella32px.js +1 -25
- package/dist/icons/components/32px/Umbrella32pxF.js +1 -25
- package/dist/icons/components/32px/UnionIcon32px.js +1 -25
- package/dist/icons/components/32px/User32px.js +1 -34
- package/dist/icons/components/32px/User32pxF.js +1 -23
- package/dist/icons/components/32px/Users32px.js +1 -25
- package/dist/icons/components/32px/Users32pxF.js +1 -26
- package/dist/icons/components/32px/VK32pxF.js +1 -25
- package/dist/icons/components/32px/Waiting32px.js +1 -25
- package/dist/icons/components/32px/Whatsapp32px.js +1 -34
- package/dist/icons/components/32px/WriteUs32px.js +1 -28
- package/dist/icons/components/32px/Youtube32pxF.js +1 -23
- package/dist/icons/components/32px/Yuan32px.js +1 -26
- package/dist/icons/components/Mans.js +1 -21
- package/dist/icons/components/Step.js +1 -22
- package/dist/icons/components/StepXL.js +1 -32
- package/dist/icons/components/auto-logo/ACE.js +1 -23
- package/dist/icons/components/auto-logo/Alim.js +1 -25
- package/dist/icons/components/auto-logo/Amur.js +1 -25
- package/dist/icons/components/auto-logo/Ankai.js +1 -25
- package/dist/icons/components/auto-logo/ArrowLength.js +1 -23
- package/dist/icons/components/auto-logo/Audi.js +1 -22
- package/dist/icons/components/auto-logo/BMW.js +1 -43
- package/dist/icons/components/auto-logo/BRP.js +1 -34
- package/dist/icons/components/auto-logo/Bomag.js +1 -34
- package/dist/icons/components/auto-logo/Case.js +1 -25
- package/dist/icons/components/auto-logo/Caterpillar.js +1 -39
- package/dist/icons/components/auto-logo/ChMZAP.js +1 -48
- package/dist/icons/components/auto-logo/ChTZ.js +1 -34
- package/dist/icons/components/auto-logo/Changan.js +1 -23
- package/dist/icons/components/auto-logo/Cherry.js +1 -34
- package/dist/icons/components/auto-logo/Citroen.js +1 -25
- package/dist/icons/components/auto-logo/DaewooFull.js +1 -60
- package/dist/icons/components/auto-logo/DaewooSymbol.js +1 -53
- package/dist/icons/components/auto-logo/Daf.js +1 -25
- package/dist/icons/components/auto-logo/Dayun.js +1 -25
- package/dist/icons/components/auto-logo/DongFeng.js +1 -25
- package/dist/icons/components/auto-logo/Ducati.js +1 -34
- package/dist/icons/components/auto-logo/Exeed.js +1 -34
- package/dist/icons/components/auto-logo/Faw.js +1 -36
- package/dist/icons/components/auto-logo/Fenix.js +1 -116
- package/dist/icons/components/auto-logo/Fiat.js +1 -39
- package/dist/icons/components/auto-logo/Ford.js +1 -43
- package/dist/icons/components/auto-logo/Foton.js +1 -34
- package/dist/icons/components/auto-logo/Gac.js +1 -23
- package/dist/icons/components/auto-logo/Gaz.js +1 -61
- package/dist/icons/components/auto-logo/Geely.js +1 -27
- package/dist/icons/components/auto-logo/Genesis.js +1 -32
- package/dist/icons/components/auto-logo/Gitte.js +1 -25
- package/dist/icons/components/auto-logo/Grunwald.js +1 -25
- package/dist/icons/components/auto-logo/HartungFull.js +1 -34
- package/dist/icons/components/auto-logo/HartungSymbol.js +1 -34
- package/dist/icons/components/auto-logo/Haval.js +1 -25
- package/dist/icons/components/auto-logo/Higer.js +1 -25
- package/dist/icons/components/auto-logo/Hitachi.js +1 -23
- package/dist/icons/components/auto-logo/Honda.js +1 -39
- package/dist/icons/components/auto-logo/Hongqi.js +1 -32
- package/dist/icons/components/auto-logo/Hongyan.js +1 -25
- package/dist/icons/components/auto-logo/Howo.js +1 -48
- package/dist/icons/components/auto-logo/Hyundai.js +1 -25
- package/dist/icons/components/auto-logo/Infiniti.js +1 -23
- package/dist/icons/components/auto-logo/Isuzu.js +1 -25
- package/dist/icons/components/auto-logo/Iveco.js +1 -25
- package/dist/icons/components/auto-logo/JCB.js +1 -34
- package/dist/icons/components/auto-logo/Jac.js +1 -23
- package/dist/icons/components/auto-logo/Juterborg.js +1 -59
- package/dist/icons/components/auto-logo/KIA.js +1 -25
- package/dist/icons/components/auto-logo/Kaiyi.js +1 -25
- package/dist/icons/components/auto-logo/Kamaz.js +1 -37
- package/dist/icons/components/auto-logo/Kassbohrer.js +1 -25
- package/dist/icons/components/auto-logo/Komatsu.js +1 -23
- package/dist/icons/components/auto-logo/Ktm.js +1 -23
- package/dist/icons/components/auto-logo/LCCE.js +1 -39
- package/dist/icons/components/auto-logo/Lada.js +1 -25
- package/dist/icons/components/auto-logo/Lexus.js +1 -25
- package/dist/icons/components/auto-logo/LiuGong.js +1 -32
- package/dist/icons/components/auto-logo/Lonking.js +1 -32
- package/dist/icons/components/auto-logo/Lovol.js +1 -23
- package/dist/icons/components/auto-logo/MTZBelarus.js +1 -36
- package/dist/icons/components/auto-logo/Man.js +1 -23
- package/dist/icons/components/auto-logo/Maz.js +1 -34
- package/dist/icons/components/auto-logo/MercedesBenz.js +1 -25
- package/dist/icons/components/auto-logo/Meusburger.js +1 -25
- package/dist/icons/components/auto-logo/Mitsubishi.js +1 -23
- package/dist/icons/components/auto-logo/NefAZ.js +1 -32
- package/dist/icons/components/auto-logo/NursanTrailer.js +1 -23
- package/dist/icons/components/auto-logo/Omoda.js +1 -39
- package/dist/icons/components/auto-logo/PSATss.js +1 -39
- package/dist/icons/components/auto-logo/Paz.js +1 -25
- package/dist/icons/components/auto-logo/Peugeot.js +1 -23
- package/dist/icons/components/auto-logo/Raskat.js +1 -39
- package/dist/icons/components/auto-logo/Renault.js +1 -32
- package/dist/icons/components/auto-logo/RussianCarsEmblem.js +1 -34
- package/dist/icons/components/auto-logo/RussianCarsKremlin.js +1 -43
- package/dist/icons/components/auto-logo/Sany.js +1 -52
- package/dist/icons/components/auto-logo/Scania.js +1 -59
- package/dist/icons/components/auto-logo/Schmitz.js +1 -25
- package/dist/icons/components/auto-logo/Shacman.js +1 -32
- package/dist/icons/components/auto-logo/Shantui.js +1 -23
- package/dist/icons/components/auto-logo/Sinanli.js +1 -73
- package/dist/icons/components/auto-logo/Sitrak.js +1 -36
- package/dist/icons/components/auto-logo/SobolIztechmash.js +1 -62
- package/dist/icons/components/auto-logo/Sokol.js +1 -23
- package/dist/icons/components/auto-logo/Sollers.js +1 -25
- package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.js +1 -23
- package/dist/icons/components/auto-logo/Tonar.js +1 -25
- package/dist/icons/components/auto-logo/Toyota.js +1 -23
- package/dist/icons/components/auto-logo/Trekol.js +1 -36
- package/dist/icons/components/auto-logo/UAT.js +1 -23
- package/dist/icons/components/auto-logo/Uaz.js +1 -72
- package/dist/icons/components/auto-logo/Ural.js +1 -23
- package/dist/icons/components/auto-logo/VIS.js +1 -23
- package/dist/icons/components/auto-logo/VKR.js +1 -34
- package/dist/icons/components/auto-logo/Volkswagen.js +1 -25
- package/dist/icons/components/auto-logo/Volvo.js +1 -23
- package/dist/icons/components/auto-logo/Wielton.js +1 -23
- package/dist/icons/components/auto-logo/XCMG.js +1 -39
- package/dist/icons/components/auto-logo/Yutong.js +1 -74
- package/dist/icons/components/auto-logo/Zoomlion.js +1 -23
- package/dist/icons/components/car-icons/AllMetal.js +1 -34
- package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.js +1 -34
- package/dist/icons/components/car-icons/AsphaltPaver.js +1 -37
- package/dist/icons/components/car-icons/Autotower.js +1 -34
- package/dist/icons/components/car-icons/Awning.js +1 -35
- package/dist/icons/components/car-icons/BackhoeLoader.js +1 -41
- package/dist/icons/components/car-icons/Buggy.js +1 -34
- package/dist/icons/components/car-icons/Bulldozer.js +1 -36
- package/dist/icons/components/car-icons/Bus.js +1 -25
- package/dist/icons/components/car-icons/BusBus.js +1 -34
- package/dist/icons/components/car-icons/BusMinibus.js +1 -34
- package/dist/icons/components/car-icons/BusShiftBuses.js +1 -44
- package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.js +1 -41
- package/dist/icons/components/car-icons/CargoAutotower.js +1 -34
- package/dist/icons/components/car-icons/CargoAwning.js +1 -41
- package/dist/icons/components/car-icons/CargoConcreteMixerTruck.js +1 -41
- package/dist/icons/components/car-icons/CargoDrillingRig.js +1 -34
- package/dist/icons/components/car-icons/CargoDumpTruck.js +1 -41
- package/dist/icons/components/car-icons/CargoGarbageTruck.js +1 -41
- package/dist/icons/components/car-icons/CargoGrainCarrier.js +1 -41
- package/dist/icons/components/car-icons/CargoIsothermal.js +1 -41
- package/dist/icons/components/car-icons/CargoOnBoard.js +1 -41
- package/dist/icons/components/car-icons/CargoOnBoardWithCmu.js +1 -41
- package/dist/icons/components/car-icons/CargoPromotionalItem.js +1 -41
- package/dist/icons/components/car-icons/CargoSortingTruck.js +1 -41
- package/dist/icons/components/car-icons/CargoTankerTruck.js +1 -41
- package/dist/icons/components/car-icons/CargoTowTruck.js +1 -34
- package/dist/icons/components/car-icons/CargoTruckCrane.js +1 -43
- package/dist/icons/components/car-icons/CargoVacuumMachine.js +1 -34
- package/dist/icons/components/car-icons/Clearance.js +1 -25
- package/dist/icons/components/car-icons/CombineHarvester.js +1 -41
- package/dist/icons/components/car-icons/Compartment.js +1 -34
- package/dist/icons/components/car-icons/ConcreteMixerTruck.js +1 -41
- package/dist/icons/components/car-icons/ConcretePump.js +1 -42
- package/dist/icons/components/car-icons/Crossover.js +1 -34
- package/dist/icons/components/car-icons/DrillingRigg.js +1 -34
- package/dist/icons/components/car-icons/DumpTruck.js +1 -41
- package/dist/icons/components/car-icons/Excavator.js +1 -25
- package/dist/icons/components/car-icons/ForestPreparationEquipment.js +1 -41
- package/dist/icons/components/car-icons/ForkliftTruck.js +1 -34
- package/dist/icons/components/car-icons/FrontLoader.js +1 -41
- package/dist/icons/components/car-icons/Hatchback.js +1 -34
- package/dist/icons/components/car-icons/IceRink.js +1 -36
- package/dist/icons/components/car-icons/Isothermal.js +1 -41
- package/dist/icons/components/car-icons/Liftback.js +1 -25
- package/dist/icons/components/car-icons/MiniEscalator.js +1 -43
- package/dist/icons/components/car-icons/MiniLoader.js +1 -34
- package/dist/icons/components/car-icons/MiningDumpTruck.js +1 -41
- package/dist/icons/components/car-icons/Minitractor.js +1 -34
- package/dist/icons/components/car-icons/Minivan.js +1 -34
- package/dist/icons/components/car-icons/MotorGrader.js +1 -34
- package/dist/icons/components/car-icons/MotorVehiclesBike.js +1 -26
- package/dist/icons/components/car-icons/MotorVehiclesQuadBike.js +1 -32
- package/dist/icons/components/car-icons/OffRoadVehicle.js +1 -34
- package/dist/icons/components/car-icons/OnBoard.js +1 -41
- package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.js +1 -41
- package/dist/icons/components/car-icons/OnBoardWithCmu.js +1 -41
- package/dist/icons/components/car-icons/OtherAgriculturalMachinery.js +1 -50
- package/dist/icons/components/car-icons/OtherCareerTechniques.js +1 -41
- package/dist/icons/components/car-icons/Pickup.js +1 -25
- package/dist/icons/components/car-icons/PickupTruck.js +1 -34
- package/dist/icons/components/car-icons/PilingInstallation.js +1 -36
- package/dist/icons/components/car-icons/PromotionalItem.js +1 -41
- package/dist/icons/components/car-icons/PublicUtilityVehicle.js +1 -48
- package/dist/icons/components/car-icons/QuarryExcavator.js +1 -28
- package/dist/icons/components/car-icons/Scooter.js +1 -32
- package/dist/icons/components/car-icons/Sedan.js +1 -34
- package/dist/icons/components/car-icons/Snowmobile.js +1 -41
- package/dist/icons/components/car-icons/TankerTruck.js +1 -41
- package/dist/icons/components/car-icons/TelescopicLoader.js +1 -34
- package/dist/icons/components/car-icons/TheLift.js +1 -39
- package/dist/icons/components/car-icons/TowTruck.js +1 -34
- package/dist/icons/components/car-icons/Tractor.js +1 -34
- package/dist/icons/components/car-icons/TractorTruck.js +1 -41
- package/dist/icons/components/car-icons/Trailerr.js +1 -25
- package/dist/icons/components/car-icons/TrailersCarCarrier.js +1 -43
- package/dist/icons/components/car-icons/TrailersCattleTruck.js +1 -34
- package/dist/icons/components/car-icons/TrailersContainerShip.js +1 -42
- package/dist/icons/components/car-icons/TrailersCurtainSide.js +1 -41
- package/dist/icons/components/car-icons/TrailersDumpTruck.js +1 -41
- package/dist/icons/components/car-icons/TrailersGrainTruck.js +1 -41
- package/dist/icons/components/car-icons/TrailersHeavyTruck.js +1 -41
- package/dist/icons/components/car-icons/TrailersIsothermal.js +1 -41
- package/dist/icons/components/car-icons/TrailersOther.js +1 -41
- package/dist/icons/components/car-icons/TrailersTankerTruck.js +1 -41
- package/dist/icons/components/car-icons/TruckCrane.js +1 -43
- package/dist/icons/components/car-icons/Universal.js +1 -34
- package/dist/icons/components/car-icons/Van.js +1 -25
- package/dist/icons/components/car-icons/Ycles.js +1 -44
- package/dist/icons/components/car-parameters-icons/Acceleration.js +1 -34
- package/dist/icons/components/car-parameters-icons/Berths.js +1 -39
- package/dist/icons/components/car-parameters-icons/Bucket.js +1 -23
- package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.js +1 -25
- package/dist/icons/components/car-parameters-icons/BucketVolume.js +1 -32
- package/dist/icons/components/car-parameters-icons/CabinTurn.js +1 -34
- package/dist/icons/components/car-parameters-icons/CarBodySize.js +1 -34
- package/dist/icons/components/car-parameters-icons/CarBodyType.js +1 -25
- package/dist/icons/components/car-parameters-icons/CarColor.js +1 -34
- package/dist/icons/components/car-parameters-icons/Cylinders.js +1 -37
- package/dist/icons/components/car-parameters-icons/Dimensions.js +1 -34
- package/dist/icons/components/car-parameters-icons/EngineType.js +1 -23
- package/dist/icons/components/car-parameters-icons/FuelConsumption.js +1 -23
- package/dist/icons/components/car-parameters-icons/GearType.js +1 -26
- package/dist/icons/components/car-parameters-icons/LiftingHeight.js +1 -23
- package/dist/icons/components/car-parameters-icons/LoadingCapacity.js +1 -25
- package/dist/icons/components/car-parameters-icons/NumberOfAxes.js +1 -25
- package/dist/icons/components/car-parameters-icons/NumberOfSeats.js +1 -23
- package/dist/icons/components/car-parameters-icons/TrailerType.js +1 -32
- package/dist/icons/components/car-parameters-icons/UnloadingType.js +1 -32
- package/dist/icons/components/car-parameters-icons/Weight.js +1 -36
- package/dist/icons/components/car-parameters-icons/WheelDriveType.js +1 -32
- package/dist/icons/components/car-parameters-icons/WheelSheme.js +1 -34
- package/dist/icons/components/cars-stubus/Bike.js +1 -25
- package/dist/icons/components/cars-stubus/Car.js +1 -25
- package/dist/icons/components/cars-stubus/Equipment.js +1 -25
- package/dist/icons/components/cars-stubus/Truck.js +1 -25
- package/dist/icons/components/index.js +1 -583
- package/dist/icons/index.js +1 -4
- package/dist/index-Dby3L_4e.cjs +1 -0
- package/dist/index-gDmAUrkZ.cjs +5 -0
- package/dist/index.js +1 -159
- package/dist/keyboard-sIr63LbB.cjs +4 -0
- package/dist/label-DOAZ06mr.cjs +1 -0
- package/dist/open-closed-C9XX3b5H.cjs +1 -0
- package/dist/styles.module-L23BBl7z.cjs +1 -0
- package/dist/types/index.js +1 -1
- package/dist/types/propsWithAs.js +1 -1
- package/dist/use-active-press-lCdIry0x.cjs +1 -0
- package/dist/use-by-comparator--a2RZ6_q.cjs +1 -0
- package/dist/use-resolve-button-type-tLWyfvGR.cjs +1 -0
- package/dist/utils/UUID4.js +1 -9
- package/dist/utils/formating/Date.js +1 -32
- package/dist/utils/formating/FileSize.js +1 -15
- package/dist/utils/formating/Month.js +1 -80
- package/dist/utils/formating/Numbers.js +1 -8
- package/dist/utils/index.js +1 -17
- package/dist/variant.module-kbVW7TAL.cjs +1 -0
- package/package.json +2 -1
- package/dist/Input-CCNRdc6Q.js +0 -246
- 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/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/field-bS4z9Sdl.js +0 -12
- 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/index-CweZ_OcN.js +0 -65
- package/dist/index-FDVpKRvA.js +0 -2010
- package/dist/keyboard-B256ZoM-.js +0 -745
- package/dist/label-P7Xsi5N7.js +0 -172
- package/dist/open-closed-CbXq00et.js +0 -93
- package/dist/styles.module-7wzJYhR3.js +0 -40
- 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
- package/dist/variant.module-BinTBzAV.js +0 -15
@@ -1,26 +1 @@
|
|
1
|
-
const
|
2
|
-
const rawValue = value.replace(/\D/g, "");
|
3
|
-
let formattedValue = "+7 ";
|
4
|
-
if (rawValue.startsWith("7")) {
|
5
|
-
formattedValue += "(" + rawValue.substring(1, 4);
|
6
|
-
} else {
|
7
|
-
formattedValue += rawValue.substring(0, 3);
|
8
|
-
}
|
9
|
-
if (rawValue.length > 4) {
|
10
|
-
formattedValue += ") " + rawValue.substring(4, 7);
|
11
|
-
}
|
12
|
-
if (rawValue.length > 7) {
|
13
|
-
formattedValue += "-" + rawValue.substring(7, 9);
|
14
|
-
}
|
15
|
-
if (rawValue.length > 9) {
|
16
|
-
formattedValue += "-" + rawValue.substring(9, 11);
|
17
|
-
}
|
18
|
-
return formattedValue;
|
19
|
-
};
|
20
|
-
const getUnmaskedInputValue = (value) => {
|
21
|
-
return value.replace(/\D/g, "");
|
22
|
-
};
|
23
|
-
export {
|
24
|
-
getMaskedInputPhoneValue,
|
25
|
-
getUnmaskedInputValue
|
26
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=n=>{const e=n.replace(/\D/g,"");let t="+7 ";return e.startsWith("7")?t+="("+e.substring(1,4):t+=e.substring(0,3),e.length>4&&(t+=") "+e.substring(4,7)),e.length>7&&(t+="-"+e.substring(7,9)),e.length>9&&(t+="-"+e.substring(9,11)),t},u=n=>n.replace(/\D/g,"");exports.getMaskedInputPhoneValue=s;exports.getUnmaskedInputValue=u;
|
@@ -1,219 +1 @@
|
|
1
|
-
|
2
|
-
import { c as classNames } from "../../index-CweZ_OcN.js";
|
3
|
-
import { memo, useState, useEffect } from "react";
|
4
|
-
import { EInputRangeSliderPositions, EInputRangeSliderBorderState, DEFAULT_STEP, DEFAULT_WIDTH } from "./constants.js";
|
5
|
-
import '../../assets/InputRangeSlider.css';const wrapper = "_wrapper_1ppt2_8";
|
6
|
-
const input = "_input_1ppt2_18";
|
7
|
-
const rail = "_rail_1ppt2_115";
|
8
|
-
const off = "_off_1ppt2_124";
|
9
|
-
const right = "_right_1ppt2_124";
|
10
|
-
const left = "_left_1ppt2_145";
|
11
|
-
const control = "_control_1ppt2_36";
|
12
|
-
const disabled = "_disabled_1ppt2_170";
|
13
|
-
const cls = {
|
14
|
-
"main-wrapper": "_main-wrapper_1ppt2_2",
|
15
|
-
wrapper,
|
16
|
-
"input-wrapper": "_input-wrapper_1ppt2_18",
|
17
|
-
"info-wrapper": "_info-wrapper_1ppt2_26",
|
18
|
-
"control-wrapper": "_control-wrapper_1ppt2_36",
|
19
|
-
input,
|
20
|
-
"equal-value": "_equal-value_1ppt2_108",
|
21
|
-
"is-double-range": "_is-double-range_1ppt2_111",
|
22
|
-
rail,
|
23
|
-
off,
|
24
|
-
right,
|
25
|
-
"double-range": "_double-range_1ppt2_124",
|
26
|
-
"inner-rail": "_inner-rail_1ppt2_134",
|
27
|
-
left,
|
28
|
-
control,
|
29
|
-
disabled
|
30
|
-
};
|
31
|
-
const InputRangeSlider = memo(
|
32
|
-
({
|
33
|
-
min,
|
34
|
-
max,
|
35
|
-
value,
|
36
|
-
disabled: disabled2,
|
37
|
-
isMinEqualMax = false,
|
38
|
-
isSingleSlider = true,
|
39
|
-
onChange,
|
40
|
-
step = DEFAULT_STEP,
|
41
|
-
borderState = EInputRangeSliderBorderState.ON,
|
42
|
-
positions = EInputRangeSliderPositions.LEFT,
|
43
|
-
minMaxDescriptions,
|
44
|
-
onChangeValue,
|
45
|
-
wrapperClassName,
|
46
|
-
...props
|
47
|
-
}) => {
|
48
|
-
const [minValue, setMinValue] = useState(() => (value == null ? void 0 : value.min) ?? min);
|
49
|
-
const [maxValue, setMaxValue] = useState(() => (value == null ? void 0 : value.max) ?? max);
|
50
|
-
const {
|
51
|
-
max: maxDescription,
|
52
|
-
min: minDescription,
|
53
|
-
maxClassName,
|
54
|
-
minClassName
|
55
|
-
} = minMaxDescriptions ?? {};
|
56
|
-
useEffect(() => {
|
57
|
-
if (value) {
|
58
|
-
value.min && setMinValue(value.min);
|
59
|
-
value.max && setMaxValue(value.max);
|
60
|
-
}
|
61
|
-
}, [value]);
|
62
|
-
const handleMinChange = (event) => {
|
63
|
-
event.preventDefault();
|
64
|
-
const newMinVal = Math.min(
|
65
|
-
+event.target.value,
|
66
|
-
isSingleSlider || isMinEqualMax ? maxValue : maxValue - step
|
67
|
-
);
|
68
|
-
if (!value) {
|
69
|
-
setMinValue(newMinVal);
|
70
|
-
}
|
71
|
-
onChangeValue == null ? void 0 : onChangeValue({ min: newMinVal, max: maxValue });
|
72
|
-
onChange == null ? void 0 : onChange(event);
|
73
|
-
};
|
74
|
-
const handleMaxChange = (event) => {
|
75
|
-
event.preventDefault();
|
76
|
-
const newMaxVal = Math.max(
|
77
|
-
+event.target.value,
|
78
|
-
isMinEqualMax ? minValue : minValue + step
|
79
|
-
);
|
80
|
-
if (!value) {
|
81
|
-
setMaxValue(newMaxVal);
|
82
|
-
}
|
83
|
-
onChangeValue == null ? void 0 : onChangeValue({ min: minValue, max: newMaxVal });
|
84
|
-
onChange == null ? void 0 : onChange(event);
|
85
|
-
};
|
86
|
-
const minPos = (minValue - min) / (max - min) * DEFAULT_WIDTH;
|
87
|
-
const maxPos = (maxValue - min) / (max - min) * DEFAULT_WIDTH;
|
88
|
-
const isLeftPosition = positions === EInputRangeSliderPositions.LEFT;
|
89
|
-
const isEqualValue = minValue === maxValue && maxPos !== 0;
|
90
|
-
const isOff = borderState === EInputRangeSliderBorderState.OFF;
|
91
|
-
const renderInputs = () => {
|
92
|
-
const inputProps = {
|
93
|
-
...props,
|
94
|
-
type: "range",
|
95
|
-
min,
|
96
|
-
max,
|
97
|
-
step
|
98
|
-
};
|
99
|
-
const leftInput = /* @__PURE__ */ jsx(
|
100
|
-
"input",
|
101
|
-
{
|
102
|
-
...inputProps,
|
103
|
-
className: classNames(cls.input, {
|
104
|
-
[cls["equal-value"]]: isEqualValue,
|
105
|
-
[cls["is-double-range"]]: !isSingleSlider
|
106
|
-
}),
|
107
|
-
disabled: disabled2,
|
108
|
-
value: minValue,
|
109
|
-
onChange: handleMinChange
|
110
|
-
}
|
111
|
-
);
|
112
|
-
const rightInput = /* @__PURE__ */ jsx(
|
113
|
-
"input",
|
114
|
-
{
|
115
|
-
...inputProps,
|
116
|
-
className: classNames(cls.input, {
|
117
|
-
[cls["is-double-range"]]: !isSingleSlider
|
118
|
-
}),
|
119
|
-
disabled: disabled2,
|
120
|
-
value: maxValue,
|
121
|
-
onChange: handleMaxChange
|
122
|
-
}
|
123
|
-
);
|
124
|
-
if (isSingleSlider) {
|
125
|
-
return isLeftPosition ? leftInput : rightInput;
|
126
|
-
}
|
127
|
-
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
128
|
-
leftInput,
|
129
|
-
rightInput
|
130
|
-
] });
|
131
|
-
};
|
132
|
-
const renderControls = () => {
|
133
|
-
const leftControl = /* @__PURE__ */ jsx(
|
134
|
-
"div",
|
135
|
-
{
|
136
|
-
className: classNames(cls.control, {
|
137
|
-
[cls.disabled]: disabled2
|
138
|
-
}),
|
139
|
-
style: {
|
140
|
-
left: `${minPos}%`
|
141
|
-
}
|
142
|
-
}
|
143
|
-
);
|
144
|
-
const rightControl = /* @__PURE__ */ jsx(
|
145
|
-
"div",
|
146
|
-
{
|
147
|
-
className: classNames(cls.control, {
|
148
|
-
[cls.disabled]: disabled2
|
149
|
-
}),
|
150
|
-
style: {
|
151
|
-
left: `${maxPos}%`
|
152
|
-
}
|
153
|
-
}
|
154
|
-
);
|
155
|
-
const getRailWidth = () => {
|
156
|
-
if (isOff) {
|
157
|
-
return isLeftPosition ? `${minPos}%` : `${DEFAULT_WIDTH - maxPos}%`;
|
158
|
-
}
|
159
|
-
return !isLeftPosition ? `${DEFAULT_WIDTH - maxPos}%` : void 0;
|
160
|
-
};
|
161
|
-
const innerRailRight = isSingleSlider && !isLeftPosition ? "0%" : `${DEFAULT_WIDTH - maxPos}%`;
|
162
|
-
const innerRailWidth = isSingleSlider && !isLeftPosition ? getRailWidth() : `${maxPos - minPos}%`;
|
163
|
-
const rail2 = /* @__PURE__ */ jsxs(Fragment, { children: [
|
164
|
-
/* @__PURE__ */ jsx(
|
165
|
-
"div",
|
166
|
-
{
|
167
|
-
style: {
|
168
|
-
width: !isOff && !isLeftPosition ? `${maxPos}%` : getRailWidth()
|
169
|
-
},
|
170
|
-
className: classNames(cls.rail, cls[borderState], cls[positions], {
|
171
|
-
[cls["double-range"]]: !isSingleSlider
|
172
|
-
})
|
173
|
-
}
|
174
|
-
),
|
175
|
-
/* @__PURE__ */ jsx(
|
176
|
-
"div",
|
177
|
-
{
|
178
|
-
style: {
|
179
|
-
right: innerRailRight,
|
180
|
-
width: innerRailWidth
|
181
|
-
},
|
182
|
-
className: classNames(
|
183
|
-
cls["inner-rail"],
|
184
|
-
cls[borderState],
|
185
|
-
cls[positions],
|
186
|
-
{
|
187
|
-
[cls["double-range"]]: !isSingleSlider
|
188
|
-
}
|
189
|
-
)
|
190
|
-
}
|
191
|
-
)
|
192
|
-
] });
|
193
|
-
if (isSingleSlider) {
|
194
|
-
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
195
|
-
isLeftPosition ? leftControl : rightControl,
|
196
|
-
rail2
|
197
|
-
] });
|
198
|
-
}
|
199
|
-
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
200
|
-
leftControl,
|
201
|
-
rail2,
|
202
|
-
rightControl
|
203
|
-
] });
|
204
|
-
};
|
205
|
-
return /* @__PURE__ */ jsxs("div", { className: classNames(cls["main-wrapper"], wrapperClassName), children: [
|
206
|
-
/* @__PURE__ */ jsxs("div", { className: cls["info-wrapper"], children: [
|
207
|
-
!!minDescription && /* @__PURE__ */ jsx("div", { className: minClassName, children: minDescription }),
|
208
|
-
!!maxDescription && /* @__PURE__ */ jsx("div", { className: maxClassName, children: maxDescription })
|
209
|
-
] }),
|
210
|
-
/* @__PURE__ */ jsxs("div", { className: cls.wrapper, children: [
|
211
|
-
/* @__PURE__ */ jsx("div", { className: cls["control-wrapper"], children: renderControls() }),
|
212
|
-
/* @__PURE__ */ jsx("div", { className: cls["input-wrapper"], children: renderInputs() })
|
213
|
-
] })
|
214
|
-
] });
|
215
|
-
}
|
216
|
-
);
|
217
|
-
export {
|
218
|
-
InputRangeSlider
|
219
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/InputRangeSlider.css');const s=require("react/jsx-runtime"),l=require("../../index-gDmAUrkZ.cjs"),N=require("react"),a=require("./constants.js"),v="_wrapper_1kfjr_8",z="_input_1kfjr_18",G="_rail_1kfjr_115",J="_off_1kfjr_124",K="_right_1kfjr_124",Q="_left_1kfjr_145",X="_control_1kfjr_36",Y="_disabled_1kfjr_170",r={"main-wrapper":"_main-wrapper_1kfjr_2",wrapper:v,"input-wrapper":"_input-wrapper_1kfjr_18","info-wrapper":"_info-wrapper_1kfjr_26","control-wrapper":"_control-wrapper_1kfjr_36",input:z,"equal-value":"_equal-value_1kfjr_108","is-double-range":"_is-double-range_1kfjr_111",rail:G,off:J,right:K,"double-range":"_double-range_1kfjr_124","inner-rail":"_inner-rail_1kfjr_134",left:Q,control:X,disabled:Y},Z=N.memo(({min:p,max:j,value:t,disabled:x,isMinEqualMax:T=!1,isSingleSlider:i=!0,onChange:_,step:w=a.DEFAULT_STEP,borderState:k=a.EInputRangeSliderBorderState.ON,positions:D=a.EInputRangeSliderPositions.LEFT,minMaxDescriptions:L,onChangeValue:m,wrapperClassName:P,...$})=>{const[f,E]=N.useState(()=>(t==null?void 0:t.min)??p),[d,F]=N.useState(()=>(t==null?void 0:t.max)??j),{max:R,min:h,maxClassName:q,minClassName:y}=L??{};N.useEffect(()=>{t&&(t.min&&E(t.min),t.max&&F(t.max))},[t]);const M=e=>{e.preventDefault();const n=Math.min(+e.target.value,i||T?d:d-w);t||E(n),m==null||m({min:n,max:d}),_==null||_(e)},W=e=>{e.preventDefault();const n=Math.max(+e.target.value,T?f:f+w);t||F(n),m==null||m({min:f,max:n}),_==null||_(e)},I=(f-p)/(j-p)*a.DEFAULT_WIDTH,c=(d-p)/(j-p)*a.DEFAULT_WIDTH,o=D===a.EInputRangeSliderPositions.LEFT,A=f===d&&c!==0,b=k===a.EInputRangeSliderBorderState.OFF,U=()=>{const e={...$,type:"range",min:p,max:j,step:w},n=s.jsx("input",{...e,className:l.classNames(r.input,{[r["equal-value"]]:A,[r["is-double-range"]]:!i}),disabled:x,value:f,onChange:M}),u=s.jsx("input",{...e,className:l.classNames(r.input,{[r["is-double-range"]]:!i}),disabled:x,value:d,onChange:W});return i?o?n:u:s.jsxs(s.Fragment,{children:[n,u]})},H=()=>{const e=s.jsx("div",{className:l.classNames(r.control,{[r.disabled]:x}),style:{left:`${I}%`}}),n=s.jsx("div",{className:l.classNames(r.control,{[r.disabled]:x}),style:{left:`${c}%`}}),u=()=>b?o?`${I}%`:`${a.DEFAULT_WIDTH-c}%`:o?void 0:`${a.DEFAULT_WIDTH-c}%`,O=i&&!o?"0%":`${a.DEFAULT_WIDTH-c}%`,B=i&&!o?u():`${c-I}%`,g=s.jsxs(s.Fragment,{children:[s.jsx("div",{style:{width:!b&&!o?`${c}%`:u()},className:l.classNames(r.rail,r[k],r[D],{[r["double-range"]]:!i})}),s.jsx("div",{style:{right:O,width:B},className:l.classNames(r["inner-rail"],r[k],r[D],{[r["double-range"]]:!i})})]});return i?s.jsxs(s.Fragment,{children:[o?e:n,g]}):s.jsxs(s.Fragment,{children:[e,g,n]})};return s.jsxs("div",{className:l.classNames(r["main-wrapper"],P),children:[s.jsxs("div",{className:r["info-wrapper"],children:[!!h&&s.jsx("div",{className:y,children:h}),!!R&&s.jsx("div",{className:q,children:R})]}),s.jsxs("div",{className:r.wrapper,children:[s.jsx("div",{className:r["control-wrapper"],children:H()}),s.jsx("div",{className:r["input-wrapper"],children:U()})]})]})});exports.InputRangeSlider=Z;
|
@@ -1,18 +1 @@
|
|
1
|
-
var
|
2
|
-
EInputRangeSliderPositions2["LEFT"] = "left";
|
3
|
-
EInputRangeSliderPositions2["RIGHT"] = "right";
|
4
|
-
return EInputRangeSliderPositions2;
|
5
|
-
})(EInputRangeSliderPositions || {});
|
6
|
-
var EInputRangeSliderBorderState = /* @__PURE__ */ ((EInputRangeSliderBorderState2) => {
|
7
|
-
EInputRangeSliderBorderState2["ON"] = "on";
|
8
|
-
EInputRangeSliderBorderState2["OFF"] = "off";
|
9
|
-
return EInputRangeSliderBorderState2;
|
10
|
-
})(EInputRangeSliderBorderState || {});
|
11
|
-
const DEFAULT_STEP = 1;
|
12
|
-
const DEFAULT_WIDTH = 100;
|
13
|
-
export {
|
14
|
-
DEFAULT_STEP,
|
15
|
-
DEFAULT_WIDTH,
|
16
|
-
EInputRangeSliderBorderState,
|
17
|
-
EInputRangeSliderPositions
|
18
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var r=(t=>(t.LEFT="left",t.RIGHT="right",t))(r||{}),T=(t=>(t.ON="on",t.OFF="off",t))(T||{});const e=1,o=100;exports.DEFAULT_STEP=e;exports.DEFAULT_WIDTH=o;exports.EInputRangeSliderBorderState=T;exports.EInputRangeSliderPositions=r;
|
@@ -1,7 +1 @@
|
|
1
|
-
|
2
|
-
import { EInputRangeSliderBorderState, EInputRangeSliderPositions } from "./constants.js";
|
3
|
-
export {
|
4
|
-
EInputRangeSliderBorderState,
|
5
|
-
EInputRangeSliderPositions,
|
6
|
-
InputRangeSlider
|
7
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./InputRangeSlider.js"),e=require("./constants.js");exports.InputRangeSlider=n.InputRangeSlider;exports.EInputRangeSliderBorderState=e.EInputRangeSliderBorderState;exports.EInputRangeSliderPositions=e.EInputRangeSliderPositions;
|
@@ -1,47 +1 @@
|
|
1
|
-
|
2
|
-
import { useState, useEffect } from "react";
|
3
|
-
import { formating } from "../../utils/index.js";
|
4
|
-
import { Button } from "../Button/Button.js";
|
5
|
-
import '../../assets/ListFiles.css';const cls = {
|
6
|
-
"file-info": "_file-info_exvu6_2",
|
7
|
-
"file-info-size": "_file-info-size_exvu6_8",
|
8
|
-
"file-info-name-wrapper": "_file-info-name-wrapper_exvu6_16",
|
9
|
-
"file-info-name": "_file-info-name_exvu6_16",
|
10
|
-
"file-upload-container": "_file-upload-container_exvu6_34",
|
11
|
-
"file-upload-container-item": "_file-upload-container-item_exvu6_42",
|
12
|
-
"delete-button": "_delete-button_exvu6_51"
|
13
|
-
};
|
14
|
-
function ListFiles({ value, onChange }) {
|
15
|
-
const [list, setList] = useState(value);
|
16
|
-
useEffect(() => {
|
17
|
-
setList(value);
|
18
|
-
}, [value]);
|
19
|
-
const onDelete = async (id) => {
|
20
|
-
const newList = [...list.filter((el) => el.id !== id)];
|
21
|
-
setList(newList);
|
22
|
-
onChange == null ? void 0 : onChange({ deleteId: id, list: newList });
|
23
|
-
};
|
24
|
-
return /* @__PURE__ */ jsx("ul", { className: cls["file-upload-container"], children: list.map((el, key) => /* @__PURE__ */ jsxs("li", { className: cls["file-upload-container-item"], children: [
|
25
|
-
/* @__PURE__ */ jsxs("div", { className: cls["file-info"], children: [
|
26
|
-
(el == null ? void 0 : el.size) && /* @__PURE__ */ jsxs("span", { className: cls["file-info-size"], children: [
|
27
|
-
" ",
|
28
|
-
formating.Size(el == null ? void 0 : el.size)
|
29
|
-
] }),
|
30
|
-
/* @__PURE__ */ jsx("div", { className: cls["file-info-name-wrapper"], children: /* @__PURE__ */ jsx("div", { className: cls["file-info-name"], children: el.name }) })
|
31
|
-
] }),
|
32
|
-
/* @__PURE__ */ jsx(
|
33
|
-
Button,
|
34
|
-
{
|
35
|
-
isIconButton: true,
|
36
|
-
iconName: "Close12px",
|
37
|
-
size: "m-s",
|
38
|
-
variant: "secondary-gray",
|
39
|
-
className: cls["delete-button"],
|
40
|
-
onClick: () => onDelete(el.id)
|
41
|
-
}
|
42
|
-
)
|
43
|
-
] }, key)) });
|
44
|
-
}
|
45
|
-
export {
|
46
|
-
ListFiles
|
47
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/ListFiles.css');const i=require("react/jsx-runtime"),c=require("react"),u=require("../../utils/index.js"),d=require("../Button/Button.js"),n={"file-info":"_file-info_12h1y_2","file-info-size":"_file-info-size_12h1y_8","file-info-name-wrapper":"_file-info-name-wrapper_12h1y_16","file-info-name":"_file-info-name_12h1y_16","file-upload-container":"_file-upload-container_12h1y_34","file-upload-container-item":"_file-upload-container-item_12h1y_42","delete-button":"_delete-button_12h1y_51"};function m({value:s,onChange:o}){const[a,l]=c.useState(s);c.useEffect(()=>{l(s)},[s]);const r=async e=>{const t=[...a.filter(f=>f.id!==e)];l(t),o==null||o({deleteId:e,list:t})};return i.jsx("ul",{className:n["file-upload-container"],children:a.map((e,t)=>i.jsxs("li",{className:n["file-upload-container-item"],children:[i.jsxs("div",{className:n["file-info"],children:[(e==null?void 0:e.size)&&i.jsxs("span",{className:n["file-info-size"],children:[" ",u.formating.Size(e==null?void 0:e.size)]}),i.jsx("div",{className:n["file-info-name-wrapper"],children:i.jsx("div",{className:n["file-info-name"],children:e.name})})]}),i.jsx(d.Button,{isIconButton:!0,iconName:"Close12px",size:"m-s",variant:"secondary-gray",className:n["delete-button"],onClick:()=>r(e.id)})]},t))})}exports.ListFiles=m;
|
@@ -1,33 +1 @@
|
|
1
|
-
const photos
|
2
|
-
{
|
3
|
-
id: 111,
|
4
|
-
name: "ООО “КИЗ-СТРОЙ” - Свидетельство о регистрации (06.12.2003).xls",
|
5
|
-
url: "https://i.pinimg.com/736x/5a/e6/12/5ae612a7ecf50870c8f41961fefc332f.jpg",
|
6
|
-
size: 1024,
|
7
|
-
type: "image/png"
|
8
|
-
},
|
9
|
-
{
|
10
|
-
id: 112,
|
11
|
-
name: "ООО “КИЗ-СТРОЙ” - Доверенность (20.10.2005).xls",
|
12
|
-
url: "https://i1.sndcdn.com/artworks-rQAPPfrs44UvRwIz-WJkvyQ-t500x500.jpg",
|
13
|
-
size: 1024,
|
14
|
-
type: "image/png"
|
15
|
-
},
|
16
|
-
{
|
17
|
-
id: 113,
|
18
|
-
name: "Скан паспорта.pdf",
|
19
|
-
url: "https://i1.sndcdn.com/avatars-000095020320-0pmjnu-t500x500.jpg",
|
20
|
-
size: 2064,
|
21
|
-
type: "image/png"
|
22
|
-
},
|
23
|
-
{
|
24
|
-
id: 114,
|
25
|
-
name: "Прочие документы.xls",
|
26
|
-
url: "https://i1.sndcdn.com/avatars-000151937348-27m28p-t500x500.jpg",
|
27
|
-
size: 1024,
|
28
|
-
type: "image/png"
|
29
|
-
}
|
30
|
-
];
|
31
|
-
export {
|
32
|
-
photos
|
33
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=[{id:111,name:"ООО “КИЗ-СТРОЙ” - Свидетельство о регистрации (06.12.2003).xls",url:"https://i.pinimg.com/736x/5a/e6/12/5ae612a7ecf50870c8f41961fefc332f.jpg",size:1024,type:"image/png"},{id:112,name:"ООО “КИЗ-СТРОЙ” - Доверенность (20.10.2005).xls",url:"https://i1.sndcdn.com/artworks-rQAPPfrs44UvRwIz-WJkvyQ-t500x500.jpg",size:1024,type:"image/png"},{id:113,name:"Скан паспорта.pdf",url:"https://i1.sndcdn.com/avatars-000095020320-0pmjnu-t500x500.jpg",size:2064,type:"image/png"},{id:114,name:"Прочие документы.xls",url:"https://i1.sndcdn.com/avatars-000151937348-27m28p-t500x500.jpg",size:1024,type:"image/png"}];exports.photos=e;
|
@@ -1,37 +1 @@
|
|
1
|
-
|
2
|
-
import { useState, useEffect } from "react";
|
3
|
-
import { Button } from "../Button/Button.js";
|
4
|
-
import '../../assets/ListPhotos.css';const cls = {
|
5
|
-
"list-photos": "_list-photos_1m1u4_2",
|
6
|
-
"list-photos-item": "_list-photos-item_1m1u4_10",
|
7
|
-
"list-photos-image": "_list-photos-image_1m1u4_19",
|
8
|
-
"delete-button": "_delete-button_1m1u4_24"
|
9
|
-
};
|
10
|
-
function ListPhotos({ value, onChange }) {
|
11
|
-
const [list, setList] = useState(value);
|
12
|
-
useEffect(() => {
|
13
|
-
setList(value);
|
14
|
-
}, [value]);
|
15
|
-
const onDelete = async (id) => {
|
16
|
-
const newList = [...list.filter((el) => el.id !== id)];
|
17
|
-
setList(newList);
|
18
|
-
onChange == null ? void 0 : onChange({ deleteId: id, list: newList });
|
19
|
-
};
|
20
|
-
return /* @__PURE__ */ jsx("ul", { className: cls["list-photos"], children: list.map((el) => /* @__PURE__ */ jsxs("li", { className: cls["list-photos-item"], children: [
|
21
|
-
/* @__PURE__ */ jsx("img", { className: cls["list-photos-image"], src: el.url, alt: "" }),
|
22
|
-
onChange && /* @__PURE__ */ jsx(
|
23
|
-
Button,
|
24
|
-
{
|
25
|
-
isIconButton: true,
|
26
|
-
iconName: "Close12px",
|
27
|
-
size: "m-s",
|
28
|
-
variant: "secondary-gray",
|
29
|
-
className: cls["delete-button"],
|
30
|
-
onClick: () => onDelete(el.id)
|
31
|
-
}
|
32
|
-
)
|
33
|
-
] }, el.id)) });
|
34
|
-
}
|
35
|
-
export {
|
36
|
-
ListPhotos
|
37
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/ListPhotos.css');const o=require("react/jsx-runtime"),n=require("react"),a=require("../Button/Button.js"),e={"list-photos":"_list-photos_if5ro_2","list-photos-item":"_list-photos-item_if5ro_10","list-photos-image":"_list-photos-image_if5ro_19","delete-button":"_delete-button_if5ro_24"};function _({value:i,onChange:s}){const[l,c]=n.useState(i);n.useEffect(()=>{c(i)},[i]);const u=async t=>{const r=[...l.filter(m=>m.id!==t)];c(r),s==null||s({deleteId:t,list:r})};return o.jsx("ul",{className:e["list-photos"],children:l.map(t=>o.jsxs("li",{className:e["list-photos-item"],children:[o.jsx("img",{className:e["list-photos-image"],src:t.url,alt:""}),s&&o.jsx(a.Button,{isIconButton:!0,iconName:"Close12px",size:"m-s",variant:"secondary-gray",className:e["delete-button"],onClick:()=>u(t.id)})]},t.id))})}exports.ListPhotos=_;
|
@@ -1,21 +1 @@
|
|
1
|
-
const photos
|
2
|
-
{
|
3
|
-
id: 111,
|
4
|
-
url: "https://i.pinimg.com/736x/5a/e6/12/5ae612a7ecf50870c8f41961fefc332f.jpg"
|
5
|
-
},
|
6
|
-
{
|
7
|
-
id: 112,
|
8
|
-
url: "https://i1.sndcdn.com/artworks-rQAPPfrs44UvRwIz-WJkvyQ-t500x500.jpg"
|
9
|
-
},
|
10
|
-
{
|
11
|
-
id: 113,
|
12
|
-
url: "https://i1.sndcdn.com/avatars-000095020320-0pmjnu-t500x500.jpg"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
id: 114,
|
16
|
-
url: "https://i1.sndcdn.com/avatars-000151937348-27m28p-t500x500.jpg"
|
17
|
-
}
|
18
|
-
];
|
19
|
-
export {
|
20
|
-
photos
|
21
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=[{id:111,url:"https://i.pinimg.com/736x/5a/e6/12/5ae612a7ecf50870c8f41961fefc332f.jpg"},{id:112,url:"https://i1.sndcdn.com/artworks-rQAPPfrs44UvRwIz-WJkvyQ-t500x500.jpg"},{id:113,url:"https://i1.sndcdn.com/avatars-000095020320-0pmjnu-t500x500.jpg"},{id:114,url:"https://i1.sndcdn.com/avatars-000151937348-27m28p-t500x500.jpg"}];exports.photos=t;
|
@@ -1,18 +1 @@
|
|
1
|
-
|
2
|
-
import '../../assets/Loader.css';const loader = "_loader_eco13_2";
|
3
|
-
const circle = "_circle_eco13_11";
|
4
|
-
const animate = "_animate_eco13_1";
|
5
|
-
const cls = {
|
6
|
-
loader,
|
7
|
-
circle,
|
8
|
-
animate
|
9
|
-
};
|
10
|
-
const Loader = () => {
|
11
|
-
return /* @__PURE__ */ jsxs("div", { className: cls.loader, children: [
|
12
|
-
/* @__PURE__ */ jsx("span", { className: cls.circle }),
|
13
|
-
/* @__PURE__ */ jsx("span", { className: cls.circle })
|
14
|
-
] });
|
15
|
-
};
|
16
|
-
export {
|
17
|
-
Loader
|
18
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/Loader.css');const e=require("react/jsx-runtime"),a="_loader_eco13_2",s="_circle_eco13_11",r="_animate_eco13_1",c={loader:a,circle:s,animate:r},o=()=>e.jsxs("div",{className:c.loader,children:[e.jsx("span",{className:c.circle}),e.jsx("span",{className:c.circle})]});exports.Loader=o;
|
@@ -1,53 +1 @@
|
|
1
|
-
|
2
|
-
import { c as classNames } from "../../index-CweZ_OcN.js";
|
3
|
-
import { memo } from "react";
|
4
|
-
import { EMergedButtonVariantRound } from "./constants.js";
|
5
|
-
import { Button } from "../Button/Button.js";
|
6
|
-
import '../../assets/MergedButton.css';const buttons = "_buttons_1s9fa_2";
|
7
|
-
const gray = "_gray_1s9fa_28";
|
8
|
-
const white = "_white_1s9fa_36";
|
9
|
-
const transparent = "_transparent_1s9fa_44";
|
10
|
-
const cls = {
|
11
|
-
buttons,
|
12
|
-
"merged-button": "_merged-button_1s9fa_6",
|
13
|
-
gray,
|
14
|
-
white,
|
15
|
-
transparent,
|
16
|
-
"is-icon": "_is-icon_1s9fa_53"
|
17
|
-
};
|
18
|
-
const MergedButton = memo(({ buttons: buttons2 }) => {
|
19
|
-
return /* @__PURE__ */ jsx("div", { className: cls.buttons, children: buttons2.map(
|
20
|
-
({ variant = EMergedButtonVariantRound.White, disabled, ...button }, index) => {
|
21
|
-
const buttonProps = {
|
22
|
-
...button,
|
23
|
-
isIconButton: button.isIconButton ?? false,
|
24
|
-
iconName: button.isIconButton ? button.iconName : void 0,
|
25
|
-
leftIcon: button.isIconButton ? void 0 : button.leftIcon,
|
26
|
-
rightIcon: button.isIconButton ? void 0 : button.rightIcon
|
27
|
-
};
|
28
|
-
const className = classNames(
|
29
|
-
cls["merged-button"],
|
30
|
-
{
|
31
|
-
[cls[variant]]: !disabled,
|
32
|
-
[cls.disabled]: disabled,
|
33
|
-
[cls["is-icon"]]: button.isIconButton
|
34
|
-
},
|
35
|
-
button.className
|
36
|
-
);
|
37
|
-
return /* @__PURE__ */ jsx(
|
38
|
-
Button,
|
39
|
-
{
|
40
|
-
clear: true,
|
41
|
-
disabled,
|
42
|
-
className,
|
43
|
-
...buttonProps
|
44
|
-
},
|
45
|
-
index
|
46
|
-
);
|
47
|
-
}
|
48
|
-
) });
|
49
|
-
});
|
50
|
-
MergedButton.displayName = "MergedButton";
|
51
|
-
export {
|
52
|
-
MergedButton
|
53
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/MergedButton.css');const o=require("react/jsx-runtime"),m=require("../../index-gDmAUrkZ.cjs"),_=require("react"),g=require("./constants.js"),d=require("../Button/Button.js"),p="_buttons_p8gim_2",B="_gray_p8gim_28",l="_white_p8gim_36",I="_transparent_p8gim_44",n={buttons:p,"merged-button":"_merged-button_p8gim_6",gray:B,white:l,transparent:I,"is-icon":"_is-icon_p8gim_53"},s=_.memo(({buttons:i})=>o.jsx("div",{className:n.buttons,children:i.map(({variant:r=g.EMergedButtonVariantRound.White,disabled:e,...t},c)=>{const a={...t,isIconButton:t.isIconButton??!1,iconName:t.isIconButton?t.iconName:void 0,leftIcon:t.isIconButton?void 0:t.leftIcon,rightIcon:t.isIconButton?void 0:t.rightIcon},u=m.classNames(n["merged-button"],{[n[r]]:!e,[n.disabled]:e,[n["is-icon"]]:t.isIconButton},t.className);return o.jsx(d.Button,{clear:!0,disabled:e,className:u,...a},c)})}));s.displayName="MergedButton";exports.MergedButton=s;
|
@@ -1,9 +1 @@
|
|
1
|
-
var
|
2
|
-
EMergedButtonVariantRound2["Transparent"] = "transparent";
|
3
|
-
EMergedButtonVariantRound2["Gray"] = "gray";
|
4
|
-
EMergedButtonVariantRound2["White"] = "white";
|
5
|
-
return EMergedButtonVariantRound2;
|
6
|
-
})(EMergedButtonVariantRound || {});
|
7
|
-
export {
|
8
|
-
EMergedButtonVariantRound
|
9
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e=(r=>(r.Transparent="transparent",r.Gray="gray",r.White="white",r))(e||{});exports.EMergedButtonVariantRound=e;
|
@@ -1,6 +1 @@
|
|
1
|
-
|
2
|
-
import { EMergedButtonVariantRound } from "./constants.js";
|
3
|
-
export {
|
4
|
-
EMergedButtonVariantRound,
|
5
|
-
MergedButton
|
6
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./MergedButton.js"),e=require("./constants.js");exports.MergedButton=t.MergedButton;exports.EMergedButtonVariantRound=e.EMergedButtonVariantRound;
|
@@ -1,38 +1 @@
|
|
1
|
-
|
2
|
-
import { c as classNames } from "../../index-CweZ_OcN.js";
|
3
|
-
import { ENotificationBadgeSize } from "./constants.js";
|
4
|
-
import '../../assets/NotificationBadge.css';const m = "_m_2ldj3_18";
|
5
|
-
const s = "_s_2ldj3_24";
|
6
|
-
const cls = {
|
7
|
-
"notification-badge": "_notification-badge_2ldj3_2",
|
8
|
-
"notification-badge-absolute": "_notification-badge-absolute_2ldj3_14",
|
9
|
-
m,
|
10
|
-
s
|
11
|
-
};
|
12
|
-
const NotificationBadge = ({
|
13
|
-
count,
|
14
|
-
position,
|
15
|
-
absolute,
|
16
|
-
size = ENotificationBadgeSize.M
|
17
|
-
}) => /* @__PURE__ */ jsx(
|
18
|
-
"div",
|
19
|
-
{
|
20
|
-
className: classNames(
|
21
|
-
cls["notification-badge"],
|
22
|
-
{
|
23
|
-
[cls["notification-badge-absolute"]]: absolute
|
24
|
-
},
|
25
|
-
cls[size]
|
26
|
-
),
|
27
|
-
style: {
|
28
|
-
top: position == null ? void 0 : position.top,
|
29
|
-
right: position == null ? void 0 : position.right,
|
30
|
-
bottom: position == null ? void 0 : position.bottom,
|
31
|
-
left: position == null ? void 0 : position.left
|
32
|
-
},
|
33
|
-
children: count
|
34
|
-
}
|
35
|
-
);
|
36
|
-
export {
|
37
|
-
NotificationBadge
|
38
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/NotificationBadge.css');const f=require("react/jsx-runtime"),d=require("../../index-gDmAUrkZ.cjs"),u=require("./constants.js"),_="_m_ugqfj_18",b="_s_ugqfj_24",t={"notification-badge":"_notification-badge_ugqfj_2","notification-badge-absolute":"_notification-badge-absolute_ugqfj_14",m:_,s:b},l=({count:a,position:e,absolute:c,size:g=u.ENotificationBadgeSize.M})=>f.jsx("div",{className:d.classNames(t["notification-badge"],{[t["notification-badge-absolute"]]:c},t[g]),style:{top:e==null?void 0:e.top,right:e==null?void 0:e.right,bottom:e==null?void 0:e.bottom,left:e==null?void 0:e.left},children:a});exports.NotificationBadge=l;
|
@@ -1,8 +1 @@
|
|
1
|
-
var
|
2
|
-
ENotificationBadgeSize2["S"] = "s";
|
3
|
-
ENotificationBadgeSize2["M"] = "m";
|
4
|
-
return ENotificationBadgeSize2;
|
5
|
-
})(ENotificationBadgeSize || {});
|
6
|
-
export {
|
7
|
-
ENotificationBadgeSize
|
8
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var r=(e=>(e.S="s",e.M="m",e))(r||{});exports.ENotificationBadgeSize=r;
|
@@ -1,6 +1 @@
|
|
1
|
-
|
2
|
-
import { ENotificationBadgeSize } from "./constants.js";
|
3
|
-
export {
|
4
|
-
ENotificationBadgeSize,
|
5
|
-
NotificationBadge
|
6
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("./NotificationBadge.js"),t=require("./constants.js");exports.NotificationBadge=i.NotificationBadge;exports.ENotificationBadgeSize=t.ENotificationBadgeSize;
|