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