mimir-ui-kit 1.34.2 → 1.34.4-t
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Input-BQldEv37.js +198 -0
- package/dist/ProgressBar-C0dC7o7N.js +55 -0
- package/dist/assets/Accordion.css +1 -1
- package/dist/assets/AccordionItem.css +1 -1
- package/dist/assets/Avatar.css +1 -0
- package/dist/assets/Button.css +1 -1
- package/dist/assets/CheckboxMimir.css +1 -1
- package/dist/assets/Chip.css +1 -1
- package/dist/assets/Drawer.css +1 -1
- package/dist/assets/GosZnak.css +1 -0
- package/dist/assets/Input.css +1 -1
- package/dist/assets/InputPassword.css +1 -1
- package/dist/assets/InputRangeSlider.css +1 -0
- package/dist/assets/Link.css +1 -1
- package/dist/assets/ListFiles.css +1 -1
- package/dist/assets/ListPhotos.css +1 -1
- package/dist/assets/MergedButton.css +1 -1
- package/dist/assets/NotificationBadge.css +1 -1
- package/dist/assets/OtpInput.css +1 -1
- package/dist/assets/Pagination.css +1 -1
- package/dist/assets/ProgressBar.css +1 -1
- package/dist/assets/RadioGroup.css +1 -1
- package/dist/assets/SelectSearch.css +1 -1
- package/dist/assets/SkeletonCircle.css +1 -0
- package/dist/assets/SkeletonText.css +1 -0
- package/dist/assets/Slider.css +1 -1
- package/dist/assets/Switcher.css +1 -0
- package/dist/assets/TabTrail.css +1 -1
- package/dist/assets/Tag.css +1 -1
- package/dist/assets/TextArea.css +1 -1
- package/dist/assets/Timer.css +1 -1
- package/dist/assets/TwinSwitcher.css +1 -0
- package/dist/assets/Uploader.css +1 -1
- package/dist/assets/UploaderPhotos.css +1 -1
- package/dist/assets/Vote.css +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/assets/variant.css +1 -0
- package/dist/bugs-diTMAGNw.js +18 -0
- package/dist/components/Accordion/Accordion.js +197 -214
- package/dist/components/Accordion/AccordionItem/AccordionItem.js +8 -14
- package/dist/components/Accordion/AccordionItem/index.js +2 -2
- package/dist/components/Accordion/constants.js +7 -36
- package/dist/components/Accordion/index.js +6 -6
- package/dist/components/AnchorLink/Link.js +39 -50
- package/dist/components/AnchorLink/constants.js +3 -14
- package/dist/components/AnchorLink/index.js +5 -5
- package/dist/components/Avatar/Avatar.d.ts +3 -0
- package/dist/components/Avatar/Avatar.js +57 -0
- package/dist/components/Avatar/constants.d.ts +5 -0
- package/dist/components/Avatar/constants.js +4 -0
- package/dist/components/Avatar/index.d.ts +3 -0
- package/dist/components/Avatar/index.js +6 -0
- package/dist/components/Avatar/types.d.ts +10 -0
- package/dist/components/Button/Button.js +79 -95
- package/dist/components/Button/constants.js +7 -52
- package/dist/components/Button/index.js +9 -9
- package/dist/components/CheckboxMimir/CheckboxMimir.js +48 -62
- package/dist/components/CheckboxMimir/index.js +2 -2
- package/dist/components/Chip/Chip.js +36 -48
- package/dist/components/Chip/constants.js +3 -17
- package/dist/components/Chip/index.js +5 -5
- package/dist/components/DatePicker/DatePicker.d.ts +36 -18
- package/dist/components/DatePicker/DatePicker.js +108 -124
- package/dist/components/DatePicker/DatePickerModal.js +139 -175
- package/dist/components/DatePicker/MonthPickerModal.js +68 -89
- package/dist/components/DatePicker/YearPickerModal.js +55 -86
- package/dist/components/DatePicker/constants.js +7 -18
- package/dist/components/DatePicker/index.js +2 -2
- package/dist/components/DatePicker/utils.d.ts +2 -0
- package/dist/components/DatePicker/utils.js +8 -0
- package/dist/components/Drawer/Drawer.d.ts +1 -1
- package/dist/components/Drawer/Drawer.js +103 -145
- package/dist/components/Drawer/constants.js +2 -8
- package/dist/components/Drawer/index.js +4 -4
- package/dist/components/GosZnak/GosZnak.d.ts +4 -0
- package/dist/components/GosZnak/GosZnak.js +63 -0
- package/dist/components/GosZnak/constants.d.ts +11 -0
- package/dist/components/GosZnak/constants.js +5 -0
- package/dist/components/GosZnak/index.d.ts +3 -0
- package/dist/components/GosZnak/index.js +7 -0
- package/dist/components/GosZnak/types.d.ts +26 -0
- package/dist/components/Image/Image.js +38 -54
- package/dist/components/Image/index.js +2 -2
- package/dist/components/Input/Input.d.ts +5 -1
- package/dist/components/Input/Input.js +3 -3
- package/dist/components/Input/constants.d.ts +5 -3
- package/dist/components/Input/constants.js +4 -16
- package/dist/components/Input/index.d.ts +2 -2
- package/dist/components/Input/index.js +6 -5
- package/dist/components/Input/types.d.ts +2 -6
- package/dist/components/InputPassword/InputPassword.js +38 -45
- package/dist/components/InputPassword/index.js +2 -2
- package/dist/components/InputPhoneNumber/InputPhoneNumber.js +23 -26
- package/dist/components/InputPhoneNumber/index.js +5 -5
- package/dist/components/InputPhoneNumber/utils.js +7 -24
- package/dist/components/InputRangeSlider/InputRangeSlider.d.ts +3 -0
- package/dist/components/InputRangeSlider/InputRangeSlider.js +171 -0
- package/dist/components/InputRangeSlider/constants.d.ts +10 -0
- package/dist/components/InputRangeSlider/constants.js +8 -0
- package/dist/components/InputRangeSlider/index.d.ts +3 -0
- package/dist/components/InputRangeSlider/index.js +7 -0
- package/dist/components/InputRangeSlider/types.d.ts +33 -0
- package/dist/components/ListFiles/ListFiles.js +32 -33
- package/dist/components/ListFiles/constants.js +2 -2
- package/dist/components/ListFiles/index.js +2 -2
- package/dist/components/ListPhotos/ListPhotos.js +25 -26
- package/dist/components/ListPhotos/constants.js +2 -2
- package/dist/components/ListPhotos/index.js +2 -2
- package/dist/components/Loader/Loader.js +10 -16
- package/dist/components/Loader/index.js +2 -2
- package/dist/components/MergedButton/MergedButton.js +43 -51
- package/dist/components/MergedButton/constants.js +2 -7
- package/dist/components/MergedButton/index.js +4 -4
- package/dist/components/NotificationBadge/NotificationBadge.js +24 -27
- package/dist/components/NotificationBadge/constants.js +2 -6
- package/dist/components/NotificationBadge/index.js +4 -4
- package/dist/components/OtpInput/OtpInput.js +46 -52
- package/dist/components/OtpInput/constants.js +4 -6
- package/dist/components/OtpInput/hooks.js +74 -111
- package/dist/components/OtpInput/index.js +2 -2
- package/dist/components/Pagination/Pagination.d.ts +1 -3
- package/dist/components/Pagination/Pagination.js +115 -161
- package/dist/components/Pagination/constants.js +3 -4
- package/dist/components/Pagination/index.js +2 -2
- package/dist/components/Portal/Portal.js +6 -8
- package/dist/components/Portal/index.js +2 -2
- package/dist/components/RadioGroup/RadioGroup.js +136 -143
- package/dist/components/RadioGroup/index.js +2 -2
- package/dist/components/SelectSearch/SelectSearch.d.ts +18 -2
- package/dist/components/SelectSearch/SelectSearch.js +2429 -3346
- package/dist/components/SelectSearch/constants.js +2 -6
- package/dist/components/SelectSearch/index.js +4 -4
- package/dist/components/SelectSearch/types.d.ts +2 -4
- package/dist/components/Skeleton/SkeletonBrick/SkeletonBrick.d.ts +12 -0
- package/dist/components/Skeleton/SkeletonBrick/SkeletonBrick.js +32 -0
- package/dist/components/Skeleton/SkeletonCircle/SkeletonCircle.d.ts +9 -0
- package/dist/components/Skeleton/SkeletonCircle/SkeletonCircle.js +28 -0
- package/dist/components/Skeleton/SkeletonText/SkeletonText.d.ts +10 -0
- package/dist/components/Skeleton/SkeletonText/SkeletonText.js +43 -0
- package/dist/components/Skeleton/constants.d.ts +5 -0
- package/dist/components/Skeleton/constants.js +4 -0
- package/dist/components/Skeleton/index.d.ts +4 -0
- package/dist/components/Skeleton/index.js +10 -0
- package/dist/components/Slider/Slider.d.ts +3 -5
- package/dist/components/Slider/Slider.js +2938 -341
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.js +3 -2
- package/dist/components/Steps/Steps.d.ts +4 -0
- package/dist/components/Steps/Steps.js +96 -138
- package/dist/components/Steps/constants.js +18 -54
- package/dist/components/Steps/index.js +5 -5
- package/dist/components/Switcher/Switcher.d.ts +3 -0
- package/dist/components/Switcher/Switcher.js +107 -0
- package/dist/components/Switcher/constants.d.ts +4 -0
- package/dist/components/Switcher/constants.js +4 -0
- package/dist/components/Switcher/index.d.ts +3 -0
- package/dist/components/Switcher/index.js +6 -0
- package/dist/components/Switcher/types.d.ts +30 -0
- package/dist/components/TabTrail/TabButtons/TabButtons.js +18 -18
- package/dist/components/TabTrail/TabButtons/constants.js +3 -12
- package/dist/components/TabTrail/TabButtons/index.js +2 -2
- package/dist/components/TabTrail/TabTrail.d.ts +8 -0
- package/dist/components/TabTrail/TabTrail.js +229 -231
- package/dist/components/TabTrail/constants.js +2 -6
- package/dist/components/TabTrail/index.js +4 -4
- package/dist/components/Tag/Tag.js +35 -43
- package/dist/components/Tag/constants.js +3 -13
- package/dist/components/Tag/index.js +5 -5
- package/dist/components/TextArea/TextArea.js +139 -178
- package/dist/components/TextArea/hooks.js +12 -10
- package/dist/components/TextArea/index.js +2 -2
- package/dist/components/Timer/Timer.js +17 -21
- package/dist/components/Timer/index.js +2 -2
- package/dist/components/Toasts/ProgressBar.js +3 -3
- package/dist/components/Toasts/Toast.js +47 -48
- package/dist/components/Toasts/ToastList.js +28 -38
- package/dist/components/Toasts/ToastsProvider.js +29 -33
- package/dist/components/Toasts/constants.js +13 -47
- package/dist/components/Toasts/hooks.js +5 -6
- package/dist/components/Toasts/index.js +7 -7
- package/dist/components/Toasts/store.js +24 -34
- package/dist/components/TwinSwitcher/TwinSwitcher.d.ts +10 -0
- package/dist/components/TwinSwitcher/TwinSwitcher.js +61 -0
- package/dist/components/TwinSwitcher/index.d.ts +1 -0
- package/dist/components/TwinSwitcher/index.js +4 -0
- package/dist/components/UniversalUploader/UniversalUploader.js +62 -104
- package/dist/components/UniversalUploader/constants.js +4 -9
- package/dist/components/UniversalUploader/index.js +4 -4
- package/dist/components/Uploader/Uploader.js +55 -77
- package/dist/components/Uploader/constants.js +10 -13
- package/dist/components/Uploader/index.js +4 -4
- package/dist/components/UploaderFiles/UploaderFiles.js +40 -48
- package/dist/components/UploaderFiles/index.js +2 -2
- package/dist/components/UploaderPhotos/UploaderPhotos.js +45 -53
- package/dist/components/UploaderPhotos/index.js +2 -2
- package/dist/components/Vote/Vote.d.ts +8 -0
- package/dist/components/Vote/Vote.js +76 -98
- package/dist/components/Vote/constants.js +7 -13
- package/dist/components/Vote/index.js +4 -4
- package/dist/components/index.d.ts +14 -2
- package/dist/components/index.js +135 -106
- package/dist/field-FJ34aSs4.js +12 -0
- package/dist/focus-management-XwV-9qkO.js +77 -0
- package/dist/hidden-DbgtYPOH.js +13 -0
- package/dist/hooks/index.js +17 -17
- package/dist/hooks/useClickOutside/index.js +2 -2
- package/dist/hooks/useClickOutside/useClickOutside.js +11 -20
- package/dist/hooks/useCopyToClipboard/index.js +2 -2
- package/dist/hooks/useCopyToClipboard/useCopyToClipboard.js +10 -17
- package/dist/hooks/useInterval/index.js +2 -2
- package/dist/hooks/useInterval/useInterval.js +11 -13
- package/dist/hooks/useLockBodyScroll/index.js +2 -2
- package/dist/hooks/useLockBodyScroll/useLockBodyScroll.js +10 -14
- package/dist/hooks/useMediaQuery/constants.js +3 -24
- package/dist/hooks/useMediaQuery/index.js +5 -5
- package/dist/hooks/useMediaQuery/useMediaQuery.js +10 -13
- package/dist/hooks/useMergeRefs/index.js +2 -2
- package/dist/hooks/useMergeRefs/useMergeRefs.js +21 -20
- package/dist/hooks/useResizeObserver/getElement.js +2 -16
- package/dist/hooks/useResizeObserver/index.js +2 -2
- package/dist/hooks/useResizeObserver/useResizeObserver.js +27 -40
- package/dist/hooks/useTimer/index.js +44 -77
- package/dist/hooks/useTimer/useTimer.js +45 -74
- package/dist/hooks/useTimer/utils.js +50 -67
- package/dist/hooks/useWindowSize/index.js +13 -19
- package/dist/icons/Icon.js +7 -10
- package/dist/icons/components/12px/Close12px.js +14 -16
- package/dist/icons/components/12px/MessageRead12px.js +33 -35
- package/dist/icons/components/16px/Accept16px.js +23 -25
- package/dist/icons/components/16px/Acts16px.js +36 -38
- package/dist/icons/components/16px/Acts16pxF.js +31 -33
- package/dist/icons/components/16px/AdditionalServicess16px.js +29 -31
- package/dist/icons/components/16px/AdditionalServicess16pxF.js +18 -20
- package/dist/icons/components/16px/Agents16px.js +20 -22
- package/dist/icons/components/16px/Agents16pxF.js +18 -20
- package/dist/icons/components/16px/Alarm16px.js +21 -23
- package/dist/icons/components/16px/ArrowDown16px.js +20 -22
- package/dist/icons/components/16px/ArrowLeft16px.js +20 -22
- package/dist/icons/components/16px/ArrowRight16px.js +20 -22
- package/dist/icons/components/16px/ArrowUp16px.js +20 -22
- package/dist/icons/components/16px/ArrowUpright16px.js +20 -22
- package/dist/icons/components/16px/AttachFile16px.js +20 -22
- package/dist/icons/components/16px/Bell16px.js +40 -42
- package/dist/icons/components/16px/Bell16pxF.js +30 -32
- package/dist/icons/components/16px/Calculator16px.js +20 -22
- package/dist/icons/components/16px/CalculatorLkk16px.js +31 -33
- package/dist/icons/components/16px/CalculatorLkk16pxF.js +20 -22
- package/dist/icons/components/16px/Calendar16px.js +20 -22
- package/dist/icons/components/16px/Camera16px.js +32 -34
- package/dist/icons/components/16px/Car16px.js +31 -33
- package/dist/icons/components/16px/Car16pxF.js +20 -22
- package/dist/icons/components/16px/Catalog16px.js +20 -22
- package/dist/icons/components/16px/Certs16px.js +29 -31
- package/dist/icons/components/16px/Certs16pxF.js +29 -31
- package/dist/icons/components/16px/Change16px.js +18 -20
- package/dist/icons/components/16px/Chat16px.js +29 -31
- package/dist/icons/components/16px/Chat16pxF.js +20 -22
- package/dist/icons/components/16px/Chatbot16px.js +260 -262
- package/dist/icons/components/16px/Close16px.js +20 -22
- package/dist/icons/components/16px/CloseFloatMenuArrow16px.js +18 -20
- package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.js +18 -20
- package/dist/icons/components/16px/Coin16px.js +31 -33
- package/dist/icons/components/16px/Coin16pxF.js +38 -40
- package/dist/icons/components/16px/Contracts16px.js +31 -33
- package/dist/icons/components/16px/Contracts16pxF.js +29 -31
- package/dist/icons/components/16px/CopyClipboard16px.js +23 -25
- package/dist/icons/components/16px/Done16px.js +20 -22
- package/dist/icons/components/16px/Download16px.js +27 -29
- package/dist/icons/components/16px/DragHandle16px.js +18 -20
- package/dist/icons/components/16px/DragHandleHorizontal16px.js +18 -20
- package/dist/icons/components/16px/DragHandleVertical16px.js +18 -20
- package/dist/icons/components/16px/DropdownArrowBottom16px.js +20 -22
- package/dist/icons/components/16px/DropdownArrowLeft16px.js +20 -22
- package/dist/icons/components/16px/DropdownArrowRight16px.js +20 -22
- package/dist/icons/components/16px/DropdownArrowUp16px.js +20 -22
- package/dist/icons/components/16px/Dzen16px.js +18 -20
- package/dist/icons/components/16px/Euro16px.js +21 -23
- package/dist/icons/components/16px/Eye16px.js +31 -33
- package/dist/icons/components/16px/Failure16px.js +23 -25
- package/dist/icons/components/16px/Favorite16px.js +20 -22
- package/dist/icons/components/16px/Favorite16pxF.js +18 -20
- package/dist/icons/components/16px/Filter16px.js +20 -22
- package/dist/icons/components/16px/Flag16pxF.js +12 -14
- package/dist/icons/components/16px/Folder16px.js +20 -22
- package/dist/icons/components/16px/Fullscreen16px.js +20 -22
- package/dist/icons/components/16px/Galery16px.js +23 -25
- package/dist/icons/components/16px/Gear16px.js +31 -33
- package/dist/icons/components/16px/Gift16px.js +29 -31
- package/dist/icons/components/16px/Hint16px.js +21 -23
- package/dist/icons/components/16px/Home16px.js +29 -31
- package/dist/icons/components/16px/Home16pxF.js +20 -22
- package/dist/icons/components/16px/Hot16pxF.js +18 -20
- package/dist/icons/components/16px/Kebab16px.js +12 -14
- package/dist/icons/components/16px/List16px.js +18 -20
- package/dist/icons/components/16px/Location16px.js +31 -33
- package/dist/icons/components/16px/Map16px.js +20 -22
- package/dist/icons/components/16px/Menu16px.js +18 -20
- package/dist/icons/components/16px/MenuMobile16px.js +20 -22
- package/dist/icons/components/16px/Minus16px.js +12 -14
- package/dist/icons/components/16px/Navigation16px.js +20 -22
- package/dist/icons/components/16px/News16px.js +29 -31
- package/dist/icons/components/16px/News16pxF.js +20 -22
- package/dist/icons/components/16px/Number16px.js +29 -31
- package/dist/icons/components/16px/OpenFloatMenuArrow16px.js +18 -20
- package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.js +18 -20
- package/dist/icons/components/16px/Orders16px.js +29 -31
- package/dist/icons/components/16px/Orders16pxF.js +23 -25
- package/dist/icons/components/16px/Pause16px.js +12 -14
- package/dist/icons/components/16px/Pen16px.js +31 -33
- package/dist/icons/components/16px/Pen16pxF.js +20 -22
- package/dist/icons/components/16px/Phone16px.js +20 -22
- package/dist/icons/components/16px/Play16pxF.js +18 -20
- package/dist/icons/components/16px/Plus16px.js +20 -22
- package/dist/icons/components/16px/Pound16px.js +21 -23
- package/dist/icons/components/16px/PriceDown16px.js +31 -33
- package/dist/icons/components/16px/PriceUp16px.js +31 -33
- package/dist/icons/components/16px/Question16px.js +20 -22
- package/dist/icons/components/16px/Question16pxF.js +20 -22
- package/dist/icons/components/16px/Rutube16px.js +18 -20
- package/dist/icons/components/16px/Scan16px.js +18 -20
- package/dist/icons/components/16px/Search16px.js +20 -22
- package/dist/icons/components/16px/Share16pxF.js +18 -20
- package/dist/icons/components/16px/ShopingCard16px.js +20 -22
- package/dist/icons/components/16px/Sort16px.js +20 -22
- package/dist/icons/components/16px/Star16px.js +20 -22
- package/dist/icons/components/16px/Star16pxF.js +18 -20
- package/dist/icons/components/16px/StarHalf16pxF.js +20 -22
- package/dist/icons/components/16px/Telegram16pxF.js +18 -20
- package/dist/icons/components/16px/TelegramPlane16pxF.js +18 -20
- package/dist/icons/components/16px/Timer16px.js +36 -38
- package/dist/icons/components/16px/Trash16px.js +20 -22
- package/dist/icons/components/16px/TwinArrowLeft16px.js +18 -20
- package/dist/icons/components/16px/TwinArrowRight16px.js +18 -20
- package/dist/icons/components/16px/USDollar16px.js +21 -23
- package/dist/icons/components/16px/Umbrella16px.js +20 -22
- package/dist/icons/components/16px/Umbrella16pxF.js +18 -20
- package/dist/icons/components/16px/UnionIcon16px.js +20 -22
- package/dist/icons/components/16px/User16px.js +29 -31
- package/dist/icons/components/16px/User16pxF.js +18 -20
- package/dist/icons/components/16px/Users16px.js +29 -31
- package/dist/icons/components/16px/Users16pxF.js +18 -20
- package/dist/icons/components/16px/VK16pxF.js +20 -22
- package/dist/icons/components/16px/Waiting16px.js +20 -22
- package/dist/icons/components/16px/Whatsapp16px.js +29 -31
- package/dist/icons/components/16px/WriteUs16px.js +23 -25
- package/dist/icons/components/16px/Youtube16pxF.js +18 -20
- package/dist/icons/components/16px/Yuan16px.js +21 -23
- package/dist/icons/components/24px/Accept24px.js +25 -27
- package/dist/icons/components/24px/Acts24px.js +37 -39
- package/dist/icons/components/24px/Acts24pxF.js +30 -32
- package/dist/icons/components/24px/AdditionalServicess24px.js +30 -32
- package/dist/icons/components/24px/AdditionalServicess24pxF.js +19 -21
- package/dist/icons/components/24px/Agents24px.js +21 -23
- package/dist/icons/components/24px/Agents24pxF.js +28 -30
- package/dist/icons/components/24px/Alarm24px.js +22 -24
- package/dist/icons/components/24px/ArrowDown24px.js +21 -23
- package/dist/icons/components/24px/ArrowLeft24px.js +21 -23
- package/dist/icons/components/24px/ArrowRight24px.js +21 -23
- package/dist/icons/components/24px/ArrowUp24px.js +21 -23
- package/dist/icons/components/24px/ArrowUpright24px.js +21 -23
- package/dist/icons/components/24px/AttachFile24px.js +21 -23
- package/dist/icons/components/24px/Bell24px.js +41 -43
- package/dist/icons/components/24px/Bell24pxF.js +24 -26
- package/dist/icons/components/24px/Calculator24px.js +21 -23
- package/dist/icons/components/24px/CalculatorLkk24px.js +30 -32
- package/dist/icons/components/24px/CalculatorLkk24pxF.js +21 -23
- package/dist/icons/components/24px/Calendar24px.js +21 -23
- package/dist/icons/components/24px/Camera24px.js +21 -23
- package/dist/icons/components/24px/Car24px.js +32 -34
- package/dist/icons/components/24px/Car24pxF.js +30 -32
- package/dist/icons/components/24px/Catalog24px.js +21 -23
- package/dist/icons/components/24px/Certs24px.js +30 -32
- package/dist/icons/components/24px/Certs24pxF.js +30 -32
- package/dist/icons/components/24px/Change24px.js +21 -23
- package/dist/icons/components/24px/Chat24px.js +26 -28
- package/dist/icons/components/24px/Chat24pxF.js +21 -23
- package/dist/icons/components/24px/Chatbot24px.js +261 -263
- package/dist/icons/components/24px/Close24px.js +21 -23
- package/dist/icons/components/24px/CloseFloatMenuArrow24px.js +21 -23
- package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.js +19 -21
- package/dist/icons/components/24px/Coin24px.js +22 -24
- package/dist/icons/components/24px/Coin24pxF.js +39 -41
- package/dist/icons/components/24px/Contracts24px.js +32 -34
- package/dist/icons/components/24px/Contracts24pxF.js +30 -32
- package/dist/icons/components/24px/CopyClipboard24px.js +24 -26
- package/dist/icons/components/24px/Done24px.js +21 -23
- package/dist/icons/components/24px/Download24px.js +28 -30
- package/dist/icons/components/24px/DragHandle24px.js +19 -21
- package/dist/icons/components/24px/DragHandleHorizontal24px.js +19 -21
- package/dist/icons/components/24px/DragHandleVertical24px.js +19 -21
- package/dist/icons/components/24px/DropdownArrowDown24px.js +21 -23
- package/dist/icons/components/24px/DropdownArrowLeft24px.js +21 -23
- package/dist/icons/components/24px/DropdownArrowRight24px.js +21 -23
- package/dist/icons/components/24px/DropdownArrowUp24px.js +21 -23
- package/dist/icons/components/24px/Dzen24px.js +19 -21
- package/dist/icons/components/24px/Euro24px.js +22 -24
- package/dist/icons/components/24px/Eye24px.js +32 -34
- package/dist/icons/components/24px/Failure24px.js +24 -26
- package/dist/icons/components/24px/Favorite24px.js +21 -23
- package/dist/icons/components/24px/Favorite24pxF.js +19 -21
- package/dist/icons/components/24px/Filter24px.js +19 -21
- package/dist/icons/components/24px/Flag24pxF.js +13 -15
- package/dist/icons/components/24px/Folder24px.js +21 -23
- package/dist/icons/components/24px/Fullscreen24px.js +21 -23
- package/dist/icons/components/24px/Galery24px.js +24 -26
- package/dist/icons/components/24px/Gear24px.js +32 -34
- package/dist/icons/components/24px/Gift24px.js +21 -23
- package/dist/icons/components/24px/Hint24px.js +24 -26
- package/dist/icons/components/24px/Home24px.js +32 -34
- package/dist/icons/components/24px/Home24pxF.js +21 -23
- package/dist/icons/components/24px/Hot24pxF.js +19 -21
- package/dist/icons/components/24px/Improvements24px.js +39 -41
- package/dist/icons/components/24px/Improvements24pxF.js +33 -35
- package/dist/icons/components/24px/Kebab24px.js +19 -21
- package/dist/icons/components/24px/List24px.js +19 -21
- package/dist/icons/components/24px/Location24px.js +32 -34
- package/dist/icons/components/24px/Map24px.js +21 -23
- package/dist/icons/components/24px/Menu24px.js +19 -21
- package/dist/icons/components/24px/MenuMobile24px.js +21 -23
- package/dist/icons/components/24px/Minus24px.js +21 -23
- package/dist/icons/components/24px/Navigation24px.js +21 -23
- package/dist/icons/components/24px/News24px.js +30 -32
- package/dist/icons/components/24px/News24pxF.js +21 -23
- package/dist/icons/components/24px/Number24px.js +30 -32
- package/dist/icons/components/24px/OpenFloatMenuArrow24px.js +19 -21
- package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.js +21 -23
- package/dist/icons/components/24px/Orders24px.js +30 -32
- package/dist/icons/components/24px/Orders24pxF.js +24 -26
- package/dist/icons/components/24px/Pause24px.js +13 -15
- package/dist/icons/components/24px/Pen24px.js +32 -34
- package/dist/icons/components/24px/Pen24pxF.js +21 -23
- package/dist/icons/components/24px/Phone24px.js +21 -23
- package/dist/icons/components/24px/Play24px.js +19 -21
- package/dist/icons/components/24px/Plus24px.js +21 -23
- package/dist/icons/components/24px/Pound24px.js +22 -24
- package/dist/icons/components/24px/PriceDown24px.js +30 -32
- package/dist/icons/components/24px/PriceUp24px.js +30 -32
- package/dist/icons/components/24px/Question24px.js +30 -32
- package/dist/icons/components/24px/Question24pxF.js +21 -23
- package/dist/icons/components/24px/Rutube24px.js +19 -21
- package/dist/icons/components/24px/Scan24px.js +19 -21
- package/dist/icons/components/24px/Search24px.js +21 -23
- package/dist/icons/components/24px/Share24pxF.js +19 -21
- package/dist/icons/components/24px/ShopingCard24px.js +21 -23
- package/dist/icons/components/24px/Sort24px.js +19 -21
- package/dist/icons/components/24px/Star24px.js +21 -23
- package/dist/icons/components/24px/Star24pxF.js +19 -21
- package/dist/icons/components/24px/StarHalf24pxF.js +21 -23
- package/dist/icons/components/24px/Telegram24pxF.js +19 -21
- package/dist/icons/components/24px/TelegramPlane24pxF.js +19 -21
- package/dist/icons/components/24px/Timer24px.js +37 -39
- package/dist/icons/components/24px/Trash24px.js +41 -43
- package/dist/icons/components/24px/TwinArrowLeft24px.js +19 -21
- package/dist/icons/components/24px/TwinArrowRight24px.js +21 -23
- package/dist/icons/components/24px/USDollar24px.js +22 -24
- package/dist/icons/components/24px/Umbrella24px.js +21 -23
- package/dist/icons/components/24px/Umbrella24pxF.js +19 -21
- package/dist/icons/components/24px/UnionIcon24px.js +21 -23
- package/dist/icons/components/24px/User24px.js +30 -32
- package/dist/icons/components/24px/User24pxF.js +19 -21
- package/dist/icons/components/24px/Users24px.js +21 -23
- package/dist/icons/components/24px/Users24pxF.js +28 -30
- package/dist/icons/components/24px/VK24pxF.js +21 -23
- package/dist/icons/components/24px/Waiting24px.js +21 -23
- package/dist/icons/components/24px/Whatsapp24px.js +30 -32
- package/dist/icons/components/24px/WriteUs24px.js +24 -26
- package/dist/icons/components/24px/Youtube24pxF.js +19 -21
- package/dist/icons/components/24px/Yuan24px.js +22 -24
- package/dist/icons/components/32px/Accept32px.js +24 -26
- package/dist/icons/components/32px/Acts32px.js +37 -39
- package/dist/icons/components/32px/AdditionalServicess32px.js +21 -23
- package/dist/icons/components/32px/AdditionalServicess32pxF.js +19 -21
- package/dist/icons/components/32px/Agents32px.js +33 -35
- package/dist/icons/components/32px/Alarm32px.js +22 -24
- package/dist/icons/components/32px/ArrowDown32px.js +21 -23
- package/dist/icons/components/32px/ArrowLeft32px.js +21 -23
- package/dist/icons/components/32px/ArrowRight32px.js +21 -23
- package/dist/icons/components/32px/ArrowUp32px.js +21 -23
- package/dist/icons/components/32px/ArrowUpright32px.js +21 -23
- package/dist/icons/components/32px/AttachFile32px.js +21 -23
- package/dist/icons/components/32px/Bell32px.js +41 -43
- package/dist/icons/components/32px/Bell32pxF.js +24 -26
- package/dist/icons/components/32px/Calculator32px.js +21 -23
- package/dist/icons/components/32px/CalculatorLkk32px.js +30 -32
- package/dist/icons/components/32px/CalculatorLkk32pxF.js +21 -23
- package/dist/icons/components/32px/Calendar32px.js +21 -23
- package/dist/icons/components/32px/Camera32px.js +33 -35
- package/dist/icons/components/32px/Car32px.js +32 -34
- package/dist/icons/components/32px/Car32pxF.js +24 -26
- package/dist/icons/components/32px/Catalog32px.js +21 -23
- package/dist/icons/components/32px/Certs32px.js +30 -32
- package/dist/icons/components/32px/Certs32pxF.js +30 -32
- package/dist/icons/components/32px/Change32px.js +21 -23
- package/dist/icons/components/32px/Chat32px.js +30 -32
- package/dist/icons/components/32px/Chat32pxF.js +21 -23
- package/dist/icons/components/32px/Chatbot32px.js +261 -263
- package/dist/icons/components/32px/Close32px.js +21 -23
- package/dist/icons/components/32px/CloseFloatMenuArrow32px.js +19 -21
- package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.js +19 -21
- package/dist/icons/components/32px/Coin32px.js +32 -34
- package/dist/icons/components/32px/Coin32pxF.js +30 -32
- package/dist/icons/components/32px/Contracts32px.js +32 -34
- package/dist/icons/components/32px/Contracts32pxF.js +30 -32
- package/dist/icons/components/32px/CopyClipboard32px.js +30 -32
- package/dist/icons/components/32px/Done32px.js +21 -23
- package/dist/icons/components/32px/Download32px.js +28 -30
- package/dist/icons/components/32px/DragHandle32px.js +19 -21
- package/dist/icons/components/32px/DragHandleHorizontal32px.js +19 -21
- package/dist/icons/components/32px/DragHandleVertical32px.js +19 -21
- package/dist/icons/components/32px/DropdownArrowDown32px.js +21 -23
- package/dist/icons/components/32px/DropdownArrowLeft32px.js +21 -23
- package/dist/icons/components/32px/DropdownArrowRight32px.js +21 -23
- package/dist/icons/components/32px/DropdownArrowUp32px.js +13 -15
- package/dist/icons/components/32px/Dzen32px.js +19 -21
- package/dist/icons/components/32px/Euro32px.js +22 -24
- package/dist/icons/components/32px/Eye32px.js +32 -34
- package/dist/icons/components/32px/Failure32px.js +24 -26
- package/dist/icons/components/32px/Favorite32px.js +21 -23
- package/dist/icons/components/32px/Favorite32pxF.js +19 -21
- package/dist/icons/components/32px/Filter32px.js +19 -21
- package/dist/icons/components/32px/Flag32pxF.js +13 -15
- package/dist/icons/components/32px/Folder32px.js +21 -23
- package/dist/icons/components/32px/Fullscreen32px.js +21 -23
- package/dist/icons/components/32px/Galery32px.js +24 -26
- package/dist/icons/components/32px/Gear32px.js +32 -34
- package/dist/icons/components/32px/Gift32px.js +21 -23
- package/dist/icons/components/32px/Hint32px.js +24 -26
- package/dist/icons/components/32px/Home32px.js +24 -26
- package/dist/icons/components/32px/Home32pxF.js +21 -23
- package/dist/icons/components/32px/Hot32pxF.js +19 -21
- package/dist/icons/components/32px/Kebab32px.js +13 -15
- package/dist/icons/components/32px/List32px.js +19 -21
- package/dist/icons/components/32px/Location32px.js +32 -34
- package/dist/icons/components/32px/Map32px.js +21 -23
- package/dist/icons/components/32px/Menu32px.js +19 -21
- package/dist/icons/components/32px/MenuMobile32px.js +21 -23
- package/dist/icons/components/32px/Minus32px.js +21 -23
- package/dist/icons/components/32px/Navigation32px.js +21 -23
- package/dist/icons/components/32px/News32px.js +30 -32
- package/dist/icons/components/32px/News32pxF.js +21 -23
- package/dist/icons/components/32px/Number32px.js +30 -32
- package/dist/icons/components/32px/OpenFloatMenuArrow32px.js +19 -21
- package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.js +21 -23
- package/dist/icons/components/32px/Orders32px.js +39 -41
- package/dist/icons/components/32px/Orders32pxF.js +30 -32
- package/dist/icons/components/32px/Pause32px.js +13 -15
- package/dist/icons/components/32px/Pen32px.js +20 -22
- package/dist/icons/components/32px/Pen32pxF.js +21 -23
- package/dist/icons/components/32px/PersonalManager32px.js +108 -110
- package/dist/icons/components/32px/Phone32px.js +19 -21
- package/dist/icons/components/32px/Play32px.js +19 -21
- package/dist/icons/components/32px/Plus32px.js +21 -23
- package/dist/icons/components/32px/Pound32px.js +22 -24
- package/dist/icons/components/32px/PriceDown32px.js +41 -43
- package/dist/icons/components/32px/PriceUp32px.js +32 -34
- package/dist/icons/components/32px/Question32px.js +30 -32
- package/dist/icons/components/32px/Question32pxF.js +21 -23
- package/dist/icons/components/32px/Rutube32px.js +19 -21
- package/dist/icons/components/32px/Scan32px.js +19 -21
- package/dist/icons/components/32px/Search32px.js +21 -23
- package/dist/icons/components/32px/Share32pxF.js +19 -21
- package/dist/icons/components/32px/ShopimgCard32px.js +21 -23
- package/dist/icons/components/32px/Sort32px.js +19 -21
- package/dist/icons/components/32px/Star32px.js +21 -23
- package/dist/icons/components/32px/Star32pxF.js +19 -21
- package/dist/icons/components/32px/StarHalf32pxF.js +21 -23
- package/dist/icons/components/32px/Telegram32pxF.js +19 -21
- package/dist/icons/components/32px/TelegramPlane32pxF.js +19 -21
- package/dist/icons/components/32px/Timer32px.js +31 -33
- package/dist/icons/components/32px/Trash32px.js +41 -43
- package/dist/icons/components/32px/TwinArrowLeft32px.js +19 -21
- package/dist/icons/components/32px/TwinArrowRight32px.js +19 -21
- package/dist/icons/components/32px/USDollar32px.js +22 -24
- package/dist/icons/components/32px/Umbrella32px.js +21 -23
- package/dist/icons/components/32px/Umbrella32pxF.js +21 -23
- package/dist/icons/components/32px/UnionIcon32px.js +21 -23
- package/dist/icons/components/32px/User32px.js +30 -32
- package/dist/icons/components/32px/User32pxF.js +19 -21
- package/dist/icons/components/32px/Users32px.js +21 -23
- package/dist/icons/components/32px/Users32pxF.js +22 -24
- package/dist/icons/components/32px/VK32pxF.js +21 -23
- package/dist/icons/components/32px/Waiting32px.js +21 -23
- package/dist/icons/components/32px/Whatsapp32px.js +30 -32
- package/dist/icons/components/32px/WriteUs32px.js +24 -26
- package/dist/icons/components/32px/Youtube32pxF.js +19 -21
- package/dist/icons/components/32px/Yuan32px.js +22 -24
- package/dist/icons/components/Mans.js +5 -5
- package/dist/icons/components/Step.js +5 -5
- package/dist/icons/components/StepXL.js +7 -7
- package/dist/icons/components/auto-logo/ACE.js +19 -21
- package/dist/icons/components/auto-logo/Alim.js +21 -23
- package/dist/icons/components/auto-logo/Amur.js +21 -23
- package/dist/icons/components/auto-logo/Ankai.js +21 -23
- package/dist/icons/components/auto-logo/ArrowLength.js +19 -21
- package/dist/icons/components/auto-logo/Audi.js +18 -20
- package/dist/icons/components/auto-logo/BMW.js +39 -41
- package/dist/icons/components/auto-logo/BRP.js +30 -32
- package/dist/icons/components/auto-logo/Bomag.js +30 -32
- package/dist/icons/components/auto-logo/Case.js +21 -23
- package/dist/icons/components/auto-logo/Caterpillar.js +35 -37
- package/dist/icons/components/auto-logo/ChMZAP.js +44 -46
- package/dist/icons/components/auto-logo/ChTZ.js +30 -32
- package/dist/icons/components/auto-logo/Changan.js +19 -21
- package/dist/icons/components/auto-logo/Cherry.js +30 -32
- package/dist/icons/components/auto-logo/Citroen.js +21 -23
- package/dist/icons/components/auto-logo/DaewooFull.js +56 -58
- package/dist/icons/components/auto-logo/DaewooSymbol.js +49 -51
- package/dist/icons/components/auto-logo/Daf.js +21 -23
- package/dist/icons/components/auto-logo/Dayun.js +21 -23
- package/dist/icons/components/auto-logo/DongFeng.js +21 -23
- package/dist/icons/components/auto-logo/Ducati.js +30 -32
- package/dist/icons/components/auto-logo/Exeed.js +30 -32
- package/dist/icons/components/auto-logo/Faw.js +32 -34
- package/dist/icons/components/auto-logo/Fenix.js +112 -114
- package/dist/icons/components/auto-logo/Fiat.js +35 -37
- package/dist/icons/components/auto-logo/Ford.js +39 -41
- package/dist/icons/components/auto-logo/Foton.js +30 -32
- package/dist/icons/components/auto-logo/Gac.js +19 -21
- package/dist/icons/components/auto-logo/Gaz.js +57 -59
- package/dist/icons/components/auto-logo/Geely.js +23 -25
- package/dist/icons/components/auto-logo/Genesis.js +28 -30
- package/dist/icons/components/auto-logo/Gitte.js +21 -23
- package/dist/icons/components/auto-logo/Grunwald.js +21 -23
- package/dist/icons/components/auto-logo/HartungFull.js +30 -32
- package/dist/icons/components/auto-logo/HartungSymbol.js +30 -32
- package/dist/icons/components/auto-logo/Haval.js +21 -23
- package/dist/icons/components/auto-logo/Higer.js +21 -23
- package/dist/icons/components/auto-logo/Hitachi.js +19 -21
- package/dist/icons/components/auto-logo/Honda.js +35 -37
- package/dist/icons/components/auto-logo/Hongqi.js +28 -30
- package/dist/icons/components/auto-logo/Hongyan.js +21 -23
- package/dist/icons/components/auto-logo/Howo.js +44 -46
- package/dist/icons/components/auto-logo/Hyundai.js +21 -23
- package/dist/icons/components/auto-logo/Infiniti.js +19 -21
- package/dist/icons/components/auto-logo/Isuzu.js +21 -23
- package/dist/icons/components/auto-logo/Iveco.js +21 -23
- package/dist/icons/components/auto-logo/JCB.js +30 -32
- package/dist/icons/components/auto-logo/Jac.js +19 -21
- package/dist/icons/components/auto-logo/Juterborg.js +55 -57
- package/dist/icons/components/auto-logo/KIA.js +21 -23
- package/dist/icons/components/auto-logo/Kaiyi.js +21 -23
- package/dist/icons/components/auto-logo/Kamaz.js +33 -35
- package/dist/icons/components/auto-logo/Kassbohrer.js +21 -23
- package/dist/icons/components/auto-logo/Komatsu.js +19 -21
- package/dist/icons/components/auto-logo/Ktm.js +19 -21
- package/dist/icons/components/auto-logo/LCCE.js +35 -37
- package/dist/icons/components/auto-logo/Lada.js +21 -23
- package/dist/icons/components/auto-logo/Lexus.js +21 -23
- package/dist/icons/components/auto-logo/LiuGong.js +28 -30
- package/dist/icons/components/auto-logo/Lonking.js +28 -30
- package/dist/icons/components/auto-logo/Lovol.js +19 -21
- package/dist/icons/components/auto-logo/MTZBelarus.js +32 -34
- package/dist/icons/components/auto-logo/Man.js +19 -21
- package/dist/icons/components/auto-logo/Maz.js +30 -32
- package/dist/icons/components/auto-logo/MercedesBenz.js +21 -23
- package/dist/icons/components/auto-logo/Meusburger.js +21 -23
- package/dist/icons/components/auto-logo/Mitsubishi.js +19 -21
- package/dist/icons/components/auto-logo/NefAZ.js +28 -30
- package/dist/icons/components/auto-logo/NursanTrailer.js +19 -21
- package/dist/icons/components/auto-logo/Omoda.js +35 -37
- package/dist/icons/components/auto-logo/PSATss.js +35 -37
- package/dist/icons/components/auto-logo/Paz.js +21 -23
- package/dist/icons/components/auto-logo/Peugeot.js +19 -21
- package/dist/icons/components/auto-logo/Raskat.js +35 -37
- package/dist/icons/components/auto-logo/Renault.js +28 -30
- package/dist/icons/components/auto-logo/RussianCarsEmblem.js +30 -32
- package/dist/icons/components/auto-logo/RussianCarsKremlin.js +39 -41
- package/dist/icons/components/auto-logo/Sany.js +48 -50
- package/dist/icons/components/auto-logo/Scania.js +55 -57
- package/dist/icons/components/auto-logo/Schmitz.js +21 -23
- package/dist/icons/components/auto-logo/Shacman.js +28 -30
- package/dist/icons/components/auto-logo/Shantui.js +19 -21
- package/dist/icons/components/auto-logo/Sinanli.js +69 -71
- package/dist/icons/components/auto-logo/Sitrak.js +32 -34
- package/dist/icons/components/auto-logo/SobolIztechmash.js +58 -60
- package/dist/icons/components/auto-logo/Sokol.js +19 -21
- package/dist/icons/components/auto-logo/Sollers.js +21 -23
- package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.js +19 -21
- package/dist/icons/components/auto-logo/Tonar.js +21 -23
- package/dist/icons/components/auto-logo/Toyota.js +19 -21
- package/dist/icons/components/auto-logo/Trekol.js +32 -34
- package/dist/icons/components/auto-logo/UAT.js +19 -21
- package/dist/icons/components/auto-logo/Uaz.js +68 -70
- package/dist/icons/components/auto-logo/Ural.js +19 -21
- package/dist/icons/components/auto-logo/VIS.js +19 -21
- package/dist/icons/components/auto-logo/VKR.js +30 -32
- package/dist/icons/components/auto-logo/Volkswagen.js +21 -23
- package/dist/icons/components/auto-logo/Volvo.js +19 -21
- package/dist/icons/components/auto-logo/Wielton.js +19 -21
- package/dist/icons/components/auto-logo/XCMG.js +35 -37
- package/dist/icons/components/auto-logo/Yutong.js +70 -72
- package/dist/icons/components/auto-logo/Zoomlion.js +19 -21
- package/dist/icons/components/car-icons/AllMetal.js +30 -32
- package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.js +30 -32
- package/dist/icons/components/car-icons/AsphaltPaver.js +33 -35
- package/dist/icons/components/car-icons/Autotower.js +30 -32
- package/dist/icons/components/car-icons/Awning.js +31 -33
- package/dist/icons/components/car-icons/BackhoeLoader.js +37 -39
- package/dist/icons/components/car-icons/Buggy.js +30 -32
- package/dist/icons/components/car-icons/Bulldozer.js +32 -34
- package/dist/icons/components/car-icons/Bus.js +21 -23
- package/dist/icons/components/car-icons/BusBus.js +30 -32
- package/dist/icons/components/car-icons/BusMinibus.js +30 -32
- package/dist/icons/components/car-icons/BusShiftBuses.js +40 -42
- package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.js +37 -39
- package/dist/icons/components/car-icons/CargoAutotower.js +30 -32
- package/dist/icons/components/car-icons/CargoAwning.js +37 -39
- package/dist/icons/components/car-icons/CargoConcreteMixerTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoDrillingRig.js +30 -32
- package/dist/icons/components/car-icons/CargoDumpTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoGarbageTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoGrainCarrier.js +37 -39
- package/dist/icons/components/car-icons/CargoIsothermal.js +37 -39
- package/dist/icons/components/car-icons/CargoOnBoard.js +37 -39
- package/dist/icons/components/car-icons/CargoOnBoardWithCmu.js +37 -39
- package/dist/icons/components/car-icons/CargoPromotionalItem.js +37 -39
- package/dist/icons/components/car-icons/CargoSortingTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoTankerTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoTowTruck.js +30 -32
- package/dist/icons/components/car-icons/CargoTruckCrane.js +39 -41
- package/dist/icons/components/car-icons/CargoVacuumMachine.js +30 -32
- package/dist/icons/components/car-icons/Clearance.js +21 -23
- package/dist/icons/components/car-icons/CombineHarvester.js +37 -39
- package/dist/icons/components/car-icons/Compartment.js +30 -32
- package/dist/icons/components/car-icons/ConcreteMixerTruck.js +37 -39
- package/dist/icons/components/car-icons/ConcretePump.js +38 -40
- package/dist/icons/components/car-icons/Crossover.js +30 -32
- package/dist/icons/components/car-icons/DrillingRigg.js +30 -32
- package/dist/icons/components/car-icons/DumpTruck.js +37 -39
- package/dist/icons/components/car-icons/Excavator.js +21 -23
- package/dist/icons/components/car-icons/ForestPreparationEquipment.js +37 -39
- package/dist/icons/components/car-icons/ForkliftTruck.js +30 -32
- package/dist/icons/components/car-icons/FrontLoader.js +37 -39
- package/dist/icons/components/car-icons/Hatchback.js +30 -32
- package/dist/icons/components/car-icons/IceRink.js +32 -34
- package/dist/icons/components/car-icons/Isothermal.js +37 -39
- package/dist/icons/components/car-icons/Liftback.js +21 -23
- package/dist/icons/components/car-icons/MiniEscalator.js +39 -41
- package/dist/icons/components/car-icons/MiniLoader.js +30 -32
- package/dist/icons/components/car-icons/MiningDumpTruck.js +37 -39
- package/dist/icons/components/car-icons/Minitractor.js +30 -32
- package/dist/icons/components/car-icons/Minivan.js +30 -32
- package/dist/icons/components/car-icons/MotorGrader.js +30 -32
- package/dist/icons/components/car-icons/MotorVehiclesBike.js +22 -24
- package/dist/icons/components/car-icons/MotorVehiclesQuadBike.js +28 -30
- package/dist/icons/components/car-icons/OffRoadVehicle.js +30 -32
- package/dist/icons/components/car-icons/OnBoard.js +37 -39
- package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.js +37 -39
- package/dist/icons/components/car-icons/OnBoardWithCmu.js +37 -39
- package/dist/icons/components/car-icons/OtherAgriculturalMachinery.js +46 -48
- package/dist/icons/components/car-icons/OtherCareerTechniques.js +37 -39
- package/dist/icons/components/car-icons/Pickup.js +21 -23
- package/dist/icons/components/car-icons/PickupTruck.js +30 -32
- package/dist/icons/components/car-icons/PilingInstallation.js +32 -34
- package/dist/icons/components/car-icons/PromotionalItem.js +37 -39
- package/dist/icons/components/car-icons/PublicUtilityVehicle.js +44 -46
- package/dist/icons/components/car-icons/QuarryExcavator.js +24 -26
- package/dist/icons/components/car-icons/Scooter.js +28 -30
- package/dist/icons/components/car-icons/Sedan.js +30 -32
- package/dist/icons/components/car-icons/Snowmobile.js +37 -39
- package/dist/icons/components/car-icons/TankerTruck.js +37 -39
- package/dist/icons/components/car-icons/TelescopicLoader.js +30 -32
- package/dist/icons/components/car-icons/TheLift.js +35 -37
- package/dist/icons/components/car-icons/TowTruck.js +30 -32
- package/dist/icons/components/car-icons/Tractor.js +30 -32
- package/dist/icons/components/car-icons/TractorTruck.js +37 -39
- package/dist/icons/components/car-icons/Trailerr.js +21 -23
- package/dist/icons/components/car-icons/TrailersCarCarrier.js +39 -41
- package/dist/icons/components/car-icons/TrailersCattleTruck.js +30 -32
- package/dist/icons/components/car-icons/TrailersContainerShip.js +38 -40
- package/dist/icons/components/car-icons/TrailersCurtainSide.js +37 -39
- package/dist/icons/components/car-icons/TrailersDumpTruck.js +37 -39
- package/dist/icons/components/car-icons/TrailersGrainTruck.js +37 -39
- package/dist/icons/components/car-icons/TrailersHeavyTruck.js +37 -39
- package/dist/icons/components/car-icons/TrailersIsothermal.js +37 -39
- package/dist/icons/components/car-icons/TrailersOther.js +37 -39
- package/dist/icons/components/car-icons/TrailersTankerTruck.js +37 -39
- package/dist/icons/components/car-icons/TruckCrane.js +39 -41
- package/dist/icons/components/car-icons/Universal.js +30 -32
- package/dist/icons/components/car-icons/Van.js +21 -23
- package/dist/icons/components/car-icons/Ycles.js +40 -42
- package/dist/icons/components/car-parameters-icons/Acceleration.js +30 -32
- package/dist/icons/components/car-parameters-icons/Berths.js +35 -37
- package/dist/icons/components/car-parameters-icons/Bucket.js +19 -21
- package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.js +21 -23
- package/dist/icons/components/car-parameters-icons/BucketVolume.js +28 -30
- package/dist/icons/components/car-parameters-icons/CabinTurn.js +30 -32
- package/dist/icons/components/car-parameters-icons/CarBodySize.js +30 -32
- package/dist/icons/components/car-parameters-icons/CarBodyType.js +21 -23
- package/dist/icons/components/car-parameters-icons/CarColor.js +30 -32
- package/dist/icons/components/car-parameters-icons/Cylinders.js +33 -35
- package/dist/icons/components/car-parameters-icons/Dimensions.js +30 -32
- package/dist/icons/components/car-parameters-icons/EngineType.js +19 -21
- package/dist/icons/components/car-parameters-icons/FuelConsumption.js +19 -21
- package/dist/icons/components/car-parameters-icons/GearType.js +22 -24
- package/dist/icons/components/car-parameters-icons/LiftingHeight.js +19 -21
- package/dist/icons/components/car-parameters-icons/LoadingCapacity.js +21 -23
- package/dist/icons/components/car-parameters-icons/NumberOfAxes.js +21 -23
- package/dist/icons/components/car-parameters-icons/NumberOfSeats.js +19 -21
- package/dist/icons/components/car-parameters-icons/TrailerType.js +28 -30
- package/dist/icons/components/car-parameters-icons/UnloadingType.js +28 -30
- package/dist/icons/components/car-parameters-icons/Weight.js +32 -34
- package/dist/icons/components/car-parameters-icons/WheelDriveType.js +28 -30
- package/dist/icons/components/car-parameters-icons/WheelSheme.js +30 -32
- package/dist/icons/components/cars-stubus/Bike.js +21 -23
- package/dist/icons/components/cars-stubus/Car.js +21 -23
- package/dist/icons/components/cars-stubus/Equipment.js +21 -23
- package/dist/icons/components/cars-stubus/Truck.js +21 -23
- package/dist/icons/components/index.js +579 -579
- package/dist/icons/index.js +2 -2
- package/dist/index-DIxK0V-G.js +44 -0
- package/dist/index-DzVMAmli.js +1431 -0
- package/dist/index.js +158 -129
- package/dist/keyboard-B0lm_zyn.js +573 -0
- package/dist/label-y3ANLTNC.js +171 -0
- package/dist/open-closed-Cy6VDfYc.js +93 -0
- package/dist/styles.module-CaPkyXYQ.js +25 -0
- package/dist/use-active-press-86hajhdd.js +31 -0
- package/dist/use-by-comparator-CVuf9KBq.js +16 -0
- package/dist/use-resolve-button-type-BAxjHhds.js +19 -0
- package/dist/utils/UUID4.js +4 -4
- package/dist/utils/formating/Date.js +19 -27
- package/dist/utils/formating/FileSize.js +9 -12
- package/dist/utils/formating/Month.js +4 -5
- package/dist/utils/formating/Numbers.js +5 -5
- package/dist/utils/index.js +14 -14
- package/dist/variant.module-BXn4N1h0.js +12 -0
- package/package.json +2 -1
- package/dist/Input-ChCIy5oY.js +0 -245
- package/dist/NavigationButtons-DuOoqaPo.js +0 -4907
- package/dist/ProgressBar-CwLwhaeM.js +0 -77
- package/dist/assets/ProgressBar2.css +0 -1
- package/dist/bugs-CSBdWk0R.js +0 -18
- package/dist/components/Button/types.js +0 -1
- package/dist/components/Input/types.js +0 -1
- package/dist/components/NotificationBadge/types.js +0 -1
- package/dist/components/Pagination/types.js +0 -1
- package/dist/components/SelectSearch/types.js +0 -1
- package/dist/components/Slider/NavigationButtons/NavigationButtons.d.ts +0 -1
- package/dist/components/Slider/NavigationButtons/NavigationButtons.js +0 -7
- package/dist/components/Slider/NavigationButtons/index.d.ts +0 -1
- package/dist/components/Slider/NavigationButtons/index.js +0 -4
- package/dist/components/Slider/ProgressBar/ProgressBar.d.ts +0 -1
- package/dist/components/Slider/ProgressBar/ProgressBar.js +0 -15
- package/dist/components/Slider/ProgressBar/index.d.ts +0 -1
- package/dist/components/Slider/ProgressBar/index.js +0 -4
- package/dist/components/Steps/types.js +0 -1
- package/dist/components/Tag/types.js +0 -1
- package/dist/components/TextArea/types.js +0 -1
- package/dist/components/Toasts/types.js +0 -1
- package/dist/components/UniversalUploader/types.js +0 -1
- package/dist/components/Vote/types.js +0 -1
- package/dist/focus-management-1rQPII7Z.js +0 -77
- package/dist/hidden-BuVoeHNy.js +0 -13
- package/dist/icons/components/12px/Close12px.d.ts +0 -4
- package/dist/icons/components/12px/MessageRead12px.d.ts +0 -4
- package/dist/icons/components/16px/Accept16px.d.ts +0 -4
- package/dist/icons/components/16px/Acts16px.d.ts +0 -4
- package/dist/icons/components/16px/Acts16pxF.d.ts +0 -4
- package/dist/icons/components/16px/AdditionalServicess16px.d.ts +0 -4
- package/dist/icons/components/16px/AdditionalServicess16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Agents16px.d.ts +0 -4
- package/dist/icons/components/16px/Agents16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Alarm16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowDown16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowLeft16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowRight16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowUp16px.d.ts +0 -4
- package/dist/icons/components/16px/ArrowUpright16px.d.ts +0 -4
- package/dist/icons/components/16px/AttachFile16px.d.ts +0 -4
- package/dist/icons/components/16px/Bell16px.d.ts +0 -4
- package/dist/icons/components/16px/Bell16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Calculator16px.d.ts +0 -4
- package/dist/icons/components/16px/CalculatorLkk16px.d.ts +0 -4
- package/dist/icons/components/16px/CalculatorLkk16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Calendar16px.d.ts +0 -4
- package/dist/icons/components/16px/Camera16px.d.ts +0 -4
- package/dist/icons/components/16px/Car16px.d.ts +0 -4
- package/dist/icons/components/16px/Car16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Catalog16px.d.ts +0 -4
- package/dist/icons/components/16px/Certs16px.d.ts +0 -4
- package/dist/icons/components/16px/Certs16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Change16px.d.ts +0 -4
- package/dist/icons/components/16px/Chat16px.d.ts +0 -4
- package/dist/icons/components/16px/Chat16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Chatbot16px.d.ts +0 -4
- package/dist/icons/components/16px/Close16px.d.ts +0 -4
- package/dist/icons/components/16px/CloseFloatMenuArrow16px.d.ts +0 -4
- package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.d.ts +0 -4
- package/dist/icons/components/16px/Coin16px.d.ts +0 -4
- package/dist/icons/components/16px/Coin16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Contracts16px.d.ts +0 -4
- package/dist/icons/components/16px/Contracts16pxF.d.ts +0 -4
- package/dist/icons/components/16px/CopyClipboard16px.d.ts +0 -4
- package/dist/icons/components/16px/Done16px.d.ts +0 -4
- package/dist/icons/components/16px/Download16px.d.ts +0 -4
- package/dist/icons/components/16px/DragHandle16px.d.ts +0 -4
- package/dist/icons/components/16px/DragHandleHorizontal16px.d.ts +0 -4
- package/dist/icons/components/16px/DragHandleVertical16px.d.ts +0 -4
- package/dist/icons/components/16px/DropdownArrowBottom16px.d.ts +0 -4
- package/dist/icons/components/16px/DropdownArrowLeft16px.d.ts +0 -4
- package/dist/icons/components/16px/DropdownArrowRight16px.d.ts +0 -4
- package/dist/icons/components/16px/DropdownArrowUp16px.d.ts +0 -4
- package/dist/icons/components/16px/Dzen16px.d.ts +0 -4
- package/dist/icons/components/16px/Euro16px.d.ts +0 -4
- package/dist/icons/components/16px/Eye16px.d.ts +0 -4
- package/dist/icons/components/16px/Failure16px.d.ts +0 -4
- package/dist/icons/components/16px/Favorite16px.d.ts +0 -4
- package/dist/icons/components/16px/Favorite16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Filter16px.d.ts +0 -4
- package/dist/icons/components/16px/Flag16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Folder16px.d.ts +0 -4
- package/dist/icons/components/16px/Fullscreen16px.d.ts +0 -4
- package/dist/icons/components/16px/Galery16px.d.ts +0 -4
- package/dist/icons/components/16px/Gear16px.d.ts +0 -4
- package/dist/icons/components/16px/Gift16px.d.ts +0 -4
- package/dist/icons/components/16px/Hint16px.d.ts +0 -4
- package/dist/icons/components/16px/Home16px.d.ts +0 -4
- package/dist/icons/components/16px/Home16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Hot16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Kebab16px.d.ts +0 -4
- package/dist/icons/components/16px/List16px.d.ts +0 -4
- package/dist/icons/components/16px/Location16px.d.ts +0 -4
- package/dist/icons/components/16px/Map16px.d.ts +0 -4
- package/dist/icons/components/16px/Menu16px.d.ts +0 -4
- package/dist/icons/components/16px/MenuMobile16px.d.ts +0 -4
- package/dist/icons/components/16px/Minus16px.d.ts +0 -4
- package/dist/icons/components/16px/Navigation16px.d.ts +0 -4
- package/dist/icons/components/16px/News16px.d.ts +0 -4
- package/dist/icons/components/16px/News16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Number16px.d.ts +0 -4
- package/dist/icons/components/16px/OpenFloatMenuArrow16px.d.ts +0 -4
- package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.d.ts +0 -4
- package/dist/icons/components/16px/Orders16px.d.ts +0 -4
- package/dist/icons/components/16px/Orders16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Pause16px.d.ts +0 -4
- package/dist/icons/components/16px/Pen16px.d.ts +0 -4
- package/dist/icons/components/16px/Pen16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Phone16px.d.ts +0 -4
- package/dist/icons/components/16px/Play16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Plus16px.d.ts +0 -4
- package/dist/icons/components/16px/Pound16px.d.ts +0 -4
- package/dist/icons/components/16px/PriceDown16px.d.ts +0 -4
- package/dist/icons/components/16px/PriceUp16px.d.ts +0 -4
- package/dist/icons/components/16px/Question16px.d.ts +0 -4
- package/dist/icons/components/16px/Question16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Rutube16px.d.ts +0 -4
- package/dist/icons/components/16px/Scan16px.d.ts +0 -4
- package/dist/icons/components/16px/Search16px.d.ts +0 -4
- package/dist/icons/components/16px/Share16pxF.d.ts +0 -4
- package/dist/icons/components/16px/ShopingCard16px.d.ts +0 -4
- package/dist/icons/components/16px/Sort16px.d.ts +0 -4
- package/dist/icons/components/16px/Star16px.d.ts +0 -4
- package/dist/icons/components/16px/Star16pxF.d.ts +0 -4
- package/dist/icons/components/16px/StarHalf16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Telegram16pxF.d.ts +0 -4
- package/dist/icons/components/16px/TelegramPlane16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Timer16px.d.ts +0 -4
- package/dist/icons/components/16px/Trash16px.d.ts +0 -4
- package/dist/icons/components/16px/TwinArrowLeft16px.d.ts +0 -4
- package/dist/icons/components/16px/TwinArrowRight16px.d.ts +0 -4
- package/dist/icons/components/16px/USDollar16px.d.ts +0 -4
- package/dist/icons/components/16px/Umbrella16px.d.ts +0 -4
- package/dist/icons/components/16px/Umbrella16pxF.d.ts +0 -4
- package/dist/icons/components/16px/UnionIcon16px.d.ts +0 -4
- package/dist/icons/components/16px/User16px.d.ts +0 -4
- package/dist/icons/components/16px/User16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Users16px.d.ts +0 -4
- package/dist/icons/components/16px/Users16pxF.d.ts +0 -4
- package/dist/icons/components/16px/VK16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Waiting16px.d.ts +0 -4
- package/dist/icons/components/16px/Whatsapp16px.d.ts +0 -4
- package/dist/icons/components/16px/WriteUs16px.d.ts +0 -4
- package/dist/icons/components/16px/Youtube16pxF.d.ts +0 -4
- package/dist/icons/components/16px/Yuan16px.d.ts +0 -4
- package/dist/icons/components/24px/Accept24px.d.ts +0 -4
- package/dist/icons/components/24px/Acts24px.d.ts +0 -4
- package/dist/icons/components/24px/Acts24pxF.d.ts +0 -4
- package/dist/icons/components/24px/AdditionalServicess24px.d.ts +0 -4
- package/dist/icons/components/24px/AdditionalServicess24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Agents24px.d.ts +0 -4
- package/dist/icons/components/24px/Agents24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Alarm24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowDown24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowLeft24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowRight24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowUp24px.d.ts +0 -4
- package/dist/icons/components/24px/ArrowUpright24px.d.ts +0 -4
- package/dist/icons/components/24px/AttachFile24px.d.ts +0 -4
- package/dist/icons/components/24px/Bell24px.d.ts +0 -4
- package/dist/icons/components/24px/Bell24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Calculator24px.d.ts +0 -4
- package/dist/icons/components/24px/CalculatorLkk24px.d.ts +0 -4
- package/dist/icons/components/24px/CalculatorLkk24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Calendar24px.d.ts +0 -4
- package/dist/icons/components/24px/Camera24px.d.ts +0 -4
- package/dist/icons/components/24px/Car24px.d.ts +0 -4
- package/dist/icons/components/24px/Car24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Catalog24px.d.ts +0 -4
- package/dist/icons/components/24px/Certs24px.d.ts +0 -4
- package/dist/icons/components/24px/Certs24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Change24px.d.ts +0 -4
- package/dist/icons/components/24px/Chat24px.d.ts +0 -4
- package/dist/icons/components/24px/Chat24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Chatbot24px.d.ts +0 -4
- package/dist/icons/components/24px/Close24px.d.ts +0 -4
- package/dist/icons/components/24px/CloseFloatMenuArrow24px.d.ts +0 -4
- package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.d.ts +0 -4
- package/dist/icons/components/24px/Coin24px.d.ts +0 -4
- package/dist/icons/components/24px/Coin24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Contracts24px.d.ts +0 -4
- package/dist/icons/components/24px/Contracts24pxF.d.ts +0 -4
- package/dist/icons/components/24px/CopyClipboard24px.d.ts +0 -4
- package/dist/icons/components/24px/Done24px.d.ts +0 -4
- package/dist/icons/components/24px/Download24px.d.ts +0 -4
- package/dist/icons/components/24px/DragHandle24px.d.ts +0 -4
- package/dist/icons/components/24px/DragHandleHorizontal24px.d.ts +0 -4
- package/dist/icons/components/24px/DragHandleVertical24px.d.ts +0 -4
- package/dist/icons/components/24px/DropdownArrowDown24px.d.ts +0 -4
- package/dist/icons/components/24px/DropdownArrowLeft24px.d.ts +0 -4
- package/dist/icons/components/24px/DropdownArrowRight24px.d.ts +0 -4
- package/dist/icons/components/24px/DropdownArrowUp24px.d.ts +0 -4
- package/dist/icons/components/24px/Dzen24px.d.ts +0 -4
- package/dist/icons/components/24px/Euro24px.d.ts +0 -4
- package/dist/icons/components/24px/Eye24px.d.ts +0 -4
- package/dist/icons/components/24px/Failure24px.d.ts +0 -4
- package/dist/icons/components/24px/Favorite24px.d.ts +0 -4
- package/dist/icons/components/24px/Favorite24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Filter24px.d.ts +0 -4
- package/dist/icons/components/24px/Flag24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Folder24px.d.ts +0 -4
- package/dist/icons/components/24px/Fullscreen24px.d.ts +0 -4
- package/dist/icons/components/24px/Galery24px.d.ts +0 -4
- package/dist/icons/components/24px/Gear24px.d.ts +0 -4
- package/dist/icons/components/24px/Gift24px.d.ts +0 -4
- package/dist/icons/components/24px/Hint24px.d.ts +0 -4
- package/dist/icons/components/24px/Home24px.d.ts +0 -4
- package/dist/icons/components/24px/Home24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Hot24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Improvements24px.d.ts +0 -4
- package/dist/icons/components/24px/Improvements24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Kebab24px.d.ts +0 -4
- package/dist/icons/components/24px/List24px.d.ts +0 -4
- package/dist/icons/components/24px/Location24px.d.ts +0 -4
- package/dist/icons/components/24px/Map24px.d.ts +0 -4
- package/dist/icons/components/24px/Menu24px.d.ts +0 -4
- package/dist/icons/components/24px/MenuMobile24px.d.ts +0 -4
- package/dist/icons/components/24px/Minus24px.d.ts +0 -4
- package/dist/icons/components/24px/Navigation24px.d.ts +0 -4
- package/dist/icons/components/24px/News24px.d.ts +0 -4
- package/dist/icons/components/24px/News24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Number24px.d.ts +0 -4
- package/dist/icons/components/24px/OpenFloatMenuArrow24px.d.ts +0 -4
- package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.d.ts +0 -4
- package/dist/icons/components/24px/Orders24px.d.ts +0 -4
- package/dist/icons/components/24px/Orders24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Pause24px.d.ts +0 -4
- package/dist/icons/components/24px/Pen24px.d.ts +0 -4
- package/dist/icons/components/24px/Pen24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Phone24px.d.ts +0 -4
- package/dist/icons/components/24px/Play24px.d.ts +0 -4
- package/dist/icons/components/24px/Plus24px.d.ts +0 -4
- package/dist/icons/components/24px/Pound24px.d.ts +0 -4
- package/dist/icons/components/24px/PriceDown24px.d.ts +0 -4
- package/dist/icons/components/24px/PriceUp24px.d.ts +0 -4
- package/dist/icons/components/24px/Question24px.d.ts +0 -4
- package/dist/icons/components/24px/Question24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Rutube24px.d.ts +0 -4
- package/dist/icons/components/24px/Scan24px.d.ts +0 -4
- package/dist/icons/components/24px/Search24px.d.ts +0 -4
- package/dist/icons/components/24px/Share24pxF.d.ts +0 -4
- package/dist/icons/components/24px/ShopingCard24px.d.ts +0 -4
- package/dist/icons/components/24px/Sort24px.d.ts +0 -4
- package/dist/icons/components/24px/Star24px.d.ts +0 -4
- package/dist/icons/components/24px/Star24pxF.d.ts +0 -4
- package/dist/icons/components/24px/StarHalf24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Telegram24pxF.d.ts +0 -4
- package/dist/icons/components/24px/TelegramPlane24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Timer24px.d.ts +0 -4
- package/dist/icons/components/24px/Trash24px.d.ts +0 -4
- package/dist/icons/components/24px/TwinArrowLeft24px.d.ts +0 -4
- package/dist/icons/components/24px/TwinArrowRight24px.d.ts +0 -4
- package/dist/icons/components/24px/USDollar24px.d.ts +0 -4
- package/dist/icons/components/24px/Umbrella24px.d.ts +0 -4
- package/dist/icons/components/24px/Umbrella24pxF.d.ts +0 -4
- package/dist/icons/components/24px/UnionIcon24px.d.ts +0 -4
- package/dist/icons/components/24px/User24px.d.ts +0 -4
- package/dist/icons/components/24px/User24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Users24px.d.ts +0 -4
- package/dist/icons/components/24px/Users24pxF.d.ts +0 -4
- package/dist/icons/components/24px/VK24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Waiting24px.d.ts +0 -4
- package/dist/icons/components/24px/Whatsapp24px.d.ts +0 -4
- package/dist/icons/components/24px/WriteUs24px.d.ts +0 -4
- package/dist/icons/components/24px/Youtube24pxF.d.ts +0 -4
- package/dist/icons/components/24px/Yuan24px.d.ts +0 -4
- package/dist/icons/components/32px/Accept32px.d.ts +0 -4
- package/dist/icons/components/32px/Acts32px.d.ts +0 -4
- package/dist/icons/components/32px/AdditionalServicess32px.d.ts +0 -4
- package/dist/icons/components/32px/AdditionalServicess32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Agents32px.d.ts +0 -4
- package/dist/icons/components/32px/Alarm32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowDown32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowLeft32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowRight32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowUp32px.d.ts +0 -4
- package/dist/icons/components/32px/ArrowUpright32px.d.ts +0 -4
- package/dist/icons/components/32px/AttachFile32px.d.ts +0 -4
- package/dist/icons/components/32px/Bell32px.d.ts +0 -4
- package/dist/icons/components/32px/Bell32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Calculator32px.d.ts +0 -4
- package/dist/icons/components/32px/CalculatorLkk32px.d.ts +0 -4
- package/dist/icons/components/32px/CalculatorLkk32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Calendar32px.d.ts +0 -4
- package/dist/icons/components/32px/Camera32px.d.ts +0 -4
- package/dist/icons/components/32px/Car32px.d.ts +0 -4
- package/dist/icons/components/32px/Car32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Catalog32px.d.ts +0 -4
- package/dist/icons/components/32px/Certs32px.d.ts +0 -4
- package/dist/icons/components/32px/Certs32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Change32px.d.ts +0 -4
- package/dist/icons/components/32px/Chat32px.d.ts +0 -4
- package/dist/icons/components/32px/Chat32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Chatbot32px.d.ts +0 -4
- package/dist/icons/components/32px/Close32px.d.ts +0 -4
- package/dist/icons/components/32px/CloseFloatMenuArrow32px.d.ts +0 -4
- package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.d.ts +0 -4
- package/dist/icons/components/32px/Coin32px.d.ts +0 -4
- package/dist/icons/components/32px/Coin32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Contracts32px.d.ts +0 -4
- package/dist/icons/components/32px/Contracts32pxF.d.ts +0 -4
- package/dist/icons/components/32px/CopyClipboard32px.d.ts +0 -4
- package/dist/icons/components/32px/Done32px.d.ts +0 -4
- package/dist/icons/components/32px/Download32px.d.ts +0 -4
- package/dist/icons/components/32px/DragHandle32px.d.ts +0 -4
- package/dist/icons/components/32px/DragHandleHorizontal32px.d.ts +0 -4
- package/dist/icons/components/32px/DragHandleVertical32px.d.ts +0 -4
- package/dist/icons/components/32px/DropdownArrowDown32px.d.ts +0 -4
- package/dist/icons/components/32px/DropdownArrowLeft32px.d.ts +0 -4
- package/dist/icons/components/32px/DropdownArrowRight32px.d.ts +0 -4
- package/dist/icons/components/32px/DropdownArrowUp32px.d.ts +0 -4
- package/dist/icons/components/32px/Dzen32px.d.ts +0 -4
- package/dist/icons/components/32px/Euro32px.d.ts +0 -4
- package/dist/icons/components/32px/Eye32px.d.ts +0 -4
- package/dist/icons/components/32px/Failure32px.d.ts +0 -4
- package/dist/icons/components/32px/Favorite32px.d.ts +0 -4
- package/dist/icons/components/32px/Favorite32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Filter32px.d.ts +0 -4
- package/dist/icons/components/32px/Flag32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Folder32px.d.ts +0 -4
- package/dist/icons/components/32px/Fullscreen32px.d.ts +0 -4
- package/dist/icons/components/32px/Galery32px.d.ts +0 -4
- package/dist/icons/components/32px/Gear32px.d.ts +0 -4
- package/dist/icons/components/32px/Gift32px.d.ts +0 -4
- package/dist/icons/components/32px/Hint32px.d.ts +0 -4
- package/dist/icons/components/32px/Home32px.d.ts +0 -4
- package/dist/icons/components/32px/Home32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Hot32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Kebab32px.d.ts +0 -4
- package/dist/icons/components/32px/List32px.d.ts +0 -4
- package/dist/icons/components/32px/Location32px.d.ts +0 -4
- package/dist/icons/components/32px/Map32px.d.ts +0 -4
- package/dist/icons/components/32px/Menu32px.d.ts +0 -4
- package/dist/icons/components/32px/MenuMobile32px.d.ts +0 -4
- package/dist/icons/components/32px/Minus32px.d.ts +0 -4
- package/dist/icons/components/32px/Navigation32px.d.ts +0 -4
- package/dist/icons/components/32px/News32px.d.ts +0 -4
- package/dist/icons/components/32px/News32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Number32px.d.ts +0 -4
- package/dist/icons/components/32px/OpenFloatMenuArrow32px.d.ts +0 -4
- package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.d.ts +0 -4
- package/dist/icons/components/32px/Orders32px.d.ts +0 -4
- package/dist/icons/components/32px/Orders32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Pause32px.d.ts +0 -4
- package/dist/icons/components/32px/Pen32px.d.ts +0 -4
- package/dist/icons/components/32px/Pen32pxF.d.ts +0 -4
- package/dist/icons/components/32px/PersonalManager32px.d.ts +0 -4
- package/dist/icons/components/32px/Phone32px.d.ts +0 -4
- package/dist/icons/components/32px/Play32px.d.ts +0 -4
- package/dist/icons/components/32px/Plus32px.d.ts +0 -4
- package/dist/icons/components/32px/Pound32px.d.ts +0 -4
- package/dist/icons/components/32px/PriceDown32px.d.ts +0 -4
- package/dist/icons/components/32px/PriceUp32px.d.ts +0 -4
- package/dist/icons/components/32px/Question32px.d.ts +0 -4
- package/dist/icons/components/32px/Question32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Rutube32px.d.ts +0 -4
- package/dist/icons/components/32px/Scan32px.d.ts +0 -4
- package/dist/icons/components/32px/Search32px.d.ts +0 -4
- package/dist/icons/components/32px/Share32pxF.d.ts +0 -4
- package/dist/icons/components/32px/ShopimgCard32px.d.ts +0 -4
- package/dist/icons/components/32px/Sort32px.d.ts +0 -4
- package/dist/icons/components/32px/Star32px.d.ts +0 -4
- package/dist/icons/components/32px/Star32pxF.d.ts +0 -4
- package/dist/icons/components/32px/StarHalf32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Telegram32pxF.d.ts +0 -4
- package/dist/icons/components/32px/TelegramPlane32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Timer32px.d.ts +0 -4
- package/dist/icons/components/32px/Trash32px.d.ts +0 -4
- package/dist/icons/components/32px/TwinArrowLeft32px.d.ts +0 -4
- package/dist/icons/components/32px/TwinArrowRight32px.d.ts +0 -4
- package/dist/icons/components/32px/USDollar32px.d.ts +0 -4
- package/dist/icons/components/32px/Umbrella32px.d.ts +0 -4
- package/dist/icons/components/32px/Umbrella32pxF.d.ts +0 -4
- package/dist/icons/components/32px/UnionIcon32px.d.ts +0 -4
- package/dist/icons/components/32px/User32px.d.ts +0 -4
- package/dist/icons/components/32px/User32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Users32px.d.ts +0 -4
- package/dist/icons/components/32px/Users32pxF.d.ts +0 -4
- package/dist/icons/components/32px/VK32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Waiting32px.d.ts +0 -4
- package/dist/icons/components/32px/Whatsapp32px.d.ts +0 -4
- package/dist/icons/components/32px/WriteUs32px.d.ts +0 -4
- package/dist/icons/components/32px/Youtube32pxF.d.ts +0 -4
- package/dist/icons/components/32px/Yuan32px.d.ts +0 -4
- package/dist/icons/components/Mans.d.ts +0 -4
- package/dist/icons/components/Step.d.ts +0 -4
- package/dist/icons/components/StepXL.d.ts +0 -4
- package/dist/icons/components/auto-logo/ACE.d.ts +0 -4
- package/dist/icons/components/auto-logo/Alim.d.ts +0 -4
- package/dist/icons/components/auto-logo/Amur.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ankai.d.ts +0 -4
- package/dist/icons/components/auto-logo/ArrowLength.d.ts +0 -4
- package/dist/icons/components/auto-logo/Audi.d.ts +0 -4
- package/dist/icons/components/auto-logo/BMW.d.ts +0 -4
- package/dist/icons/components/auto-logo/BRP.d.ts +0 -4
- package/dist/icons/components/auto-logo/Bomag.d.ts +0 -4
- package/dist/icons/components/auto-logo/Case.d.ts +0 -4
- package/dist/icons/components/auto-logo/Caterpillar.d.ts +0 -4
- package/dist/icons/components/auto-logo/ChMZAP.d.ts +0 -4
- package/dist/icons/components/auto-logo/ChTZ.d.ts +0 -4
- package/dist/icons/components/auto-logo/Changan.d.ts +0 -4
- package/dist/icons/components/auto-logo/Cherry.d.ts +0 -4
- package/dist/icons/components/auto-logo/Citroen.d.ts +0 -4
- package/dist/icons/components/auto-logo/DaewooFull.d.ts +0 -4
- package/dist/icons/components/auto-logo/DaewooSymbol.d.ts +0 -4
- package/dist/icons/components/auto-logo/Daf.d.ts +0 -4
- package/dist/icons/components/auto-logo/Dayun.d.ts +0 -4
- package/dist/icons/components/auto-logo/DongFeng.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ducati.d.ts +0 -4
- package/dist/icons/components/auto-logo/Exeed.d.ts +0 -4
- package/dist/icons/components/auto-logo/Faw.d.ts +0 -4
- package/dist/icons/components/auto-logo/Fenix.d.ts +0 -4
- package/dist/icons/components/auto-logo/Fiat.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ford.d.ts +0 -4
- package/dist/icons/components/auto-logo/Foton.d.ts +0 -4
- package/dist/icons/components/auto-logo/Gac.d.ts +0 -4
- package/dist/icons/components/auto-logo/Gaz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Geely.d.ts +0 -4
- package/dist/icons/components/auto-logo/Genesis.d.ts +0 -4
- package/dist/icons/components/auto-logo/Gitte.d.ts +0 -4
- package/dist/icons/components/auto-logo/Grunwald.d.ts +0 -4
- package/dist/icons/components/auto-logo/HartungFull.d.ts +0 -4
- package/dist/icons/components/auto-logo/HartungSymbol.d.ts +0 -4
- package/dist/icons/components/auto-logo/Haval.d.ts +0 -4
- package/dist/icons/components/auto-logo/Higer.d.ts +0 -4
- package/dist/icons/components/auto-logo/Hitachi.d.ts +0 -4
- package/dist/icons/components/auto-logo/Honda.d.ts +0 -4
- package/dist/icons/components/auto-logo/Hongqi.d.ts +0 -4
- package/dist/icons/components/auto-logo/Hongyan.d.ts +0 -4
- package/dist/icons/components/auto-logo/Howo.d.ts +0 -4
- package/dist/icons/components/auto-logo/Hyundai.d.ts +0 -4
- package/dist/icons/components/auto-logo/Infiniti.d.ts +0 -4
- package/dist/icons/components/auto-logo/Isuzu.d.ts +0 -4
- package/dist/icons/components/auto-logo/Iveco.d.ts +0 -4
- package/dist/icons/components/auto-logo/JCB.d.ts +0 -4
- package/dist/icons/components/auto-logo/Jac.d.ts +0 -4
- package/dist/icons/components/auto-logo/Juterborg.d.ts +0 -4
- package/dist/icons/components/auto-logo/KIA.d.ts +0 -4
- package/dist/icons/components/auto-logo/Kaiyi.d.ts +0 -4
- package/dist/icons/components/auto-logo/Kamaz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Kassbohrer.d.ts +0 -4
- package/dist/icons/components/auto-logo/Komatsu.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ktm.d.ts +0 -4
- package/dist/icons/components/auto-logo/LCCE.d.ts +0 -4
- package/dist/icons/components/auto-logo/Lada.d.ts +0 -4
- package/dist/icons/components/auto-logo/Lexus.d.ts +0 -4
- package/dist/icons/components/auto-logo/LiuGong.d.ts +0 -4
- package/dist/icons/components/auto-logo/Lonking.d.ts +0 -4
- package/dist/icons/components/auto-logo/Lovol.d.ts +0 -4
- package/dist/icons/components/auto-logo/MTZBelarus.d.ts +0 -4
- package/dist/icons/components/auto-logo/Man.d.ts +0 -4
- package/dist/icons/components/auto-logo/Maz.d.ts +0 -4
- package/dist/icons/components/auto-logo/MercedesBenz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Meusburger.d.ts +0 -4
- package/dist/icons/components/auto-logo/Mitsubishi.d.ts +0 -4
- package/dist/icons/components/auto-logo/NefAZ.d.ts +0 -4
- package/dist/icons/components/auto-logo/NursanTrailer.d.ts +0 -4
- package/dist/icons/components/auto-logo/Omoda.d.ts +0 -4
- package/dist/icons/components/auto-logo/PSATss.d.ts +0 -4
- package/dist/icons/components/auto-logo/Paz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Peugeot.d.ts +0 -4
- package/dist/icons/components/auto-logo/Raskat.d.ts +0 -4
- package/dist/icons/components/auto-logo/Renault.d.ts +0 -4
- package/dist/icons/components/auto-logo/RussianCarsEmblem.d.ts +0 -4
- package/dist/icons/components/auto-logo/RussianCarsKremlin.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sany.d.ts +0 -4
- package/dist/icons/components/auto-logo/Scania.d.ts +0 -4
- package/dist/icons/components/auto-logo/Schmitz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Shacman.d.ts +0 -4
- package/dist/icons/components/auto-logo/Shantui.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sinanli.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sitrak.d.ts +0 -4
- package/dist/icons/components/auto-logo/SobolIztechmash.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sokol.d.ts +0 -4
- package/dist/icons/components/auto-logo/Sollers.d.ts +0 -4
- package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.d.ts +0 -4
- package/dist/icons/components/auto-logo/Tonar.d.ts +0 -4
- package/dist/icons/components/auto-logo/Toyota.d.ts +0 -4
- package/dist/icons/components/auto-logo/Trekol.d.ts +0 -4
- package/dist/icons/components/auto-logo/UAT.d.ts +0 -4
- package/dist/icons/components/auto-logo/Uaz.d.ts +0 -4
- package/dist/icons/components/auto-logo/Ural.d.ts +0 -4
- package/dist/icons/components/auto-logo/VIS.d.ts +0 -4
- package/dist/icons/components/auto-logo/VKR.d.ts +0 -4
- package/dist/icons/components/auto-logo/Volkswagen.d.ts +0 -4
- package/dist/icons/components/auto-logo/Volvo.d.ts +0 -4
- package/dist/icons/components/auto-logo/Wielton.d.ts +0 -4
- package/dist/icons/components/auto-logo/XCMG.d.ts +0 -4
- package/dist/icons/components/auto-logo/Yutong.d.ts +0 -4
- package/dist/icons/components/auto-logo/Zoomlion.d.ts +0 -4
- package/dist/icons/components/car-icons/AllMetal.d.ts +0 -4
- package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.d.ts +0 -4
- package/dist/icons/components/car-icons/AsphaltPaver.d.ts +0 -4
- package/dist/icons/components/car-icons/Autotower.d.ts +0 -4
- package/dist/icons/components/car-icons/Awning.d.ts +0 -4
- package/dist/icons/components/car-icons/BackhoeLoader.d.ts +0 -4
- package/dist/icons/components/car-icons/Buggy.d.ts +0 -4
- package/dist/icons/components/car-icons/Bulldozer.d.ts +0 -4
- package/dist/icons/components/car-icons/Bus.d.ts +0 -4
- package/dist/icons/components/car-icons/BusBus.d.ts +0 -4
- package/dist/icons/components/car-icons/BusMinibus.d.ts +0 -4
- package/dist/icons/components/car-icons/BusShiftBuses.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoAutotower.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoAwning.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoConcreteMixerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoDrillingRig.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoDumpTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoGarbageTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoGrainCarrier.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoIsothermal.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoOnBoard.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoOnBoardWithCmu.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoPromotionalItem.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoSortingTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoTankerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoTowTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoTruckCrane.d.ts +0 -4
- package/dist/icons/components/car-icons/CargoVacuumMachine.d.ts +0 -4
- package/dist/icons/components/car-icons/Clearance.d.ts +0 -4
- package/dist/icons/components/car-icons/CombineHarvester.d.ts +0 -4
- package/dist/icons/components/car-icons/Compartment.d.ts +0 -4
- package/dist/icons/components/car-icons/ConcreteMixerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/ConcretePump.d.ts +0 -4
- package/dist/icons/components/car-icons/Crossover.d.ts +0 -4
- package/dist/icons/components/car-icons/DrillingRigg.d.ts +0 -4
- package/dist/icons/components/car-icons/DumpTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/Excavator.d.ts +0 -4
- package/dist/icons/components/car-icons/ForestPreparationEquipment.d.ts +0 -4
- package/dist/icons/components/car-icons/ForkliftTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/FrontLoader.d.ts +0 -4
- package/dist/icons/components/car-icons/Hatchback.d.ts +0 -4
- package/dist/icons/components/car-icons/IceRink.d.ts +0 -4
- package/dist/icons/components/car-icons/Isothermal.d.ts +0 -4
- package/dist/icons/components/car-icons/Liftback.d.ts +0 -4
- package/dist/icons/components/car-icons/MiniEscalator.d.ts +0 -4
- package/dist/icons/components/car-icons/MiniLoader.d.ts +0 -4
- package/dist/icons/components/car-icons/MiningDumpTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/Minitractor.d.ts +0 -4
- package/dist/icons/components/car-icons/Minivan.d.ts +0 -4
- package/dist/icons/components/car-icons/MotorGrader.d.ts +0 -4
- package/dist/icons/components/car-icons/MotorVehiclesBike.d.ts +0 -4
- package/dist/icons/components/car-icons/MotorVehiclesQuadBike.d.ts +0 -4
- package/dist/icons/components/car-icons/OffRoadVehicle.d.ts +0 -4
- package/dist/icons/components/car-icons/OnBoard.d.ts +0 -4
- package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.d.ts +0 -4
- package/dist/icons/components/car-icons/OnBoardWithCmu.d.ts +0 -4
- package/dist/icons/components/car-icons/OtherAgriculturalMachinery.d.ts +0 -4
- package/dist/icons/components/car-icons/OtherCareerTechniques.d.ts +0 -4
- package/dist/icons/components/car-icons/Pickup.d.ts +0 -4
- package/dist/icons/components/car-icons/PickupTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/PilingInstallation.d.ts +0 -4
- package/dist/icons/components/car-icons/PromotionalItem.d.ts +0 -4
- package/dist/icons/components/car-icons/PublicUtilityVehicle.d.ts +0 -4
- package/dist/icons/components/car-icons/QuarryExcavator.d.ts +0 -4
- package/dist/icons/components/car-icons/Scooter.d.ts +0 -4
- package/dist/icons/components/car-icons/Sedan.d.ts +0 -4
- package/dist/icons/components/car-icons/Snowmobile.d.ts +0 -4
- package/dist/icons/components/car-icons/TankerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TelescopicLoader.d.ts +0 -4
- package/dist/icons/components/car-icons/TheLift.d.ts +0 -4
- package/dist/icons/components/car-icons/TowTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/Tractor.d.ts +0 -4
- package/dist/icons/components/car-icons/TractorTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/Trailerr.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersCarCarrier.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersCattleTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersContainerShip.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersCurtainSide.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersDumpTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersGrainTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersHeavyTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersIsothermal.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersOther.d.ts +0 -4
- package/dist/icons/components/car-icons/TrailersTankerTruck.d.ts +0 -4
- package/dist/icons/components/car-icons/TruckCrane.d.ts +0 -4
- package/dist/icons/components/car-icons/Universal.d.ts +0 -4
- package/dist/icons/components/car-icons/Van.d.ts +0 -4
- package/dist/icons/components/car-icons/Ycles.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Acceleration.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Berths.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Bucket.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/BucketVolume.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/CabinTurn.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/CarBodySize.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/CarBodyType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/CarColor.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Cylinders.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Dimensions.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/EngineType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/FuelConsumption.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/GearType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/LiftingHeight.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/LoadingCapacity.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/NumberOfAxes.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/NumberOfSeats.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/TrailerType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/UnloadingType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/Weight.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/WheelDriveType.d.ts +0 -4
- package/dist/icons/components/car-parameters-icons/WheelSheme.d.ts +0 -4
- package/dist/icons/components/cars-stubus/Bike.d.ts +0 -4
- package/dist/icons/components/cars-stubus/Car.d.ts +0 -4
- package/dist/icons/components/cars-stubus/Equipment.d.ts +0 -4
- package/dist/icons/components/cars-stubus/Truck.d.ts +0 -4
- package/dist/icons/components/index.d.ts +0 -579
- package/dist/icons/components/types.d.ts +0 -2
- package/dist/icons/components/types.js +0 -1
- package/dist/index-CweZ_OcN.js +0 -65
- package/dist/index-FDVpKRvA.js +0 -2010
- package/dist/keyboard-B256ZoM-.js +0 -745
- package/dist/label-BTEGh6O_.js +0 -172
- package/dist/open-closed-CbXq00et.js +0 -93
- package/dist/styles.module-Ugsf0AOb.js +0 -38
- package/dist/use-active-press-B6yeSopF.js +0 -31
- package/dist/use-by-comparator-BUO78DGe.js +0 -16
- package/dist/use-resolve-button-type-B6LE6gU3.js +0 -19
@@ -1,745 +0,0 @@
|
|
1
|
-
import React__default, { useRef, useCallback, useEffect, useState, useMemo, useLayoutEffect, forwardRef, Fragment, isValidElement, cloneElement, createElement } from "react";
|
2
|
-
const $f0a04ccd8dbdd83b$export$e5c5a5f917a5871c = typeof document !== "undefined" ? React__default.useLayoutEffect : () => {
|
3
|
-
};
|
4
|
-
function $8ae05eaa5c114e9c$export$7f54fc3180508a52(fn) {
|
5
|
-
const ref = useRef(null);
|
6
|
-
$f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
|
7
|
-
ref.current = fn;
|
8
|
-
}, [
|
9
|
-
fn
|
10
|
-
]);
|
11
|
-
return useCallback((...args) => {
|
12
|
-
const f = ref.current;
|
13
|
-
return f === null || f === void 0 ? void 0 : f(...args);
|
14
|
-
}, []);
|
15
|
-
}
|
16
|
-
const $431fbd86ca7dc216$export$b204af158042fbac = (el) => {
|
17
|
-
var _el_ownerDocument;
|
18
|
-
return (_el_ownerDocument = el === null || el === void 0 ? void 0 : el.ownerDocument) !== null && _el_ownerDocument !== void 0 ? _el_ownerDocument : document;
|
19
|
-
};
|
20
|
-
const $431fbd86ca7dc216$export$f21a1ffae260145a = (el) => {
|
21
|
-
if (el && "window" in el && el.window === el) return el;
|
22
|
-
const doc = $431fbd86ca7dc216$export$b204af158042fbac(el);
|
23
|
-
return doc.defaultView || window;
|
24
|
-
};
|
25
|
-
function $c87311424ea30a05$var$testUserAgent(re) {
|
26
|
-
var _window_navigator_userAgentData;
|
27
|
-
if (typeof window === "undefined" || window.navigator == null) return false;
|
28
|
-
return ((_window_navigator_userAgentData = window.navigator["userAgentData"]) === null || _window_navigator_userAgentData === void 0 ? void 0 : _window_navigator_userAgentData.brands.some((brand) => re.test(brand.brand))) || re.test(window.navigator.userAgent);
|
29
|
-
}
|
30
|
-
function $c87311424ea30a05$var$testPlatform(re) {
|
31
|
-
var _window_navigator_userAgentData;
|
32
|
-
return typeof window !== "undefined" && window.navigator != null ? re.test(((_window_navigator_userAgentData = window.navigator["userAgentData"]) === null || _window_navigator_userAgentData === void 0 ? void 0 : _window_navigator_userAgentData.platform) || window.navigator.platform) : false;
|
33
|
-
}
|
34
|
-
function $c87311424ea30a05$export$9ac100e40613ea10() {
|
35
|
-
return $c87311424ea30a05$var$testPlatform(/^Mac/i);
|
36
|
-
}
|
37
|
-
function $c87311424ea30a05$export$a11b0059900ceec8() {
|
38
|
-
return $c87311424ea30a05$var$testUserAgent(/Android/i);
|
39
|
-
}
|
40
|
-
function $6a7db85432448f7f$export$60278871457622de(event) {
|
41
|
-
if (event.mozInputSource === 0 && event.isTrusted) return true;
|
42
|
-
if ($c87311424ea30a05$export$a11b0059900ceec8() && event.pointerType) return event.type === "click" && event.buttons === 1;
|
43
|
-
return event.detail === 0 && !event.pointerType;
|
44
|
-
}
|
45
|
-
class $8a9cb279dc87e130$export$905e7fc544a71f36 {
|
46
|
-
isDefaultPrevented() {
|
47
|
-
return this.nativeEvent.defaultPrevented;
|
48
|
-
}
|
49
|
-
preventDefault() {
|
50
|
-
this.defaultPrevented = true;
|
51
|
-
this.nativeEvent.preventDefault();
|
52
|
-
}
|
53
|
-
stopPropagation() {
|
54
|
-
this.nativeEvent.stopPropagation();
|
55
|
-
this.isPropagationStopped = () => true;
|
56
|
-
}
|
57
|
-
isPropagationStopped() {
|
58
|
-
return false;
|
59
|
-
}
|
60
|
-
persist() {
|
61
|
-
}
|
62
|
-
constructor(type, nativeEvent) {
|
63
|
-
this.nativeEvent = nativeEvent;
|
64
|
-
this.target = nativeEvent.target;
|
65
|
-
this.currentTarget = nativeEvent.currentTarget;
|
66
|
-
this.relatedTarget = nativeEvent.relatedTarget;
|
67
|
-
this.bubbles = nativeEvent.bubbles;
|
68
|
-
this.cancelable = nativeEvent.cancelable;
|
69
|
-
this.defaultPrevented = nativeEvent.defaultPrevented;
|
70
|
-
this.eventPhase = nativeEvent.eventPhase;
|
71
|
-
this.isTrusted = nativeEvent.isTrusted;
|
72
|
-
this.timeStamp = nativeEvent.timeStamp;
|
73
|
-
this.type = type;
|
74
|
-
}
|
75
|
-
}
|
76
|
-
function $8a9cb279dc87e130$export$715c682d09d639cc(onBlur) {
|
77
|
-
let stateRef = useRef({
|
78
|
-
isFocused: false,
|
79
|
-
observer: null
|
80
|
-
});
|
81
|
-
$f0a04ccd8dbdd83b$export$e5c5a5f917a5871c(() => {
|
82
|
-
const state = stateRef.current;
|
83
|
-
return () => {
|
84
|
-
if (state.observer) {
|
85
|
-
state.observer.disconnect();
|
86
|
-
state.observer = null;
|
87
|
-
}
|
88
|
-
};
|
89
|
-
}, []);
|
90
|
-
let dispatchBlur = $8ae05eaa5c114e9c$export$7f54fc3180508a52((e) => {
|
91
|
-
onBlur === null || onBlur === void 0 ? void 0 : onBlur(e);
|
92
|
-
});
|
93
|
-
return useCallback((e) => {
|
94
|
-
if (e.target instanceof HTMLButtonElement || e.target instanceof HTMLInputElement || e.target instanceof HTMLTextAreaElement || e.target instanceof HTMLSelectElement) {
|
95
|
-
stateRef.current.isFocused = true;
|
96
|
-
let target = e.target;
|
97
|
-
let onBlurHandler = (e2) => {
|
98
|
-
stateRef.current.isFocused = false;
|
99
|
-
if (target.disabled)
|
100
|
-
dispatchBlur(new $8a9cb279dc87e130$export$905e7fc544a71f36("blur", e2));
|
101
|
-
if (stateRef.current.observer) {
|
102
|
-
stateRef.current.observer.disconnect();
|
103
|
-
stateRef.current.observer = null;
|
104
|
-
}
|
105
|
-
};
|
106
|
-
target.addEventListener("focusout", onBlurHandler, {
|
107
|
-
once: true
|
108
|
-
});
|
109
|
-
stateRef.current.observer = new MutationObserver(() => {
|
110
|
-
if (stateRef.current.isFocused && target.disabled) {
|
111
|
-
var _stateRef_current_observer;
|
112
|
-
(_stateRef_current_observer = stateRef.current.observer) === null || _stateRef_current_observer === void 0 ? void 0 : _stateRef_current_observer.disconnect();
|
113
|
-
let relatedTargetEl = target === document.activeElement ? null : document.activeElement;
|
114
|
-
target.dispatchEvent(new FocusEvent("blur", {
|
115
|
-
relatedTarget: relatedTargetEl
|
116
|
-
}));
|
117
|
-
target.dispatchEvent(new FocusEvent("focusout", {
|
118
|
-
bubbles: true,
|
119
|
-
relatedTarget: relatedTargetEl
|
120
|
-
}));
|
121
|
-
}
|
122
|
-
});
|
123
|
-
stateRef.current.observer.observe(target, {
|
124
|
-
attributes: true,
|
125
|
-
attributeFilter: [
|
126
|
-
"disabled"
|
127
|
-
]
|
128
|
-
});
|
129
|
-
}
|
130
|
-
}, [
|
131
|
-
dispatchBlur
|
132
|
-
]);
|
133
|
-
}
|
134
|
-
function $a1ea59d68270f0dd$export$f8168d8dd8fd66e6(props) {
|
135
|
-
let { isDisabled, onFocus: onFocusProp, onBlur: onBlurProp, onFocusChange } = props;
|
136
|
-
const onBlur = useCallback((e) => {
|
137
|
-
if (e.target === e.currentTarget) {
|
138
|
-
if (onBlurProp) onBlurProp(e);
|
139
|
-
if (onFocusChange) onFocusChange(false);
|
140
|
-
return true;
|
141
|
-
}
|
142
|
-
}, [
|
143
|
-
onBlurProp,
|
144
|
-
onFocusChange
|
145
|
-
]);
|
146
|
-
const onSyntheticFocus = $8a9cb279dc87e130$export$715c682d09d639cc(onBlur);
|
147
|
-
const onFocus = useCallback((e) => {
|
148
|
-
const ownerDocument = $431fbd86ca7dc216$export$b204af158042fbac(e.target);
|
149
|
-
if (e.target === e.currentTarget && ownerDocument.activeElement === e.target) {
|
150
|
-
if (onFocusProp) onFocusProp(e);
|
151
|
-
if (onFocusChange) onFocusChange(true);
|
152
|
-
onSyntheticFocus(e);
|
153
|
-
}
|
154
|
-
}, [
|
155
|
-
onFocusChange,
|
156
|
-
onFocusProp,
|
157
|
-
onSyntheticFocus
|
158
|
-
]);
|
159
|
-
return {
|
160
|
-
focusProps: {
|
161
|
-
onFocus: !isDisabled && (onFocusProp || onFocusChange || onBlurProp) ? onFocus : void 0,
|
162
|
-
onBlur: !isDisabled && (onBlurProp || onFocusChange) ? onBlur : void 0
|
163
|
-
}
|
164
|
-
};
|
165
|
-
}
|
166
|
-
let $507fabe10e71c6fb$var$currentModality = null;
|
167
|
-
let $507fabe10e71c6fb$var$changeHandlers = /* @__PURE__ */ new Set();
|
168
|
-
let $507fabe10e71c6fb$export$d90243b58daecda7 = /* @__PURE__ */ new Map();
|
169
|
-
let $507fabe10e71c6fb$var$hasEventBeforeFocus = false;
|
170
|
-
let $507fabe10e71c6fb$var$hasBlurredWindowRecently = false;
|
171
|
-
const $507fabe10e71c6fb$var$FOCUS_VISIBLE_INPUT_KEYS = {
|
172
|
-
Tab: true,
|
173
|
-
Escape: true
|
174
|
-
};
|
175
|
-
function $507fabe10e71c6fb$var$triggerChangeHandlers(modality, e) {
|
176
|
-
for (let handler of $507fabe10e71c6fb$var$changeHandlers) handler(modality, e);
|
177
|
-
}
|
178
|
-
function $507fabe10e71c6fb$var$isValidKey(e) {
|
179
|
-
return !(e.metaKey || !$c87311424ea30a05$export$9ac100e40613ea10() && e.altKey || e.ctrlKey || e.key === "Control" || e.key === "Shift" || e.key === "Meta");
|
180
|
-
}
|
181
|
-
function $507fabe10e71c6fb$var$handleKeyboardEvent(e) {
|
182
|
-
$507fabe10e71c6fb$var$hasEventBeforeFocus = true;
|
183
|
-
if ($507fabe10e71c6fb$var$isValidKey(e)) {
|
184
|
-
$507fabe10e71c6fb$var$currentModality = "keyboard";
|
185
|
-
$507fabe10e71c6fb$var$triggerChangeHandlers("keyboard", e);
|
186
|
-
}
|
187
|
-
}
|
188
|
-
function $507fabe10e71c6fb$var$handlePointerEvent(e) {
|
189
|
-
$507fabe10e71c6fb$var$currentModality = "pointer";
|
190
|
-
if (e.type === "mousedown" || e.type === "pointerdown") {
|
191
|
-
$507fabe10e71c6fb$var$hasEventBeforeFocus = true;
|
192
|
-
$507fabe10e71c6fb$var$triggerChangeHandlers("pointer", e);
|
193
|
-
}
|
194
|
-
}
|
195
|
-
function $507fabe10e71c6fb$var$handleClickEvent(e) {
|
196
|
-
if ($6a7db85432448f7f$export$60278871457622de(e)) {
|
197
|
-
$507fabe10e71c6fb$var$hasEventBeforeFocus = true;
|
198
|
-
$507fabe10e71c6fb$var$currentModality = "virtual";
|
199
|
-
}
|
200
|
-
}
|
201
|
-
function $507fabe10e71c6fb$var$handleFocusEvent(e) {
|
202
|
-
if (e.target === window || e.target === document) return;
|
203
|
-
if (!$507fabe10e71c6fb$var$hasEventBeforeFocus && !$507fabe10e71c6fb$var$hasBlurredWindowRecently) {
|
204
|
-
$507fabe10e71c6fb$var$currentModality = "virtual";
|
205
|
-
$507fabe10e71c6fb$var$triggerChangeHandlers("virtual", e);
|
206
|
-
}
|
207
|
-
$507fabe10e71c6fb$var$hasEventBeforeFocus = false;
|
208
|
-
$507fabe10e71c6fb$var$hasBlurredWindowRecently = false;
|
209
|
-
}
|
210
|
-
function $507fabe10e71c6fb$var$handleWindowBlur() {
|
211
|
-
$507fabe10e71c6fb$var$hasEventBeforeFocus = false;
|
212
|
-
$507fabe10e71c6fb$var$hasBlurredWindowRecently = true;
|
213
|
-
}
|
214
|
-
function $507fabe10e71c6fb$var$setupGlobalFocusEvents(element) {
|
215
|
-
if (typeof window === "undefined" || $507fabe10e71c6fb$export$d90243b58daecda7.get($431fbd86ca7dc216$export$f21a1ffae260145a(element))) return;
|
216
|
-
const windowObject = $431fbd86ca7dc216$export$f21a1ffae260145a(element);
|
217
|
-
const documentObject = $431fbd86ca7dc216$export$b204af158042fbac(element);
|
218
|
-
let focus = windowObject.HTMLElement.prototype.focus;
|
219
|
-
windowObject.HTMLElement.prototype.focus = function() {
|
220
|
-
$507fabe10e71c6fb$var$hasEventBeforeFocus = true;
|
221
|
-
focus.apply(this, arguments);
|
222
|
-
};
|
223
|
-
documentObject.addEventListener("keydown", $507fabe10e71c6fb$var$handleKeyboardEvent, true);
|
224
|
-
documentObject.addEventListener("keyup", $507fabe10e71c6fb$var$handleKeyboardEvent, true);
|
225
|
-
documentObject.addEventListener("click", $507fabe10e71c6fb$var$handleClickEvent, true);
|
226
|
-
windowObject.addEventListener("focus", $507fabe10e71c6fb$var$handleFocusEvent, true);
|
227
|
-
windowObject.addEventListener("blur", $507fabe10e71c6fb$var$handleWindowBlur, false);
|
228
|
-
if (typeof PointerEvent !== "undefined") {
|
229
|
-
documentObject.addEventListener("pointerdown", $507fabe10e71c6fb$var$handlePointerEvent, true);
|
230
|
-
documentObject.addEventListener("pointermove", $507fabe10e71c6fb$var$handlePointerEvent, true);
|
231
|
-
documentObject.addEventListener("pointerup", $507fabe10e71c6fb$var$handlePointerEvent, true);
|
232
|
-
} else {
|
233
|
-
documentObject.addEventListener("mousedown", $507fabe10e71c6fb$var$handlePointerEvent, true);
|
234
|
-
documentObject.addEventListener("mousemove", $507fabe10e71c6fb$var$handlePointerEvent, true);
|
235
|
-
documentObject.addEventListener("mouseup", $507fabe10e71c6fb$var$handlePointerEvent, true);
|
236
|
-
}
|
237
|
-
windowObject.addEventListener("beforeunload", () => {
|
238
|
-
$507fabe10e71c6fb$var$tearDownWindowFocusTracking(element);
|
239
|
-
}, {
|
240
|
-
once: true
|
241
|
-
});
|
242
|
-
$507fabe10e71c6fb$export$d90243b58daecda7.set(windowObject, {
|
243
|
-
focus
|
244
|
-
});
|
245
|
-
}
|
246
|
-
const $507fabe10e71c6fb$var$tearDownWindowFocusTracking = (element, loadListener) => {
|
247
|
-
const windowObject = $431fbd86ca7dc216$export$f21a1ffae260145a(element);
|
248
|
-
const documentObject = $431fbd86ca7dc216$export$b204af158042fbac(element);
|
249
|
-
if (loadListener) documentObject.removeEventListener("DOMContentLoaded", loadListener);
|
250
|
-
if (!$507fabe10e71c6fb$export$d90243b58daecda7.has(windowObject)) return;
|
251
|
-
windowObject.HTMLElement.prototype.focus = $507fabe10e71c6fb$export$d90243b58daecda7.get(windowObject).focus;
|
252
|
-
documentObject.removeEventListener("keydown", $507fabe10e71c6fb$var$handleKeyboardEvent, true);
|
253
|
-
documentObject.removeEventListener("keyup", $507fabe10e71c6fb$var$handleKeyboardEvent, true);
|
254
|
-
documentObject.removeEventListener("click", $507fabe10e71c6fb$var$handleClickEvent, true);
|
255
|
-
windowObject.removeEventListener("focus", $507fabe10e71c6fb$var$handleFocusEvent, true);
|
256
|
-
windowObject.removeEventListener("blur", $507fabe10e71c6fb$var$handleWindowBlur, false);
|
257
|
-
if (typeof PointerEvent !== "undefined") {
|
258
|
-
documentObject.removeEventListener("pointerdown", $507fabe10e71c6fb$var$handlePointerEvent, true);
|
259
|
-
documentObject.removeEventListener("pointermove", $507fabe10e71c6fb$var$handlePointerEvent, true);
|
260
|
-
documentObject.removeEventListener("pointerup", $507fabe10e71c6fb$var$handlePointerEvent, true);
|
261
|
-
} else {
|
262
|
-
documentObject.removeEventListener("mousedown", $507fabe10e71c6fb$var$handlePointerEvent, true);
|
263
|
-
documentObject.removeEventListener("mousemove", $507fabe10e71c6fb$var$handlePointerEvent, true);
|
264
|
-
documentObject.removeEventListener("mouseup", $507fabe10e71c6fb$var$handlePointerEvent, true);
|
265
|
-
}
|
266
|
-
$507fabe10e71c6fb$export$d90243b58daecda7.delete(windowObject);
|
267
|
-
};
|
268
|
-
function $507fabe10e71c6fb$export$2f1888112f558a7d(element) {
|
269
|
-
const documentObject = $431fbd86ca7dc216$export$b204af158042fbac(element);
|
270
|
-
let loadListener;
|
271
|
-
if (documentObject.readyState !== "loading") $507fabe10e71c6fb$var$setupGlobalFocusEvents(element);
|
272
|
-
else {
|
273
|
-
loadListener = () => {
|
274
|
-
$507fabe10e71c6fb$var$setupGlobalFocusEvents(element);
|
275
|
-
};
|
276
|
-
documentObject.addEventListener("DOMContentLoaded", loadListener);
|
277
|
-
}
|
278
|
-
return () => $507fabe10e71c6fb$var$tearDownWindowFocusTracking(element, loadListener);
|
279
|
-
}
|
280
|
-
if (typeof document !== "undefined") $507fabe10e71c6fb$export$2f1888112f558a7d();
|
281
|
-
function $507fabe10e71c6fb$export$b9b3dfddab17db27() {
|
282
|
-
return $507fabe10e71c6fb$var$currentModality !== "pointer";
|
283
|
-
}
|
284
|
-
const $507fabe10e71c6fb$var$nonTextInputTypes = /* @__PURE__ */ new Set([
|
285
|
-
"checkbox",
|
286
|
-
"radio",
|
287
|
-
"range",
|
288
|
-
"color",
|
289
|
-
"file",
|
290
|
-
"image",
|
291
|
-
"button",
|
292
|
-
"submit",
|
293
|
-
"reset"
|
294
|
-
]);
|
295
|
-
function $507fabe10e71c6fb$var$isKeyboardFocusEvent(isTextInput, modality, e) {
|
296
|
-
var _e_target;
|
297
|
-
const IHTMLInputElement = typeof window !== "undefined" ? $431fbd86ca7dc216$export$f21a1ffae260145a(e === null || e === void 0 ? void 0 : e.target).HTMLInputElement : HTMLInputElement;
|
298
|
-
const IHTMLTextAreaElement = typeof window !== "undefined" ? $431fbd86ca7dc216$export$f21a1ffae260145a(e === null || e === void 0 ? void 0 : e.target).HTMLTextAreaElement : HTMLTextAreaElement;
|
299
|
-
const IHTMLElement = typeof window !== "undefined" ? $431fbd86ca7dc216$export$f21a1ffae260145a(e === null || e === void 0 ? void 0 : e.target).HTMLElement : HTMLElement;
|
300
|
-
const IKeyboardEvent = typeof window !== "undefined" ? $431fbd86ca7dc216$export$f21a1ffae260145a(e === null || e === void 0 ? void 0 : e.target).KeyboardEvent : KeyboardEvent;
|
301
|
-
isTextInput = isTextInput || (e === null || e === void 0 ? void 0 : e.target) instanceof IHTMLInputElement && !$507fabe10e71c6fb$var$nonTextInputTypes.has(e === null || e === void 0 ? void 0 : (_e_target = e.target) === null || _e_target === void 0 ? void 0 : _e_target.type) || (e === null || e === void 0 ? void 0 : e.target) instanceof IHTMLTextAreaElement || (e === null || e === void 0 ? void 0 : e.target) instanceof IHTMLElement && (e === null || e === void 0 ? void 0 : e.target.isContentEditable);
|
302
|
-
return !(isTextInput && modality === "keyboard" && e instanceof IKeyboardEvent && !$507fabe10e71c6fb$var$FOCUS_VISIBLE_INPUT_KEYS[e.key]);
|
303
|
-
}
|
304
|
-
function $507fabe10e71c6fb$export$ec71b4b83ac08ec3(fn, deps, opts) {
|
305
|
-
$507fabe10e71c6fb$var$setupGlobalFocusEvents();
|
306
|
-
useEffect(() => {
|
307
|
-
let handler = (modality, e) => {
|
308
|
-
if (!$507fabe10e71c6fb$var$isKeyboardFocusEvent(!!(opts === null || opts === void 0 ? void 0 : opts.isTextInput), modality, e)) return;
|
309
|
-
fn($507fabe10e71c6fb$export$b9b3dfddab17db27());
|
310
|
-
};
|
311
|
-
$507fabe10e71c6fb$var$changeHandlers.add(handler);
|
312
|
-
return () => {
|
313
|
-
$507fabe10e71c6fb$var$changeHandlers.delete(handler);
|
314
|
-
};
|
315
|
-
}, deps);
|
316
|
-
}
|
317
|
-
function $9ab94262bd0047c7$export$420e68273165f4ec(props) {
|
318
|
-
let { isDisabled, onBlurWithin, onFocusWithin, onFocusWithinChange } = props;
|
319
|
-
let state = useRef({
|
320
|
-
isFocusWithin: false
|
321
|
-
});
|
322
|
-
let onBlur = useCallback((e) => {
|
323
|
-
if (state.current.isFocusWithin && !e.currentTarget.contains(e.relatedTarget)) {
|
324
|
-
state.current.isFocusWithin = false;
|
325
|
-
if (onBlurWithin) onBlurWithin(e);
|
326
|
-
if (onFocusWithinChange) onFocusWithinChange(false);
|
327
|
-
}
|
328
|
-
}, [
|
329
|
-
onBlurWithin,
|
330
|
-
onFocusWithinChange,
|
331
|
-
state
|
332
|
-
]);
|
333
|
-
let onSyntheticFocus = $8a9cb279dc87e130$export$715c682d09d639cc(onBlur);
|
334
|
-
let onFocus = useCallback((e) => {
|
335
|
-
if (!state.current.isFocusWithin && document.activeElement === e.target) {
|
336
|
-
if (onFocusWithin) onFocusWithin(e);
|
337
|
-
if (onFocusWithinChange) onFocusWithinChange(true);
|
338
|
-
state.current.isFocusWithin = true;
|
339
|
-
onSyntheticFocus(e);
|
340
|
-
}
|
341
|
-
}, [
|
342
|
-
onFocusWithin,
|
343
|
-
onFocusWithinChange,
|
344
|
-
onSyntheticFocus
|
345
|
-
]);
|
346
|
-
if (isDisabled) return {
|
347
|
-
focusWithinProps: {
|
348
|
-
// These should not have been null, that would conflict in mergeProps
|
349
|
-
onFocus: void 0,
|
350
|
-
onBlur: void 0
|
351
|
-
}
|
352
|
-
};
|
353
|
-
return {
|
354
|
-
focusWithinProps: {
|
355
|
-
onFocus,
|
356
|
-
onBlur
|
357
|
-
}
|
358
|
-
};
|
359
|
-
}
|
360
|
-
let $6179b936705e76d3$var$globalIgnoreEmulatedMouseEvents = false;
|
361
|
-
let $6179b936705e76d3$var$hoverCount = 0;
|
362
|
-
function $6179b936705e76d3$var$setGlobalIgnoreEmulatedMouseEvents() {
|
363
|
-
$6179b936705e76d3$var$globalIgnoreEmulatedMouseEvents = true;
|
364
|
-
setTimeout(() => {
|
365
|
-
$6179b936705e76d3$var$globalIgnoreEmulatedMouseEvents = false;
|
366
|
-
}, 50);
|
367
|
-
}
|
368
|
-
function $6179b936705e76d3$var$handleGlobalPointerEvent(e) {
|
369
|
-
if (e.pointerType === "touch") $6179b936705e76d3$var$setGlobalIgnoreEmulatedMouseEvents();
|
370
|
-
}
|
371
|
-
function $6179b936705e76d3$var$setupGlobalTouchEvents() {
|
372
|
-
if (typeof document === "undefined") return;
|
373
|
-
if (typeof PointerEvent !== "undefined") document.addEventListener("pointerup", $6179b936705e76d3$var$handleGlobalPointerEvent);
|
374
|
-
else document.addEventListener("touchend", $6179b936705e76d3$var$setGlobalIgnoreEmulatedMouseEvents);
|
375
|
-
$6179b936705e76d3$var$hoverCount++;
|
376
|
-
return () => {
|
377
|
-
$6179b936705e76d3$var$hoverCount--;
|
378
|
-
if ($6179b936705e76d3$var$hoverCount > 0) return;
|
379
|
-
if (typeof PointerEvent !== "undefined") document.removeEventListener("pointerup", $6179b936705e76d3$var$handleGlobalPointerEvent);
|
380
|
-
else document.removeEventListener("touchend", $6179b936705e76d3$var$setGlobalIgnoreEmulatedMouseEvents);
|
381
|
-
};
|
382
|
-
}
|
383
|
-
function $6179b936705e76d3$export$ae780daf29e6d456(props) {
|
384
|
-
let { onHoverStart, onHoverChange, onHoverEnd, isDisabled } = props;
|
385
|
-
let [isHovered, setHovered] = useState(false);
|
386
|
-
let state = useRef({
|
387
|
-
isHovered: false,
|
388
|
-
ignoreEmulatedMouseEvents: false,
|
389
|
-
pointerType: "",
|
390
|
-
target: null
|
391
|
-
}).current;
|
392
|
-
useEffect($6179b936705e76d3$var$setupGlobalTouchEvents, []);
|
393
|
-
let { hoverProps, triggerHoverEnd } = useMemo(() => {
|
394
|
-
let triggerHoverStart = (event, pointerType) => {
|
395
|
-
state.pointerType = pointerType;
|
396
|
-
if (isDisabled || pointerType === "touch" || state.isHovered || !event.currentTarget.contains(event.target)) return;
|
397
|
-
state.isHovered = true;
|
398
|
-
let target = event.currentTarget;
|
399
|
-
state.target = target;
|
400
|
-
if (onHoverStart) onHoverStart({
|
401
|
-
type: "hoverstart",
|
402
|
-
target,
|
403
|
-
pointerType
|
404
|
-
});
|
405
|
-
if (onHoverChange) onHoverChange(true);
|
406
|
-
setHovered(true);
|
407
|
-
};
|
408
|
-
let triggerHoverEnd2 = (event, pointerType) => {
|
409
|
-
state.pointerType = "";
|
410
|
-
state.target = null;
|
411
|
-
if (pointerType === "touch" || !state.isHovered) return;
|
412
|
-
state.isHovered = false;
|
413
|
-
let target = event.currentTarget;
|
414
|
-
if (onHoverEnd) onHoverEnd({
|
415
|
-
type: "hoverend",
|
416
|
-
target,
|
417
|
-
pointerType
|
418
|
-
});
|
419
|
-
if (onHoverChange) onHoverChange(false);
|
420
|
-
setHovered(false);
|
421
|
-
};
|
422
|
-
let hoverProps2 = {};
|
423
|
-
if (typeof PointerEvent !== "undefined") {
|
424
|
-
hoverProps2.onPointerEnter = (e) => {
|
425
|
-
if ($6179b936705e76d3$var$globalIgnoreEmulatedMouseEvents && e.pointerType === "mouse") return;
|
426
|
-
triggerHoverStart(e, e.pointerType);
|
427
|
-
};
|
428
|
-
hoverProps2.onPointerLeave = (e) => {
|
429
|
-
if (!isDisabled && e.currentTarget.contains(e.target)) triggerHoverEnd2(e, e.pointerType);
|
430
|
-
};
|
431
|
-
} else {
|
432
|
-
hoverProps2.onTouchStart = () => {
|
433
|
-
state.ignoreEmulatedMouseEvents = true;
|
434
|
-
};
|
435
|
-
hoverProps2.onMouseEnter = (e) => {
|
436
|
-
if (!state.ignoreEmulatedMouseEvents && !$6179b936705e76d3$var$globalIgnoreEmulatedMouseEvents) triggerHoverStart(e, "mouse");
|
437
|
-
state.ignoreEmulatedMouseEvents = false;
|
438
|
-
};
|
439
|
-
hoverProps2.onMouseLeave = (e) => {
|
440
|
-
if (!isDisabled && e.currentTarget.contains(e.target)) triggerHoverEnd2(e, "mouse");
|
441
|
-
};
|
442
|
-
}
|
443
|
-
return {
|
444
|
-
hoverProps: hoverProps2,
|
445
|
-
triggerHoverEnd: triggerHoverEnd2
|
446
|
-
};
|
447
|
-
}, [
|
448
|
-
onHoverStart,
|
449
|
-
onHoverChange,
|
450
|
-
onHoverEnd,
|
451
|
-
isDisabled,
|
452
|
-
state
|
453
|
-
]);
|
454
|
-
useEffect(() => {
|
455
|
-
if (isDisabled) triggerHoverEnd({
|
456
|
-
currentTarget: state.target
|
457
|
-
}, state.pointerType);
|
458
|
-
}, [
|
459
|
-
isDisabled
|
460
|
-
]);
|
461
|
-
return {
|
462
|
-
hoverProps,
|
463
|
-
isHovered
|
464
|
-
};
|
465
|
-
}
|
466
|
-
function $f7dceffc5ad7768b$export$4e328f61c538687f(props = {}) {
|
467
|
-
let { autoFocus = false, isTextInput, within } = props;
|
468
|
-
let state = useRef({
|
469
|
-
isFocused: false,
|
470
|
-
isFocusVisible: autoFocus || $507fabe10e71c6fb$export$b9b3dfddab17db27()
|
471
|
-
});
|
472
|
-
let [isFocused, setFocused] = useState(false);
|
473
|
-
let [isFocusVisibleState, setFocusVisible] = useState(() => state.current.isFocused && state.current.isFocusVisible);
|
474
|
-
let updateState = useCallback(() => setFocusVisible(state.current.isFocused && state.current.isFocusVisible), []);
|
475
|
-
let onFocusChange = useCallback((isFocused2) => {
|
476
|
-
state.current.isFocused = isFocused2;
|
477
|
-
setFocused(isFocused2);
|
478
|
-
updateState();
|
479
|
-
}, [
|
480
|
-
updateState
|
481
|
-
]);
|
482
|
-
$507fabe10e71c6fb$export$ec71b4b83ac08ec3((isFocusVisible) => {
|
483
|
-
state.current.isFocusVisible = isFocusVisible;
|
484
|
-
updateState();
|
485
|
-
}, [], {
|
486
|
-
isTextInput
|
487
|
-
});
|
488
|
-
let { focusProps } = $a1ea59d68270f0dd$export$f8168d8dd8fd66e6({
|
489
|
-
isDisabled: within,
|
490
|
-
onFocusChange
|
491
|
-
});
|
492
|
-
let { focusWithinProps } = $9ab94262bd0047c7$export$420e68273165f4ec({
|
493
|
-
isDisabled: !within,
|
494
|
-
onFocusWithinChange: onFocusChange
|
495
|
-
});
|
496
|
-
return {
|
497
|
-
isFocused,
|
498
|
-
isFocusVisible: isFocusVisibleState,
|
499
|
-
focusProps: within ? focusWithinProps : focusProps
|
500
|
-
};
|
501
|
-
}
|
502
|
-
var i = Object.defineProperty;
|
503
|
-
var d = (t2, e, n2) => e in t2 ? i(t2, e, { enumerable: true, configurable: true, writable: true, value: n2 }) : t2[e] = n2;
|
504
|
-
var r = (t2, e, n2) => (d(t2, typeof e != "symbol" ? e + "" : e, n2), n2);
|
505
|
-
let o$3 = class o {
|
506
|
-
constructor() {
|
507
|
-
r(this, "current", this.detect());
|
508
|
-
r(this, "handoffState", "pending");
|
509
|
-
r(this, "currentId", 0);
|
510
|
-
}
|
511
|
-
set(e) {
|
512
|
-
this.current !== e && (this.handoffState = "pending", this.currentId = 0, this.current = e);
|
513
|
-
}
|
514
|
-
reset() {
|
515
|
-
this.set(this.detect());
|
516
|
-
}
|
517
|
-
nextId() {
|
518
|
-
return ++this.currentId;
|
519
|
-
}
|
520
|
-
get isServer() {
|
521
|
-
return this.current === "server";
|
522
|
-
}
|
523
|
-
get isClient() {
|
524
|
-
return this.current === "client";
|
525
|
-
}
|
526
|
-
detect() {
|
527
|
-
return typeof window == "undefined" || typeof document == "undefined" ? "server" : "client";
|
528
|
-
}
|
529
|
-
handoff() {
|
530
|
-
this.handoffState === "pending" && (this.handoffState = "complete");
|
531
|
-
}
|
532
|
-
get isHandoffComplete() {
|
533
|
-
return this.handoffState === "complete";
|
534
|
-
}
|
535
|
-
};
|
536
|
-
let s$1 = new o$3();
|
537
|
-
function u$2(r2) {
|
538
|
-
return s$1.isServer ? null : r2 instanceof Node ? r2.ownerDocument : r2 != null && r2.hasOwnProperty("current") && r2.current instanceof Node ? r2.current.ownerDocument : document;
|
539
|
-
}
|
540
|
-
function t$1(e) {
|
541
|
-
typeof queueMicrotask == "function" ? queueMicrotask(e) : Promise.resolve().then(e).catch((o3) => setTimeout(() => {
|
542
|
-
throw o3;
|
543
|
-
}));
|
544
|
-
}
|
545
|
-
function o$2() {
|
546
|
-
let n2 = [], r2 = { addEventListener(e, t2, s2, a) {
|
547
|
-
return e.addEventListener(t2, s2, a), r2.add(() => e.removeEventListener(t2, s2, a));
|
548
|
-
}, requestAnimationFrame(...e) {
|
549
|
-
let t2 = requestAnimationFrame(...e);
|
550
|
-
return r2.add(() => cancelAnimationFrame(t2));
|
551
|
-
}, nextFrame(...e) {
|
552
|
-
return r2.requestAnimationFrame(() => r2.requestAnimationFrame(...e));
|
553
|
-
}, setTimeout(...e) {
|
554
|
-
let t2 = setTimeout(...e);
|
555
|
-
return r2.add(() => clearTimeout(t2));
|
556
|
-
}, microTask(...e) {
|
557
|
-
let t2 = { current: true };
|
558
|
-
return t$1(() => {
|
559
|
-
t2.current && e[0]();
|
560
|
-
}), r2.add(() => {
|
561
|
-
t2.current = false;
|
562
|
-
});
|
563
|
-
}, style(e, t2, s2) {
|
564
|
-
let a = e.style.getPropertyValue(t2);
|
565
|
-
return Object.assign(e.style, { [t2]: s2 }), this.add(() => {
|
566
|
-
Object.assign(e.style, { [t2]: a });
|
567
|
-
});
|
568
|
-
}, group(e) {
|
569
|
-
let t2 = o$2();
|
570
|
-
return e(t2), this.add(() => t2.dispose());
|
571
|
-
}, add(e) {
|
572
|
-
return n2.includes(e) || n2.push(e), () => {
|
573
|
-
let t2 = n2.indexOf(e);
|
574
|
-
if (t2 >= 0) for (let s2 of n2.splice(t2, 1)) s2();
|
575
|
-
};
|
576
|
-
}, dispose() {
|
577
|
-
for (let e of n2.splice(0)) e();
|
578
|
-
} };
|
579
|
-
return r2;
|
580
|
-
}
|
581
|
-
function p() {
|
582
|
-
let [e] = useState(o$2);
|
583
|
-
return useEffect(() => () => e.dispose(), [e]), e;
|
584
|
-
}
|
585
|
-
let n = (e, t2) => {
|
586
|
-
s$1.isServer ? useEffect(e, t2) : useLayoutEffect(e, t2);
|
587
|
-
};
|
588
|
-
function s(e) {
|
589
|
-
let r2 = useRef(e);
|
590
|
-
return n(() => {
|
591
|
-
r2.current = e;
|
592
|
-
}, [e]), r2;
|
593
|
-
}
|
594
|
-
let o$1 = function(t2) {
|
595
|
-
let e = s(t2);
|
596
|
-
return React__default.useCallback((...r2) => e.current(...r2), [e]);
|
597
|
-
};
|
598
|
-
function t(...r2) {
|
599
|
-
return Array.from(new Set(r2.flatMap((n2) => typeof n2 == "string" ? n2.split(" ") : []))).filter(Boolean).join(" ");
|
600
|
-
}
|
601
|
-
function u$1(r2, n2, ...a) {
|
602
|
-
if (r2 in n2) {
|
603
|
-
let e = n2[r2];
|
604
|
-
return typeof e == "function" ? e(...a) : e;
|
605
|
-
}
|
606
|
-
let t2 = new Error(`Tried to handle "${r2}" but there is no handler defined. Only defined handlers are: ${Object.keys(n2).map((e) => `"${e}"`).join(", ")}.`);
|
607
|
-
throw Error.captureStackTrace && Error.captureStackTrace(t2, u$1), t2;
|
608
|
-
}
|
609
|
-
var M = ((a) => (a[a.None = 0] = "None", a[a.RenderStrategy = 1] = "RenderStrategy", a[a.Static = 2] = "Static", a))(M || {}), O = ((e) => (e[e.Unmount = 0] = "Unmount", e[e.Hidden = 1] = "Hidden", e))(O || {});
|
610
|
-
function H({ ourProps: r2, theirProps: n2, slot: e, defaultTag: a, features: s2, visible: t2 = true, name: l, mergeRefs: i2 }) {
|
611
|
-
i2 = i2 != null ? i2 : A;
|
612
|
-
let o3 = N(n2, r2);
|
613
|
-
if (t2) return b(o3, e, a, l, i2);
|
614
|
-
let y2 = s2 != null ? s2 : 0;
|
615
|
-
if (y2 & 2) {
|
616
|
-
let { static: f = false, ...u2 } = o3;
|
617
|
-
if (f) return b(u2, e, a, l, i2);
|
618
|
-
}
|
619
|
-
if (y2 & 1) {
|
620
|
-
let { unmount: f = true, ...u2 } = o3;
|
621
|
-
return u$1(f ? 0 : 1, { [0]() {
|
622
|
-
return null;
|
623
|
-
}, [1]() {
|
624
|
-
return b({ ...u2, hidden: true, style: { display: "none" } }, e, a, l, i2);
|
625
|
-
} });
|
626
|
-
}
|
627
|
-
return b(o3, e, a, l, i2);
|
628
|
-
}
|
629
|
-
function b(r2, n2 = {}, e, a, s2) {
|
630
|
-
let { as: t$12 = e, children: l, refName: i2 = "ref", ...o3 } = h(r2, ["unmount", "static"]), y2 = r2.ref !== void 0 ? { [i2]: r2.ref } : {}, f = typeof l == "function" ? l(n2) : l;
|
631
|
-
"className" in o3 && o3.className && typeof o3.className == "function" && (o3.className = o3.className(n2)), o3["aria-labelledby"] && o3["aria-labelledby"] === o3.id && (o3["aria-labelledby"] = void 0);
|
632
|
-
let u2 = {};
|
633
|
-
if (n2) {
|
634
|
-
let d2 = false, p2 = [];
|
635
|
-
for (let [c, T2] of Object.entries(n2)) typeof T2 == "boolean" && (d2 = true), T2 === true && p2.push(c.replace(/([A-Z])/g, (g) => `-${g.toLowerCase()}`));
|
636
|
-
if (d2) {
|
637
|
-
u2["data-headlessui-state"] = p2.join(" ");
|
638
|
-
for (let c of p2) u2[`data-${c}`] = "";
|
639
|
-
}
|
640
|
-
}
|
641
|
-
if (t$12 === Fragment && (Object.keys(m(o3)).length > 0 || Object.keys(m(u2)).length > 0)) if (!isValidElement(f) || Array.isArray(f) && f.length > 1) {
|
642
|
-
if (Object.keys(m(o3)).length > 0) throw new Error(['Passing props on "Fragment"!', "", `The current component <${a} /> is rendering a "Fragment".`, "However we need to passthrough the following props:", Object.keys(m(o3)).concat(Object.keys(m(u2))).map((d2) => ` - ${d2}`).join(`
|
643
|
-
`), "", "You can apply a few solutions:", ['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".', "Render a single element as the child so that we can forward the props onto that element."].map((d2) => ` - ${d2}`).join(`
|
644
|
-
`)].join(`
|
645
|
-
`));
|
646
|
-
} else {
|
647
|
-
let d2 = f.props, p2 = d2 == null ? void 0 : d2.className, c = typeof p2 == "function" ? (...F) => t(p2(...F), o3.className) : t(p2, o3.className), T2 = c ? { className: c } : {}, g = N(f.props, m(h(o3, ["ref"])));
|
648
|
-
for (let F in u2) F in g && delete u2[F];
|
649
|
-
return cloneElement(f, Object.assign({}, g, u2, y2, { ref: s2(f.ref, y2.ref) }, T2));
|
650
|
-
}
|
651
|
-
return createElement(t$12, Object.assign({}, h(o3, ["ref"]), t$12 !== Fragment && y2, t$12 !== Fragment && u2), f);
|
652
|
-
}
|
653
|
-
function I() {
|
654
|
-
let r2 = useRef([]), n2 = useCallback((e) => {
|
655
|
-
for (let a of r2.current) a != null && (typeof a == "function" ? a(e) : a.current = e);
|
656
|
-
}, []);
|
657
|
-
return (...e) => {
|
658
|
-
if (!e.every((a) => a == null)) return r2.current = e, n2;
|
659
|
-
};
|
660
|
-
}
|
661
|
-
function A(...r2) {
|
662
|
-
return r2.every((n2) => n2 == null) ? void 0 : (n2) => {
|
663
|
-
for (let e of r2) e != null && (typeof e == "function" ? e(n2) : e.current = n2);
|
664
|
-
};
|
665
|
-
}
|
666
|
-
function N(...r2) {
|
667
|
-
if (r2.length === 0) return {};
|
668
|
-
if (r2.length === 1) return r2[0];
|
669
|
-
let n2 = {}, e = {};
|
670
|
-
for (let s2 of r2) for (let t2 in s2) t2.startsWith("on") && typeof s2[t2] == "function" ? (e[t2] != null || (e[t2] = []), e[t2].push(s2[t2])) : n2[t2] = s2[t2];
|
671
|
-
if (n2.disabled || n2["aria-disabled"]) for (let s2 in e) /^(on(?:Click|Pointer|Mouse|Key)(?:Down|Up|Press)?)$/.test(s2) && (e[s2] = [(t2) => {
|
672
|
-
var l;
|
673
|
-
return (l = t2 == null ? void 0 : t2.preventDefault) == null ? void 0 : l.call(t2);
|
674
|
-
}]);
|
675
|
-
for (let s2 in e) Object.assign(n2, { [s2](t2, ...l) {
|
676
|
-
let i2 = e[s2];
|
677
|
-
for (let o3 of i2) {
|
678
|
-
if ((t2 instanceof Event || (t2 == null ? void 0 : t2.nativeEvent) instanceof Event) && t2.defaultPrevented) return;
|
679
|
-
o3(t2, ...l);
|
680
|
-
}
|
681
|
-
} });
|
682
|
-
return n2;
|
683
|
-
}
|
684
|
-
function D(...r2) {
|
685
|
-
if (r2.length === 0) return {};
|
686
|
-
if (r2.length === 1) return r2[0];
|
687
|
-
let n2 = {}, e = {};
|
688
|
-
for (let s2 of r2) for (let t2 in s2) t2.startsWith("on") && typeof s2[t2] == "function" ? (e[t2] != null || (e[t2] = []), e[t2].push(s2[t2])) : n2[t2] = s2[t2];
|
689
|
-
for (let s2 in e) Object.assign(n2, { [s2](...t2) {
|
690
|
-
let l = e[s2];
|
691
|
-
for (let i2 of l) i2 == null || i2(...t2);
|
692
|
-
} });
|
693
|
-
return n2;
|
694
|
-
}
|
695
|
-
function W(r2) {
|
696
|
-
var n2;
|
697
|
-
return Object.assign(forwardRef(r2), { displayName: (n2 = r2.displayName) != null ? n2 : r2.name });
|
698
|
-
}
|
699
|
-
function m(r2) {
|
700
|
-
let n2 = Object.assign({}, r2);
|
701
|
-
for (let e in n2) n2[e] === void 0 && delete n2[e];
|
702
|
-
return n2;
|
703
|
-
}
|
704
|
-
function h(r2, n2 = []) {
|
705
|
-
let e = Object.assign({}, r2);
|
706
|
-
for (let a of n2) a in e && delete e[a];
|
707
|
-
return e;
|
708
|
-
}
|
709
|
-
let u = Symbol();
|
710
|
-
function T(t2, n2 = true) {
|
711
|
-
return Object.assign(t2, { [u]: n2 });
|
712
|
-
}
|
713
|
-
function y(...t2) {
|
714
|
-
let n2 = useRef(t2);
|
715
|
-
useEffect(() => {
|
716
|
-
n2.current = t2;
|
717
|
-
}, [t2]);
|
718
|
-
let c = o$1((e) => {
|
719
|
-
for (let o3 of n2.current) o3 != null && (typeof o3 == "function" ? o3(e) : o3.current = e);
|
720
|
-
});
|
721
|
-
return t2.every((e) => e == null || (e == null ? void 0 : e[u])) ? void 0 : c;
|
722
|
-
}
|
723
|
-
var o2 = ((r2) => (r2.Space = " ", r2.Enter = "Enter", r2.Escape = "Escape", r2.Backspace = "Backspace", r2.Delete = "Delete", r2.ArrowLeft = "ArrowLeft", r2.ArrowUp = "ArrowUp", r2.ArrowRight = "ArrowRight", r2.ArrowDown = "ArrowDown", r2.Home = "Home", r2.End = "End", r2.PageUp = "PageUp", r2.PageDown = "PageDown", r2.Tab = "Tab", r2))(o2 || {});
|
724
|
-
export {
|
725
|
-
$f7dceffc5ad7768b$export$4e328f61c538687f as $,
|
726
|
-
D,
|
727
|
-
H,
|
728
|
-
I,
|
729
|
-
M,
|
730
|
-
T,
|
731
|
-
W,
|
732
|
-
u$1 as a,
|
733
|
-
$6179b936705e76d3$export$ae780daf29e6d456 as b,
|
734
|
-
o2 as c,
|
735
|
-
o$2 as d,
|
736
|
-
s$1 as e,
|
737
|
-
m,
|
738
|
-
n,
|
739
|
-
o$1 as o,
|
740
|
-
p,
|
741
|
-
s,
|
742
|
-
t$1 as t,
|
743
|
-
u$2 as u,
|
744
|
-
y
|
745
|
-
};
|