mimir-ui-kit 1.34.4 → 1.34.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Input-DGr0q5AJ.js +210 -0
- package/dist/ProgressBar-C0dC7o7N.js +55 -0
- package/dist/assets/ProgressBar.css +1 -1
- package/dist/assets/Slider.css +1 -1
- package/dist/bugs-diTMAGNw.js +18 -0
- package/dist/components/Accordion/Accordion.js +187 -212
- package/dist/components/Accordion/AccordionItem/AccordionItem.js +8 -14
- package/dist/components/Accordion/AccordionItem/index.js +2 -2
- package/dist/components/Accordion/constants.js +7 -36
- package/dist/components/Accordion/index.js +6 -6
- package/dist/components/AnchorLink/Link.js +39 -50
- package/dist/components/AnchorLink/constants.js +3 -14
- package/dist/components/AnchorLink/index.js +5 -5
- package/dist/components/Avatar/Avatar.js +37 -42
- package/dist/components/Avatar/constants.js +2 -7
- package/dist/components/Avatar/index.js +4 -4
- package/dist/components/Button/Button.js +59 -75
- package/dist/components/Button/constants.js +7 -52
- package/dist/components/Button/index.js +9 -9
- package/dist/components/CheckboxMimir/CheckboxMimir.js +48 -59
- package/dist/components/CheckboxMimir/index.js +2 -2
- package/dist/components/Chip/Chip.js +35 -47
- package/dist/components/Chip/constants.js +3 -17
- package/dist/components/Chip/index.js +5 -5
- package/dist/components/DatePicker/DatePicker.js +106 -162
- package/dist/components/DatePicker/DatePickerModal.js +99 -151
- package/dist/components/DatePicker/MonthPickerModal.js +61 -90
- package/dist/components/DatePicker/YearPickerModal.js +54 -85
- package/dist/components/DatePicker/constants.d.ts +1 -1
- package/dist/components/DatePicker/constants.js +7 -18
- package/dist/components/DatePicker/index.js +2 -2
- package/dist/components/DatePicker/utils.js +5 -13
- package/dist/components/Drawer/Drawer.d.ts +3 -2
- package/dist/components/Drawer/Drawer.js +100 -140
- package/dist/components/Drawer/constants.js +2 -8
- package/dist/components/Drawer/index.js +4 -4
- package/dist/components/GosZnak/GosZnak.js +58 -71
- package/dist/components/GosZnak/constants.js +3 -15
- package/dist/components/GosZnak/index.js +5 -5
- package/dist/components/Image/Image.js +38 -54
- package/dist/components/Image/index.js +2 -2
- package/dist/components/Input/Input.js +3 -3
- package/dist/components/Input/constants.js +4 -20
- package/dist/components/Input/index.js +6 -6
- package/dist/components/InputPassword/InputPassword.js +36 -43
- package/dist/components/InputPassword/index.js +2 -2
- package/dist/components/InputPhoneNumber/InputPhoneNumber.js +23 -26
- package/dist/components/InputPhoneNumber/index.js +5 -5
- package/dist/components/InputPhoneNumber/utils.js +7 -24
- package/dist/components/InputRangeSlider/InputRangeSlider.js +110 -158
- package/dist/components/InputRangeSlider/constants.js +6 -16
- package/dist/components/InputRangeSlider/index.js +5 -5
- package/dist/components/ListFiles/ListFiles.js +25 -26
- package/dist/components/ListFiles/constants.js +2 -2
- package/dist/components/ListFiles/index.js +2 -2
- package/dist/components/ListPhotos/ListPhotos.js +21 -22
- package/dist/components/ListPhotos/constants.js +2 -2
- package/dist/components/ListPhotos/index.js +2 -2
- package/dist/components/Loader/Loader.js +10 -16
- package/dist/components/Loader/index.js +2 -2
- package/dist/components/MergedButton/MergedButton.js +41 -49
- package/dist/components/MergedButton/constants.js +2 -7
- package/dist/components/MergedButton/index.js +4 -4
- package/dist/components/NotificationBadge/NotificationBadge.js +22 -25
- package/dist/components/NotificationBadge/constants.js +2 -6
- package/dist/components/NotificationBadge/index.js +4 -4
- package/dist/components/OtpInput/OtpInput.js +45 -51
- package/dist/components/OtpInput/constants.js +4 -6
- package/dist/components/OtpInput/hooks.js +74 -111
- package/dist/components/OtpInput/index.js +2 -2
- package/dist/components/Pagination/Pagination.js +115 -157
- package/dist/components/Pagination/constants.js +3 -4
- package/dist/components/Pagination/index.js +2 -2
- package/dist/components/Portal/Portal.js +6 -8
- package/dist/components/Portal/index.js +2 -2
- package/dist/components/RadioGroup/RadioGroup.js +135 -141
- package/dist/components/RadioGroup/index.js +2 -2
- package/dist/components/SelectSearch/SelectSearch.js +2412 -3345
- package/dist/components/SelectSearch/constants.js +2 -6
- package/dist/components/SelectSearch/index.js +4 -4
- package/dist/components/Skeleton/SkeletonBrick/SkeletonBrick.js +29 -31
- package/dist/components/Skeleton/SkeletonCircle/SkeletonCircle.js +24 -27
- package/dist/components/Skeleton/SkeletonText/SkeletonText.js +26 -32
- package/dist/components/Skeleton/constants.js +2 -7
- package/dist/components/Skeleton/index.js +8 -8
- package/dist/components/Slider/Slider.d.ts +1 -4
- package/dist/components/Slider/Slider.js +2938 -343
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.js +3 -2
- package/dist/components/Steps/Steps.js +96 -142
- package/dist/components/Steps/constants.js +18 -54
- package/dist/components/Steps/index.js +5 -5
- package/dist/components/Switcher/Switcher.js +75 -86
- package/dist/components/Switcher/constants.js +2 -6
- package/dist/components/Switcher/index.js +4 -4
- package/dist/components/TabTrail/TabButtons/TabButtons.js +18 -18
- package/dist/components/TabTrail/TabButtons/constants.js +3 -12
- package/dist/components/TabTrail/TabButtons/index.js +2 -2
- package/dist/components/TabTrail/TabTrail.js +227 -245
- package/dist/components/TabTrail/constants.js +2 -6
- package/dist/components/TabTrail/index.js +4 -4
- package/dist/components/Tag/Tag.js +35 -43
- package/dist/components/Tag/constants.js +3 -13
- package/dist/components/Tag/index.js +5 -5
- package/dist/components/TextArea/TextArea.js +148 -175
- package/dist/components/TextArea/hooks.js +12 -14
- package/dist/components/TextArea/index.js +2 -2
- package/dist/components/Timer/Timer.js +17 -21
- package/dist/components/Timer/index.js +2 -2
- package/dist/components/Toasts/ProgressBar.js +3 -3
- package/dist/components/Toasts/Toast.js +47 -48
- package/dist/components/Toasts/ToastList.js +28 -38
- package/dist/components/Toasts/ToastsProvider.js +29 -33
- package/dist/components/Toasts/constants.js +13 -47
- package/dist/components/Toasts/hooks.js +5 -6
- package/dist/components/Toasts/index.js +7 -7
- package/dist/components/Toasts/store.js +24 -34
- package/dist/components/TwinSwitcher/TwinSwitcher.js +51 -55
- package/dist/components/TwinSwitcher/index.js +2 -2
- package/dist/components/UniversalUploader/UniversalUploader.js +61 -89
- package/dist/components/UniversalUploader/constants.js +4 -9
- package/dist/components/UniversalUploader/index.js +4 -4
- package/dist/components/Uploader/Uploader.js +52 -74
- package/dist/components/Uploader/constants.js +10 -13
- package/dist/components/Uploader/index.js +4 -4
- package/dist/components/UploaderFiles/UploaderFiles.js +39 -47
- package/dist/components/UploaderFiles/index.js +2 -2
- package/dist/components/UploaderPhotos/UploaderPhotos.js +44 -52
- package/dist/components/UploaderPhotos/index.js +2 -2
- package/dist/components/Vote/Vote.js +76 -100
- package/dist/components/Vote/constants.js +7 -13
- package/dist/components/Vote/index.js +4 -4
- package/dist/components/index.js +135 -135
- package/dist/field-FJ34aSs4.js +12 -0
- package/dist/focus-management-XwV-9qkO.js +77 -0
- package/dist/hidden-DbgtYPOH.js +13 -0
- package/dist/hooks/index.js +17 -17
- package/dist/hooks/useClickOutside/index.js +2 -2
- package/dist/hooks/useClickOutside/useClickOutside.js +11 -20
- package/dist/hooks/useCopyToClipboard/index.js +2 -2
- package/dist/hooks/useCopyToClipboard/useCopyToClipboard.js +10 -17
- package/dist/hooks/useInterval/index.js +2 -2
- package/dist/hooks/useInterval/useInterval.js +11 -13
- package/dist/hooks/useLockBodyScroll/index.js +2 -2
- package/dist/hooks/useLockBodyScroll/useLockBodyScroll.js +10 -14
- package/dist/hooks/useMediaQuery/constants.js +3 -24
- package/dist/hooks/useMediaQuery/index.js +5 -5
- package/dist/hooks/useMediaQuery/useMediaQuery.js +10 -13
- package/dist/hooks/useMergeRefs/index.js +2 -2
- package/dist/hooks/useMergeRefs/useMergeRefs.js +21 -20
- package/dist/hooks/useResizeObserver/getElement.js +2 -16
- package/dist/hooks/useResizeObserver/index.js +2 -2
- package/dist/hooks/useResizeObserver/useResizeObserver.js +27 -40
- package/dist/hooks/useTimer/index.js +44 -77
- package/dist/hooks/useTimer/useTimer.js +45 -74
- package/dist/hooks/useTimer/utils.js +50 -67
- package/dist/hooks/useWindowSize/index.js +13 -19
- package/dist/icons/Icon.js +7 -10
- package/dist/icons/components/12px/Close12px.js +14 -16
- package/dist/icons/components/12px/MessageRead12px.js +33 -35
- package/dist/icons/components/16px/Accept16px.js +23 -25
- package/dist/icons/components/16px/Acts16px.js +36 -38
- package/dist/icons/components/16px/Acts16pxF.js +31 -33
- package/dist/icons/components/16px/AdditionalServicess16px.js +29 -31
- package/dist/icons/components/16px/AdditionalServicess16pxF.js +18 -20
- package/dist/icons/components/16px/Agents16px.js +20 -22
- package/dist/icons/components/16px/Agents16pxF.js +18 -20
- package/dist/icons/components/16px/Alarm16px.js +21 -23
- package/dist/icons/components/16px/ArrowDown16px.js +20 -22
- package/dist/icons/components/16px/ArrowLeft16px.js +20 -22
- package/dist/icons/components/16px/ArrowRight16px.js +20 -22
- package/dist/icons/components/16px/ArrowUp16px.js +20 -22
- package/dist/icons/components/16px/ArrowUpright16px.js +20 -22
- package/dist/icons/components/16px/AttachFile16px.js +20 -22
- package/dist/icons/components/16px/Bell16px.js +40 -42
- package/dist/icons/components/16px/Bell16pxF.js +30 -32
- package/dist/icons/components/16px/Calculator16px.js +20 -22
- package/dist/icons/components/16px/CalculatorLkk16px.js +31 -33
- package/dist/icons/components/16px/CalculatorLkk16pxF.js +20 -22
- package/dist/icons/components/16px/Calendar16px.js +20 -22
- package/dist/icons/components/16px/Camera16px.js +32 -34
- package/dist/icons/components/16px/Car16px.js +31 -33
- package/dist/icons/components/16px/Car16pxF.js +20 -22
- package/dist/icons/components/16px/Catalog16px.js +20 -22
- package/dist/icons/components/16px/Certs16px.js +29 -31
- package/dist/icons/components/16px/Certs16pxF.js +29 -31
- package/dist/icons/components/16px/Change16px.js +18 -20
- package/dist/icons/components/16px/Chat16px.js +29 -31
- package/dist/icons/components/16px/Chat16pxF.js +20 -22
- package/dist/icons/components/16px/Chatbot16px.js +260 -262
- package/dist/icons/components/16px/Close16px.js +20 -22
- package/dist/icons/components/16px/CloseFloatMenuArrow16px.js +18 -20
- package/dist/icons/components/16px/CloseFloatMenuMobileArrow16px.js +18 -20
- package/dist/icons/components/16px/Coin16px.js +31 -33
- package/dist/icons/components/16px/Coin16pxF.js +38 -40
- package/dist/icons/components/16px/Contracts16px.js +31 -33
- package/dist/icons/components/16px/Contracts16pxF.js +29 -31
- package/dist/icons/components/16px/CopyClipboard16px.js +23 -25
- package/dist/icons/components/16px/Done16px.js +20 -22
- package/dist/icons/components/16px/Download16px.js +27 -29
- package/dist/icons/components/16px/DragHandle16px.js +18 -20
- package/dist/icons/components/16px/DragHandleHorizontal16px.js +18 -20
- package/dist/icons/components/16px/DragHandleVertical16px.js +18 -20
- package/dist/icons/components/16px/DropdownArrowBottom16px.js +20 -22
- package/dist/icons/components/16px/DropdownArrowLeft16px.js +20 -22
- package/dist/icons/components/16px/DropdownArrowRight16px.js +20 -22
- package/dist/icons/components/16px/DropdownArrowUp16px.js +20 -22
- package/dist/icons/components/16px/Dzen16px.js +18 -20
- package/dist/icons/components/16px/Euro16px.js +21 -23
- package/dist/icons/components/16px/Eye16px.js +31 -33
- package/dist/icons/components/16px/Failure16px.js +23 -25
- package/dist/icons/components/16px/Favorite16px.js +20 -22
- package/dist/icons/components/16px/Favorite16pxF.js +18 -20
- package/dist/icons/components/16px/Filter16px.js +20 -22
- package/dist/icons/components/16px/Flag16pxF.js +12 -14
- package/dist/icons/components/16px/Folder16px.js +20 -22
- package/dist/icons/components/16px/Fullscreen16px.js +20 -22
- package/dist/icons/components/16px/Galery16px.js +23 -25
- package/dist/icons/components/16px/Gear16px.js +31 -33
- package/dist/icons/components/16px/Gift16px.js +29 -31
- package/dist/icons/components/16px/Hint16px.js +21 -23
- package/dist/icons/components/16px/Home16px.js +29 -31
- package/dist/icons/components/16px/Home16pxF.js +20 -22
- package/dist/icons/components/16px/Hot16pxF.js +18 -20
- package/dist/icons/components/16px/Kebab16px.js +12 -14
- package/dist/icons/components/16px/List16px.js +18 -20
- package/dist/icons/components/16px/Location16px.js +31 -33
- package/dist/icons/components/16px/Map16px.js +20 -22
- package/dist/icons/components/16px/Menu16px.js +18 -20
- package/dist/icons/components/16px/MenuMobile16px.js +20 -22
- package/dist/icons/components/16px/Minus16px.js +12 -14
- package/dist/icons/components/16px/Navigation16px.js +20 -22
- package/dist/icons/components/16px/News16px.js +29 -31
- package/dist/icons/components/16px/News16pxF.js +20 -22
- package/dist/icons/components/16px/Number16px.js +29 -31
- package/dist/icons/components/16px/OpenFloatMenuArrow16px.js +18 -20
- package/dist/icons/components/16px/OpenFloatMenuMobileArrow16px.js +18 -20
- package/dist/icons/components/16px/Orders16px.js +29 -31
- package/dist/icons/components/16px/Orders16pxF.js +23 -25
- package/dist/icons/components/16px/Pause16px.js +12 -14
- package/dist/icons/components/16px/Pen16px.js +31 -33
- package/dist/icons/components/16px/Pen16pxF.js +20 -22
- package/dist/icons/components/16px/Phone16px.js +20 -22
- package/dist/icons/components/16px/Play16pxF.js +18 -20
- package/dist/icons/components/16px/Plus16px.js +20 -22
- package/dist/icons/components/16px/Pound16px.js +21 -23
- package/dist/icons/components/16px/PriceDown16px.js +31 -33
- package/dist/icons/components/16px/PriceUp16px.js +31 -33
- package/dist/icons/components/16px/Question16px.js +20 -22
- package/dist/icons/components/16px/Question16pxF.js +20 -22
- package/dist/icons/components/16px/Rutube16px.js +18 -20
- package/dist/icons/components/16px/Scan16px.js +18 -20
- package/dist/icons/components/16px/Search16px.js +20 -22
- package/dist/icons/components/16px/Share16pxF.js +18 -20
- package/dist/icons/components/16px/ShopingCard16px.js +20 -22
- package/dist/icons/components/16px/Sort16px.js +20 -22
- package/dist/icons/components/16px/Star16px.js +20 -22
- package/dist/icons/components/16px/Star16pxF.js +18 -20
- package/dist/icons/components/16px/StarHalf16pxF.js +20 -22
- package/dist/icons/components/16px/Telegram16pxF.js +18 -20
- package/dist/icons/components/16px/TelegramPlane16pxF.js +18 -20
- package/dist/icons/components/16px/Timer16px.js +36 -38
- package/dist/icons/components/16px/Trash16px.js +20 -22
- package/dist/icons/components/16px/TwinArrowLeft16px.js +18 -20
- package/dist/icons/components/16px/TwinArrowRight16px.js +18 -20
- package/dist/icons/components/16px/USDollar16px.js +21 -23
- package/dist/icons/components/16px/Umbrella16px.js +20 -22
- package/dist/icons/components/16px/Umbrella16pxF.js +18 -20
- package/dist/icons/components/16px/UnionIcon16px.js +20 -22
- package/dist/icons/components/16px/User16px.js +29 -31
- package/dist/icons/components/16px/User16pxF.js +18 -20
- package/dist/icons/components/16px/Users16px.js +29 -31
- package/dist/icons/components/16px/Users16pxF.js +18 -20
- package/dist/icons/components/16px/VK16pxF.js +20 -22
- package/dist/icons/components/16px/Waiting16px.js +20 -22
- package/dist/icons/components/16px/Whatsapp16px.js +29 -31
- package/dist/icons/components/16px/WriteUs16px.js +23 -25
- package/dist/icons/components/16px/Youtube16pxF.js +18 -20
- package/dist/icons/components/16px/Yuan16px.js +21 -23
- package/dist/icons/components/24px/Accept24px.js +25 -27
- package/dist/icons/components/24px/Acts24px.js +37 -39
- package/dist/icons/components/24px/Acts24pxF.js +30 -32
- package/dist/icons/components/24px/AdditionalServicess24px.js +30 -32
- package/dist/icons/components/24px/AdditionalServicess24pxF.js +19 -21
- package/dist/icons/components/24px/Agents24px.js +21 -23
- package/dist/icons/components/24px/Agents24pxF.js +28 -30
- package/dist/icons/components/24px/Alarm24px.js +22 -24
- package/dist/icons/components/24px/ArrowDown24px.js +21 -23
- package/dist/icons/components/24px/ArrowLeft24px.js +21 -23
- package/dist/icons/components/24px/ArrowRight24px.js +21 -23
- package/dist/icons/components/24px/ArrowUp24px.js +21 -23
- package/dist/icons/components/24px/ArrowUpright24px.js +21 -23
- package/dist/icons/components/24px/AttachFile24px.js +21 -23
- package/dist/icons/components/24px/Bell24px.js +41 -43
- package/dist/icons/components/24px/Bell24pxF.js +24 -26
- package/dist/icons/components/24px/Calculator24px.js +21 -23
- package/dist/icons/components/24px/CalculatorLkk24px.js +30 -32
- package/dist/icons/components/24px/CalculatorLkk24pxF.js +21 -23
- package/dist/icons/components/24px/Calendar24px.js +21 -23
- package/dist/icons/components/24px/Camera24px.js +21 -23
- package/dist/icons/components/24px/Car24px.js +32 -34
- package/dist/icons/components/24px/Car24pxF.js +30 -32
- package/dist/icons/components/24px/Catalog24px.js +21 -23
- package/dist/icons/components/24px/Certs24px.js +30 -32
- package/dist/icons/components/24px/Certs24pxF.js +30 -32
- package/dist/icons/components/24px/Change24px.js +21 -23
- package/dist/icons/components/24px/Chat24px.js +26 -28
- package/dist/icons/components/24px/Chat24pxF.js +21 -23
- package/dist/icons/components/24px/Chatbot24px.js +261 -263
- package/dist/icons/components/24px/Close24px.js +21 -23
- package/dist/icons/components/24px/CloseFloatMenuArrow24px.js +21 -23
- package/dist/icons/components/24px/CloseFloatMenuMobileArrow24px.js +19 -21
- package/dist/icons/components/24px/Coin24px.js +22 -24
- package/dist/icons/components/24px/Coin24pxF.js +39 -41
- package/dist/icons/components/24px/Contracts24px.js +32 -34
- package/dist/icons/components/24px/Contracts24pxF.js +30 -32
- package/dist/icons/components/24px/CopyClipboard24px.js +24 -26
- package/dist/icons/components/24px/Done24px.js +21 -23
- package/dist/icons/components/24px/Download24px.js +28 -30
- package/dist/icons/components/24px/DragHandle24px.js +19 -21
- package/dist/icons/components/24px/DragHandleHorizontal24px.js +19 -21
- package/dist/icons/components/24px/DragHandleVertical24px.js +19 -21
- package/dist/icons/components/24px/DropdownArrowDown24px.js +21 -23
- package/dist/icons/components/24px/DropdownArrowLeft24px.js +21 -23
- package/dist/icons/components/24px/DropdownArrowRight24px.js +21 -23
- package/dist/icons/components/24px/DropdownArrowUp24px.js +21 -23
- package/dist/icons/components/24px/Dzen24px.js +19 -21
- package/dist/icons/components/24px/Euro24px.js +22 -24
- package/dist/icons/components/24px/Eye24px.js +32 -34
- package/dist/icons/components/24px/Failure24px.js +24 -26
- package/dist/icons/components/24px/Favorite24px.js +21 -23
- package/dist/icons/components/24px/Favorite24pxF.js +19 -21
- package/dist/icons/components/24px/Filter24px.js +19 -21
- package/dist/icons/components/24px/Flag24pxF.js +13 -15
- package/dist/icons/components/24px/Folder24px.js +21 -23
- package/dist/icons/components/24px/Fullscreen24px.js +21 -23
- package/dist/icons/components/24px/Galery24px.js +24 -26
- package/dist/icons/components/24px/Gear24px.js +32 -34
- package/dist/icons/components/24px/Gift24px.js +21 -23
- package/dist/icons/components/24px/Hint24px.js +24 -26
- package/dist/icons/components/24px/Home24px.js +32 -34
- package/dist/icons/components/24px/Home24pxF.js +21 -23
- package/dist/icons/components/24px/Hot24pxF.js +19 -21
- package/dist/icons/components/24px/Improvements24px.js +39 -41
- package/dist/icons/components/24px/Improvements24pxF.js +33 -35
- package/dist/icons/components/24px/Kebab24px.js +19 -21
- package/dist/icons/components/24px/List24px.js +19 -21
- package/dist/icons/components/24px/Location24px.js +32 -34
- package/dist/icons/components/24px/Map24px.js +21 -23
- package/dist/icons/components/24px/Menu24px.js +19 -21
- package/dist/icons/components/24px/MenuMobile24px.js +21 -23
- package/dist/icons/components/24px/Minus24px.js +21 -23
- package/dist/icons/components/24px/Navigation24px.js +21 -23
- package/dist/icons/components/24px/News24px.js +30 -32
- package/dist/icons/components/24px/News24pxF.js +21 -23
- package/dist/icons/components/24px/Number24px.js +30 -32
- package/dist/icons/components/24px/OpenFloatMenuArrow24px.js +19 -21
- package/dist/icons/components/24px/OpenFloatMenuMobileArrow24px.js +21 -23
- package/dist/icons/components/24px/Orders24px.js +30 -32
- package/dist/icons/components/24px/Orders24pxF.js +24 -26
- package/dist/icons/components/24px/Pause24px.js +13 -15
- package/dist/icons/components/24px/Pen24px.js +32 -34
- package/dist/icons/components/24px/Pen24pxF.js +21 -23
- package/dist/icons/components/24px/Phone24px.js +21 -23
- package/dist/icons/components/24px/Play24px.js +19 -21
- package/dist/icons/components/24px/Plus24px.js +21 -23
- package/dist/icons/components/24px/Pound24px.js +22 -24
- package/dist/icons/components/24px/PriceDown24px.js +30 -32
- package/dist/icons/components/24px/PriceUp24px.js +30 -32
- package/dist/icons/components/24px/Question24px.js +30 -32
- package/dist/icons/components/24px/Question24pxF.js +21 -23
- package/dist/icons/components/24px/Rutube24px.js +19 -21
- package/dist/icons/components/24px/Scan24px.js +19 -21
- package/dist/icons/components/24px/Search24px.js +21 -23
- package/dist/icons/components/24px/Share24pxF.js +19 -21
- package/dist/icons/components/24px/ShopingCard24px.js +21 -23
- package/dist/icons/components/24px/Sort24px.js +19 -21
- package/dist/icons/components/24px/Star24px.js +21 -23
- package/dist/icons/components/24px/Star24pxF.js +19 -21
- package/dist/icons/components/24px/StarHalf24pxF.js +21 -23
- package/dist/icons/components/24px/Telegram24pxF.js +19 -21
- package/dist/icons/components/24px/TelegramPlane24pxF.js +19 -21
- package/dist/icons/components/24px/Timer24px.js +37 -39
- package/dist/icons/components/24px/Trash24px.js +41 -43
- package/dist/icons/components/24px/TwinArrowLeft24px.js +19 -21
- package/dist/icons/components/24px/TwinArrowRight24px.js +21 -23
- package/dist/icons/components/24px/USDollar24px.js +22 -24
- package/dist/icons/components/24px/Umbrella24px.js +21 -23
- package/dist/icons/components/24px/Umbrella24pxF.js +19 -21
- package/dist/icons/components/24px/UnionIcon24px.js +21 -23
- package/dist/icons/components/24px/User24px.js +30 -32
- package/dist/icons/components/24px/User24pxF.js +19 -21
- package/dist/icons/components/24px/Users24px.js +21 -23
- package/dist/icons/components/24px/Users24pxF.js +28 -30
- package/dist/icons/components/24px/VK24pxF.js +21 -23
- package/dist/icons/components/24px/Waiting24px.js +21 -23
- package/dist/icons/components/24px/Whatsapp24px.js +30 -32
- package/dist/icons/components/24px/WriteUs24px.js +24 -26
- package/dist/icons/components/24px/Youtube24pxF.js +19 -21
- package/dist/icons/components/24px/Yuan24px.js +22 -24
- package/dist/icons/components/32px/Accept32px.js +24 -26
- package/dist/icons/components/32px/Acts32px.js +37 -39
- package/dist/icons/components/32px/AdditionalServicess32px.js +21 -23
- package/dist/icons/components/32px/AdditionalServicess32pxF.js +19 -21
- package/dist/icons/components/32px/Agents32px.js +33 -35
- package/dist/icons/components/32px/Alarm32px.js +22 -24
- package/dist/icons/components/32px/ArrowDown32px.js +21 -23
- package/dist/icons/components/32px/ArrowLeft32px.js +21 -23
- package/dist/icons/components/32px/ArrowRight32px.js +21 -23
- package/dist/icons/components/32px/ArrowUp32px.js +21 -23
- package/dist/icons/components/32px/ArrowUpright32px.js +21 -23
- package/dist/icons/components/32px/AttachFile32px.js +21 -23
- package/dist/icons/components/32px/Bell32px.js +41 -43
- package/dist/icons/components/32px/Bell32pxF.js +24 -26
- package/dist/icons/components/32px/Calculator32px.js +21 -23
- package/dist/icons/components/32px/CalculatorLkk32px.js +30 -32
- package/dist/icons/components/32px/CalculatorLkk32pxF.js +21 -23
- package/dist/icons/components/32px/Calendar32px.js +21 -23
- package/dist/icons/components/32px/Camera32px.js +33 -35
- package/dist/icons/components/32px/Car32px.js +32 -34
- package/dist/icons/components/32px/Car32pxF.js +24 -26
- package/dist/icons/components/32px/Catalog32px.js +21 -23
- package/dist/icons/components/32px/Certs32px.js +30 -32
- package/dist/icons/components/32px/Certs32pxF.js +30 -32
- package/dist/icons/components/32px/Change32px.js +21 -23
- package/dist/icons/components/32px/Chat32px.js +30 -32
- package/dist/icons/components/32px/Chat32pxF.js +21 -23
- package/dist/icons/components/32px/Chatbot32px.js +261 -263
- package/dist/icons/components/32px/Close32px.js +21 -23
- package/dist/icons/components/32px/CloseFloatMenuArrow32px.js +19 -21
- package/dist/icons/components/32px/CloseFloatMenuMobileArrow32px.js +19 -21
- package/dist/icons/components/32px/Coin32px.js +32 -34
- package/dist/icons/components/32px/Coin32pxF.js +30 -32
- package/dist/icons/components/32px/Contracts32px.js +32 -34
- package/dist/icons/components/32px/Contracts32pxF.js +30 -32
- package/dist/icons/components/32px/CopyClipboard32px.js +30 -32
- package/dist/icons/components/32px/Done32px.js +21 -23
- package/dist/icons/components/32px/Download32px.js +28 -30
- package/dist/icons/components/32px/DragHandle32px.js +19 -21
- package/dist/icons/components/32px/DragHandleHorizontal32px.js +19 -21
- package/dist/icons/components/32px/DragHandleVertical32px.js +19 -21
- package/dist/icons/components/32px/DropdownArrowDown32px.js +21 -23
- package/dist/icons/components/32px/DropdownArrowLeft32px.js +21 -23
- package/dist/icons/components/32px/DropdownArrowRight32px.js +21 -23
- package/dist/icons/components/32px/DropdownArrowUp32px.js +13 -15
- package/dist/icons/components/32px/Dzen32px.js +19 -21
- package/dist/icons/components/32px/Euro32px.js +22 -24
- package/dist/icons/components/32px/Eye32px.js +32 -34
- package/dist/icons/components/32px/Failure32px.js +24 -26
- package/dist/icons/components/32px/Favorite32px.js +21 -23
- package/dist/icons/components/32px/Favorite32pxF.js +19 -21
- package/dist/icons/components/32px/Filter32px.js +19 -21
- package/dist/icons/components/32px/Flag32pxF.js +13 -15
- package/dist/icons/components/32px/Folder32px.js +21 -23
- package/dist/icons/components/32px/Fullscreen32px.js +21 -23
- package/dist/icons/components/32px/Galery32px.js +24 -26
- package/dist/icons/components/32px/Gear32px.js +32 -34
- package/dist/icons/components/32px/Gift32px.js +21 -23
- package/dist/icons/components/32px/Hint32px.js +24 -26
- package/dist/icons/components/32px/Home32px.js +24 -26
- package/dist/icons/components/32px/Home32pxF.js +21 -23
- package/dist/icons/components/32px/Hot32pxF.js +19 -21
- package/dist/icons/components/32px/Kebab32px.js +13 -15
- package/dist/icons/components/32px/List32px.js +19 -21
- package/dist/icons/components/32px/Location32px.js +32 -34
- package/dist/icons/components/32px/Map32px.js +21 -23
- package/dist/icons/components/32px/Menu32px.js +19 -21
- package/dist/icons/components/32px/MenuMobile32px.js +21 -23
- package/dist/icons/components/32px/Minus32px.js +21 -23
- package/dist/icons/components/32px/Navigation32px.js +21 -23
- package/dist/icons/components/32px/News32px.js +30 -32
- package/dist/icons/components/32px/News32pxF.js +21 -23
- package/dist/icons/components/32px/Number32px.js +30 -32
- package/dist/icons/components/32px/OpenFloatMenuArrow32px.js +19 -21
- package/dist/icons/components/32px/OpenFloatMenuMobileArrow32px.js +21 -23
- package/dist/icons/components/32px/Orders32px.js +39 -41
- package/dist/icons/components/32px/Orders32pxF.js +30 -32
- package/dist/icons/components/32px/Pause32px.js +13 -15
- package/dist/icons/components/32px/Pen32px.js +20 -22
- package/dist/icons/components/32px/Pen32pxF.js +21 -23
- package/dist/icons/components/32px/PersonalManager32px.js +108 -110
- package/dist/icons/components/32px/Phone32px.js +19 -21
- package/dist/icons/components/32px/Play32px.js +19 -21
- package/dist/icons/components/32px/Plus32px.js +21 -23
- package/dist/icons/components/32px/Pound32px.js +22 -24
- package/dist/icons/components/32px/PriceDown32px.js +41 -43
- package/dist/icons/components/32px/PriceUp32px.js +32 -34
- package/dist/icons/components/32px/Question32px.js +30 -32
- package/dist/icons/components/32px/Question32pxF.js +21 -23
- package/dist/icons/components/32px/Rutube32px.js +19 -21
- package/dist/icons/components/32px/Scan32px.js +19 -21
- package/dist/icons/components/32px/Search32px.js +21 -23
- package/dist/icons/components/32px/Share32pxF.js +19 -21
- package/dist/icons/components/32px/ShopimgCard32px.js +21 -23
- package/dist/icons/components/32px/Sort32px.js +19 -21
- package/dist/icons/components/32px/Star32px.js +21 -23
- package/dist/icons/components/32px/Star32pxF.js +19 -21
- package/dist/icons/components/32px/StarHalf32pxF.js +21 -23
- package/dist/icons/components/32px/Telegram32pxF.js +19 -21
- package/dist/icons/components/32px/TelegramPlane32pxF.js +19 -21
- package/dist/icons/components/32px/Timer32px.js +31 -33
- package/dist/icons/components/32px/Trash32px.js +41 -43
- package/dist/icons/components/32px/TwinArrowLeft32px.js +19 -21
- package/dist/icons/components/32px/TwinArrowRight32px.js +19 -21
- package/dist/icons/components/32px/USDollar32px.js +22 -24
- package/dist/icons/components/32px/Umbrella32px.js +21 -23
- package/dist/icons/components/32px/Umbrella32pxF.js +21 -23
- package/dist/icons/components/32px/UnionIcon32px.js +21 -23
- package/dist/icons/components/32px/User32px.js +30 -32
- package/dist/icons/components/32px/User32pxF.js +19 -21
- package/dist/icons/components/32px/Users32px.js +21 -23
- package/dist/icons/components/32px/Users32pxF.js +22 -24
- package/dist/icons/components/32px/VK32pxF.js +21 -23
- package/dist/icons/components/32px/Waiting32px.js +21 -23
- package/dist/icons/components/32px/Whatsapp32px.js +30 -32
- package/dist/icons/components/32px/WriteUs32px.js +24 -26
- package/dist/icons/components/32px/Youtube32pxF.js +19 -21
- package/dist/icons/components/32px/Yuan32px.js +22 -24
- package/dist/icons/components/Mans.js +5 -5
- package/dist/icons/components/Step.js +5 -5
- package/dist/icons/components/StepXL.js +7 -7
- package/dist/icons/components/auto-logo/ACE.js +19 -21
- package/dist/icons/components/auto-logo/Alim.js +21 -23
- package/dist/icons/components/auto-logo/Amur.js +21 -23
- package/dist/icons/components/auto-logo/Ankai.js +21 -23
- package/dist/icons/components/auto-logo/ArrowLength.js +19 -21
- package/dist/icons/components/auto-logo/Audi.js +18 -20
- package/dist/icons/components/auto-logo/BMW.js +39 -41
- package/dist/icons/components/auto-logo/BRP.js +30 -32
- package/dist/icons/components/auto-logo/Bomag.js +30 -32
- package/dist/icons/components/auto-logo/Case.js +21 -23
- package/dist/icons/components/auto-logo/Caterpillar.js +35 -37
- package/dist/icons/components/auto-logo/ChMZAP.js +44 -46
- package/dist/icons/components/auto-logo/ChTZ.js +30 -32
- package/dist/icons/components/auto-logo/Changan.js +19 -21
- package/dist/icons/components/auto-logo/Cherry.js +30 -32
- package/dist/icons/components/auto-logo/Citroen.js +21 -23
- package/dist/icons/components/auto-logo/DaewooFull.js +56 -58
- package/dist/icons/components/auto-logo/DaewooSymbol.js +49 -51
- package/dist/icons/components/auto-logo/Daf.js +21 -23
- package/dist/icons/components/auto-logo/Dayun.js +21 -23
- package/dist/icons/components/auto-logo/DongFeng.js +21 -23
- package/dist/icons/components/auto-logo/Ducati.js +30 -32
- package/dist/icons/components/auto-logo/Exeed.js +30 -32
- package/dist/icons/components/auto-logo/Faw.js +32 -34
- package/dist/icons/components/auto-logo/Fenix.js +112 -114
- package/dist/icons/components/auto-logo/Fiat.js +35 -37
- package/dist/icons/components/auto-logo/Ford.js +39 -41
- package/dist/icons/components/auto-logo/Foton.js +30 -32
- package/dist/icons/components/auto-logo/Gac.js +19 -21
- package/dist/icons/components/auto-logo/Gaz.js +57 -59
- package/dist/icons/components/auto-logo/Geely.js +23 -25
- package/dist/icons/components/auto-logo/Genesis.js +28 -30
- package/dist/icons/components/auto-logo/Gitte.js +21 -23
- package/dist/icons/components/auto-logo/Grunwald.js +21 -23
- package/dist/icons/components/auto-logo/HartungFull.js +30 -32
- package/dist/icons/components/auto-logo/HartungSymbol.js +30 -32
- package/dist/icons/components/auto-logo/Haval.js +21 -23
- package/dist/icons/components/auto-logo/Higer.js +21 -23
- package/dist/icons/components/auto-logo/Hitachi.js +19 -21
- package/dist/icons/components/auto-logo/Honda.js +35 -37
- package/dist/icons/components/auto-logo/Hongqi.js +28 -30
- package/dist/icons/components/auto-logo/Hongyan.js +21 -23
- package/dist/icons/components/auto-logo/Howo.js +44 -46
- package/dist/icons/components/auto-logo/Hyundai.js +21 -23
- package/dist/icons/components/auto-logo/Infiniti.js +19 -21
- package/dist/icons/components/auto-logo/Isuzu.js +21 -23
- package/dist/icons/components/auto-logo/Iveco.js +21 -23
- package/dist/icons/components/auto-logo/JCB.js +30 -32
- package/dist/icons/components/auto-logo/Jac.js +19 -21
- package/dist/icons/components/auto-logo/Juterborg.js +55 -57
- package/dist/icons/components/auto-logo/KIA.js +21 -23
- package/dist/icons/components/auto-logo/Kaiyi.js +21 -23
- package/dist/icons/components/auto-logo/Kamaz.js +33 -35
- package/dist/icons/components/auto-logo/Kassbohrer.js +21 -23
- package/dist/icons/components/auto-logo/Komatsu.js +19 -21
- package/dist/icons/components/auto-logo/Ktm.js +19 -21
- package/dist/icons/components/auto-logo/LCCE.js +35 -37
- package/dist/icons/components/auto-logo/Lada.js +21 -23
- package/dist/icons/components/auto-logo/Lexus.js +21 -23
- package/dist/icons/components/auto-logo/LiuGong.js +28 -30
- package/dist/icons/components/auto-logo/Lonking.js +28 -30
- package/dist/icons/components/auto-logo/Lovol.js +19 -21
- package/dist/icons/components/auto-logo/MTZBelarus.js +32 -34
- package/dist/icons/components/auto-logo/Man.js +19 -21
- package/dist/icons/components/auto-logo/Maz.js +30 -32
- package/dist/icons/components/auto-logo/MercedesBenz.js +21 -23
- package/dist/icons/components/auto-logo/Meusburger.js +21 -23
- package/dist/icons/components/auto-logo/Mitsubishi.js +19 -21
- package/dist/icons/components/auto-logo/NefAZ.js +28 -30
- package/dist/icons/components/auto-logo/NursanTrailer.js +19 -21
- package/dist/icons/components/auto-logo/Omoda.js +35 -37
- package/dist/icons/components/auto-logo/PSATss.js +35 -37
- package/dist/icons/components/auto-logo/Paz.js +21 -23
- package/dist/icons/components/auto-logo/Peugeot.js +19 -21
- package/dist/icons/components/auto-logo/Raskat.js +35 -37
- package/dist/icons/components/auto-logo/Renault.js +28 -30
- package/dist/icons/components/auto-logo/RussianCarsEmblem.js +30 -32
- package/dist/icons/components/auto-logo/RussianCarsKremlin.js +39 -41
- package/dist/icons/components/auto-logo/Sany.js +48 -50
- package/dist/icons/components/auto-logo/Scania.js +55 -57
- package/dist/icons/components/auto-logo/Schmitz.js +21 -23
- package/dist/icons/components/auto-logo/Shacman.js +28 -30
- package/dist/icons/components/auto-logo/Shantui.js +19 -21
- package/dist/icons/components/auto-logo/Sinanli.js +69 -71
- package/dist/icons/components/auto-logo/Sitrak.js +32 -34
- package/dist/icons/components/auto-logo/SobolIztechmash.js +58 -60
- package/dist/icons/components/auto-logo/Sokol.js +19 -21
- package/dist/icons/components/auto-logo/Sollers.js +21 -23
- package/dist/icons/components/auto-logo/TitanLipetskiyZavodPricepcenter.js +19 -21
- package/dist/icons/components/auto-logo/Tonar.js +21 -23
- package/dist/icons/components/auto-logo/Toyota.js +19 -21
- package/dist/icons/components/auto-logo/Trekol.js +32 -34
- package/dist/icons/components/auto-logo/UAT.js +19 -21
- package/dist/icons/components/auto-logo/Uaz.js +68 -70
- package/dist/icons/components/auto-logo/Ural.js +19 -21
- package/dist/icons/components/auto-logo/VIS.js +19 -21
- package/dist/icons/components/auto-logo/VKR.js +30 -32
- package/dist/icons/components/auto-logo/Volkswagen.js +21 -23
- package/dist/icons/components/auto-logo/Volvo.js +19 -21
- package/dist/icons/components/auto-logo/Wielton.js +19 -21
- package/dist/icons/components/auto-logo/XCMG.js +35 -37
- package/dist/icons/components/auto-logo/Yutong.js +70 -72
- package/dist/icons/components/auto-logo/Zoomlion.js +19 -21
- package/dist/icons/components/car-icons/AllMetal.js +30 -32
- package/dist/icons/components/car-icons/AllMetalCargoAndPassenger.js +30 -32
- package/dist/icons/components/car-icons/AsphaltPaver.js +33 -35
- package/dist/icons/components/car-icons/Autotower.js +30 -32
- package/dist/icons/components/car-icons/Awning.js +31 -33
- package/dist/icons/components/car-icons/BackhoeLoader.js +37 -39
- package/dist/icons/components/car-icons/Buggy.js +30 -32
- package/dist/icons/components/car-icons/Bulldozer.js +32 -34
- package/dist/icons/components/car-icons/Bus.js +21 -23
- package/dist/icons/components/car-icons/BusBus.js +30 -32
- package/dist/icons/components/car-icons/BusMinibus.js +30 -32
- package/dist/icons/components/car-icons/BusShiftBuses.js +40 -42
- package/dist/icons/components/car-icons/CargoAScrapTruckFromTheCmu.js +37 -39
- package/dist/icons/components/car-icons/CargoAutotower.js +30 -32
- package/dist/icons/components/car-icons/CargoAwning.js +37 -39
- package/dist/icons/components/car-icons/CargoConcreteMixerTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoDrillingRig.js +30 -32
- package/dist/icons/components/car-icons/CargoDumpTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoGarbageTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoGrainCarrier.js +37 -39
- package/dist/icons/components/car-icons/CargoIsothermal.js +37 -39
- package/dist/icons/components/car-icons/CargoOnBoard.js +37 -39
- package/dist/icons/components/car-icons/CargoOnBoardWithCmu.js +37 -39
- package/dist/icons/components/car-icons/CargoPromotionalItem.js +37 -39
- package/dist/icons/components/car-icons/CargoSortingTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoTankerTruck.js +37 -39
- package/dist/icons/components/car-icons/CargoTowTruck.js +30 -32
- package/dist/icons/components/car-icons/CargoTruckCrane.js +39 -41
- package/dist/icons/components/car-icons/CargoVacuumMachine.js +30 -32
- package/dist/icons/components/car-icons/Clearance.js +21 -23
- package/dist/icons/components/car-icons/CombineHarvester.js +37 -39
- package/dist/icons/components/car-icons/Compartment.js +30 -32
- package/dist/icons/components/car-icons/ConcreteMixerTruck.js +37 -39
- package/dist/icons/components/car-icons/ConcretePump.js +38 -40
- package/dist/icons/components/car-icons/Crossover.js +30 -32
- package/dist/icons/components/car-icons/DrillingRigg.js +30 -32
- package/dist/icons/components/car-icons/DumpTruck.js +37 -39
- package/dist/icons/components/car-icons/Excavator.js +21 -23
- package/dist/icons/components/car-icons/ForestPreparationEquipment.js +37 -39
- package/dist/icons/components/car-icons/ForkliftTruck.js +30 -32
- package/dist/icons/components/car-icons/FrontLoader.js +37 -39
- package/dist/icons/components/car-icons/Hatchback.js +30 -32
- package/dist/icons/components/car-icons/IceRink.js +32 -34
- package/dist/icons/components/car-icons/Isothermal.js +37 -39
- package/dist/icons/components/car-icons/Liftback.js +21 -23
- package/dist/icons/components/car-icons/MiniEscalator.js +39 -41
- package/dist/icons/components/car-icons/MiniLoader.js +30 -32
- package/dist/icons/components/car-icons/MiningDumpTruck.js +37 -39
- package/dist/icons/components/car-icons/Minitractor.js +30 -32
- package/dist/icons/components/car-icons/Minivan.js +30 -32
- package/dist/icons/components/car-icons/MotorGrader.js +30 -32
- package/dist/icons/components/car-icons/MotorVehiclesBike.js +22 -24
- package/dist/icons/components/car-icons/MotorVehiclesQuadBike.js +28 -30
- package/dist/icons/components/car-icons/OffRoadVehicle.js +30 -32
- package/dist/icons/components/car-icons/OnBoard.js +37 -39
- package/dist/icons/components/car-icons/OnBoardCargoAndPassengerTransport.js +37 -39
- package/dist/icons/components/car-icons/OnBoardWithCmu.js +37 -39
- package/dist/icons/components/car-icons/OtherAgriculturalMachinery.js +46 -48
- package/dist/icons/components/car-icons/OtherCareerTechniques.js +37 -39
- package/dist/icons/components/car-icons/Pickup.js +21 -23
- package/dist/icons/components/car-icons/PickupTruck.js +30 -32
- package/dist/icons/components/car-icons/PilingInstallation.js +32 -34
- package/dist/icons/components/car-icons/PromotionalItem.js +37 -39
- package/dist/icons/components/car-icons/PublicUtilityVehicle.js +44 -46
- package/dist/icons/components/car-icons/QuarryExcavator.js +24 -26
- package/dist/icons/components/car-icons/Scooter.js +28 -30
- package/dist/icons/components/car-icons/Sedan.js +30 -32
- package/dist/icons/components/car-icons/Snowmobile.js +37 -39
- package/dist/icons/components/car-icons/TankerTruck.js +37 -39
- package/dist/icons/components/car-icons/TelescopicLoader.js +30 -32
- package/dist/icons/components/car-icons/TheLift.js +35 -37
- package/dist/icons/components/car-icons/TowTruck.js +30 -32
- package/dist/icons/components/car-icons/Tractor.js +30 -32
- package/dist/icons/components/car-icons/TractorTruck.js +37 -39
- package/dist/icons/components/car-icons/Trailerr.js +21 -23
- package/dist/icons/components/car-icons/TrailersCarCarrier.js +39 -41
- package/dist/icons/components/car-icons/TrailersCattleTruck.js +30 -32
- package/dist/icons/components/car-icons/TrailersContainerShip.js +38 -40
- package/dist/icons/components/car-icons/TrailersCurtainSide.js +37 -39
- package/dist/icons/components/car-icons/TrailersDumpTruck.js +37 -39
- package/dist/icons/components/car-icons/TrailersGrainTruck.js +37 -39
- package/dist/icons/components/car-icons/TrailersHeavyTruck.js +37 -39
- package/dist/icons/components/car-icons/TrailersIsothermal.js +37 -39
- package/dist/icons/components/car-icons/TrailersOther.js +37 -39
- package/dist/icons/components/car-icons/TrailersTankerTruck.js +37 -39
- package/dist/icons/components/car-icons/TruckCrane.js +39 -41
- package/dist/icons/components/car-icons/Universal.js +30 -32
- package/dist/icons/components/car-icons/Van.js +21 -23
- package/dist/icons/components/car-icons/Ycles.js +40 -42
- package/dist/icons/components/car-parameters-icons/Acceleration.js +30 -32
- package/dist/icons/components/car-parameters-icons/Berths.js +35 -37
- package/dist/icons/components/car-parameters-icons/Bucket.js +19 -21
- package/dist/icons/components/car-parameters-icons/BucketLoadingCapacity.js +21 -23
- package/dist/icons/components/car-parameters-icons/BucketVolume.js +28 -30
- package/dist/icons/components/car-parameters-icons/CabinTurn.js +30 -32
- package/dist/icons/components/car-parameters-icons/CarBodySize.js +30 -32
- package/dist/icons/components/car-parameters-icons/CarBodyType.js +21 -23
- package/dist/icons/components/car-parameters-icons/CarColor.js +30 -32
- package/dist/icons/components/car-parameters-icons/Cylinders.js +33 -35
- package/dist/icons/components/car-parameters-icons/Dimensions.js +30 -32
- package/dist/icons/components/car-parameters-icons/EngineType.js +19 -21
- package/dist/icons/components/car-parameters-icons/FuelConsumption.js +19 -21
- package/dist/icons/components/car-parameters-icons/GearType.js +22 -24
- package/dist/icons/components/car-parameters-icons/LiftingHeight.js +19 -21
- package/dist/icons/components/car-parameters-icons/LoadingCapacity.js +21 -23
- package/dist/icons/components/car-parameters-icons/NumberOfAxes.js +21 -23
- package/dist/icons/components/car-parameters-icons/NumberOfSeats.js +19 -21
- package/dist/icons/components/car-parameters-icons/TrailerType.js +28 -30
- package/dist/icons/components/car-parameters-icons/UnloadingType.js +28 -30
- package/dist/icons/components/car-parameters-icons/Weight.js +32 -34
- package/dist/icons/components/car-parameters-icons/WheelDriveType.js +28 -30
- package/dist/icons/components/car-parameters-icons/WheelSheme.js +30 -32
- package/dist/icons/components/cars-stubus/Bike.js +21 -23
- package/dist/icons/components/cars-stubus/Car.js +21 -23
- package/dist/icons/components/cars-stubus/Equipment.js +21 -23
- package/dist/icons/components/cars-stubus/Truck.js +21 -23
- package/dist/icons/components/index.js +579 -579
- package/dist/icons/index.js +2 -2
- package/dist/index-DIxK0V-G.js +44 -0
- package/dist/index-DzVMAmli.js +1431 -0
- package/dist/index.js +158 -158
- package/dist/keyboard-B0lm_zyn.js +573 -0
- package/dist/label-y3ANLTNC.js +171 -0
- package/dist/open-closed-Cy6VDfYc.js +93 -0
- package/dist/styles.module-CaPkyXYQ.js +25 -0
- package/dist/use-active-press-86hajhdd.js +31 -0
- package/dist/use-by-comparator-CVuf9KBq.js +16 -0
- package/dist/use-resolve-button-type-BAxjHhds.js +19 -0
- package/dist/utils/UUID4.js +4 -4
- package/dist/utils/formating/Date.js +19 -27
- package/dist/utils/formating/FileSize.js +9 -12
- package/dist/utils/formating/Month.js +4 -5
- package/dist/utils/formating/Numbers.js +5 -5
- package/dist/utils/index.js +14 -14
- package/dist/variant.module-BXn4N1h0.js +12 -0
- package/package.json +1 -1
- package/dist/Input-DspsU5F4.js +0 -249
- package/dist/NavigationButtons-DuOoqaPo.js +0 -4907
- package/dist/ProgressBar-DWKyrXzd.js +0 -77
- package/dist/assets/ProgressBar2.css +0 -1
- package/dist/bugs-CSBdWk0R.js +0 -18
- package/dist/components/Slider/NavigationButtons/NavigationButtons.d.ts +0 -1
- package/dist/components/Slider/NavigationButtons/NavigationButtons.js +0 -7
- package/dist/components/Slider/NavigationButtons/index.d.ts +0 -1
- package/dist/components/Slider/NavigationButtons/index.js +0 -4
- package/dist/components/Slider/ProgressBar/ProgressBar.d.ts +0 -1
- package/dist/components/Slider/ProgressBar/ProgressBar.js +0 -15
- package/dist/components/Slider/ProgressBar/index.d.ts +0 -1
- package/dist/components/Slider/ProgressBar/index.js +0 -4
- package/dist/field-bS4z9Sdl.js +0 -12
- package/dist/focus-management-1rQPII7Z.js +0 -77
- package/dist/hidden-BuVoeHNy.js +0 -13
- package/dist/index-CweZ_OcN.js +0 -65
- package/dist/index-FDVpKRvA.js +0 -2010
- package/dist/keyboard-B256ZoM-.js +0 -745
- package/dist/label-P7Xsi5N7.js +0 -172
- package/dist/open-closed-CbXq00et.js +0 -93
- package/dist/styles.module-B9L4B63y.js +0 -40
- package/dist/use-active-press-B6yeSopF.js +0 -31
- package/dist/use-by-comparator-BUO78DGe.js +0 -16
- package/dist/use-resolve-button-type-B6LE6gU3.js +0 -19
- package/dist/variant.module-BinTBzAV.js +0 -15
@@ -1,71 +1,63 @@
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
-
import { c as
|
3
|
-
import { forwardRef, useState, useEffect } from "react";
|
4
|
-
import { ListPhotos } from "../ListPhotos/ListPhotos.js";
|
5
|
-
import { Uploader } from "../Uploader/Uploader.js";
|
6
|
-
import '../../assets/UploaderPhotos.css';const
|
1
|
+
import { jsxs as U, jsx as d } from "react/jsx-runtime";
|
2
|
+
import { c as y } from "../../index-DIxK0V-G.js";
|
3
|
+
import { forwardRef as P, useState as R, useEffect as b } from "react";
|
4
|
+
import { ListPhotos as L } from "../ListPhotos/ListPhotos.js";
|
5
|
+
import { Uploader as N } from "../Uploader/Uploader.js";
|
6
|
+
import '../../assets/UploaderPhotos.css';const p = {
|
7
7
|
"upload-file-wrapper": "_upload-file-wrapper_1a115_2"
|
8
|
-
}
|
9
|
-
|
10
|
-
(props, ref) => {
|
8
|
+
}, g = P(
|
9
|
+
(c, f) => {
|
11
10
|
const {
|
12
|
-
filesType,
|
13
|
-
arrayName,
|
14
|
-
maxSize,
|
15
|
-
onChange,
|
16
|
-
value,
|
17
|
-
maxFiles,
|
18
|
-
titleUploader
|
19
|
-
} =
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
...photos,
|
30
|
-
...e.value.map((el) => ({
|
31
|
-
url: URL.createObjectURL(el.file),
|
32
|
-
id: el.id
|
11
|
+
filesType: m,
|
12
|
+
arrayName: n,
|
13
|
+
maxSize: u,
|
14
|
+
onChange: e,
|
15
|
+
value: a,
|
16
|
+
maxFiles: l,
|
17
|
+
titleUploader: h
|
18
|
+
} = c, [o, s] = R(a || []), r = o.length >= l;
|
19
|
+
b(() => {
|
20
|
+
a && s(a);
|
21
|
+
}, [a]);
|
22
|
+
const x = (t) => {
|
23
|
+
const w = [
|
24
|
+
...o,
|
25
|
+
...t.value.map((i) => ({
|
26
|
+
url: URL.createObjectURL(i.file),
|
27
|
+
id: i.id
|
33
28
|
}))
|
34
29
|
];
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
const onDelete = (j) => {
|
39
|
-
setPhotos(j.list);
|
40
|
-
if (j.deleteId) onChange == null ? void 0 : onChange({ type: "delete", data: j.deleteId });
|
30
|
+
s(w), e == null || e({ type: "add", data: t.value });
|
31
|
+
}, v = (t) => {
|
32
|
+
s(t.list), t.deleteId && (e == null || e({ type: "delete", data: t.deleteId }));
|
41
33
|
};
|
42
|
-
return /* @__PURE__ */
|
34
|
+
return /* @__PURE__ */ U(
|
43
35
|
"div",
|
44
36
|
{
|
45
|
-
className:
|
46
|
-
|
47
|
-
|
37
|
+
className: y(
|
38
|
+
p["upload-file-wrapper"],
|
39
|
+
r && p.disabled
|
48
40
|
),
|
49
41
|
children: [
|
50
|
-
/* @__PURE__ */
|
51
|
-
|
42
|
+
/* @__PURE__ */ d(
|
43
|
+
N,
|
52
44
|
{
|
53
|
-
filesType,
|
54
|
-
arrayName,
|
55
|
-
maxSize,
|
56
|
-
onChangeValue,
|
57
|
-
ref,
|
58
|
-
maxFiles,
|
59
|
-
isDisabled:
|
60
|
-
titleUploader
|
45
|
+
filesType: m,
|
46
|
+
arrayName: n,
|
47
|
+
maxSize: u,
|
48
|
+
onChangeValue: x,
|
49
|
+
ref: f,
|
50
|
+
maxFiles: l,
|
51
|
+
isDisabled: r,
|
52
|
+
titleUploader: h
|
61
53
|
}
|
62
54
|
),
|
63
|
-
!!
|
55
|
+
!!o.length && /* @__PURE__ */ d(L, { value: o, onChange: v })
|
64
56
|
]
|
65
57
|
}
|
66
58
|
);
|
67
59
|
}
|
68
60
|
);
|
69
61
|
export {
|
70
|
-
UploaderPhotos
|
62
|
+
g as UploaderPhotos
|
71
63
|
};
|
@@ -1,119 +1,95 @@
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
2
|
-
import { c as
|
3
|
-
import { forwardRef, useState, useEffect } from "react";
|
4
|
-
import { DEFAULT_TITLE, EVoteSize, ZERO_VALUE } from "./constants.js";
|
5
|
-
import { Steps } from "../Steps/Steps.js";
|
6
|
-
import { ZERO_STEP, StepSize } from "../Steps/constants.js";
|
7
|
-
import '../../assets/Vote.css';const
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
title,
|
13
|
-
score
|
14
|
-
};
|
15
|
-
const Vote = forwardRef((props, ref) => {
|
1
|
+
import { jsxs as F, jsx as u } from "react/jsx-runtime";
|
2
|
+
import { c as p } from "../../index-DIxK0V-G.js";
|
3
|
+
import { forwardRef as G, useState as S, useEffect as L } from "react";
|
4
|
+
import { DEFAULT_TITLE as J, EVoteSize as T, ZERO_VALUE as K } from "./constants.js";
|
5
|
+
import { Steps as Q } from "../Steps/Steps.js";
|
6
|
+
import { ZERO_STEP as g, StepSize as X } from "../Steps/constants.js";
|
7
|
+
import '../../assets/Vote.css';const Y = "_container_17n0d_2", $ = "_title_17n0d_9", ee = "_score_17n0d_16", C = {
|
8
|
+
container: Y,
|
9
|
+
title: $,
|
10
|
+
score: ee
|
11
|
+
}, ne = G((Z, b) => {
|
16
12
|
const {
|
17
|
-
rootClassName,
|
18
|
-
titleClassName,
|
19
|
-
scoreClassName,
|
20
|
-
stepsRootClassName,
|
21
|
-
stepsStepClassName,
|
22
|
-
title:
|
23
|
-
withoutTitle =
|
24
|
-
needZeroValue =
|
25
|
-
quantity,
|
26
|
-
current =
|
27
|
-
size =
|
28
|
-
onClick,
|
29
|
-
resizable,
|
30
|
-
customSize,
|
31
|
-
disabled =
|
32
|
-
zones = [{ color: "#ff0000", to:
|
33
|
-
unselectedColor = "#ffffff",
|
34
|
-
scoreTextColor = {
|
13
|
+
rootClassName: y,
|
14
|
+
titleClassName: R,
|
15
|
+
scoreClassName: V,
|
16
|
+
stepsRootClassName: k,
|
17
|
+
stepsStepClassName: z,
|
18
|
+
title: A = J,
|
19
|
+
withoutTitle: H = !1,
|
20
|
+
needZeroValue: M = !0,
|
21
|
+
quantity: c,
|
22
|
+
current: n = g,
|
23
|
+
size: j = T.M,
|
24
|
+
onClick: a,
|
25
|
+
resizable: h,
|
26
|
+
customSize: l,
|
27
|
+
disabled: B = !1,
|
28
|
+
zones: o = [{ color: "#ff0000", to: c }],
|
29
|
+
unselectedColor: e = "#ffffff",
|
30
|
+
scoreTextColor: i = {
|
35
31
|
unselected: "#000000",
|
36
32
|
selected: "#ffffff"
|
37
33
|
},
|
38
|
-
classNameIconStep,
|
39
|
-
fillByActualZone
|
40
|
-
} =
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
}, [
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
},
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
};
|
60
|
-
const handleHoverStepLeave = () => {
|
61
|
-
setHoveredScore(null);
|
62
|
-
};
|
63
|
-
const maxContainerWidth = resizable ? quantity * ((customSize == null ? void 0 : customSize.width) ?? StepSize[size].width) : void 0;
|
64
|
-
let showingScore;
|
65
|
-
let showingScoreBackground;
|
66
|
-
let showingScoreColor;
|
67
|
-
if (hoveredScore) {
|
68
|
-
showingScore = hoveredScore;
|
69
|
-
showingScoreBackground = currentColor;
|
70
|
-
showingScoreColor = scoreTextColor.selected;
|
71
|
-
} else {
|
72
|
-
showingScore = isZeroStep ? ZERO_VALUE : score2;
|
73
|
-
showingScoreBackground = isZeroStep ? unselectedColor : currentColor;
|
74
|
-
showingScoreColor = isZeroStep ? scoreTextColor.unselected : scoreTextColor.selected;
|
75
|
-
}
|
76
|
-
return /* @__PURE__ */ jsxs("div", { className: classNames(cls.container, rootClassName), ref, children: [
|
77
|
-
!withoutTitle && /* @__PURE__ */ jsx("p", { className: classNames(cls.title, titleClassName), children: title2 }),
|
78
|
-
/* @__PURE__ */ jsx(
|
34
|
+
classNameIconStep: I,
|
35
|
+
fillByActualZone: O
|
36
|
+
} = Z, [s, N] = S(n), [_, E] = S(null), [v, w] = S(e), r = s === g;
|
37
|
+
L(() => {
|
38
|
+
N(n);
|
39
|
+
}, [n]), L(() => {
|
40
|
+
var x;
|
41
|
+
const t = r ? e : ((x = o == null ? void 0 : o.find((D) => s <= D.to)) == null ? void 0 : x.color) ?? e;
|
42
|
+
w(t);
|
43
|
+
}, [s, o, e, r]);
|
44
|
+
const P = (t) => {
|
45
|
+
N(t), a == null || a(t);
|
46
|
+
}, U = (t) => {
|
47
|
+
E(t + 1);
|
48
|
+
}, W = () => {
|
49
|
+
E(null);
|
50
|
+
}, q = h ? c * ((l == null ? void 0 : l.width) ?? X[j].width) : void 0;
|
51
|
+
let d, f, m;
|
52
|
+
return _ ? (d = _, f = v, m = i.selected) : (d = r ? K : s, f = r ? e : v, m = r ? i.unselected : i.selected), /* @__PURE__ */ F("div", { className: p(C.container, y), ref: b, children: [
|
53
|
+
!H && /* @__PURE__ */ u("p", { className: p(C.title, R), children: A }),
|
54
|
+
/* @__PURE__ */ u(
|
79
55
|
"div",
|
80
56
|
{
|
81
|
-
className:
|
57
|
+
className: p(C.score, V),
|
82
58
|
style: {
|
83
|
-
backgroundColor:
|
84
|
-
color:
|
59
|
+
backgroundColor: f,
|
60
|
+
color: m
|
85
61
|
},
|
86
|
-
children:
|
62
|
+
children: d
|
87
63
|
}
|
88
64
|
),
|
89
|
-
/* @__PURE__ */
|
90
|
-
|
65
|
+
/* @__PURE__ */ u(
|
66
|
+
Q,
|
91
67
|
{
|
92
68
|
style: {
|
93
|
-
maxWidth:
|
69
|
+
maxWidth: q
|
94
70
|
},
|
95
|
-
customSize,
|
96
|
-
rootClassName:
|
97
|
-
stepClassName:
|
98
|
-
quantity,
|
99
|
-
size:
|
100
|
-
current:
|
101
|
-
editable:
|
102
|
-
needZeroValue,
|
103
|
-
resizable,
|
104
|
-
disabled,
|
105
|
-
onClick:
|
106
|
-
onStepMouseEnter:
|
107
|
-
onStepMouseLeave:
|
108
|
-
setParentColor:
|
109
|
-
zones,
|
110
|
-
unselectedColor,
|
111
|
-
fillByActualZone,
|
112
|
-
classNameIconStep
|
71
|
+
customSize: l,
|
72
|
+
rootClassName: k,
|
73
|
+
stepClassName: z,
|
74
|
+
quantity: c,
|
75
|
+
size: T.L,
|
76
|
+
current: s,
|
77
|
+
editable: !0,
|
78
|
+
needZeroValue: M,
|
79
|
+
resizable: h,
|
80
|
+
disabled: B,
|
81
|
+
onClick: P,
|
82
|
+
onStepMouseEnter: U,
|
83
|
+
onStepMouseLeave: W,
|
84
|
+
setParentColor: w,
|
85
|
+
zones: o,
|
86
|
+
unselectedColor: e,
|
87
|
+
fillByActualZone: O,
|
88
|
+
classNameIconStep: I
|
113
89
|
}
|
114
90
|
)
|
115
91
|
] });
|
116
92
|
});
|
117
93
|
export {
|
118
|
-
Vote
|
94
|
+
ne as Vote
|
119
95
|
};
|
@@ -1,15 +1,9 @@
|
|
1
|
-
import { EStepsSize } from "../Steps/constants.js";
|
2
|
-
const
|
3
|
-
|
4
|
-
const ZERO_VALUE = "-";
|
5
|
-
var EVoteSize = ((EVoteSize2) => {
|
6
|
-
EVoteSize2[EVoteSize2["M"] = EStepsSize.M] = "M";
|
7
|
-
EVoteSize2[EVoteSize2["L"] = EStepsSize.L] = "L";
|
8
|
-
return EVoteSize2;
|
9
|
-
})(EVoteSize || {});
|
1
|
+
import { EStepsSize as T } from "../Steps/constants.js";
|
2
|
+
const n = "Ваша оценка", s = 0.5, t = "-";
|
3
|
+
var r = ((L) => (L[L.M = T.M] = "M", L[L.L = T.L] = "L", L))(r || {});
|
10
4
|
export {
|
11
|
-
DEFAULT_TITLE,
|
12
|
-
EVoteSize,
|
13
|
-
SCORE_TO_QUANTITY_THRESHOLD,
|
14
|
-
ZERO_VALUE
|
5
|
+
n as DEFAULT_TITLE,
|
6
|
+
r as EVoteSize,
|
7
|
+
s as SCORE_TO_QUANTITY_THRESHOLD,
|
8
|
+
t as ZERO_VALUE
|
15
9
|
};
|
package/dist/components/index.js
CHANGED
@@ -1,137 +1,137 @@
|
|
1
|
-
import { Button } from "./Button/Button.js";
|
2
|
-
import { EButtonForm, EButtonSize, EButtonVariantBorderless, EButtonVariantDefault, EButtonVariantOutline, EButtonVariantRound } from "./Button/constants.js";
|
3
|
-
import { I } from "../Input-
|
4
|
-
import { EInputSize, EInputStatus, EInputVariant } from "./Input/constants.js";
|
5
|
-
import { TextArea } from "./TextArea/TextArea.js";
|
6
|
-
import { InputPassword } from "./InputPassword/InputPassword.js";
|
7
|
-
import { InputPhoneNumber } from "./InputPhoneNumber/InputPhoneNumber.js";
|
8
|
-
import { getMaskedInputPhoneValue, getUnmaskedInputValue } from "./InputPhoneNumber/utils.js";
|
9
|
-
import { OtpInput } from "./OtpInput/OtpInput.js";
|
10
|
-
import { RadioGroup } from "./RadioGroup/RadioGroup.js";
|
11
|
-
import { DatePicker } from "./DatePicker/DatePicker.js";
|
12
|
-
import { MergedButton } from "./MergedButton/MergedButton.js";
|
13
|
-
import { EMergedButtonVariantRound } from "./MergedButton/constants.js";
|
14
|
-
import { AppImage } from "./Image/Image.js";
|
15
|
-
import { Loader } from "./Loader/Loader.js";
|
16
|
-
import { Slider } from "./Slider/
|
17
|
-
import { Drawer } from "./Drawer/Drawer.js";
|
18
|
-
import { EDrawerPosition } from "./Drawer/constants.js";
|
19
|
-
import { Steps } from "./Steps/Steps.js";
|
20
|
-
import { EStepColor, EStepsSize } from "./Steps/constants.js";
|
21
|
-
import { Vote } from "./Vote/Vote.js";
|
22
|
-
import { EVoteSize } from "./Vote/constants.js";
|
23
|
-
import { SelectSearch } from "./SelectSearch/SelectSearch.js";
|
24
|
-
import { ESelectSearchSize } from "./SelectSearch/constants.js";
|
25
|
-
import { CheckboxMimir } from "./CheckboxMimir/CheckboxMimir.js";
|
26
|
-
import { Tag } from "./Tag/Tag.js";
|
27
|
-
import { ETagSize, ETagType } from "./Tag/constants.js";
|
28
|
-
import { Timer } from "./Timer/Timer.js";
|
29
|
-
import { Accordion } from "./Accordion/Accordion.js";
|
30
|
-
import { EAccordionSize } from "./Accordion/constants.js";
|
31
|
-
import { AccordionItem } from "./Accordion/AccordionItem/AccordionItem.js";
|
32
|
-
import { TabTrail } from "./TabTrail/TabTrail.js";
|
33
|
-
import { ETabTrailSize } from "./TabTrail/constants.js";
|
34
|
-
import { Pagination } from "./Pagination/Pagination.js";
|
35
|
-
import { ToastProvider } from "./Toasts/ToastsProvider.js";
|
36
|
-
import { useToast } from "./Toasts/hooks.js";
|
37
|
-
import { EToastPosition, EToastVariant } from "./Toasts/constants.js";
|
38
|
-
import { UploaderPhotos } from "./UploaderPhotos/UploaderPhotos.js";
|
39
|
-
import { Uploader } from "./Uploader/Uploader.js";
|
40
|
-
import { Link } from "./AnchorLink/Link.js";
|
41
|
-
import { ELinkSize, ELinkVariant } from "./AnchorLink/constants.js";
|
42
|
-
import { NotificationBadge } from "./NotificationBadge/NotificationBadge.js";
|
43
|
-
import { ENotificationBadgeSize } from "./NotificationBadge/constants.js";
|
44
|
-
import { Chip } from "./Chip/Chip.js";
|
45
|
-
import { EChipSize, EChipVariant } from "./Chip/constants.js";
|
46
|
-
import { UniversalUploader } from "./UniversalUploader/UniversalUploader.js";
|
47
|
-
import { EUploaderType } from "./UniversalUploader/constants.js";
|
48
|
-
import { InputRangeSlider } from "./InputRangeSlider/InputRangeSlider.js";
|
49
|
-
import { EInputRangeSliderBorderState, EInputRangeSliderPositions } from "./InputRangeSlider/constants.js";
|
50
|
-
import { GosZnak } from "./GosZnak/GosZnak.js";
|
51
|
-
import { EGosZnakSize, EGosZnakType } from "./GosZnak/constants.js";
|
52
|
-
import { Switcher } from "./Switcher/Switcher.js";
|
53
|
-
import { ELabelPositions } from "./Switcher/constants.js";
|
54
|
-
import { TwinSwitcher } from "./TwinSwitcher/TwinSwitcher.js";
|
55
|
-
import { SkeletonBrick } from "./Skeleton/SkeletonBrick/SkeletonBrick.js";
|
56
|
-
import { SkeletonText } from "./Skeleton/SkeletonText/SkeletonText.js";
|
57
|
-
import { SkeletonCircle } from "./Skeleton/SkeletonCircle/SkeletonCircle.js";
|
58
|
-
import { ESkeletonVariant } from "./Skeleton/constants.js";
|
59
|
-
import { Avatar } from "./Avatar/Avatar.js";
|
60
|
-
import { EAvatarSize } from "./Avatar/constants.js";
|
1
|
+
import { Button as e } from "./Button/Button.js";
|
2
|
+
import { EButtonForm as p, EButtonSize as a, EButtonVariantBorderless as m, EButtonVariantDefault as i, EButtonVariantOutline as f, EButtonVariantRound as n } from "./Button/constants.js";
|
3
|
+
import { I as E } from "../Input-DGr0q5AJ.js";
|
4
|
+
import { EInputSize as u, EInputStatus as s, EInputVariant as d } from "./Input/constants.js";
|
5
|
+
import { TextArea as c } from "./TextArea/TextArea.js";
|
6
|
+
import { InputPassword as I } from "./InputPassword/InputPassword.js";
|
7
|
+
import { InputPhoneNumber as k } from "./InputPhoneNumber/InputPhoneNumber.js";
|
8
|
+
import { getMaskedInputPhoneValue as V, getUnmaskedInputValue as z } from "./InputPhoneNumber/utils.js";
|
9
|
+
import { OtpInput as P } from "./OtpInput/OtpInput.js";
|
10
|
+
import { RadioGroup as w } from "./RadioGroup/RadioGroup.js";
|
11
|
+
import { DatePicker as R } from "./DatePicker/DatePicker.js";
|
12
|
+
import { MergedButton as b } from "./MergedButton/MergedButton.js";
|
13
|
+
import { EMergedButtonVariantRound as v } from "./MergedButton/constants.js";
|
14
|
+
import { AppImage as G } from "./Image/Image.js";
|
15
|
+
import { Loader as y } from "./Loader/Loader.js";
|
16
|
+
import { Slider as Z } from "./Slider/index.js";
|
17
|
+
import { Drawer as F } from "./Drawer/Drawer.js";
|
18
|
+
import { EDrawerPosition as q } from "./Drawer/constants.js";
|
19
|
+
import { Steps as J } from "./Steps/Steps.js";
|
20
|
+
import { EStepColor as Q, EStepsSize as W } from "./Steps/constants.js";
|
21
|
+
import { Vote as Y } from "./Vote/Vote.js";
|
22
|
+
import { EVoteSize as $ } from "./Vote/constants.js";
|
23
|
+
import { SelectSearch as ro } from "./SelectSearch/SelectSearch.js";
|
24
|
+
import { ESelectSearchSize as to } from "./SelectSearch/constants.js";
|
25
|
+
import { CheckboxMimir as ao } from "./CheckboxMimir/CheckboxMimir.js";
|
26
|
+
import { Tag as io } from "./Tag/Tag.js";
|
27
|
+
import { ETagSize as no, ETagType as xo } from "./Tag/constants.js";
|
28
|
+
import { Timer as So } from "./Timer/Timer.js";
|
29
|
+
import { Accordion as so } from "./Accordion/Accordion.js";
|
30
|
+
import { EAccordionSize as co } from "./Accordion/constants.js";
|
31
|
+
import { AccordionItem as Io } from "./Accordion/AccordionItem/AccordionItem.js";
|
32
|
+
import { TabTrail as ko } from "./TabTrail/TabTrail.js";
|
33
|
+
import { ETabTrailSize as Vo } from "./TabTrail/constants.js";
|
34
|
+
import { Pagination as ho } from "./Pagination/Pagination.js";
|
35
|
+
import { ToastProvider as Ao } from "./Toasts/ToastsProvider.js";
|
36
|
+
import { useToast as Co } from "./Toasts/hooks.js";
|
37
|
+
import { EToastPosition as Uo, EToastVariant as bo } from "./Toasts/constants.js";
|
38
|
+
import { UploaderPhotos as vo } from "./UploaderPhotos/UploaderPhotos.js";
|
39
|
+
import { Uploader as Go } from "./Uploader/Uploader.js";
|
40
|
+
import { Link as yo } from "./AnchorLink/Link.js";
|
41
|
+
import { ELinkSize as Zo, ELinkVariant as Oo } from "./AnchorLink/constants.js";
|
42
|
+
import { NotificationBadge as jo } from "./NotificationBadge/NotificationBadge.js";
|
43
|
+
import { ENotificationBadgeSize as Ho } from "./NotificationBadge/constants.js";
|
44
|
+
import { Chip as Ko } from "./Chip/Chip.js";
|
45
|
+
import { EChipSize as Wo, EChipVariant as Xo } from "./Chip/constants.js";
|
46
|
+
import { UniversalUploader as _o } from "./UniversalUploader/UniversalUploader.js";
|
47
|
+
import { EUploaderType as or } from "./UniversalUploader/constants.js";
|
48
|
+
import { InputRangeSlider as er } from "./InputRangeSlider/InputRangeSlider.js";
|
49
|
+
import { EInputRangeSliderBorderState as pr, EInputRangeSliderPositions as ar } from "./InputRangeSlider/constants.js";
|
50
|
+
import { GosZnak as ir } from "./GosZnak/GosZnak.js";
|
51
|
+
import { EGosZnakSize as nr, EGosZnakType as xr } from "./GosZnak/constants.js";
|
52
|
+
import { Switcher as Sr } from "./Switcher/Switcher.js";
|
53
|
+
import { ELabelPositions as sr } from "./Switcher/constants.js";
|
54
|
+
import { TwinSwitcher as lr } from "./TwinSwitcher/TwinSwitcher.js";
|
55
|
+
import { SkeletonBrick as Tr } from "./Skeleton/SkeletonBrick/SkeletonBrick.js";
|
56
|
+
import { SkeletonText as gr } from "./Skeleton/SkeletonText/SkeletonText.js";
|
57
|
+
import { SkeletonCircle as Br } from "./Skeleton/SkeletonCircle/SkeletonCircle.js";
|
58
|
+
import { ESkeletonVariant as zr } from "./Skeleton/constants.js";
|
59
|
+
import { Avatar as Pr } from "./Avatar/Avatar.js";
|
60
|
+
import { EAvatarSize as wr } from "./Avatar/constants.js";
|
61
61
|
export {
|
62
|
-
Accordion,
|
63
|
-
AccordionItem,
|
64
|
-
Avatar,
|
65
|
-
Button,
|
66
|
-
CheckboxMimir,
|
67
|
-
Chip,
|
68
|
-
DatePicker,
|
69
|
-
Drawer,
|
70
|
-
EAccordionSize,
|
71
|
-
EAvatarSize,
|
72
|
-
EButtonForm,
|
73
|
-
EButtonSize,
|
74
|
-
EButtonVariantBorderless,
|
75
|
-
EButtonVariantDefault,
|
76
|
-
EButtonVariantOutline,
|
77
|
-
EButtonVariantRound,
|
78
|
-
EChipSize,
|
79
|
-
EChipVariant,
|
80
|
-
EDrawerPosition,
|
81
|
-
EGosZnakSize,
|
82
|
-
EGosZnakType,
|
83
|
-
EInputRangeSliderBorderState,
|
84
|
-
EInputRangeSliderPositions,
|
85
|
-
EInputSize,
|
86
|
-
EInputStatus,
|
87
|
-
EInputVariant,
|
88
|
-
ELabelPositions,
|
89
|
-
ELinkSize,
|
90
|
-
ELinkVariant,
|
91
|
-
EMergedButtonVariantRound,
|
92
|
-
ENotificationBadgeSize,
|
93
|
-
ESelectSearchSize,
|
94
|
-
ESkeletonVariant,
|
95
|
-
EStepColor,
|
96
|
-
EStepsSize,
|
97
|
-
ETabTrailSize,
|
98
|
-
ETagSize,
|
99
|
-
ETagType,
|
100
|
-
EToastPosition,
|
101
|
-
EToastVariant,
|
102
|
-
EUploaderType,
|
103
|
-
EVoteSize,
|
104
|
-
GosZnak,
|
105
|
-
|
106
|
-
|
107
|
-
InputPassword,
|
108
|
-
InputPhoneNumber,
|
109
|
-
InputRangeSlider,
|
110
|
-
Link,
|
111
|
-
Loader,
|
112
|
-
MergedButton,
|
113
|
-
NotificationBadge,
|
114
|
-
OtpInput,
|
115
|
-
Pagination,
|
116
|
-
RadioGroup,
|
117
|
-
SelectSearch,
|
118
|
-
SkeletonBrick,
|
119
|
-
SkeletonCircle,
|
120
|
-
SkeletonText,
|
121
|
-
Slider,
|
122
|
-
Steps,
|
123
|
-
Switcher,
|
124
|
-
TabTrail,
|
125
|
-
Tag,
|
126
|
-
TextArea,
|
127
|
-
Timer,
|
128
|
-
ToastProvider,
|
129
|
-
TwinSwitcher,
|
130
|
-
UniversalUploader,
|
131
|
-
Uploader,
|
132
|
-
UploaderPhotos,
|
133
|
-
Vote,
|
134
|
-
getMaskedInputPhoneValue,
|
135
|
-
getUnmaskedInputValue,
|
136
|
-
useToast
|
62
|
+
so as Accordion,
|
63
|
+
Io as AccordionItem,
|
64
|
+
Pr as Avatar,
|
65
|
+
e as Button,
|
66
|
+
ao as CheckboxMimir,
|
67
|
+
Ko as Chip,
|
68
|
+
R as DatePicker,
|
69
|
+
F as Drawer,
|
70
|
+
co as EAccordionSize,
|
71
|
+
wr as EAvatarSize,
|
72
|
+
p as EButtonForm,
|
73
|
+
a as EButtonSize,
|
74
|
+
m as EButtonVariantBorderless,
|
75
|
+
i as EButtonVariantDefault,
|
76
|
+
f as EButtonVariantOutline,
|
77
|
+
n as EButtonVariantRound,
|
78
|
+
Wo as EChipSize,
|
79
|
+
Xo as EChipVariant,
|
80
|
+
q as EDrawerPosition,
|
81
|
+
nr as EGosZnakSize,
|
82
|
+
xr as EGosZnakType,
|
83
|
+
pr as EInputRangeSliderBorderState,
|
84
|
+
ar as EInputRangeSliderPositions,
|
85
|
+
u as EInputSize,
|
86
|
+
s as EInputStatus,
|
87
|
+
d as EInputVariant,
|
88
|
+
sr as ELabelPositions,
|
89
|
+
Zo as ELinkSize,
|
90
|
+
Oo as ELinkVariant,
|
91
|
+
v as EMergedButtonVariantRound,
|
92
|
+
Ho as ENotificationBadgeSize,
|
93
|
+
to as ESelectSearchSize,
|
94
|
+
zr as ESkeletonVariant,
|
95
|
+
Q as EStepColor,
|
96
|
+
W as EStepsSize,
|
97
|
+
Vo as ETabTrailSize,
|
98
|
+
no as ETagSize,
|
99
|
+
xo as ETagType,
|
100
|
+
Uo as EToastPosition,
|
101
|
+
bo as EToastVariant,
|
102
|
+
or as EUploaderType,
|
103
|
+
$ as EVoteSize,
|
104
|
+
ir as GosZnak,
|
105
|
+
G as Image,
|
106
|
+
E as Input,
|
107
|
+
I as InputPassword,
|
108
|
+
k as InputPhoneNumber,
|
109
|
+
er as InputRangeSlider,
|
110
|
+
yo as Link,
|
111
|
+
y as Loader,
|
112
|
+
b as MergedButton,
|
113
|
+
jo as NotificationBadge,
|
114
|
+
P as OtpInput,
|
115
|
+
ho as Pagination,
|
116
|
+
w as RadioGroup,
|
117
|
+
ro as SelectSearch,
|
118
|
+
Tr as SkeletonBrick,
|
119
|
+
Br as SkeletonCircle,
|
120
|
+
gr as SkeletonText,
|
121
|
+
Z as Slider,
|
122
|
+
J as Steps,
|
123
|
+
Sr as Switcher,
|
124
|
+
ko as TabTrail,
|
125
|
+
io as Tag,
|
126
|
+
c as TextArea,
|
127
|
+
So as Timer,
|
128
|
+
Ao as ToastProvider,
|
129
|
+
lr as TwinSwitcher,
|
130
|
+
_o as UniversalUploader,
|
131
|
+
Go as Uploader,
|
132
|
+
vo as UploaderPhotos,
|
133
|
+
Y as Vote,
|
134
|
+
V as getMaskedInputPhoneValue,
|
135
|
+
z as getUnmaskedInputValue,
|
136
|
+
Co as useToast
|
137
137
|
};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import l, { useId as u, useMemo as f } from "react";
|
2
|
+
import { z as p, U as h, a as v, l as E, f as b, W as $ } from "./label-y3ANLTNC.js";
|
3
|
+
import { W as H, H as W } from "./keyboard-B0lm_zyn.js";
|
4
|
+
let P = "div";
|
5
|
+
function _(a, i) {
|
6
|
+
let d = `headlessui-control-${u()}`, [o, n] = p(), [m, s] = h(), c = v(), { disabled: e = c || !1, ...t } = a, r = f(() => ({ disabled: e }), [e]);
|
7
|
+
return l.createElement(E, { value: e }, l.createElement(n, { value: o }, l.createElement(s, { value: m }, l.createElement(b, { id: d }, W({ ourProps: { ref: i, disabled: e || void 0, "aria-disabled": e || void 0 }, theirProps: { ...t, children: l.createElement($, null, typeof t.children == "function" ? t.children(r) : t.children) }, slot: r, defaultTag: P, name: "Field" })))));
|
8
|
+
}
|
9
|
+
let z = H(_);
|
10
|
+
export {
|
11
|
+
z as H
|
12
|
+
};
|