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,17 +1 @@
|
|
1
|
-
|
2
|
-
const useAutoResizeTextArea = (textArea) => {
|
3
|
-
return useCallback(() => {
|
4
|
-
if (textArea) {
|
5
|
-
if (!textArea.value.length) {
|
6
|
-
textArea.style.height = "auto";
|
7
|
-
return;
|
8
|
-
}
|
9
|
-
textArea.style.height = "var(--textarea-height)";
|
10
|
-
const scrollHeight = textArea.scrollHeight;
|
11
|
-
textArea.style.height = `${scrollHeight}px`;
|
12
|
-
}
|
13
|
-
}, [textArea]);
|
14
|
-
};
|
15
|
-
export {
|
16
|
-
useAutoResizeTextArea
|
17
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react"),i=e=>s.useCallback(()=>{if(e){if(!e.value.length){e.style.height="auto";return}e.style.height="var(--textarea-height)";const t=e.scrollHeight;e.style.height=`${t}px`}},[e]);exports.useAutoResizeTextArea=i;
|
@@ -1,27 +1 @@
|
|
1
|
-
|
2
|
-
import { c as classNames } from "../../index-CweZ_OcN.js";
|
3
|
-
import { memo } from "react";
|
4
|
-
import { useTimer } from "../../hooks/useTimer/index.js";
|
5
|
-
import '../../assets/Timer.css';const timer = "_timer_llwad_3";
|
6
|
-
const cls = {
|
7
|
-
timer
|
8
|
-
};
|
9
|
-
const Timer = memo(
|
10
|
-
({ expiryTimestamp, autoStart = false, onTimerEnd, className }) => {
|
11
|
-
const { minutes, seconds } = useTimer({
|
12
|
-
expiryTimestamp,
|
13
|
-
onExpire: onTimerEnd,
|
14
|
-
autoStart
|
15
|
-
});
|
16
|
-
const formattedMinutes = String(minutes).padStart(2, "0");
|
17
|
-
const formattedSeconds = String(seconds).padStart(2, "0");
|
18
|
-
return /* @__PURE__ */ jsxs("div", { className: classNames(cls.timer, className), children: [
|
19
|
-
formattedMinutes,
|
20
|
-
":",
|
21
|
-
formattedSeconds
|
22
|
-
] });
|
23
|
-
}
|
24
|
-
);
|
25
|
-
export {
|
26
|
-
Timer
|
27
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/Timer.css');const m=require("react/jsx-runtime"),a=require("../../index-gDmAUrkZ.cjs"),u=require("react"),d=require("../../hooks/useTimer/index.js"),l="_timer_un9th_3",S={timer:l},x=u.memo(({expiryTimestamp:e,autoStart:t=!1,onTimerEnd:r,className:s})=>{const{minutes:i,seconds:n}=d.useTimer({expiryTimestamp:e,onExpire:r,autoStart:t}),o=String(i).padStart(2,"0"),c=String(n).padStart(2,"0");return m.jsxs("div",{className:a.classNames(S.timer,s),children:[o,":",c]})});exports.Timer=x;
|
@@ -1,8 +1 @@
|
|
1
|
-
|
2
|
-
import "../../index-CweZ_OcN.js";
|
3
|
-
import "react";
|
4
|
-
import "./constants.js";
|
5
|
-
import { P } from "../../ProgressBar-CwLwhaeM.js";
|
6
|
-
export {
|
7
|
-
P as ProgressBar
|
8
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("react/jsx-runtime");require("../../index-gDmAUrkZ.cjs");require("react");require("./constants.js");const r=require("../../ProgressBar-BXdFkqKe.cjs");exports.ProgressBar=r.ProgressBar;
|
@@ -1,73 +1 @@
|
|
1
|
-
|
2
|
-
import { c as classNames } from "../../index-CweZ_OcN.js";
|
3
|
-
import { memo, useRef } from "react";
|
4
|
-
import { ANIMATION_VARIABLES_MAP, EToastPosition, EToastVariant, DEFAULT_TOAST_DURATION } from "./constants.js";
|
5
|
-
import { c as cls, P as ProgressBar } from "../../ProgressBar-CwLwhaeM.js";
|
6
|
-
import { useTimer } from "../../hooks/useTimer/index.js";
|
7
|
-
import { Button } from "../Button/Button.js";
|
8
|
-
const Toast = memo(
|
9
|
-
({
|
10
|
-
id,
|
11
|
-
title = "",
|
12
|
-
message,
|
13
|
-
position = EToastPosition.TOP_RIGHT,
|
14
|
-
variant = EToastVariant.DEFAULT,
|
15
|
-
duration = DEFAULT_TOAST_DURATION,
|
16
|
-
autoClose = true,
|
17
|
-
needProgress = true,
|
18
|
-
needTimer = true,
|
19
|
-
needCloseButton = true,
|
20
|
-
onToastRemove,
|
21
|
-
slot
|
22
|
-
}) => {
|
23
|
-
const wrapperRef = useRef(null);
|
24
|
-
const { seconds } = useTimer({
|
25
|
-
expiryTimestamp: Date.now() + duration,
|
26
|
-
autoStart: needTimer,
|
27
|
-
onExpire: autoClose ? () => onToastRemove == null ? void 0 : onToastRemove(id, wrapperRef) : void 0
|
28
|
-
});
|
29
|
-
return /* @__PURE__ */ jsxs(
|
30
|
-
"div",
|
31
|
-
{
|
32
|
-
style: {
|
33
|
-
["--elm-translate"]: ANIMATION_VARIABLES_MAP[position]
|
34
|
-
},
|
35
|
-
className: classNames(
|
36
|
-
cls["toast-in"],
|
37
|
-
cls["toast-wrapper"],
|
38
|
-
cls[variant]
|
39
|
-
),
|
40
|
-
ref: wrapperRef,
|
41
|
-
role: "alert",
|
42
|
-
children: [
|
43
|
-
title && /* @__PURE__ */ jsx("h3", { className: cls.title, children: title }),
|
44
|
-
message && /* @__PURE__ */ jsx("div", { className: cls.message, children: message }),
|
45
|
-
(needTimer || needProgress) && /* @__PURE__ */ jsxs("div", { children: [
|
46
|
-
!!duration && needTimer && /* @__PURE__ */ jsxs("div", { className: cls.timer, children: [
|
47
|
-
/* @__PURE__ */ jsx("h4", { className: cls["timer-title"], children: "Осталось" }),
|
48
|
-
/* @__PURE__ */ jsxs("p", { className: cls.seconds, children: [
|
49
|
-
seconds,
|
50
|
-
" сек"
|
51
|
-
] })
|
52
|
-
] }),
|
53
|
-
!!duration && needProgress && /* @__PURE__ */ jsx(ProgressBar, { variant, duration })
|
54
|
-
] }),
|
55
|
-
needCloseButton && /* @__PURE__ */ jsx(
|
56
|
-
Button,
|
57
|
-
{
|
58
|
-
onClick: () => onToastRemove == null ? void 0 : onToastRemove(id, wrapperRef),
|
59
|
-
clear: true,
|
60
|
-
isIconButton: true,
|
61
|
-
className: cls["close-button"],
|
62
|
-
iconName: "Close24px"
|
63
|
-
}
|
64
|
-
),
|
65
|
-
slot && /* @__PURE__ */ jsx("div", { className: cls.slot, children: slot })
|
66
|
-
]
|
67
|
-
}
|
68
|
-
);
|
69
|
-
}
|
70
|
-
);
|
71
|
-
export {
|
72
|
-
Toast
|
73
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),h=require("../../index-gDmAUrkZ.cjs"),m=require("react"),r=require("./constants.js"),s=require("../../ProgressBar-BXdFkqKe.cjs"),A=require("../../hooks/useTimer/index.js"),q=require("../Button/Button.js"),B=m.memo(({id:n,title:a="",message:u,position:p=r.EToastPosition.TOP_RIGHT,variant:o=r.EToastVariant.DEFAULT,duration:c=r.DEFAULT_TOAST_DURATION,autoClose:N=!0,needProgress:x=!0,needTimer:l=!0,needCloseButton:_=!0,onToastRemove:t,slot:d})=>{const i=m.useRef(null),{seconds:j}=A.useTimer({expiryTimestamp:Date.now()+c,autoStart:l,onExpire:N?()=>t==null?void 0:t(n,i):void 0});return e.jsxs("div",{style:{"--elm-translate":r.ANIMATION_VARIABLES_MAP[p]},className:h.classNames(s.cls["toast-in"],s.cls["toast-wrapper"],s.cls[o]),ref:i,role:"alert",children:[a&&e.jsx("h3",{className:s.cls.title,children:a}),u&&e.jsx("div",{className:s.cls.message,children:u}),(l||x)&&e.jsxs("div",{children:[!!c&&l&&e.jsxs("div",{className:s.cls.timer,children:[e.jsx("h4",{className:s.cls["timer-title"],children:"Осталось"}),e.jsxs("p",{className:s.cls.seconds,children:[j," сек"]})]}),!!c&&x&&e.jsx(s.ProgressBar,{variant:o,duration:c})]}),_&&e.jsx(q.Button,{onClick:()=>t==null?void 0:t(n,i),clear:!0,isIconButton:!0,className:s.cls["close-button"],iconName:"Close24px"}),d&&e.jsx("div",{className:s.cls.slot,children:d})]})});exports.Toast=B;
|
@@ -1,50 +1 @@
|
|
1
|
-
|
2
|
-
import { c as classNames } from "../../index-CweZ_OcN.js";
|
3
|
-
import { memo, useRef, useCallback, useEffect } from "react";
|
4
|
-
import { EToastPosition } from "./constants.js";
|
5
|
-
import { c as cls } from "../../ProgressBar-CwLwhaeM.js";
|
6
|
-
import { Toast } from "./Toast.js";
|
7
|
-
const ToastList = memo(
|
8
|
-
({ toasts, position = EToastPosition.TOP_RIGHT, onToastRemove }) => {
|
9
|
-
const listRef = useRef(null);
|
10
|
-
const handleScrolling = useCallback(
|
11
|
-
(el) => {
|
12
|
-
const isTopPosition = [
|
13
|
-
EToastPosition.TOP_LEFT,
|
14
|
-
EToastPosition.TOP_RIGHT
|
15
|
-
].includes(position);
|
16
|
-
if (isTopPosition) {
|
17
|
-
el == null ? void 0 : el.scrollTo(0, el.scrollHeight);
|
18
|
-
} else {
|
19
|
-
el == null ? void 0 : el.scrollTo(0, 0);
|
20
|
-
}
|
21
|
-
},
|
22
|
-
[position]
|
23
|
-
);
|
24
|
-
useEffect(() => {
|
25
|
-
listRef.current && handleScrolling(listRef.current);
|
26
|
-
}, [handleScrolling, toasts]);
|
27
|
-
if (!toasts.length) {
|
28
|
-
return null;
|
29
|
-
}
|
30
|
-
return /* @__PURE__ */ jsx(
|
31
|
-
"div",
|
32
|
-
{
|
33
|
-
ref: listRef,
|
34
|
-
className: classNames(cls["toast-list"], cls[position]),
|
35
|
-
children: toasts.map((toast) => /* @__PURE__ */ jsx(
|
36
|
-
Toast,
|
37
|
-
{
|
38
|
-
position,
|
39
|
-
onToastRemove,
|
40
|
-
...toast
|
41
|
-
},
|
42
|
-
toast.id
|
43
|
-
))
|
44
|
-
}
|
45
|
-
);
|
46
|
-
}
|
47
|
-
);
|
48
|
-
export {
|
49
|
-
ToastList
|
50
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),u=require("../../index-gDmAUrkZ.cjs"),t=require("react"),r=require("./constants.js"),a=require("../../ProgressBar-BXdFkqKe.cjs"),l=require("./Toast.js"),m=t.memo(({toasts:e,position:o=r.EToastPosition.TOP_RIGHT,onToastRemove:T})=>{const n=t.useRef(null),c=t.useCallback(s=>{[r.EToastPosition.TOP_LEFT,r.EToastPosition.TOP_RIGHT].includes(o)?s==null||s.scrollTo(0,s.scrollHeight):s==null||s.scrollTo(0,0)},[o]);return t.useEffect(()=>{n.current&&c(n.current)},[c,e]),e.length?i.jsx("div",{ref:n,className:u.classNames(a.cls["toast-list"],a.cls[o]),children:e.map(s=>i.jsx(l.Toast,{position:o,onToastRemove:T,...s},s.id))}):null});exports.ToastList=m;
|
@@ -1,46 +1 @@
|
|
1
|
-
|
2
|
-
import { useReducer, useCallback, useMemo } from "react";
|
3
|
-
import { EToastVariant } from "./constants.js";
|
4
|
-
import { ToastContext } from "./hooks.js";
|
5
|
-
import { reducer, initialState, actionCreators } from "./store.js";
|
6
|
-
import { c as cls } from "../../ProgressBar-CwLwhaeM.js";
|
7
|
-
import { ToastList } from "./ToastList.js";
|
8
|
-
const ToastProvider = ({ children }) => {
|
9
|
-
const [toasts, dispatch] = useReducer(reducer, initialState);
|
10
|
-
const handleToastAdd = useCallback((toast2) => {
|
11
|
-
dispatch(actionCreators.setToasts(toast2));
|
12
|
-
}, []);
|
13
|
-
const toast = useMemo(
|
14
|
-
() => ({
|
15
|
-
[EToastVariant.DEFAULT]: (toast2) => handleToastAdd({ variant: EToastVariant.DEFAULT, ...toast2 }),
|
16
|
-
[EToastVariant.SUCCESS]: (toast2) => handleToastAdd({ variant: EToastVariant.SUCCESS, ...toast2 }),
|
17
|
-
[EToastVariant.ALARM]: (toast2) => handleToastAdd({ variant: EToastVariant.ALARM, ...toast2 }),
|
18
|
-
[EToastVariant.ERROR]: (toast2) => handleToastAdd({ variant: EToastVariant.ERROR, ...toast2 })
|
19
|
-
}),
|
20
|
-
[handleToastAdd]
|
21
|
-
);
|
22
|
-
const handleToastRemove = useCallback(
|
23
|
-
(toastId, ref) => {
|
24
|
-
var _a, _b;
|
25
|
-
(_a = ref == null ? void 0 : ref.current) == null ? void 0 : _a.classList.add(cls["toast-out"]);
|
26
|
-
(_b = ref == null ? void 0 : ref.current) == null ? void 0 : _b.addEventListener("animationend", () => {
|
27
|
-
dispatch(actionCreators.removeToast(toastId));
|
28
|
-
});
|
29
|
-
},
|
30
|
-
[]
|
31
|
-
);
|
32
|
-
return /* @__PURE__ */ jsxs(ToastContext.Provider, { value: toast, children: [
|
33
|
-
children,
|
34
|
-
/* @__PURE__ */ jsx(
|
35
|
-
ToastList,
|
36
|
-
{
|
37
|
-
toasts: toasts.toasts,
|
38
|
-
onToastRemove: handleToastRemove,
|
39
|
-
position: toasts.position
|
40
|
-
}
|
41
|
-
)
|
42
|
-
] });
|
43
|
-
};
|
44
|
-
export {
|
45
|
-
ToastProvider
|
46
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("react/jsx-runtime"),n=require("react"),s=require("./constants.js"),v=require("./hooks.js"),e=require("./store.js"),R=require("../../ProgressBar-BXdFkqKe.cjs"),m=require("./ToastList.js"),_=({children:d})=>{const[r,i]=n.useReducer(e.reducer,e.initialState),a=n.useCallback(t=>{i(e.actionCreators.setToasts(t))},[]),E=n.useMemo(()=>({[s.EToastVariant.DEFAULT]:t=>a({variant:s.EToastVariant.DEFAULT,...t}),[s.EToastVariant.SUCCESS]:t=>a({variant:s.EToastVariant.SUCCESS,...t}),[s.EToastVariant.ALARM]:t=>a({variant:s.EToastVariant.ALARM,...t}),[s.EToastVariant.ERROR]:t=>a({variant:s.EToastVariant.ERROR,...t})}),[a]),l=n.useCallback((t,o)=>{var c,T;(c=o==null?void 0:o.current)==null||c.classList.add(R.cls["toast-out"]),(T=o==null?void 0:o.current)==null||T.addEventListener("animationend",()=>{i(e.actionCreators.removeToast(t))})},[]);return u.jsxs(v.ToastContext.Provider,{value:E,children:[d,u.jsx(m.ToastList,{toasts:r.toasts,onToastRemove:l,position:r.position})]})};exports.ToastProvider=_;
|
@@ -1,49 +1 @@
|
|
1
|
-
var
|
2
|
-
EToastVariant2["DEFAULT"] = "default";
|
3
|
-
EToastVariant2["ALARM"] = "alarm";
|
4
|
-
EToastVariant2["SUCCESS"] = "success";
|
5
|
-
EToastVariant2["ERROR"] = "error";
|
6
|
-
return EToastVariant2;
|
7
|
-
})(EToastVariant || {});
|
8
|
-
var EToastPosition = /* @__PURE__ */ ((EToastPosition2) => {
|
9
|
-
EToastPosition2["TOP_LEFT"] = "top-left";
|
10
|
-
EToastPosition2["TOP_CENTER"] = "top-center";
|
11
|
-
EToastPosition2["TOP_RIGHT"] = "top-right";
|
12
|
-
EToastPosition2["BOTTOM_RIGHT"] = "bottom-right";
|
13
|
-
EToastPosition2["BOTTOM_CENTER"] = "bottom-center";
|
14
|
-
EToastPosition2["BOTTOM_LEFT"] = "bottom-left";
|
15
|
-
return EToastPosition2;
|
16
|
-
})(EToastPosition || {});
|
17
|
-
const ANIMATION_VARIABLES_MAP = {
|
18
|
-
[
|
19
|
-
"top-right"
|
20
|
-
/* TOP_RIGHT */
|
21
|
-
]: "translateX(1000px)",
|
22
|
-
[
|
23
|
-
"top-center"
|
24
|
-
/* TOP_CENTER */
|
25
|
-
]: "translateY(-1300px)",
|
26
|
-
[
|
27
|
-
"top-left"
|
28
|
-
/* TOP_LEFT */
|
29
|
-
]: "translateX(-1000px)",
|
30
|
-
[
|
31
|
-
"bottom-left"
|
32
|
-
/* BOTTOM_LEFT */
|
33
|
-
]: "translateX(-1000px)",
|
34
|
-
[
|
35
|
-
"bottom-center"
|
36
|
-
/* BOTTOM_CENTER */
|
37
|
-
]: "translateY(1300px)",
|
38
|
-
[
|
39
|
-
"bottom-right"
|
40
|
-
/* BOTTOM_RIGHT */
|
41
|
-
]: "translateX(1000px)"
|
42
|
-
};
|
43
|
-
const DEFAULT_TOAST_DURATION = 3e3;
|
44
|
-
export {
|
45
|
-
ANIMATION_VARIABLES_MAP,
|
46
|
-
DEFAULT_TOAST_DURATION,
|
47
|
-
EToastPosition,
|
48
|
-
EToastVariant
|
49
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e=(t=>(t.DEFAULT="default",t.ALARM="alarm",t.SUCCESS="success",t.ERROR="error",t))(e||{}),r=(t=>(t.TOP_LEFT="top-left",t.TOP_CENTER="top-center",t.TOP_RIGHT="top-right",t.BOTTOM_RIGHT="bottom-right",t.BOTTOM_CENTER="bottom-center",t.BOTTOM_LEFT="bottom-left",t))(r||{});const T={"top-right":"translateX(1000px)","top-center":"translateY(-1300px)","top-left":"translateX(-1000px)","bottom-left":"translateX(-1000px)","bottom-center":"translateY(1300px)","bottom-right":"translateX(1000px)"},A=3e3;exports.ANIMATION_VARIABLES_MAP=T;exports.DEFAULT_TOAST_DURATION=A;exports.EToastPosition=r;exports.EToastVariant=e;
|
@@ -1,16 +1 @@
|
|
1
|
-
|
2
|
-
const ToastContext = createContext({
|
3
|
-
alarm: () => {
|
4
|
-
},
|
5
|
-
default: () => {
|
6
|
-
},
|
7
|
-
error: () => {
|
8
|
-
},
|
9
|
-
success: () => {
|
10
|
-
}
|
11
|
-
});
|
12
|
-
const useToast = () => useContext(ToastContext);
|
13
|
-
export {
|
14
|
-
ToastContext,
|
15
|
-
useToast
|
16
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react"),e=t.createContext({alarm:()=>{},default:()=>{},error:()=>{},success:()=>{}}),o=()=>t.useContext(e);exports.ToastContext=e;exports.useToast=o;
|
@@ -1,9 +1 @@
|
|
1
|
-
|
2
|
-
import { useToast } from "./hooks.js";
|
3
|
-
import { EToastPosition, EToastVariant } from "./constants.js";
|
4
|
-
export {
|
5
|
-
EToastPosition,
|
6
|
-
EToastVariant,
|
7
|
-
ToastProvider,
|
8
|
-
useToast
|
9
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./ToastsProvider.js"),t=require("./hooks.js"),o=require("./constants.js");exports.ToastProvider=s.ToastProvider;exports.useToast=t.useToast;exports.EToastPosition=o.EToastPosition;exports.EToastVariant=o.EToastVariant;
|
@@ -1,50 +1 @@
|
|
1
|
-
|
2
|
-
var EToastsActions = /* @__PURE__ */ ((EToastsActions2) => {
|
3
|
-
EToastsActions2["SET_TOASTS"] = "setToasts";
|
4
|
-
EToastsActions2["REMOVE_TOAST"] = "removeToast";
|
5
|
-
EToastsActions2["RESET"] = "reset";
|
6
|
-
return EToastsActions2;
|
7
|
-
})(EToastsActions || {});
|
8
|
-
const actionCreators = {
|
9
|
-
setToasts: (payload) => ({ type: "setToasts", payload }),
|
10
|
-
removeToast: (payload) => ({ type: "removeToast", payload }),
|
11
|
-
reset: () => ({
|
12
|
-
type: "reset"
|
13
|
-
/* RESET */
|
14
|
-
})
|
15
|
-
};
|
16
|
-
const initialState = {
|
17
|
-
toasts: [],
|
18
|
-
position: EToastPosition.TOP_RIGHT
|
19
|
-
};
|
20
|
-
const reducer = (state = initialState, action) => {
|
21
|
-
switch (action.type) {
|
22
|
-
case "setToasts":
|
23
|
-
return {
|
24
|
-
...state,
|
25
|
-
toasts: [
|
26
|
-
...state.toasts,
|
27
|
-
{ ...action.payload, id: `${Math.random() * 1e4}` }
|
28
|
-
],
|
29
|
-
position: action.payload.position && action.payload.position !== state.position ? action.payload.position : state.position
|
30
|
-
};
|
31
|
-
case "removeToast": {
|
32
|
-
return {
|
33
|
-
...state,
|
34
|
-
toasts: state.toasts.filter((t) => t.id !== action.payload)
|
35
|
-
};
|
36
|
-
}
|
37
|
-
case "reset": {
|
38
|
-
return initialState;
|
39
|
-
}
|
40
|
-
default: {
|
41
|
-
return state;
|
42
|
-
}
|
43
|
-
}
|
44
|
-
};
|
45
|
-
export {
|
46
|
-
EToastsActions,
|
47
|
-
actionCreators,
|
48
|
-
initialState,
|
49
|
-
reducer
|
50
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./constants.js");var s=(t=>(t.SET_TOASTS="setToasts",t.REMOVE_TOAST="removeToast",t.RESET="reset",t))(s||{});const i={setToasts:t=>({type:"setToasts",payload:t}),removeToast:t=>({type:"removeToast",payload:t}),reset:()=>({type:"reset"})},e={toasts:[],position:a.EToastPosition.TOP_RIGHT},n=(t=e,o)=>{switch(o.type){case"setToasts":return{...t,toasts:[...t.toasts,{...o.payload,id:`${Math.random()*1e4}`}],position:o.payload.position&&o.payload.position!==t.position?o.payload.position:t.position};case"removeToast":return{...t,toasts:t.toasts.filter(r=>r.id!==o.payload)};case"reset":return e;default:return t}};exports.EToastsActions=s;exports.actionCreators=i;exports.initialState=e;exports.reducer=n;
|
@@ -1,65 +1 @@
|
|
1
|
-
|
2
|
-
import { c as classNames } from "../../index-CweZ_OcN.js";
|
3
|
-
import { forwardRef } from "react";
|
4
|
-
import { Switcher } from "../Switcher/Switcher.js";
|
5
|
-
import '../../assets/TwinSwitcher.css';const icon = "_icon_3802f_28";
|
6
|
-
const cls = {
|
7
|
-
"twin-switcher": "_twin-switcher_3802f_2",
|
8
|
-
"twin-switcher-checked": "_twin-switcher-checked_3802f_16",
|
9
|
-
"twin-switcher-thumb": "_twin-switcher-thumb_3802f_25",
|
10
|
-
"twin-switcher-checked-thumb": "_twin-switcher-checked-thumb_3802f_25",
|
11
|
-
icon,
|
12
|
-
"left-icon": "_left-icon_3802f_41",
|
13
|
-
"right-icon": "_right-icon_3802f_44"
|
14
|
-
};
|
15
|
-
const TwinSwitcher = forwardRef(
|
16
|
-
({
|
17
|
-
id,
|
18
|
-
checked,
|
19
|
-
leftIcon,
|
20
|
-
rightIcon,
|
21
|
-
disabled = false,
|
22
|
-
className,
|
23
|
-
...props
|
24
|
-
}, ref) => {
|
25
|
-
return /* @__PURE__ */ jsxs(
|
26
|
-
Switcher,
|
27
|
-
{
|
28
|
-
...props,
|
29
|
-
id: `twin-switcher-${id}`,
|
30
|
-
ref,
|
31
|
-
checked,
|
32
|
-
disabled,
|
33
|
-
className: classNames(cls["twin-switcher"], className, {
|
34
|
-
[cls["twin-switcher-checked"]]: checked
|
35
|
-
}),
|
36
|
-
switcherThumbClassName: classNames(cls["twin-switcher-thumb"], {
|
37
|
-
[cls["twin-switcher-checked-thumb"]]: checked
|
38
|
-
}),
|
39
|
-
children: [
|
40
|
-
/* @__PURE__ */ jsx(
|
41
|
-
"span",
|
42
|
-
{
|
43
|
-
className: classNames(cls.icon, cls["left-icon"], {
|
44
|
-
[cls["icon-visible"]]: !checked
|
45
|
-
}),
|
46
|
-
children: leftIcon
|
47
|
-
}
|
48
|
-
),
|
49
|
-
/* @__PURE__ */ jsx(
|
50
|
-
"span",
|
51
|
-
{
|
52
|
-
className: classNames(cls.icon, cls["right-icon"], {
|
53
|
-
[cls["icon-visible"]]: checked
|
54
|
-
}),
|
55
|
-
children: rightIcon
|
56
|
-
}
|
57
|
-
)
|
58
|
-
]
|
59
|
-
}
|
60
|
-
);
|
61
|
-
}
|
62
|
-
);
|
63
|
-
export {
|
64
|
-
TwinSwitcher
|
65
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/TwinSwitcher.css');const c=require("react/jsx-runtime"),t=require("../../index-gDmAUrkZ.cjs"),_=require("react"),l=require("../Switcher/Switcher.js"),m="_icon_1r3h0_30",i={"twin-switcher":"_twin-switcher_1r3h0_2","twin-switcher-checked":"_twin-switcher-checked_1r3h0_18","twin-switcher-thumb":"_twin-switcher-thumb_1r3h0_27","twin-switcher-checked-thumb":"_twin-switcher-checked-thumb_1r3h0_27",icon:m,"left-icon":"_left-icon_1r3h0_43","right-icon":"_right-icon_1r3h0_46"},u=_.forwardRef(({id:s,checked:e,leftIcon:r,rightIcon:n,disabled:h=!1,className:w,...o},a)=>c.jsxs(l.Switcher,{...o,id:`twin-switcher-${s}`,ref:a,checked:e,disabled:h,className:t.classNames(i["twin-switcher"],w,{[i["twin-switcher-checked"]]:e}),switcherThumbClassName:t.classNames(i["twin-switcher-thumb"],{[i["twin-switcher-checked-thumb"]]:e}),children:[c.jsx("span",{className:t.classNames(i.icon,i["left-icon"],{[i["icon-visible"]]:!e}),children:r}),c.jsx("span",{className:t.classNames(i.icon,i["right-icon"],{[i["icon-visible"]]:e}),children:n})]}));exports.TwinSwitcher=u;
|
@@ -1,106 +1 @@
|
|
1
|
-
|
2
|
-
import { c as classNames } from "../../index-CweZ_OcN.js";
|
3
|
-
import { forwardRef, useState, useEffect, useMemo } from "react";
|
4
|
-
import { imageTypes } from "./constants.js";
|
5
|
-
import { ListFiles } from "../ListFiles/ListFiles.js";
|
6
|
-
import { ListPhotos } from "../ListPhotos/ListPhotos.js";
|
7
|
-
import { Uploader } from "../Uploader/Uploader.js";
|
8
|
-
import '../../assets/UploaderPhotos.css';const cls = {
|
9
|
-
"upload-file-wrapper": "_upload-file-wrapper_2zki8_2"
|
10
|
-
};
|
11
|
-
const isImageFile = (file) => {
|
12
|
-
if ("file" in file && file.file instanceof File) {
|
13
|
-
return imageTypes.includes(file.file.type);
|
14
|
-
}
|
15
|
-
if ("type" in file && typeof file.type === "string") {
|
16
|
-
return imageTypes.includes(file.type);
|
17
|
-
}
|
18
|
-
return false;
|
19
|
-
};
|
20
|
-
const UniversalUploader = forwardRef(
|
21
|
-
(props, ref) => {
|
22
|
-
const {
|
23
|
-
type,
|
24
|
-
filesType,
|
25
|
-
arrayName,
|
26
|
-
maxSize,
|
27
|
-
onChange,
|
28
|
-
value,
|
29
|
-
maxFiles,
|
30
|
-
titleUploader
|
31
|
-
} = props;
|
32
|
-
const [items, setItems] = useState(
|
33
|
-
value || []
|
34
|
-
);
|
35
|
-
const isMaxFilesReached = items.length >= maxFiles;
|
36
|
-
useEffect(() => {
|
37
|
-
if (value) {
|
38
|
-
setItems(value);
|
39
|
-
}
|
40
|
-
}, [value]);
|
41
|
-
const onChangeValue = (e) => {
|
42
|
-
const newItems = e.value.map((el) => {
|
43
|
-
if (isImageFile(el.file)) {
|
44
|
-
return {
|
45
|
-
id: el.id,
|
46
|
-
url: URL.createObjectURL(el.file),
|
47
|
-
type: el.file.type,
|
48
|
-
name: el.file.name,
|
49
|
-
size: el.file.size
|
50
|
-
};
|
51
|
-
} else {
|
52
|
-
return {
|
53
|
-
id: el.id,
|
54
|
-
url: "",
|
55
|
-
size: el.file.size,
|
56
|
-
name: el.file.name,
|
57
|
-
type: el.file.type
|
58
|
-
};
|
59
|
-
}
|
60
|
-
});
|
61
|
-
setItems((prev) => [...prev, ...newItems]);
|
62
|
-
onChange == null ? void 0 : onChange({ type: "add", data: e.value });
|
63
|
-
};
|
64
|
-
const onDelete = (deleteId) => {
|
65
|
-
setItems((prev) => prev.filter((item) => item.id !== deleteId));
|
66
|
-
onChange == null ? void 0 : onChange({ type: "delete", data: deleteId });
|
67
|
-
};
|
68
|
-
const { photos, files } = useMemo(() => {
|
69
|
-
const getFiles = () => items.filter((item) => !isImageFile(item));
|
70
|
-
const getPhotos = () => items.filter(isImageFile);
|
71
|
-
if (type === "all") return { files: getFiles(), photos: getPhotos() };
|
72
|
-
if (type === "files") return { photos: [], files: getFiles() };
|
73
|
-
if (type === "photos") return { files: [], photos: getPhotos() };
|
74
|
-
return { files: [], photos: [] };
|
75
|
-
}, [items, type]);
|
76
|
-
return /* @__PURE__ */ jsxs(
|
77
|
-
"div",
|
78
|
-
{
|
79
|
-
className: classNames(
|
80
|
-
cls["upload-file-wrapper"],
|
81
|
-
isMaxFilesReached && cls.disabled
|
82
|
-
),
|
83
|
-
children: [
|
84
|
-
/* @__PURE__ */ jsx(
|
85
|
-
Uploader,
|
86
|
-
{
|
87
|
-
filesType,
|
88
|
-
arrayName,
|
89
|
-
maxSize,
|
90
|
-
onChangeValue,
|
91
|
-
ref,
|
92
|
-
maxFiles,
|
93
|
-
isDisabled: isMaxFilesReached,
|
94
|
-
titleUploader
|
95
|
-
}
|
96
|
-
),
|
97
|
-
(type === "files" || type === "all") && /* @__PURE__ */ jsx(ListFiles, { value: files, onChange: (j) => onDelete(j.deleteId) }),
|
98
|
-
(type === "photos" || type === "all") && /* @__PURE__ */ jsx(ListPhotos, { value: photos, onChange: (j) => onDelete(j.deleteId) })
|
99
|
-
]
|
100
|
-
}
|
101
|
-
);
|
102
|
-
}
|
103
|
-
);
|
104
|
-
export {
|
105
|
-
UniversalUploader
|
106
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require('../../assets/UploaderPhotos.css');const n=require("react/jsx-runtime"),q=require("../../index-gDmAUrkZ.cjs"),p=require("react"),y=require("./constants.js"),R=require("../ListFiles/ListFiles.js"),b=require("../ListPhotos/ListPhotos.js"),w=require("../Uploader/Uploader.js"),h={"upload-file-wrapper":"_upload-file-wrapper_1a115_2"},u=t=>"file"in t&&t.file instanceof File?y.imageTypes.includes(t.file.type):"type"in t&&typeof t.type=="string"?y.imageTypes.includes(t.type):!1,z=p.forwardRef((t,U)=>{const{type:i,filesType:_,arrayName:v,maxSize:g,onChange:o,value:l,maxFiles:f,titleUploader:x}=t,[a,c]=p.useState(l||[]),d=a.length>=f;p.useEffect(()=>{l&&c(l)},[l]);const F=s=>{const r=s.value.map(e=>u(e.file)?{id:e.id,url:URL.createObjectURL(e.file),type:e.file.type,name:e.file.name,size:e.file.size}:{id:e.id,url:"",size:e.file.size,name:e.file.name,type:e.file.type});c(e=>[...e,...r]),o==null||o({type:"add",data:s.value})},m=s=>{c(r=>r.filter(e=>e.id!==s)),o==null||o({type:"delete",data:s})},{photos:L,files:j}=p.useMemo(()=>{const s=()=>a.filter(e=>!u(e)),r=()=>a.filter(u);return i==="all"?{files:s(),photos:r()}:i==="files"?{photos:[],files:s()}:i==="photos"?{files:[],photos:r()}:{files:[],photos:[]}},[a,i]);return n.jsxs("div",{className:q.classNames(h["upload-file-wrapper"],d&&h.disabled),children:[n.jsx(w.Uploader,{filesType:_,arrayName:v,maxSize:g,onChangeValue:F,ref:U,maxFiles:f,isDisabled:d,titleUploader:x}),(i==="files"||i==="all")&&n.jsx(R.ListFiles,{value:j,onChange:s=>m(s.deleteId)}),(i==="photos"||i==="all")&&n.jsx(b.ListPhotos,{value:L,onChange:s=>m(s.deleteId)})]})});exports.UniversalUploader=z;
|
@@ -1,18 +1 @@
|
|
1
|
-
var
|
2
|
-
EUploaderType2["FILES"] = "files";
|
3
|
-
EUploaderType2["PHOTOS"] = "photos";
|
4
|
-
EUploaderType2["ALL"] = "all";
|
5
|
-
return EUploaderType2;
|
6
|
-
})(EUploaderType || {});
|
7
|
-
const imageTypes = [
|
8
|
-
"image/jpg",
|
9
|
-
"image/jpeg",
|
10
|
-
"image/png",
|
11
|
-
"image/gif",
|
12
|
-
"image/tiff",
|
13
|
-
"image/heic"
|
14
|
-
];
|
15
|
-
export {
|
16
|
-
EUploaderType,
|
17
|
-
imageTypes
|
18
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var i=(e=>(e.FILES="files",e.PHOTOS="photos",e.ALL="all",e))(i||{});const g=["image/jpg","image/jpeg","image/png","image/gif","image/tiff","image/heic"];exports.EUploaderType=i;exports.imageTypes=g;
|
@@ -1,6 +1 @@
|
|
1
|
-
|
2
|
-
import { EUploaderType } from "./constants.js";
|
3
|
-
export {
|
4
|
-
EUploaderType,
|
5
|
-
UniversalUploader
|
6
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./UniversalUploader.js"),r=require("./constants.js");exports.UniversalUploader=e.UniversalUploader;exports.EUploaderType=r.EUploaderType;
|