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,281 +1,299 @@
|
|
1
|
-
import { jsxs
|
2
|
-
import { c as
|
3
|
-
import * as
|
4
|
-
import
|
5
|
-
import { ETabTrailSize
|
6
|
-
import { TabButtons
|
7
|
-
import { NotificationBadge
|
8
|
-
import { n
|
9
|
-
import { w
|
10
|
-
import { T as
|
11
|
-
import { T
|
12
|
-
import { _
|
13
|
-
import '../../assets/TabTrail.css';function
|
14
|
-
let e =
|
15
|
-
return
|
16
|
-
e.current =
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
+
import { c as classNames } from "../../index-CweZ_OcN.js";
|
3
|
+
import * as React from "react";
|
4
|
+
import React__default, { useRef, useState, createContext, useReducer, useMemo, useId, useContext, forwardRef, useEffect } from "react";
|
5
|
+
import { ETabTrailSize } from "./constants.js";
|
6
|
+
import { TabButtons } from "./TabButtons/TabButtons.js";
|
7
|
+
import { NotificationBadge } from "../NotificationBadge/NotificationBadge.js";
|
8
|
+
import { n, M, W, s as s$3, y, o, H, $ as $f7dceffc5ad7768b$export$4e328f61c538687f, b as $6179b936705e76d3$export$ae780daf29e6d456, D, a as u, u as u$1, c as o$1, t } from "../../keyboard-B256ZoM-.js";
|
9
|
+
import { w } from "../../use-active-press-B6yeSopF.js";
|
10
|
+
import { T as T$1 } from "../../use-resolve-button-type-B6LE6gU3.js";
|
11
|
+
import { T, s as s$2 } from "../../hidden-BuVoeHNy.js";
|
12
|
+
import { _, T as T$2, P, F } from "../../focus-management-1rQPII7Z.js";
|
13
|
+
import '../../assets/TabTrail.css';function f$1() {
|
14
|
+
let e = useRef(false);
|
15
|
+
return n(() => (e.current = true, () => {
|
16
|
+
e.current = false;
|
17
17
|
}), []), e;
|
18
18
|
}
|
19
|
-
function
|
20
|
-
let [
|
21
|
-
return
|
22
|
-
|
23
|
-
let
|
24
|
-
function
|
25
|
-
if (
|
26
|
-
|
19
|
+
function b({ onFocus: n2 }) {
|
20
|
+
let [r, o2] = useState(true), u2 = f$1();
|
21
|
+
return r ? React__default.createElement(T, { as: "button", type: "button", features: s$2.Focusable, onFocus: (a2) => {
|
22
|
+
a2.preventDefault();
|
23
|
+
let e, i = 50;
|
24
|
+
function t2() {
|
25
|
+
if (i-- <= 0) {
|
26
|
+
e && cancelAnimationFrame(e);
|
27
27
|
return;
|
28
28
|
}
|
29
|
-
if (
|
30
|
-
if (cancelAnimationFrame(
|
31
|
-
|
29
|
+
if (n2()) {
|
30
|
+
if (cancelAnimationFrame(e), !u2.current) return;
|
31
|
+
o2(false);
|
32
32
|
return;
|
33
33
|
}
|
34
|
-
|
34
|
+
e = requestAnimationFrame(t2);
|
35
35
|
}
|
36
|
-
|
36
|
+
e = requestAnimationFrame(t2);
|
37
37
|
} }) : null;
|
38
38
|
}
|
39
|
-
const
|
40
|
-
function
|
41
|
-
return { groups: /* @__PURE__ */ new Map(), get(
|
42
|
-
var
|
43
|
-
let
|
44
|
-
|
45
|
-
let
|
46
|
-
|
47
|
-
let
|
48
|
-
function
|
49
|
-
let
|
50
|
-
|
39
|
+
const s$1 = React.createContext(null);
|
40
|
+
function a() {
|
41
|
+
return { groups: /* @__PURE__ */ new Map(), get(o2, e) {
|
42
|
+
var i;
|
43
|
+
let t2 = this.groups.get(o2);
|
44
|
+
t2 || (t2 = /* @__PURE__ */ new Map(), this.groups.set(o2, t2));
|
45
|
+
let n2 = (i = t2.get(e)) != null ? i : 0;
|
46
|
+
t2.set(e, n2 + 1);
|
47
|
+
let r = Array.from(t2.keys()).indexOf(e);
|
48
|
+
function u2() {
|
49
|
+
let c = t2.get(e);
|
50
|
+
c > 1 ? t2.set(e, c - 1) : t2.delete(e);
|
51
51
|
}
|
52
|
-
return [
|
52
|
+
return [r, u2];
|
53
53
|
} };
|
54
54
|
}
|
55
|
-
function
|
56
|
-
let
|
57
|
-
return
|
55
|
+
function f({ children: o2 }) {
|
56
|
+
let e = React.useRef(a());
|
57
|
+
return React.createElement(s$1.Provider, { value: e }, o2);
|
58
58
|
}
|
59
|
-
function
|
60
|
-
let
|
61
|
-
if (!
|
62
|
-
let
|
63
|
-
return
|
59
|
+
function C$1(o2) {
|
60
|
+
let e = React.useContext(s$1);
|
61
|
+
if (!e) throw new Error("You must wrap your component in a <StableCollection>");
|
62
|
+
let t2 = React.useId(), [n2, r] = e.current.get(o2, t2);
|
63
|
+
return React.useEffect(() => r, []), n2;
|
64
64
|
}
|
65
|
-
var
|
66
|
-
let
|
67
|
-
var
|
68
|
-
let
|
69
|
-
var
|
70
|
-
return !((
|
71
|
-
}),
|
72
|
-
if (
|
73
|
-
let
|
74
|
-
if (
|
75
|
-
let
|
76
|
-
return { ...
|
65
|
+
var Ae = ((t2) => (t2[t2.Forwards = 0] = "Forwards", t2[t2.Backwards = 1] = "Backwards", t2))(Ae || {}), Ee = ((o2) => (o2[o2.Less = -1] = "Less", o2[o2.Equal = 0] = "Equal", o2[o2.Greater = 1] = "Greater", o2))(Ee || {}), Re = ((n2) => (n2[n2.SetSelectedIndex = 0] = "SetSelectedIndex", n2[n2.RegisterTab = 1] = "RegisterTab", n2[n2.UnregisterTab = 2] = "UnregisterTab", n2[n2.RegisterPanel = 3] = "RegisterPanel", n2[n2.UnregisterPanel = 4] = "UnregisterPanel", n2))(Re || {});
|
66
|
+
let Le = { [0](e, r) {
|
67
|
+
var c;
|
68
|
+
let t2 = _(e.tabs, (T2) => T2.current), o2 = _(e.panels, (T2) => T2.current), a2 = t2.filter((T2) => {
|
69
|
+
var d;
|
70
|
+
return !((d = T2.current) != null && d.hasAttribute("disabled"));
|
71
|
+
}), n2 = { ...e, tabs: t2, panels: o2 };
|
72
|
+
if (r.index < 0 || r.index > t2.length - 1) {
|
73
|
+
let T2 = u(Math.sign(r.index - e.selectedIndex), { [-1]: () => 1, [0]: () => u(Math.sign(r.index), { [-1]: () => 0, [0]: () => 0, [1]: () => 1 }), [1]: () => 0 });
|
74
|
+
if (a2.length === 0) return n2;
|
75
|
+
let d = u(T2, { [0]: () => t2.indexOf(a2[0]), [1]: () => t2.indexOf(a2[a2.length - 1]) });
|
76
|
+
return { ...n2, selectedIndex: d === -1 ? e.selectedIndex : d };
|
77
77
|
}
|
78
|
-
let
|
79
|
-
if (!
|
80
|
-
let
|
81
|
-
return
|
82
|
-
}, 1(e,
|
83
|
-
if (e.tabs.includes(
|
84
|
-
let
|
85
|
-
return e.info.current.isControlled || (
|
86
|
-
}, 2(e,
|
87
|
-
return { ...e, tabs: e.tabs.filter((
|
88
|
-
}, 3(e,
|
89
|
-
return e.panels.includes(
|
90
|
-
}, 4(e,
|
91
|
-
return { ...e, panels: e.panels.filter((
|
92
|
-
} },
|
93
|
-
|
94
|
-
function
|
95
|
-
let
|
96
|
-
if (
|
97
|
-
let
|
98
|
-
throw Error.captureStackTrace && Error.captureStackTrace(
|
78
|
+
let u$12 = t2.slice(0, r.index), x = [...t2.slice(r.index), ...u$12].find((T2) => a2.includes(T2));
|
79
|
+
if (!x) return n2;
|
80
|
+
let f2 = (c = t2.indexOf(x)) != null ? c : e.selectedIndex;
|
81
|
+
return f2 === -1 && (f2 = e.selectedIndex), { ...n2, selectedIndex: f2 };
|
82
|
+
}, [1](e, r) {
|
83
|
+
if (e.tabs.includes(r.tab)) return e;
|
84
|
+
let t2 = e.tabs[e.selectedIndex], o2 = _([...e.tabs, r.tab], (n2) => n2.current), a2 = e.selectedIndex;
|
85
|
+
return e.info.current.isControlled || (a2 = o2.indexOf(t2), a2 === -1 && (a2 = e.selectedIndex)), { ...e, tabs: o2, selectedIndex: a2 };
|
86
|
+
}, [2](e, r) {
|
87
|
+
return { ...e, tabs: e.tabs.filter((t2) => t2 !== r.tab) };
|
88
|
+
}, [3](e, r) {
|
89
|
+
return e.panels.includes(r.panel) ? e : { ...e, panels: _([...e.panels, r.panel], (t2) => t2.current) };
|
90
|
+
}, [4](e, r) {
|
91
|
+
return { ...e, panels: e.panels.filter((t2) => t2 !== r.panel) };
|
92
|
+
} }, z = createContext(null);
|
93
|
+
z.displayName = "TabsDataContext";
|
94
|
+
function C(e) {
|
95
|
+
let r = useContext(z);
|
96
|
+
if (r === null) {
|
97
|
+
let t2 = new Error(`<${e} /> is missing a parent <Tab.Group /> component.`);
|
98
|
+
throw Error.captureStackTrace && Error.captureStackTrace(t2, C), t2;
|
99
99
|
}
|
100
|
-
return
|
100
|
+
return r;
|
101
101
|
}
|
102
|
-
let
|
103
|
-
|
104
|
-
function
|
105
|
-
let
|
106
|
-
if (
|
107
|
-
let
|
108
|
-
throw Error.captureStackTrace && Error.captureStackTrace(
|
102
|
+
let V = createContext(null);
|
103
|
+
V.displayName = "TabsActionsContext";
|
104
|
+
function Q(e) {
|
105
|
+
let r = useContext(V);
|
106
|
+
if (r === null) {
|
107
|
+
let t2 = new Error(`<${e} /> is missing a parent <Tab.Group /> component.`);
|
108
|
+
throw Error.captureStackTrace && Error.captureStackTrace(t2, Q), t2;
|
109
109
|
}
|
110
|
-
return
|
110
|
+
return r;
|
111
111
|
}
|
112
|
-
function
|
113
|
-
return
|
112
|
+
function _e(e, r) {
|
113
|
+
return u(r.type, Le, e, r);
|
114
114
|
}
|
115
|
-
let
|
116
|
-
function
|
117
|
-
let { defaultIndex:
|
118
|
-
const
|
119
|
-
let c =
|
120
|
-
})),
|
121
|
-
|
122
|
-
}),
|
123
|
-
|
124
|
-
|
125
|
-
}, [
|
126
|
-
if (
|
127
|
-
let
|
128
|
-
|
115
|
+
let De = "div";
|
116
|
+
function Se(e, r) {
|
117
|
+
let { defaultIndex: t2 = 0, vertical: o$12 = false, manual: a2 = false, onChange: n$1, selectedIndex: u2 = null, ..._$1 } = e;
|
118
|
+
const x = o$12 ? "vertical" : "horizontal", f$12 = a2 ? "manual" : "auto";
|
119
|
+
let c = u2 !== null, T2 = s$3({ isControlled: c }), d = y(r), [i, s2] = useReducer(_e, { info: T2, selectedIndex: u2 != null ? u2 : t2, tabs: [], panels: [] }), F2 = useMemo(() => ({ selectedIndex: i.selectedIndex }), [i.selectedIndex]), M2 = s$3(n$1 || (() => {
|
120
|
+
})), b$1 = s$3(i.tabs), m2 = useMemo(() => ({ orientation: x, activation: f$12, ...i }), [x, f$12, i]), E = o((p) => (s2({ type: 1, tab: p }), () => s2({ type: 2, tab: p }))), I = o((p) => (s2({ type: 3, panel: p }), () => s2({ type: 4, panel: p }))), g = o((p) => {
|
121
|
+
R.current !== p && M2.current(p), c || s2({ type: 0, index: p });
|
122
|
+
}), R = s$3(c ? e.selectedIndex : i.selectedIndex), J = useMemo(() => ({ registerTab: E, registerPanel: I, change: g }), []);
|
123
|
+
n(() => {
|
124
|
+
s2({ type: 0, index: u2 != null ? u2 : t2 });
|
125
|
+
}, [u2]), n(() => {
|
126
|
+
if (R.current === void 0 || i.tabs.length <= 0) return;
|
127
|
+
let p = _(i.tabs, (L) => L.current);
|
128
|
+
p.some((L, B) => i.tabs[B] !== L) && g(p.indexOf(i.tabs[R.current]));
|
129
129
|
});
|
130
|
-
let
|
131
|
-
return
|
132
|
-
var
|
133
|
-
for (let
|
134
|
-
return
|
135
|
-
} }),
|
130
|
+
let k = { ref: d };
|
131
|
+
return React__default.createElement(f, null, React__default.createElement(V.Provider, { value: J }, React__default.createElement(z.Provider, { value: m2 }, m2.tabs.length <= 0 && React__default.createElement(b, { onFocus: () => {
|
132
|
+
var p, h;
|
133
|
+
for (let L of b$1.current) if (((p = L.current) == null ? void 0 : p.tabIndex) === 0) return (h = L.current) == null || h.focus(), true;
|
134
|
+
return false;
|
135
|
+
} }), H({ ourProps: k, theirProps: _$1, slot: F2, defaultTag: De, name: "Tabs" }))));
|
136
136
|
}
|
137
|
-
let
|
138
|
-
function
|
139
|
-
let { orientation:
|
140
|
-
return
|
137
|
+
let Fe = "div";
|
138
|
+
function Ie(e, r) {
|
139
|
+
let { orientation: t2, selectedIndex: o2 } = C("Tab.List"), a2 = y(r), n2 = useMemo(() => ({ selectedIndex: o2 }), [o2]);
|
140
|
+
return H({ ourProps: { ref: a2, role: "tablist", "aria-orientation": t2 }, theirProps: e, slot: n2, defaultTag: Fe, name: "Tabs.List" });
|
141
141
|
}
|
142
|
-
let
|
143
|
-
function
|
144
|
-
var
|
145
|
-
let
|
146
|
-
|
147
|
-
let
|
148
|
-
|
149
|
-
let
|
150
|
-
var
|
151
|
-
let
|
152
|
-
if (
|
153
|
-
let
|
154
|
-
|
142
|
+
let he = "button";
|
143
|
+
function ve(e, r) {
|
144
|
+
var Y, Z;
|
145
|
+
let t$1 = useId(), { id: o$2 = `headlessui-tabs-tab-${t$1}`, disabled: a2 = false, autoFocus: n$1 = false, ...u$2 } = e, { orientation: _2, activation: x, selectedIndex: f2, tabs: c, panels: T2 } = C("Tab"), d = Q("Tab"), i = C("Tab"), s2 = useRef(null), F$1 = y(s2, r);
|
146
|
+
n(() => d.registerTab(s2), [d, s2]);
|
147
|
+
let M2 = C$1("tabs"), b2 = c.indexOf(s2);
|
148
|
+
b2 === -1 && (b2 = M2);
|
149
|
+
let m2 = b2 === f2, E = o((l) => {
|
150
|
+
var X;
|
151
|
+
let A = l();
|
152
|
+
if (A === T$2.Success && x === "auto") {
|
153
|
+
let $ = (X = u$1(s2)) == null ? void 0 : X.activeElement, ee = i.tabs.findIndex((Te) => Te.current === $);
|
154
|
+
ee !== -1 && d.change(ee);
|
155
155
|
}
|
156
|
-
return
|
157
|
-
}),
|
158
|
-
let
|
159
|
-
if (
|
160
|
-
|
156
|
+
return A;
|
157
|
+
}), I = o((l) => {
|
158
|
+
let A = c.map(($) => $.current).filter(Boolean);
|
159
|
+
if (l.key === o$1.Space || l.key === o$1.Enter) {
|
160
|
+
l.preventDefault(), l.stopPropagation(), d.change(b2);
|
161
161
|
return;
|
162
162
|
}
|
163
|
-
switch (
|
164
|
-
case
|
165
|
-
case
|
166
|
-
return
|
167
|
-
case
|
168
|
-
case
|
169
|
-
return
|
163
|
+
switch (l.key) {
|
164
|
+
case o$1.Home:
|
165
|
+
case o$1.PageUp:
|
166
|
+
return l.preventDefault(), l.stopPropagation(), E(() => P(A, F.First));
|
167
|
+
case o$1.End:
|
168
|
+
case o$1.PageDown:
|
169
|
+
return l.preventDefault(), l.stopPropagation(), E(() => P(A, F.Last));
|
170
170
|
}
|
171
|
-
if (
|
172
|
-
return
|
171
|
+
if (E(() => u(_2, { vertical() {
|
172
|
+
return l.key === o$1.ArrowUp ? P(A, F.Previous | F.WrapAround) : l.key === o$1.ArrowDown ? P(A, F.Next | F.WrapAround) : T$2.Error;
|
173
173
|
}, horizontal() {
|
174
|
-
return
|
175
|
-
} })) ===
|
176
|
-
}),
|
177
|
-
var
|
178
|
-
|
179
|
-
|
174
|
+
return l.key === o$1.ArrowLeft ? P(A, F.Previous | F.WrapAround) : l.key === o$1.ArrowRight ? P(A, F.Next | F.WrapAround) : T$2.Error;
|
175
|
+
} })) === T$2.Success) return l.preventDefault();
|
176
|
+
}), g = useRef(false), R = o(() => {
|
177
|
+
var l;
|
178
|
+
g.current || (g.current = true, (l = s2.current) == null || l.focus({ preventScroll: true }), d.change(b2), t(() => {
|
179
|
+
g.current = false;
|
180
180
|
}));
|
181
|
-
}),
|
182
|
-
|
183
|
-
}), { isFocusVisible:
|
184
|
-
return
|
181
|
+
}), J = o((l) => {
|
182
|
+
l.preventDefault();
|
183
|
+
}), { isFocusVisible: k, focusProps: p } = $f7dceffc5ad7768b$export$4e328f61c538687f({ autoFocus: n$1 }), { isHovered: h, hoverProps: L } = $6179b936705e76d3$export$ae780daf29e6d456({ isDisabled: a2 }), { pressed: B, pressProps: ie } = w({ disabled: a2 }), pe = useMemo(() => ({ selected: m2, hover: h, active: B, focus: k, autofocus: n$1, disabled: a2 }), [m2, h, k, B, n$1, a2]), ue = D({ ref: F$1, onKeyDown: I, onMouseDown: J, onClick: R, id: o$2, role: "tab", type: T$1(e, s2), "aria-controls": (Z = (Y = T2[b2]) == null ? void 0 : Y.current) == null ? void 0 : Z.id, "aria-selected": m2, tabIndex: m2 ? 0 : -1, disabled: a2 || void 0, autoFocus: n$1 }, p, L, ie);
|
184
|
+
return H({ ourProps: ue, theirProps: u$2, slot: pe, defaultTag: he, name: "Tabs.Tab" });
|
185
185
|
}
|
186
|
-
let
|
187
|
-
function
|
188
|
-
let { selectedIndex:
|
189
|
-
return
|
186
|
+
let Ce = "div";
|
187
|
+
function Me(e, r) {
|
188
|
+
let { selectedIndex: t2 } = C("Tab.Panels"), o2 = y(r), a2 = useMemo(() => ({ selectedIndex: t2 }), [t2]);
|
189
|
+
return H({ ourProps: { ref: o2 }, theirProps: e, slot: a2, defaultTag: Ce, name: "Tabs.Panels" });
|
190
190
|
}
|
191
|
-
let
|
192
|
-
function
|
193
|
-
var
|
194
|
-
let
|
195
|
-
|
196
|
-
let
|
197
|
-
|
198
|
-
let
|
199
|
-
return !
|
191
|
+
let Ge = "div", Ue = M.RenderStrategy | M.Static;
|
192
|
+
function He(e, r) {
|
193
|
+
var E, I, g, R;
|
194
|
+
let t2 = useId(), { id: o2 = `headlessui-tabs-panel-${t2}`, tabIndex: a2 = 0, ...n$1 } = e, { selectedIndex: u2, tabs: _2, panels: x } = C("Tab.Panel"), f2 = Q("Tab.Panel"), c = useRef(null), T$12 = y(c, r);
|
195
|
+
n(() => f2.registerPanel(c), [f2, c]);
|
196
|
+
let d = C$1("panels"), i = x.indexOf(c);
|
197
|
+
i === -1 && (i = d);
|
198
|
+
let s2 = i === u2, { isFocusVisible: F2, focusProps: M2 } = $f7dceffc5ad7768b$export$4e328f61c538687f(), b2 = useMemo(() => ({ selected: s2, focus: F2 }), [s2, F2]), m2 = D({ ref: T$12, id: o2, role: "tabpanel", "aria-labelledby": (I = (E = _2[i]) == null ? void 0 : E.current) == null ? void 0 : I.id, tabIndex: s2 ? a2 : -1 }, M2);
|
199
|
+
return !s2 && ((g = n$1.unmount) == null || g) && !((R = n$1.static) != null && R) ? React__default.createElement(T, { "aria-hidden": "true", ...m2 }) : H({ ourProps: m2, theirProps: n$1, slot: b2, defaultTag: Ge, features: Ue, visible: s2, name: "Tabs.Panel" });
|
200
200
|
}
|
201
|
-
let
|
202
|
-
const
|
203
|
-
|
204
|
-
|
201
|
+
let we = W(ve), Oe = W(Se), Ne = W(Ie), ke = W(Me), Be = W(He), st = Object.assign(we, { Group: Oe, List: Ne, Panels: ke, Panel: Be });
|
202
|
+
const container = "_container_rlke5_2";
|
203
|
+
const group = "_group_rlke5_6";
|
204
|
+
const tab = "_tab_rlke5_16";
|
205
|
+
const list = "_list_rlke5_51";
|
206
|
+
const tabs = "_tabs_rlke5_62";
|
207
|
+
const buttons = "_buttons_rlke5_68";
|
208
|
+
const m = "_m_rlke5_75";
|
209
|
+
const s = "_s_rlke5_83";
|
210
|
+
const cls = {
|
211
|
+
container,
|
212
|
+
group,
|
205
213
|
"group-inner": "_group-inner_rlke5_9",
|
206
|
-
tab
|
207
|
-
list
|
208
|
-
tabs
|
209
|
-
buttons
|
210
|
-
m
|
211
|
-
s
|
212
|
-
}
|
214
|
+
tab,
|
215
|
+
list,
|
216
|
+
tabs,
|
217
|
+
buttons,
|
218
|
+
m,
|
219
|
+
s
|
220
|
+
};
|
221
|
+
const TabTrail = forwardRef(
|
213
222
|
({
|
214
|
-
categories
|
215
|
-
size
|
216
|
-
showButtons
|
217
|
-
className
|
218
|
-
selectedTabIndex
|
219
|
-
onTabChange
|
220
|
-
},
|
221
|
-
const [
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
},
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
const a = (i - 1 + e.length) % e.length;
|
232
|
-
c(a);
|
223
|
+
categories,
|
224
|
+
size = ETabTrailSize.M,
|
225
|
+
showButtons = true,
|
226
|
+
className,
|
227
|
+
selectedTabIndex,
|
228
|
+
onTabChange
|
229
|
+
}, ref) => {
|
230
|
+
const [activeIndex, setActiveIndex] = useState(selectedTabIndex || 0);
|
231
|
+
const tabListRef = useRef(null);
|
232
|
+
useEffect(() => {
|
233
|
+
if (selectedTabIndex !== void 0 && selectedTabIndex !== activeIndex) {
|
234
|
+
setActiveIndex(selectedTabIndex);
|
235
|
+
}
|
236
|
+
}, [activeIndex, selectedTabIndex]);
|
237
|
+
const handleTabChange = (index) => {
|
238
|
+
setActiveIndex(index);
|
239
|
+
onTabChange == null ? void 0 : onTabChange(index);
|
233
240
|
};
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
241
|
+
const handleNext = () => {
|
242
|
+
const newIndex = (activeIndex + 1) % categories.length;
|
243
|
+
handleTabChange(newIndex);
|
244
|
+
};
|
245
|
+
const handlePrev = () => {
|
246
|
+
const newIndex = (activeIndex - 1 + categories.length) % categories.length;
|
247
|
+
handleTabChange(newIndex);
|
248
|
+
};
|
249
|
+
useEffect(() => {
|
250
|
+
var _a;
|
251
|
+
const activeTab = (_a = tabListRef.current) == null ? void 0 : _a.querySelector(
|
252
|
+
`.${cls.tab}[data-active="true"]`
|
238
253
|
);
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
254
|
+
if (activeTab && typeof activeTab.scrollIntoView === "function") {
|
255
|
+
activeTab.scrollIntoView({
|
256
|
+
behavior: "smooth",
|
257
|
+
block: "nearest",
|
258
|
+
inline: "center"
|
259
|
+
});
|
260
|
+
}
|
261
|
+
}, [activeIndex]);
|
262
|
+
return /* @__PURE__ */ jsxs(
|
263
|
+
Oe,
|
246
264
|
{
|
247
|
-
ref
|
248
|
-
className:
|
249
|
-
selectedIndex:
|
250
|
-
onChange:
|
265
|
+
ref,
|
266
|
+
className: classNames(cls.group, cls[size], className),
|
267
|
+
selectedIndex: activeIndex,
|
268
|
+
onChange: handleTabChange,
|
251
269
|
children: [
|
252
|
-
/* @__PURE__ */
|
253
|
-
/* @__PURE__ */
|
254
|
-
|
270
|
+
/* @__PURE__ */ jsxs("div", { className: cls["group-inner"], children: [
|
271
|
+
/* @__PURE__ */ jsx(Ne, { ref: tabListRef, className: cls.list, children: /* @__PURE__ */ jsx("div", { className: cls.tabs, children: categories.map(({ name, notificationCount }, index) => /* @__PURE__ */ jsxs(
|
272
|
+
st,
|
255
273
|
{
|
256
|
-
className: `${
|
257
|
-
"data-active":
|
274
|
+
className: `${cls.tab} ${activeIndex === index ? 'data-active="true"' : ""}`,
|
275
|
+
"data-active": activeIndex === index,
|
258
276
|
children: [
|
259
|
-
|
260
|
-
|
277
|
+
name,
|
278
|
+
notificationCount && /* @__PURE__ */ jsx(NotificationBadge, { count: notificationCount, size: "m" })
|
261
279
|
]
|
262
280
|
},
|
263
|
-
|
281
|
+
name
|
264
282
|
)) }) }),
|
265
|
-
|
266
|
-
|
283
|
+
showButtons && /* @__PURE__ */ jsx("div", { className: cls.buttons, children: /* @__PURE__ */ jsx(
|
284
|
+
TabButtons,
|
267
285
|
{
|
268
|
-
handlePrevTab:
|
269
|
-
handleNextTab:
|
286
|
+
handlePrevTab: handlePrev,
|
287
|
+
handleNextTab: handleNext
|
270
288
|
}
|
271
289
|
) })
|
272
290
|
] }),
|
273
|
-
/* @__PURE__ */
|
291
|
+
/* @__PURE__ */ jsx(ke, { className: cls.panels, children: categories.map(({ name, content }) => /* @__PURE__ */ jsx(Be, { className: cls.panel, children: content }, name)) })
|
274
292
|
]
|
275
293
|
}
|
276
294
|
);
|
277
295
|
}
|
278
296
|
);
|
279
297
|
export {
|
280
|
-
|
298
|
+
TabTrail
|
281
299
|
};
|
@@ -1,4 +1,8 @@
|
|
1
|
-
var
|
1
|
+
var ETabTrailSize = /* @__PURE__ */ ((ETabTrailSize2) => {
|
2
|
+
ETabTrailSize2["M"] = "m";
|
3
|
+
ETabTrailSize2["S"] = "s";
|
4
|
+
return ETabTrailSize2;
|
5
|
+
})(ETabTrailSize || {});
|
2
6
|
export {
|
3
|
-
|
7
|
+
ETabTrailSize
|
4
8
|
};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { TabTrail
|
2
|
-
import { ETabTrailSize
|
1
|
+
import { TabTrail } from "./TabTrail.js";
|
2
|
+
import { ETabTrailSize } from "./constants.js";
|
3
3
|
export {
|
4
|
-
|
5
|
-
|
4
|
+
ETabTrailSize,
|
5
|
+
TabTrail
|
6
6
|
};
|