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
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";const o=require("./keyboard-sIr63LbB.cjs");let l="span";var r=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(r||{});function s(e,t){var i;let{features:d=1,...n}=e,a={ref:t,"aria-hidden":(d&2)===2?!0:(i=n["aria-hidden"])!=null?i:void 0,hidden:(d&4)===4?!0:void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(d&4)===4&&(d&2)!==2&&{display:"none"}}};return o.H({ourProps:a,theirProps:n,slot:{},defaultTag:l,name:"Hidden"})}let h=o.W(s);exports.T=h;exports.s=r;
|
package/dist/hooks/index.js
CHANGED
@@ -1,19 +1 @@
|
|
1
|
-
|
2
|
-
import { EMediaQuery, EMinMediaQuery } from "./useMediaQuery/constants.js";
|
3
|
-
import { useLockBodyScroll } from "./useLockBodyScroll/useLockBodyScroll.js";
|
4
|
-
import { useInterval } from "./useInterval/useInterval.js";
|
5
|
-
import { useTimer } from "./useTimer/index.js";
|
6
|
-
import { useCopyToClipboard } from "./useCopyToClipboard/useCopyToClipboard.js";
|
7
|
-
import { useMergeRefs } from "./useMergeRefs/useMergeRefs.js";
|
8
|
-
import { useResizeObserver } from "./useResizeObserver/useResizeObserver.js";
|
9
|
-
export {
|
10
|
-
EMediaQuery,
|
11
|
-
EMinMediaQuery,
|
12
|
-
useCopyToClipboard,
|
13
|
-
useInterval,
|
14
|
-
useLockBodyScroll,
|
15
|
-
useMediaQuery,
|
16
|
-
useMergeRefs,
|
17
|
-
useResizeObserver,
|
18
|
-
useTimer
|
19
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./useMediaQuery/useMediaQuery.js"),e=require("./useMediaQuery/constants.js"),r=require("./useLockBodyScroll/useLockBodyScroll.js"),o=require("./useInterval/useInterval.js"),u=require("./useTimer/index.js"),i=require("./useCopyToClipboard/useCopyToClipboard.js"),a=require("./useMergeRefs/useMergeRefs.js"),d=require("./useResizeObserver/useResizeObserver.js");exports.useMediaQuery=s.useMediaQuery;exports.EMediaQuery=e.EMediaQuery;exports.EMinMediaQuery=e.EMinMediaQuery;exports.useLockBodyScroll=r.useLockBodyScroll;exports.useInterval=o.useInterval;exports.useTimer=u.useTimer;exports.useCopyToClipboard=i.useCopyToClipboard;exports.useMergeRefs=a.useMergeRefs;exports.useResizeObserver=d.useResizeObserver;
|
@@ -1,25 +1 @@
|
|
1
|
-
|
2
|
-
function useClickOutside({
|
3
|
-
isActive,
|
4
|
-
setActive,
|
5
|
-
className
|
6
|
-
}) {
|
7
|
-
useEffect(() => {
|
8
|
-
const handleClickOtside = (e) => {
|
9
|
-
if (e.target) {
|
10
|
-
if (!e.target.closest("." + className)) {
|
11
|
-
setActive(false);
|
12
|
-
window.removeEventListener("click", handleClickOtside, true);
|
13
|
-
}
|
14
|
-
}
|
15
|
-
};
|
16
|
-
if (isActive) {
|
17
|
-
window.addEventListener("click", handleClickOtside, true);
|
18
|
-
} else {
|
19
|
-
window.removeEventListener("click", handleClickOtside, true);
|
20
|
-
}
|
21
|
-
}, [isActive]);
|
22
|
-
}
|
23
|
-
export {
|
24
|
-
useClickOutside
|
25
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react");function s({isActive:t,setActive:c,className:n}){r.useEffect(()=>{const e=i=>{i.target&&(i.target.closest("."+n)||(c(!1),window.removeEventListener("click",e,!0)))};t?window.addEventListener("click",e,!0):window.removeEventListener("click",e,!0)},[t])}exports.useClickOutside=s;
|
@@ -1,23 +1 @@
|
|
1
|
-
|
2
|
-
function useCopyToClipboard() {
|
3
|
-
const [copiedText, setCopiedText] = useState(null);
|
4
|
-
const copy = useCallback(async (text) => {
|
5
|
-
if (!(navigator == null ? void 0 : navigator.clipboard)) {
|
6
|
-
console.warn("Clipboard not supported");
|
7
|
-
return false;
|
8
|
-
}
|
9
|
-
try {
|
10
|
-
await navigator.clipboard.writeText(text);
|
11
|
-
setCopiedText(text);
|
12
|
-
return true;
|
13
|
-
} catch (error) {
|
14
|
-
console.warn("Copy failed", error);
|
15
|
-
setCopiedText(null);
|
16
|
-
return false;
|
17
|
-
}
|
18
|
-
}, []);
|
19
|
-
return [copiedText, copy];
|
20
|
-
}
|
21
|
-
export {
|
22
|
-
useCopyToClipboard
|
23
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react");function l(){const[t,e]=r.useState(null),a=r.useCallback(async o=>{if(!(navigator!=null&&navigator.clipboard))return console.warn("Clipboard not supported"),!1;try{return await navigator.clipboard.writeText(o),e(o),!0}catch(n){return console.warn("Copy failed",n),e(null),!1}},[]);return[t,a]}exports.useCopyToClipboard=l;
|
@@ -1,17 +1 @@
|
|
1
|
-
|
2
|
-
function useInterval(callback, delay) {
|
3
|
-
const callbackRef = useRef();
|
4
|
-
callbackRef.current = callback;
|
5
|
-
useEffect(() => {
|
6
|
-
if (!delay) {
|
7
|
-
return;
|
8
|
-
}
|
9
|
-
const interval = setInterval(() => {
|
10
|
-
callbackRef.current && callbackRef.current();
|
11
|
-
}, delay);
|
12
|
-
return () => clearInterval(interval);
|
13
|
-
}, [delay]);
|
14
|
-
}
|
15
|
-
export {
|
16
|
-
useInterval
|
17
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react");function u(n,e){const t=r.useRef();t.current=n,r.useEffect(()=>{if(!e)return;const c=setInterval(()=>{t.current&&t.current()},e);return()=>clearInterval(c)},[e])}exports.useInterval=u;
|
@@ -1,20 +1 @@
|
|
1
|
-
|
2
|
-
function useLockBodyScroll({ on, paddingRight }) {
|
3
|
-
useLayoutEffect(() => {
|
4
|
-
const hasVerticalScrollbar = document.documentElement.scrollHeight > document.documentElement.clientHeight;
|
5
|
-
if (!on || !hasVerticalScrollbar) return;
|
6
|
-
const originalStyle = window.getComputedStyle(document.body).overflow;
|
7
|
-
const originalPaddingStyle = window.getComputedStyle(
|
8
|
-
document.body
|
9
|
-
).paddingRight;
|
10
|
-
document.body.style.overflow = "hidden";
|
11
|
-
document.body.style.paddingRight = `${paddingRight}px`;
|
12
|
-
return () => {
|
13
|
-
document.body.style.overflow = originalStyle;
|
14
|
-
document.body.style.paddingRight = originalPaddingStyle;
|
15
|
-
};
|
16
|
-
}, [on, paddingRight]);
|
17
|
-
}
|
18
|
-
export {
|
19
|
-
useLockBodyScroll
|
20
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("react");function c({on:e,paddingRight:t}){l.useLayoutEffect(()=>{const o=document.documentElement.scrollHeight>document.documentElement.clientHeight;if(!e||!o)return;const d=window.getComputedStyle(document.body).overflow,n=window.getComputedStyle(document.body).paddingRight;return document.body.style.overflow="hidden",document.body.style.paddingRight=`${t}px`,()=>{document.body.style.overflow=d,document.body.style.paddingRight=n}},[e,t])}exports.useLockBodyScroll=c;
|
@@ -1,26 +1 @@
|
|
1
|
-
var
|
2
|
-
EMediaQuery2["XSS"] = "(max-width: 375px)";
|
3
|
-
EMediaQuery2["XS"] = "(max-width: 600px)";
|
4
|
-
EMediaQuery2["XS1"] = "(max-width: 767px)";
|
5
|
-
EMediaQuery2["S"] = "(max-width: 768px)";
|
6
|
-
EMediaQuery2["M"] = "(max-width: 960px)";
|
7
|
-
EMediaQuery2["L"] = "(max-width: 1280px)";
|
8
|
-
EMediaQuery2["XL"] = "(max-width: 1440px)";
|
9
|
-
EMediaQuery2["XXL"] = "(max-width: 1920px)";
|
10
|
-
return EMediaQuery2;
|
11
|
-
})(EMediaQuery || {});
|
12
|
-
var EMinMediaQuery = /* @__PURE__ */ ((EMinMediaQuery2) => {
|
13
|
-
EMinMediaQuery2["XSS"] = "(min-width: 375px)";
|
14
|
-
EMinMediaQuery2["XS"] = "(min-width: 600px)";
|
15
|
-
EMinMediaQuery2["XS1"] = "(min-width: 767px)";
|
16
|
-
EMinMediaQuery2["S"] = "(min-width: 768px)";
|
17
|
-
EMinMediaQuery2["M"] = "(min-width: 960px)";
|
18
|
-
EMinMediaQuery2["L"] = "(min-width: 1280px)";
|
19
|
-
EMinMediaQuery2["XL"] = "(min-width: 1440px)";
|
20
|
-
EMinMediaQuery2["XXL"] = "(min-width: 1920px)";
|
21
|
-
return EMinMediaQuery2;
|
22
|
-
})(EMinMediaQuery || {});
|
23
|
-
export {
|
24
|
-
EMediaQuery,
|
25
|
-
EMinMediaQuery
|
26
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var x=(t=>(t.XSS="(max-width: 375px)",t.XS="(max-width: 600px)",t.XS1="(max-width: 767px)",t.S="(max-width: 768px)",t.M="(max-width: 960px)",t.L="(max-width: 1280px)",t.XL="(max-width: 1440px)",t.XXL="(max-width: 1920px)",t))(x||{}),m=(t=>(t.XSS="(min-width: 375px)",t.XS="(min-width: 600px)",t.XS1="(min-width: 767px)",t.S="(min-width: 768px)",t.M="(min-width: 960px)",t.L="(min-width: 1280px)",t.XL="(min-width: 1440px)",t.XXL="(min-width: 1920px)",t))(m||{});exports.EMediaQuery=x;exports.EMinMediaQuery=m;
|
@@ -1,7 +1 @@
|
|
1
|
-
|
2
|
-
import { EMediaQuery, EMinMediaQuery } from "./constants.js";
|
3
|
-
export {
|
4
|
-
EMediaQuery,
|
5
|
-
EMinMediaQuery,
|
6
|
-
useMediaQuery
|
7
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("./useMediaQuery.js"),e=require("./constants.js");exports.useMediaQuery=u.useMediaQuery;exports.EMediaQuery=e.EMediaQuery;exports.EMinMediaQuery=e.EMinMediaQuery;
|
@@ -1,19 +1 @@
|
|
1
|
-
|
2
|
-
const getServerSnapshot = () => false;
|
3
|
-
const useMediaQuery = (query) => {
|
4
|
-
const subscribe = useCallback(
|
5
|
-
(callback) => {
|
6
|
-
const matchMedia = window.matchMedia(query);
|
7
|
-
matchMedia.addEventListener("change", callback);
|
8
|
-
return () => {
|
9
|
-
matchMedia.removeEventListener("change", callback);
|
10
|
-
};
|
11
|
-
},
|
12
|
-
[query]
|
13
|
-
);
|
14
|
-
const getSnapshot = () => window.matchMedia(query).matches;
|
15
|
-
return useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot);
|
16
|
-
};
|
17
|
-
export {
|
18
|
-
useMediaQuery
|
19
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react"),c=()=>!1,o=e=>{const a=s.useCallback(t=>{const n=window.matchMedia(e);return n.addEventListener("change",t),()=>{n.removeEventListener("change",t)}},[e]),r=()=>window.matchMedia(e).matches;return s.useSyncExternalStore(a,r,c)};exports.useMediaQuery=o;
|
@@ -1,28 +1 @@
|
|
1
|
-
|
2
|
-
function assignRef(ref, value) {
|
3
|
-
if (ref == null) return;
|
4
|
-
if (typeof ref === "function") {
|
5
|
-
ref(value);
|
6
|
-
return;
|
7
|
-
}
|
8
|
-
try {
|
9
|
-
ref.current = value;
|
10
|
-
} catch (error) {
|
11
|
-
throw new Error(`Cannot assign value '${value}' to ref '${ref}'`);
|
12
|
-
}
|
13
|
-
}
|
14
|
-
function mergeRefs(...refs) {
|
15
|
-
return (node) => {
|
16
|
-
refs.forEach((ref) => {
|
17
|
-
assignRef(ref, node);
|
18
|
-
});
|
19
|
-
};
|
20
|
-
}
|
21
|
-
function useMergeRefs(...refs) {
|
22
|
-
return useMemo(() => mergeRefs(...refs), refs);
|
23
|
-
}
|
24
|
-
export {
|
25
|
-
assignRef,
|
26
|
-
mergeRefs,
|
27
|
-
useMergeRefs
|
28
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("react");function t(e,r){if(e!=null){if(typeof e=="function"){e(r);return}try{e.current=r}catch{throw new Error(`Cannot assign value '${r}' to ref '${e}'`)}}}function o(...e){return r=>{e.forEach(n=>{t(n,r)})}}function s(...e){return u.useMemo(()=>o(...e),e)}exports.assignRef=t;exports.mergeRefs=o;exports.useMergeRefs=s;
|
@@ -1,18 +1 @@
|
|
1
|
-
const
|
2
|
-
if (typeof target === "function") {
|
3
|
-
return target();
|
4
|
-
}
|
5
|
-
if (target instanceof Document) {
|
6
|
-
return target;
|
7
|
-
}
|
8
|
-
if (target instanceof Window) {
|
9
|
-
return target;
|
10
|
-
}
|
11
|
-
if (target instanceof Element) {
|
12
|
-
return target;
|
13
|
-
}
|
14
|
-
return target.current;
|
15
|
-
};
|
16
|
-
export {
|
17
|
-
getElement
|
18
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=n=>typeof n=="function"?n():n instanceof Document||n instanceof Window||n instanceof Element?n:n.current;exports.getElement=e;
|
@@ -1,49 +1 @@
|
|
1
|
-
|
2
|
-
import { getElement } from "./getElement.js";
|
3
|
-
const useResizeObserver = (...params) => {
|
4
|
-
const target = typeof params[0] === "object" && !("current" in params[0]) ? void 0 : params[0];
|
5
|
-
const options = target ? params[1] : params[0];
|
6
|
-
const enabled = (options == null ? void 0 : options.enabled) ?? true;
|
7
|
-
const [entries, setEntries] = useState([]);
|
8
|
-
const [internalRef, setInternalRef] = useState();
|
9
|
-
const internalOnChangeRef = useRef();
|
10
|
-
internalOnChangeRef.current = options == null ? void 0 : options.onChange;
|
11
|
-
useEffect(() => {
|
12
|
-
if (!enabled && !target && !internalRef) return;
|
13
|
-
if (Array.isArray(target)) {
|
14
|
-
if (!target.length) return;
|
15
|
-
const observer2 = new ResizeObserver((entries2) => {
|
16
|
-
var _a;
|
17
|
-
setEntries(entries2);
|
18
|
-
(_a = internalOnChangeRef.current) == null ? void 0 : _a.call(internalOnChangeRef, entries2, observer2);
|
19
|
-
});
|
20
|
-
target.forEach((target2) => {
|
21
|
-
const element2 = getElement(target2);
|
22
|
-
if (!element2) return;
|
23
|
-
observer2.observe(element2, options);
|
24
|
-
});
|
25
|
-
return () => {
|
26
|
-
observer2.disconnect();
|
27
|
-
};
|
28
|
-
}
|
29
|
-
const element = target ? getElement(target) : internalRef;
|
30
|
-
if (!element) return;
|
31
|
-
const observer = new ResizeObserver((entries2) => {
|
32
|
-
var _a;
|
33
|
-
setEntries(entries2);
|
34
|
-
(_a = internalOnChangeRef.current) == null ? void 0 : _a.call(internalOnChangeRef, entries2, observer);
|
35
|
-
});
|
36
|
-
observer.observe(element, options);
|
37
|
-
return () => {
|
38
|
-
observer.disconnect();
|
39
|
-
};
|
40
|
-
}, [internalRef, target, options == null ? void 0 : options.box, enabled]);
|
41
|
-
if (target) return { entries };
|
42
|
-
return {
|
43
|
-
ref: setInternalRef,
|
44
|
-
entries
|
45
|
-
};
|
46
|
-
};
|
47
|
-
export {
|
48
|
-
useResizeObserver
|
49
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react"),E=require("./getElement.js"),g=(...c)=>{const r=typeof c[0]=="object"&&!("current"in c[0])?void 0:c[0],e=r?c[1]:c[0],f=(e==null?void 0:e.enabled)??!0,[v,l]=o.useState([]),[b,R]=o.useState(),t=o.useRef();return t.current=e==null?void 0:e.onChange,o.useEffect(()=>{if(!f&&!r&&!b)return;if(Array.isArray(r)){if(!r.length)return;const n=new ResizeObserver(s=>{var u;l(s),(u=t.current)==null||u.call(t,s,n)});return r.forEach(s=>{const u=E.getElement(s);u&&n.observe(u,e)}),()=>{n.disconnect()}}const d=r?E.getElement(r):b;if(!d)return;const i=new ResizeObserver(n=>{var s;l(n),(s=t.current)==null||s.call(t,n,i)});return i.observe(d,e),()=>{i.disconnect()}},[b,r,e==null?void 0:e.box,f]),r?{entries:v}:{ref:R,entries:v}};exports.useResizeObserver=g;
|
@@ -1,90 +1 @@
|
|
1
|
-
|
2
|
-
import { Time, Validate } from "./utils.js";
|
3
|
-
import { useInterval } from "../useInterval/useInterval.js";
|
4
|
-
const DEFAULT_DELAY = 1e3;
|
5
|
-
function getDelayFromExpiryTimestamp(expiryTimestamp) {
|
6
|
-
if (!Validate.expiryTimestamp(expiryTimestamp)) {
|
7
|
-
return null;
|
8
|
-
}
|
9
|
-
const seconds = Time.getSecondsFromExpiry(expiryTimestamp);
|
10
|
-
const extraMilliSeconds = Math.floor((seconds - Math.floor(seconds)) * 1e3);
|
11
|
-
return extraMilliSeconds > 0 ? extraMilliSeconds : DEFAULT_DELAY;
|
12
|
-
}
|
13
|
-
function useTimer({
|
14
|
-
expiryTimestamp: expiry,
|
15
|
-
onExpire,
|
16
|
-
autoStart = false
|
17
|
-
}) {
|
18
|
-
const [expiryTimestamp, setExpiryTimestamp] = useState(expiry);
|
19
|
-
const [seconds, setSeconds] = useState(
|
20
|
-
Time.getSecondsFromExpiry(expiry ?? 0)
|
21
|
-
);
|
22
|
-
const [isRunning, setIsRunning] = useState(autoStart);
|
23
|
-
const [didStart, setDidStart] = useState(autoStart);
|
24
|
-
const [delay, setDelay] = useState(getDelayFromExpiryTimestamp(expiry ?? 0));
|
25
|
-
const handleExpire = useCallback(() => {
|
26
|
-
Validate.onExpire(onExpire) && (onExpire == null ? void 0 : onExpire());
|
27
|
-
setIsRunning(false);
|
28
|
-
setDelay(null);
|
29
|
-
}, [onExpire]);
|
30
|
-
const pause = useCallback((cb) => {
|
31
|
-
setIsRunning(() => {
|
32
|
-
cb == null ? void 0 : cb();
|
33
|
-
return false;
|
34
|
-
});
|
35
|
-
}, []);
|
36
|
-
const restart = useCallback(
|
37
|
-
(newExpiryTimestamp, newAutoStart = true) => {
|
38
|
-
setDelay(getDelayFromExpiryTimestamp(newExpiryTimestamp));
|
39
|
-
setDidStart(newAutoStart);
|
40
|
-
setIsRunning(newAutoStart);
|
41
|
-
setExpiryTimestamp(newExpiryTimestamp);
|
42
|
-
setSeconds(Time.getSecondsFromExpiry(newExpiryTimestamp));
|
43
|
-
},
|
44
|
-
[]
|
45
|
-
);
|
46
|
-
const resume = useCallback(
|
47
|
-
(cb) => {
|
48
|
-
const time = /* @__PURE__ */ new Date();
|
49
|
-
time.setMilliseconds(time.getMilliseconds() + seconds * 1e3);
|
50
|
-
restart(time.getTime(), true);
|
51
|
-
cb == null ? void 0 : cb();
|
52
|
-
},
|
53
|
-
[seconds, restart]
|
54
|
-
);
|
55
|
-
const start = useCallback(() => {
|
56
|
-
if (didStart) {
|
57
|
-
setSeconds(Time.getSecondsFromExpiry(expiryTimestamp ?? 0, false));
|
58
|
-
setIsRunning(true);
|
59
|
-
} else {
|
60
|
-
resume();
|
61
|
-
}
|
62
|
-
}, [expiryTimestamp, didStart, resume]);
|
63
|
-
useInterval(
|
64
|
-
() => {
|
65
|
-
if (delay !== DEFAULT_DELAY) {
|
66
|
-
setDelay(DEFAULT_DELAY);
|
67
|
-
}
|
68
|
-
const secondsValue = Time.getSecondsFromExpiry(
|
69
|
-
expiryTimestamp ?? 0,
|
70
|
-
false
|
71
|
-
);
|
72
|
-
setSeconds(secondsValue);
|
73
|
-
if (secondsValue <= 0) {
|
74
|
-
handleExpire();
|
75
|
-
}
|
76
|
-
},
|
77
|
-
isRunning ? delay : null
|
78
|
-
);
|
79
|
-
return {
|
80
|
-
...Time.getTimeFromSeconds(seconds),
|
81
|
-
start,
|
82
|
-
pause,
|
83
|
-
resume,
|
84
|
-
restart,
|
85
|
-
isRunning
|
86
|
-
};
|
87
|
-
}
|
88
|
-
export {
|
89
|
-
useTimer
|
90
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react"),n=require("./utils.js"),C=require("../useInterval/useInterval.js"),T=1e3;function F(o){if(!n.Validate.expiryTimestamp(o))return null;const t=n.Time.getSecondsFromExpiry(o),a=Math.floor((t-Math.floor(t))*1e3);return a>0?a:T}function _({expiryTimestamp:o,onExpire:t,autoStart:a=!1}){const[i,k]=s.useState(o),[u,c]=s.useState(n.Time.getSecondsFromExpiry(o??0)),[f,r]=s.useState(a),[g,D]=s.useState(a),[y,m]=s.useState(F(o??0)),M=s.useCallback(()=>{n.Validate.onExpire(t)&&(t==null||t()),r(!1),m(null)},[t]),h=s.useCallback(e=>{r(()=>(e==null||e(),!1))},[]),d=s.useCallback((e,l=!0)=>{m(F(e)),D(l),r(l),k(e),c(n.Time.getSecondsFromExpiry(e))},[]),S=s.useCallback(e=>{const l=new Date;l.setMilliseconds(l.getMilliseconds()+u*1e3),d(l.getTime(),!0),e==null||e()},[u,d]),p=s.useCallback(()=>{g?(c(n.Time.getSecondsFromExpiry(i??0,!1)),r(!0)):S()},[i,g,S]);return C.useInterval(()=>{y!==T&&m(T);const e=n.Time.getSecondsFromExpiry(i??0,!1);c(e),e<=0&&M()},f?y:null),{...n.Time.getTimeFromSeconds(u),start:p,pause:h,resume:S,restart:d,isRunning:f}}exports.useTimer=_;
|
@@ -1,87 +1 @@
|
|
1
|
-
|
2
|
-
import { Time, Validate, SECONDS_IN_MILLISECONDS } from "./utils.js";
|
3
|
-
import { useInterval } from "../useInterval/useInterval.js";
|
4
|
-
const DEFAULT_DELAY = 1e3;
|
5
|
-
function getDelayFromExpiryTimestamp(expiryTimestamp) {
|
6
|
-
if (!Validate.expiryTimestamp(expiryTimestamp)) {
|
7
|
-
return null;
|
8
|
-
}
|
9
|
-
const seconds = Time.getSecondsFromExpiry(expiryTimestamp);
|
10
|
-
const extraMilliSeconds = Math.floor(
|
11
|
-
(seconds - Math.floor(seconds)) * SECONDS_IN_MILLISECONDS
|
12
|
-
);
|
13
|
-
return extraMilliSeconds > 0 ? extraMilliSeconds : DEFAULT_DELAY;
|
14
|
-
}
|
15
|
-
function useTimer({
|
16
|
-
expiryTimestamp: expiry,
|
17
|
-
onExpire,
|
18
|
-
autoStart = true
|
19
|
-
}) {
|
20
|
-
const [expiryTimestamp, setExpiryTimestamp] = useState(expiry);
|
21
|
-
const [seconds, setSeconds] = useState(
|
22
|
-
Time.getSecondsFromExpiry(expiry ?? 0)
|
23
|
-
);
|
24
|
-
const [isRunning, setIsRunning] = useState(autoStart);
|
25
|
-
const [didStart, setDidStart] = useState(autoStart);
|
26
|
-
const [delay, setDelay] = useState(getDelayFromExpiryTimestamp(expiry ?? 0));
|
27
|
-
const handleExpire = useCallback(() => {
|
28
|
-
Validate.onExpire(onExpire) && (onExpire == null ? void 0 : onExpire());
|
29
|
-
setIsRunning(false);
|
30
|
-
setDelay(null);
|
31
|
-
}, [onExpire]);
|
32
|
-
const pause = useCallback(() => {
|
33
|
-
setIsRunning(false);
|
34
|
-
}, []);
|
35
|
-
const restart = useCallback(
|
36
|
-
(newExpiryTimestamp, newAutoStart = true) => {
|
37
|
-
setDelay(getDelayFromExpiryTimestamp(newExpiryTimestamp));
|
38
|
-
setDidStart(newAutoStart);
|
39
|
-
setIsRunning(newAutoStart);
|
40
|
-
setExpiryTimestamp(newExpiryTimestamp);
|
41
|
-
setSeconds(Time.getSecondsFromExpiry(newExpiryTimestamp));
|
42
|
-
},
|
43
|
-
[]
|
44
|
-
);
|
45
|
-
const resume = useCallback(() => {
|
46
|
-
const time = /* @__PURE__ */ new Date();
|
47
|
-
time.setMilliseconds(
|
48
|
-
time.getMilliseconds() + seconds * SECONDS_IN_MILLISECONDS
|
49
|
-
);
|
50
|
-
restart(time.getTime(), true);
|
51
|
-
}, [seconds, restart]);
|
52
|
-
const start = useCallback(() => {
|
53
|
-
if (didStart) {
|
54
|
-
setSeconds(Time.getSecondsFromExpiry(expiryTimestamp ?? 0, false));
|
55
|
-
setIsRunning(true);
|
56
|
-
} else {
|
57
|
-
resume();
|
58
|
-
}
|
59
|
-
}, [expiryTimestamp, didStart, resume]);
|
60
|
-
useInterval(
|
61
|
-
() => {
|
62
|
-
if (delay !== DEFAULT_DELAY) {
|
63
|
-
setDelay(DEFAULT_DELAY);
|
64
|
-
}
|
65
|
-
const secondsValue = Time.getSecondsFromExpiry(
|
66
|
-
expiryTimestamp ?? 0,
|
67
|
-
false
|
68
|
-
);
|
69
|
-
setSeconds(secondsValue);
|
70
|
-
if (secondsValue <= 0) {
|
71
|
-
handleExpire();
|
72
|
-
}
|
73
|
-
},
|
74
|
-
isRunning ? delay : null
|
75
|
-
);
|
76
|
-
return {
|
77
|
-
...Time.getTimeFromSeconds(seconds),
|
78
|
-
start,
|
79
|
-
pause,
|
80
|
-
resume,
|
81
|
-
restart,
|
82
|
-
isRunning
|
83
|
-
};
|
84
|
-
}
|
85
|
-
export {
|
86
|
-
useTimer
|
87
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react"),t=require("./utils.js"),b=require("../useInterval/useInterval.js"),d=1e3;function D(o){if(!t.Validate.expiryTimestamp(o))return null;const n=t.Time.getSecondsFromExpiry(o),l=Math.floor((n-Math.floor(n))*t.SECONDS_IN_MILLISECONDS);return l>0?l:d}function k({expiryTimestamp:o,onExpire:n,autoStart:l=!0}){const[c,I]=s.useState(o),[i,r]=s.useState(t.Time.getSecondsFromExpiry(o??0)),[T,a]=s.useState(l),[f,C]=s.useState(l),[g,u]=s.useState(D(o??0)),_=s.useCallback(()=>{t.Validate.onExpire(n)&&(n==null||n()),a(!1),u(null)},[n]),F=s.useCallback(()=>{a(!1)},[]),m=s.useCallback((e,y=!0)=>{u(D(e)),C(y),a(y),I(e),r(t.Time.getSecondsFromExpiry(e))},[]),S=s.useCallback(()=>{const e=new Date;e.setMilliseconds(e.getMilliseconds()+i*t.SECONDS_IN_MILLISECONDS),m(e.getTime(),!0)},[i,m]),M=s.useCallback(()=>{f?(r(t.Time.getSecondsFromExpiry(c??0,!1)),a(!0)):S()},[c,f,S]);return b.useInterval(()=>{g!==d&&u(d);const e=t.Time.getSecondsFromExpiry(c??0,!1);r(e),e<=0&&_()},T?g:null),{...t.Time.getTimeFromSeconds(i),start:M,pause:F,resume:S,restart:m,isRunning:T}}exports.useTimer=k;
|
@@ -1,88 +1 @@
|
|
1
|
-
const
|
2
|
-
const SECONDS_IN_HOUR = 60 * SECONDS_IN_MINUTE;
|
3
|
-
const SECONDS_IN_DAY = SECONDS_IN_HOUR * 24;
|
4
|
-
const SECONDS_IN_MILLISECONDS = 1e3;
|
5
|
-
class Time {
|
6
|
-
static getTimeFromSeconds(secs) {
|
7
|
-
const totalSeconds = Math.ceil(secs);
|
8
|
-
const days = Math.floor(totalSeconds / SECONDS_IN_DAY);
|
9
|
-
const hours = Math.floor(totalSeconds % SECONDS_IN_DAY / SECONDS_IN_HOUR);
|
10
|
-
const minutes = Math.floor(
|
11
|
-
totalSeconds % SECONDS_IN_HOUR / SECONDS_IN_MINUTE
|
12
|
-
);
|
13
|
-
const seconds = Math.floor(totalSeconds % SECONDS_IN_MINUTE);
|
14
|
-
return {
|
15
|
-
totalSeconds,
|
16
|
-
seconds,
|
17
|
-
minutes,
|
18
|
-
hours,
|
19
|
-
days
|
20
|
-
};
|
21
|
-
}
|
22
|
-
static getSecondsFromExpiry(expiry, shouldRound) {
|
23
|
-
const now = (/* @__PURE__ */ new Date()).getTime();
|
24
|
-
const milliSecondsDistance = expiry - now;
|
25
|
-
if (milliSecondsDistance > 0) {
|
26
|
-
const val = milliSecondsDistance / SECONDS_IN_MILLISECONDS;
|
27
|
-
return shouldRound ? Math.round(val) : val;
|
28
|
-
}
|
29
|
-
return 0;
|
30
|
-
}
|
31
|
-
static getSecondsFromPrevTime(prevTime, shouldRound) {
|
32
|
-
const now = (/* @__PURE__ */ new Date()).getTime();
|
33
|
-
const milliSecondsDistance = now - prevTime;
|
34
|
-
if (milliSecondsDistance > 0) {
|
35
|
-
const val = milliSecondsDistance / SECONDS_IN_MILLISECONDS;
|
36
|
-
return shouldRound ? Math.round(val) : val;
|
37
|
-
}
|
38
|
-
return 0;
|
39
|
-
}
|
40
|
-
static getSecondsFromTimeNow() {
|
41
|
-
const now = /* @__PURE__ */ new Date();
|
42
|
-
const currentTimestamp = now.getTime();
|
43
|
-
const offset = now.getTimezoneOffset() * SECONDS_IN_MINUTE;
|
44
|
-
return currentTimestamp / SECONDS_IN_MILLISECONDS - offset;
|
45
|
-
}
|
46
|
-
static getFormattedTimeFromSeconds(totalSeconds) {
|
47
|
-
const {
|
48
|
-
seconds: secondsValue,
|
49
|
-
minutes,
|
50
|
-
hours
|
51
|
-
} = Time.getTimeFromSeconds(totalSeconds);
|
52
|
-
return {
|
53
|
-
seconds: secondsValue,
|
54
|
-
minutes,
|
55
|
-
hours
|
56
|
-
};
|
57
|
-
}
|
58
|
-
}
|
59
|
-
class Validate {
|
60
|
-
static expiryTimestamp(expiryTimestamp) {
|
61
|
-
const isValid = new Date(expiryTimestamp).getTime() > 0;
|
62
|
-
if (!isValid) {
|
63
|
-
console.warn(
|
64
|
-
"{ useTimer } Invalid expiryTimestamp settings",
|
65
|
-
expiryTimestamp
|
66
|
-
);
|
67
|
-
}
|
68
|
-
return isValid;
|
69
|
-
}
|
70
|
-
static onExpire(onExpire) {
|
71
|
-
const isValid = onExpire && typeof onExpire === "function";
|
72
|
-
if (onExpire && !isValid) {
|
73
|
-
console.warn(
|
74
|
-
" { useTimer } Invalid onExpire settings function",
|
75
|
-
onExpire
|
76
|
-
);
|
77
|
-
}
|
78
|
-
return isValid;
|
79
|
-
}
|
80
|
-
}
|
81
|
-
export {
|
82
|
-
SECONDS_IN_DAY,
|
83
|
-
SECONDS_IN_HOUR,
|
84
|
-
SECONDS_IN_MILLISECONDS,
|
85
|
-
SECONDS_IN_MINUTE,
|
86
|
-
Time,
|
87
|
-
Validate
|
88
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=60,r=60*c,a=r*24,i=1e3;class S{static getTimeFromSeconds(e){const t=Math.ceil(e),s=Math.floor(t/a),n=Math.floor(t%a/r),o=Math.floor(t%r/c),m=Math.floor(t%c);return{totalSeconds:t,seconds:m,minutes:o,hours:n,days:s}}static getSecondsFromExpiry(e,t){const s=new Date().getTime(),n=e-s;if(n>0){const o=n/i;return t?Math.round(o):o}return 0}static getSecondsFromPrevTime(e,t){const n=new Date().getTime()-e;if(n>0){const o=n/i;return t?Math.round(o):o}return 0}static getSecondsFromTimeNow(){const e=new Date,t=e.getTime(),s=e.getTimezoneOffset()*c;return t/i-s}static getFormattedTimeFromSeconds(e){const{seconds:t,minutes:s,hours:n}=S.getTimeFromSeconds(e);return{seconds:t,minutes:s,hours:n}}}class l{static expiryTimestamp(e){const t=new Date(e).getTime()>0;return t||console.warn("{ useTimer } Invalid expiryTimestamp settings",e),t}static onExpire(e){const t=e&&typeof e=="function";return e&&!t&&console.warn(" { useTimer } Invalid onExpire settings function",e),t}}exports.SECONDS_IN_DAY=a;exports.SECONDS_IN_HOUR=r;exports.SECONDS_IN_MILLISECONDS=i;exports.SECONDS_IN_MINUTE=c;exports.Time=S;exports.Validate=l;
|
@@ -1,26 +1 @@
|
|
1
|
-
|
2
|
-
function getWindowSize() {
|
3
|
-
const { innerWidth: width, innerHeight: height } = window;
|
4
|
-
return {
|
5
|
-
width,
|
6
|
-
height
|
7
|
-
};
|
8
|
-
}
|
9
|
-
function useWindowSize() {
|
10
|
-
const [windowSize, setWindowSize] = useState(getWindowSize());
|
11
|
-
const timeoutRef = useRef(null);
|
12
|
-
function handleResize() {
|
13
|
-
if (timeoutRef.current) clearTimeout(timeoutRef.current);
|
14
|
-
timeoutRef.current = setTimeout(() => setWindowSize(getWindowSize()), 500);
|
15
|
-
}
|
16
|
-
useEffect(() => {
|
17
|
-
if (timeoutRef.current) clearTimeout(timeoutRef.current);
|
18
|
-
window.addEventListener("resize", handleResize);
|
19
|
-
return () => window.removeEventListener("resize", handleResize);
|
20
|
-
}, []);
|
21
|
-
const { width, height } = windowSize;
|
22
|
-
return { width, height };
|
23
|
-
}
|
24
|
-
export {
|
25
|
-
useWindowSize
|
26
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react");function o(){const{innerWidth:t,innerHeight:i}=window;return{width:t,height:i}}function s(){const[t,i]=n.useState(o()),e=n.useRef(null);function r(){e.current&&clearTimeout(e.current),e.current=setTimeout(()=>i(o()),500)}n.useEffect(()=>(e.current&&clearTimeout(e.current),window.addEventListener("resize",r),()=>window.removeEventListener("resize",r)),[]);const{width:u,height:c}=t;return{width:u,height:c}}exports.useWindowSize=s;
|
package/dist/icons/Icon.js
CHANGED
@@ -1,13 +1 @@
|
|
1
|
-
|
2
|
-
import { Suspense } from "react";
|
3
|
-
import { i as icons } from "../index-FDVpKRvA.js";
|
4
|
-
const Icon = ({ iconName, ...props }) => {
|
5
|
-
const Component = icons[iconName];
|
6
|
-
if (!Component) {
|
7
|
-
return null;
|
8
|
-
}
|
9
|
-
return /* @__PURE__ */ jsx(Suspense, { fallback: null, children: /* @__PURE__ */ jsx(Component, { ...props, "data-testid": iconName }) });
|
10
|
-
};
|
11
|
-
export {
|
12
|
-
Icon
|
13
|
-
};
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("react/jsx-runtime"),s=require("react"),r=require("../index-Dby3L_4e.cjs"),c=({iconName:e,...o})=>{const n=r.icons[e];return n?t.jsx(s.Suspense,{fallback:null,children:t.jsx(n,{...o,"data-testid":e})}):null};exports.Icon=c;
|