@kvdbil/components 3.3.5-4 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/ColorCard.js +10 -31
- package/cjs/ElevationCard.js +5 -21
- package/cjs/Interfaces.js +1 -2
- package/cjs/Types.js +1 -2
- package/cjs/components/Accordion/index.js +20 -64
- package/cjs/components/Badge/index.js +9 -43
- package/cjs/components/Button/index.js +60 -125
- package/cjs/components/Card/index.js +6 -25
- package/cjs/components/CheckBox/index.js +24 -53
- package/cjs/components/Chip/index.js +10 -65
- package/cjs/components/DayPicker/DayPickerNavBar.js +9 -32
- package/cjs/components/DayPicker/index.js +10 -40
- package/cjs/components/DayPicker/localeUtils.js +1 -60
- package/cjs/components/DayPicker/style.js +226 -0
- package/cjs/components/Dialog/index.js +9 -42
- package/cjs/components/ErrorMessage/index.js +6 -21
- package/cjs/components/FieldLabel.js +22 -49
- package/cjs/components/Header/Hamburger.js +7 -22
- package/cjs/components/Header/Link.js +9 -26
- package/cjs/components/Header/index.js +16 -45
- package/cjs/components/Hero/index.js +7 -32
- package/cjs/components/Icon/index.js +11 -76
- package/cjs/components/IconButton.js +15 -54
- package/cjs/components/Icons/Arrow.js +1 -9
- package/cjs/components/Icons/CheckCircle.js +1 -9
- package/cjs/components/Icons/CheckIcon.js +1 -9
- package/cjs/components/Icons/Close.js +1 -9
- package/cjs/components/Icons/ErrorCircle.js +1 -9
- package/cjs/components/Icons/InfoCircle.js +1 -9
- package/cjs/components/InlineStepper/Step.js +16 -53
- package/cjs/components/InlineStepper/StepCircle.js +11 -46
- package/cjs/components/InlineStepper/index.js +4 -39
- package/cjs/components/ListItem/Bacon.js +1 -9
- package/cjs/components/ListItem/index.js +7 -28
- package/cjs/components/Logo/LogoEn.js +1 -9
- package/cjs/components/Logo/LogoSv.js +1 -9
- package/cjs/components/Logo/index.js +3 -30
- package/cjs/components/MenuItem/index.js +23 -68
- package/cjs/components/Modal/index.js +11 -54
- package/cjs/components/NotificationButton/index.js +4 -28
- package/cjs/components/OffCanvas/Overlay.js +2 -33
- package/cjs/components/OffCanvas/index.js +21 -62
- package/cjs/components/OffCanvas/useClickOutside.js +1 -21
- package/cjs/components/RadioButton/index.js +28 -58
- package/cjs/components/Range/index.js +10 -35
- package/cjs/components/Select/components/test-icon.js +1 -9
- package/cjs/components/Select/index.js +18 -147
- package/cjs/components/Snackbar/index.js +24 -76
- package/cjs/components/Spinner/index.js +10 -46
- package/cjs/components/Stepper/index.js +11 -35
- package/cjs/components/StepperAccordion/index.js +26 -76
- package/cjs/components/Tabs/index.js +7 -47
- package/cjs/components/TextArea/index.js +30 -61
- package/cjs/components/Textfield/index.js +29 -69
- package/cjs/components/TimePicker/index.js +2 -29
- package/cjs/components/TimePicker/testHelper.js +1 -17
- package/cjs/components/Toggle/index.js +12 -45
- package/cjs/icons/components/AccountCreateIcon.js +1 -11
- package/cjs/icons/components/AccountIcon.js +1 -11
- package/cjs/icons/components/AccountLoginIcon.js +1 -11
- package/cjs/icons/components/ArrowDownIcon.js +1 -11
- package/cjs/icons/components/ArrowLeftIcon.js +1 -11
- package/cjs/icons/components/ArrowLeftSharpIcon.js +1 -11
- package/cjs/icons/components/ArrowLeftSmallIcon.js +1 -11
- package/cjs/icons/components/ArrowLong.js +1 -11
- package/cjs/icons/components/ArrowRestartIcon.js +1 -11
- package/cjs/icons/components/ArrowRightIcon.js +1 -11
- package/cjs/icons/components/ArrowRightSharpIcon.js +1 -11
- package/cjs/icons/components/ArrowUpIcon.js +1 -11
- package/cjs/icons/components/AuctionIcon.js +1 -11
- package/cjs/icons/components/BackArrowIcon.js +1 -11
- package/cjs/icons/components/Baseline360Icon.js +1 -11
- package/cjs/icons/components/BellIcon.js +1 -11
- package/cjs/icons/components/BidIcon.js +1 -11
- package/cjs/icons/components/BidKrIcon.js +1 -11
- package/cjs/icons/components/BreaksIcon.js +1 -11
- package/cjs/icons/components/BuyCarIcon.js +1 -11
- package/cjs/icons/components/CabIcon.js +1 -11
- package/cjs/icons/components/CalendarIcon.js +1 -11
- package/cjs/icons/components/CameraIcon.js +1 -11
- package/cjs/icons/components/Car360Icon.js +1 -11
- package/cjs/icons/components/CarFrontIcon.js +1 -11
- package/cjs/icons/components/CarSearchIcon.js +1 -11
- package/cjs/icons/components/CarSideIcon.js +1 -11
- package/cjs/icons/components/CarTiresIcon.js +1 -11
- package/cjs/icons/components/CaravanIcon.js +1 -11
- package/cjs/icons/components/CardViewIcon.js +1 -11
- package/cjs/icons/components/CarloanIcon.js +1 -11
- package/cjs/icons/components/CertifiedIcon.js +1 -11
- package/cjs/icons/components/ChatIcon.js +1 -11
- package/cjs/icons/components/CheckIcon.js +1 -11
- package/cjs/icons/components/CheckThinIcon.js +1 -11
- package/cjs/icons/components/CheckmarkFilledIcon.js +1 -11
- package/cjs/icons/components/CheckmarkIcon.js +1 -11
- package/cjs/icons/components/ClipboardFilledIcon.js +1 -11
- package/cjs/icons/components/ClipboardIcon.js +1 -11
- package/cjs/icons/components/ClockFilledIcon.js +1 -11
- package/cjs/icons/components/ClockIcon.js +1 -11
- package/cjs/icons/components/CloseIcon.js +1 -11
- package/cjs/icons/components/CloseThinIcon.js +1 -11
- package/cjs/icons/components/CoffeeIcon.js +1 -11
- package/cjs/icons/components/CombiIcon.js +1 -11
- package/cjs/icons/components/CommentCircleFilledIcon.js +1 -11
- package/cjs/icons/components/CommentCircleIconIcon.js +1 -11
- package/cjs/icons/components/CommentIcon.js +1 -11
- package/cjs/icons/components/ContactIcon.js +1 -11
- package/cjs/icons/components/CoupeIcon.js +1 -11
- package/cjs/icons/components/CreditCardIcon.js +1 -11
- package/cjs/icons/components/CrossCircleIcon.js +1 -11
- package/cjs/icons/components/CrownIcon.js +1 -11
- package/cjs/icons/components/DealmakerIcon.js +1 -11
- package/cjs/icons/components/DeliveryIcon.js +1 -11
- package/cjs/icons/components/DetailedSearchIcon.js +1 -11
- package/cjs/icons/components/EcoFriendlyIcon.js +1 -11
- package/cjs/icons/components/EditIcon.js +1 -11
- package/cjs/icons/components/EngineIcon.js +1 -11
- package/cjs/icons/components/EnglandFlagIcon.js +1 -11
- package/cjs/icons/components/EvaluationIcon.js +1 -11
- package/cjs/icons/components/ExaminationMarkFilledIcon.js +1 -11
- package/cjs/icons/components/ExaminationMarkIcon.js +1 -11
- package/cjs/icons/components/ExteriorIcon.js +1 -11
- package/cjs/icons/components/EyeIcon.js +1 -11
- package/cjs/icons/components/FacebookBtnIcon.js +1 -11
- package/cjs/icons/components/FacebookIcon.js +1 -11
- package/cjs/icons/components/FatalIcon.js +1 -11
- package/cjs/icons/components/FavouriteIcon.js +1 -11
- package/cjs/icons/components/FavouriteSolidIcon.js +1 -11
- package/cjs/icons/components/FilterIcon.js +1 -11
- package/cjs/icons/components/FinanceIcon.js +1 -11
- package/cjs/icons/components/FindCarIcon.js +1 -11
- package/cjs/icons/components/FixedMonthlyCostIcon.js +1 -11
- package/cjs/icons/components/FlagIcon.js +1 -11
- package/cjs/icons/components/FlexibilityIcon.js +1 -11
- package/cjs/icons/components/ForumLargeIcon.js +1 -11
- package/cjs/icons/components/ForumSmallIcon.js +1 -11
- package/cjs/icons/components/GavelIcon.js +1 -11
- package/cjs/icons/components/GearboxIcon.js +1 -11
- package/cjs/icons/components/GiftIcon.js +1 -11
- package/cjs/icons/components/GridViewIcon.js +1 -11
- package/cjs/icons/components/GroupIcon.js +1 -11
- package/cjs/icons/components/GuaranteeIcon.js +1 -11
- package/cjs/icons/components/GuaranteeLargeIcon.js +1 -11
- package/cjs/icons/components/GuaranteeSmallIcon.js +1 -11
- package/cjs/icons/components/HalfCombiIcon.js +1 -11
- package/cjs/icons/components/HamburgerIcon.js +1 -11
- package/cjs/icons/components/HandshakeIcon.js +1 -11
- package/cjs/icons/components/HelpingHandIcon.js +1 -11
- package/cjs/icons/components/IdIcon.js +1 -11
- package/cjs/icons/components/InformationIcon.js +1 -11
- package/cjs/icons/components/InstagramIcon.js +1 -11
- package/cjs/icons/components/InsuranceIcon.js +1 -11
- package/cjs/icons/components/InteriorIcon.js +1 -11
- package/cjs/icons/components/InteriorThinIcon.js +1 -11
- package/cjs/icons/components/InternationalIcon.js +1 -11
- package/cjs/icons/components/KvdTestIcon.js +1 -11
- package/cjs/icons/components/KvdVenueIcon.js +1 -11
- package/cjs/icons/components/LifebuoyIcon.js +1 -11
- package/cjs/icons/components/LiftTruckIcon.js +1 -11
- package/cjs/icons/components/LinkedInIcon.js +1 -11
- package/cjs/icons/components/ListViewIcon.js +1 -11
- package/cjs/icons/components/MailIcon.js +1 -11
- package/cjs/icons/components/MinibusIcon.js +1 -11
- package/cjs/icons/components/MinivanIcon.js +1 -11
- package/cjs/icons/components/MobileIcon.js +1 -11
- package/cjs/icons/components/MotorcycleIcon.js +1 -11
- package/cjs/icons/components/MrfLogoIcon.js +1 -11
- package/cjs/icons/components/NotFoundIcon.js +1 -11
- package/cjs/icons/components/OverbidIcon.js +1 -11
- package/cjs/icons/components/PdfIconIcon.js +1 -11
- package/cjs/icons/components/PhoneIcon.js +1 -11
- package/cjs/icons/components/PickUpIcon.js +1 -11
- package/cjs/icons/components/PinIcon.js +1 -11
- package/cjs/icons/components/PlayIcon.js +1 -11
- package/cjs/icons/components/Pricetag.js +1 -11
- package/cjs/icons/components/PricetagFilledKronaIcon.js +1 -11
- package/cjs/icons/components/PrivateCarIcon.js +1 -11
- package/cjs/icons/components/ProfileCircleIcon.js +1 -11
- package/cjs/icons/components/ProfileIcon.js +1 -11
- package/cjs/icons/components/RadioIcon.js +1 -11
- package/cjs/icons/components/ReclamationIcon.js +1 -11
- package/cjs/icons/components/ReleasingIcon.js +1 -11
- package/cjs/icons/components/RemoveFilterIcon.js +1 -11
- package/cjs/icons/components/ReservedPriceIcon.js +1 -11
- package/cjs/icons/components/ResultIcon.js +1 -11
- package/cjs/icons/components/SafePaymentIcon.js +1 -11
- package/cjs/icons/components/SaleTagIcon.js +1 -11
- package/cjs/icons/components/SearchCheckIcon.js +1 -11
- package/cjs/icons/components/SearchIcon.js +1 -11
- package/cjs/icons/components/SedanIcon.js +1 -11
- package/cjs/icons/components/SellCarIcon.js +1 -11
- package/cjs/icons/components/SellCarsIcon.js +1 -11
- package/cjs/icons/components/ServiceIcon.js +1 -11
- package/cjs/icons/components/ShareIcon.js +1 -11
- package/cjs/icons/components/ShieldIcon.js +1 -11
- package/cjs/icons/components/SignInIcon.js +1 -11
- package/cjs/icons/components/SignOutIcon.js +1 -11
- package/cjs/icons/components/SpeedMeterIcon.js +1 -11
- package/cjs/icons/components/StarCircleIcon.js +1 -11
- package/cjs/icons/components/StartIcon.js +1 -11
- package/cjs/icons/components/StoreIcon.js +1 -11
- package/cjs/icons/components/SuvIcon.js +1 -11
- package/cjs/icons/components/SwedenFlag.js +1 -11
- package/cjs/icons/components/TankIcon.js +1 -11
- package/cjs/icons/components/TireIcon.js +1 -11
- package/cjs/icons/components/TransportIcon.js +1 -11
- package/cjs/icons/components/TrashcanIcon.js +1 -11
- package/cjs/icons/components/TrophyIcon.js +1 -11
- package/cjs/icons/components/TruckIcon.js +1 -11
- package/cjs/icons/components/UmbrellaIcon.js +1 -11
- package/cjs/icons/components/ValuationIcon.js +1 -11
- package/cjs/icons/components/ValueIcon.js +1 -11
- package/cjs/icons/components/WarningIcon.js +1 -11
- package/cjs/icons/components/YoutubeIcon.js +1 -11
- package/cjs/icons/components/index.js +1 -320
- package/cjs/index.js +1 -439
- package/cjs/shared/constants.js +1 -7
- package/cjs/shared/helpers.js +1 -28
- package/cjs/shared/helpers.spec.js +1 -42
- package/cjs/shared/media-queries.js +1 -41
- package/cjs/theme.js +1 -125
- package/cjs/typography/BodyText/index.js +20 -53
- package/cjs/typography/ButtonText/index.js +15 -43
- package/cjs/typography/Heading/index.js +22 -54
- package/cjs/utils/utils.js +2 -30
- package/esm/ColorCard.js +10 -23
- package/esm/ElevationCard.js +5 -13
- package/esm/components/Accordion/index.js +20 -55
- package/esm/components/Badge/index.js +9 -34
- package/esm/components/Button/index.js +50 -106
- package/esm/components/Card/index.js +6 -16
- package/esm/components/CheckBox/index.js +17 -37
- package/esm/components/Chip/index.js +10 -56
- package/esm/components/DayPicker/DayPickerNavBar.js +9 -24
- package/esm/components/DayPicker/index.js +10 -30
- package/esm/components/DayPicker/localeUtils.js +1 -52
- package/esm/components/DayPicker/style.js +226 -0
- package/esm/components/Dialog/index.js +9 -33
- package/esm/components/ErrorMessage/index.js +6 -12
- package/esm/components/FieldLabel.js +21 -40
- package/esm/components/Header/Hamburger.js +7 -14
- package/esm/components/Header/Link.js +9 -18
- package/esm/components/Header/index.js +16 -36
- package/esm/components/Hero/index.js +7 -23
- package/esm/components/Icon/index.js +11 -68
- package/esm/components/IconButton.js +15 -46
- package/esm/components/Icons/Arrow.js +1 -5
- package/esm/components/Icons/CheckCircle.js +1 -5
- package/esm/components/Icons/CheckIcon.js +1 -5
- package/esm/components/Icons/Close.js +1 -5
- package/esm/components/Icons/ErrorCircle.js +1 -5
- package/esm/components/Icons/InfoCircle.js +1 -5
- package/esm/components/InlineStepper/Step.js +16 -44
- package/esm/components/InlineStepper/StepCircle.js +11 -38
- package/esm/components/InlineStepper/index.js +4 -31
- package/esm/components/ListItem/Bacon.js +1 -5
- package/esm/components/ListItem/index.js +7 -20
- package/esm/components/Logo/LogoEn.js +1 -5
- package/esm/components/Logo/LogoSv.js +1 -5
- package/esm/components/Logo/index.js +3 -21
- package/esm/components/MenuItem/index.js +22 -58
- package/esm/components/Modal/index.js +11 -45
- package/esm/components/NotificationButton/index.js +4 -20
- package/esm/components/OffCanvas/Overlay.js +2 -25
- package/esm/components/OffCanvas/index.js +21 -53
- package/esm/components/OffCanvas/useClickOutside.js +1 -17
- package/esm/components/RadioButton/index.js +21 -42
- package/esm/components/Range/index.js +10 -26
- package/esm/components/Select/components/test-icon.js +1 -5
- package/esm/components/Select/index.js +18 -137
- package/esm/components/Snackbar/index.js +24 -67
- package/esm/components/Spinner/index.js +10 -38
- package/esm/components/Stepper/index.js +11 -27
- package/esm/components/StepperAccordion/index.js +23 -64
- package/esm/components/Tabs/index.js +7 -37
- package/esm/components/TextArea/index.js +30 -52
- package/esm/components/Textfield/index.js +29 -60
- package/esm/components/TimePicker/index.js +2 -20
- package/esm/components/TimePicker/testHelper.js +1 -13
- package/esm/components/Toggle/index.js +12 -37
- package/esm/icons/components/AccountCreateIcon.js +1 -7
- package/esm/icons/components/AccountIcon.js +1 -7
- package/esm/icons/components/AccountLoginIcon.js +1 -7
- package/esm/icons/components/ArrowDownIcon.js +1 -7
- package/esm/icons/components/ArrowLeftIcon.js +1 -7
- package/esm/icons/components/ArrowLeftSharpIcon.js +1 -7
- package/esm/icons/components/ArrowLeftSmallIcon.js +1 -7
- package/esm/icons/components/ArrowLong.js +1 -7
- package/esm/icons/components/ArrowRestartIcon.js +1 -7
- package/esm/icons/components/ArrowRightIcon.js +1 -7
- package/esm/icons/components/ArrowRightSharpIcon.js +1 -7
- package/esm/icons/components/ArrowUpIcon.js +1 -7
- package/esm/icons/components/AuctionIcon.js +1 -7
- package/esm/icons/components/BackArrowIcon.js +1 -7
- package/esm/icons/components/Baseline360Icon.js +1 -7
- package/esm/icons/components/BellIcon.js +1 -7
- package/esm/icons/components/BidIcon.js +1 -7
- package/esm/icons/components/BidKrIcon.js +1 -7
- package/esm/icons/components/BreaksIcon.js +1 -7
- package/esm/icons/components/BuyCarIcon.js +1 -7
- package/esm/icons/components/CabIcon.js +1 -7
- package/esm/icons/components/CalendarIcon.js +1 -7
- package/esm/icons/components/CameraIcon.js +1 -7
- package/esm/icons/components/Car360Icon.js +1 -7
- package/esm/icons/components/CarFrontIcon.js +1 -7
- package/esm/icons/components/CarSearchIcon.js +1 -7
- package/esm/icons/components/CarSideIcon.js +1 -7
- package/esm/icons/components/CarTiresIcon.js +1 -7
- package/esm/icons/components/CaravanIcon.js +1 -7
- package/esm/icons/components/CardViewIcon.js +1 -7
- package/esm/icons/components/CarloanIcon.js +1 -7
- package/esm/icons/components/CertifiedIcon.js +1 -7
- package/esm/icons/components/ChatIcon.js +1 -7
- package/esm/icons/components/CheckIcon.js +1 -7
- package/esm/icons/components/CheckThinIcon.js +1 -7
- package/esm/icons/components/CheckmarkFilledIcon.js +1 -7
- package/esm/icons/components/CheckmarkIcon.js +1 -7
- package/esm/icons/components/ClipboardFilledIcon.js +1 -7
- package/esm/icons/components/ClipboardIcon.js +1 -7
- package/esm/icons/components/ClockFilledIcon.js +1 -7
- package/esm/icons/components/ClockIcon.js +1 -7
- package/esm/icons/components/CloseIcon.js +1 -7
- package/esm/icons/components/CloseThinIcon.js +1 -7
- package/esm/icons/components/CoffeeIcon.js +1 -7
- package/esm/icons/components/CombiIcon.js +1 -7
- package/esm/icons/components/CommentCircleFilledIcon.js +1 -7
- package/esm/icons/components/CommentCircleIconIcon.js +1 -7
- package/esm/icons/components/CommentIcon.js +1 -7
- package/esm/icons/components/ContactIcon.js +1 -7
- package/esm/icons/components/CoupeIcon.js +1 -7
- package/esm/icons/components/CreditCardIcon.js +1 -7
- package/esm/icons/components/CrossCircleIcon.js +1 -7
- package/esm/icons/components/CrownIcon.js +1 -7
- package/esm/icons/components/DealmakerIcon.js +1 -7
- package/esm/icons/components/DeliveryIcon.js +1 -7
- package/esm/icons/components/DetailedSearchIcon.js +1 -7
- package/esm/icons/components/EcoFriendlyIcon.js +1 -7
- package/esm/icons/components/EditIcon.js +1 -7
- package/esm/icons/components/EngineIcon.js +1 -7
- package/esm/icons/components/EnglandFlagIcon.js +1 -7
- package/esm/icons/components/EvaluationIcon.js +1 -7
- package/esm/icons/components/ExaminationMarkFilledIcon.js +1 -7
- package/esm/icons/components/ExaminationMarkIcon.js +1 -7
- package/esm/icons/components/ExteriorIcon.js +1 -7
- package/esm/icons/components/EyeIcon.js +1 -7
- package/esm/icons/components/FacebookBtnIcon.js +1 -7
- package/esm/icons/components/FacebookIcon.js +1 -7
- package/esm/icons/components/FatalIcon.js +1 -7
- package/esm/icons/components/FavouriteIcon.js +1 -7
- package/esm/icons/components/FavouriteSolidIcon.js +1 -7
- package/esm/icons/components/FilterIcon.js +1 -7
- package/esm/icons/components/FinanceIcon.js +1 -7
- package/esm/icons/components/FindCarIcon.js +1 -7
- package/esm/icons/components/FixedMonthlyCostIcon.js +1 -7
- package/esm/icons/components/FlagIcon.js +1 -7
- package/esm/icons/components/FlexibilityIcon.js +1 -7
- package/esm/icons/components/ForumLargeIcon.js +1 -7
- package/esm/icons/components/ForumSmallIcon.js +1 -7
- package/esm/icons/components/GavelIcon.js +1 -7
- package/esm/icons/components/GearboxIcon.js +1 -7
- package/esm/icons/components/GiftIcon.js +1 -7
- package/esm/icons/components/GridViewIcon.js +1 -7
- package/esm/icons/components/GroupIcon.js +1 -7
- package/esm/icons/components/GuaranteeIcon.js +1 -7
- package/esm/icons/components/GuaranteeLargeIcon.js +1 -7
- package/esm/icons/components/GuaranteeSmallIcon.js +1 -7
- package/esm/icons/components/HalfCombiIcon.js +1 -7
- package/esm/icons/components/HamburgerIcon.js +1 -7
- package/esm/icons/components/HandshakeIcon.js +1 -7
- package/esm/icons/components/HelpingHandIcon.js +1 -7
- package/esm/icons/components/IdIcon.js +1 -7
- package/esm/icons/components/InformationIcon.js +1 -7
- package/esm/icons/components/InstagramIcon.js +1 -7
- package/esm/icons/components/InsuranceIcon.js +1 -7
- package/esm/icons/components/InteriorIcon.js +1 -7
- package/esm/icons/components/InteriorThinIcon.js +1 -7
- package/esm/icons/components/InternationalIcon.js +1 -7
- package/esm/icons/components/KvdTestIcon.js +1 -7
- package/esm/icons/components/KvdVenueIcon.js +1 -7
- package/esm/icons/components/LifebuoyIcon.js +1 -7
- package/esm/icons/components/LiftTruckIcon.js +1 -7
- package/esm/icons/components/LinkedInIcon.js +1 -7
- package/esm/icons/components/ListViewIcon.js +1 -7
- package/esm/icons/components/MailIcon.js +1 -7
- package/esm/icons/components/MinibusIcon.js +1 -7
- package/esm/icons/components/MinivanIcon.js +1 -7
- package/esm/icons/components/MobileIcon.js +1 -7
- package/esm/icons/components/MotorcycleIcon.js +1 -7
- package/esm/icons/components/MrfLogoIcon.js +1 -7
- package/esm/icons/components/NotFoundIcon.js +1 -7
- package/esm/icons/components/OverbidIcon.js +1 -7
- package/esm/icons/components/PdfIconIcon.js +1 -7
- package/esm/icons/components/PhoneIcon.js +1 -7
- package/esm/icons/components/PickUpIcon.js +1 -7
- package/esm/icons/components/PinIcon.js +1 -7
- package/esm/icons/components/PlayIcon.js +1 -7
- package/esm/icons/components/Pricetag.js +1 -7
- package/esm/icons/components/PricetagFilledKronaIcon.js +1 -7
- package/esm/icons/components/PrivateCarIcon.js +1 -7
- package/esm/icons/components/ProfileCircleIcon.js +1 -7
- package/esm/icons/components/ProfileIcon.js +1 -7
- package/esm/icons/components/RadioIcon.js +1 -7
- package/esm/icons/components/ReclamationIcon.js +1 -7
- package/esm/icons/components/ReleasingIcon.js +1 -7
- package/esm/icons/components/RemoveFilterIcon.js +1 -7
- package/esm/icons/components/ReservedPriceIcon.js +1 -7
- package/esm/icons/components/ResultIcon.js +1 -7
- package/esm/icons/components/SafePaymentIcon.js +1 -7
- package/esm/icons/components/SaleTagIcon.js +1 -7
- package/esm/icons/components/SearchCheckIcon.js +1 -7
- package/esm/icons/components/SearchIcon.js +1 -7
- package/esm/icons/components/SedanIcon.js +1 -7
- package/esm/icons/components/SellCarIcon.js +1 -7
- package/esm/icons/components/SellCarsIcon.js +1 -7
- package/esm/icons/components/ServiceIcon.js +1 -7
- package/esm/icons/components/ShareIcon.js +1 -7
- package/esm/icons/components/ShieldIcon.js +1 -7
- package/esm/icons/components/SignInIcon.js +1 -7
- package/esm/icons/components/SignOutIcon.js +1 -7
- package/esm/icons/components/SpeedMeterIcon.js +1 -7
- package/esm/icons/components/StarCircleIcon.js +1 -7
- package/esm/icons/components/StartIcon.js +1 -7
- package/esm/icons/components/StoreIcon.js +1 -7
- package/esm/icons/components/SuvIcon.js +1 -7
- package/esm/icons/components/SwedenFlag.js +1 -7
- package/esm/icons/components/TankIcon.js +1 -7
- package/esm/icons/components/TireIcon.js +1 -7
- package/esm/icons/components/TransportIcon.js +1 -7
- package/esm/icons/components/TrashcanIcon.js +1 -7
- package/esm/icons/components/TrophyIcon.js +1 -7
- package/esm/icons/components/TruckIcon.js +1 -7
- package/esm/icons/components/UmbrellaIcon.js +1 -7
- package/esm/icons/components/ValuationIcon.js +1 -7
- package/esm/icons/components/ValueIcon.js +1 -7
- package/esm/icons/components/WarningIcon.js +1 -7
- package/esm/icons/components/YoutubeIcon.js +1 -7
- package/esm/icons/components/index.js +1 -157
- package/esm/index.js +1 -221
- package/esm/shared/constants.js +1 -3
- package/esm/shared/helpers.js +1 -23
- package/esm/shared/helpers.spec.js +1 -40
- package/esm/shared/media-queries.js +1 -35
- package/esm/theme.js +1 -121
- package/esm/typography/BodyText/index.js +20 -35
- package/esm/typography/ButtonText/index.js +15 -28
- package/esm/typography/Heading/index.js +22 -38
- package/esm/utils/utils.js +2 -25
- package/package.json +11 -8
- package/types/components/DayPicker/index.d.ts +0 -1
- package/types/components/DayPicker/style.d.ts +2 -0
- package/types/components/FieldLabel.d.ts +1 -1
- package/types/components/Header/Link.d.ts +1 -1
- package/types/components/MenuItem/index.d.ts +1 -1
- package/types/components/Select/index.d.ts +9 -8
- package/cjs/react-app-env.d.js +0 -2
- package/cjs/styled.d.js +0 -4
- package/esm/react-app-env.d.js +0 -1
- package/esm/styled.d.js +0 -1
|
@@ -1,48 +1,36 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
border: 1px solid ${
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
`;
|
|
13
|
-
const errorStyles = css `
|
|
14
|
-
border: 1px solid ${theme.colors.error.main};
|
|
15
|
-
`;
|
|
16
|
-
const focusStyles = css `
|
|
17
|
-
color: ${theme.colors.text.dark};
|
|
18
|
-
border: 1px solid ${theme.colors.text.dark};
|
|
19
|
-
fill: ${theme.colors.text.dark};
|
|
20
|
-
`;
|
|
21
|
-
const TextAreaWrapper = styled.div `
|
|
1
|
+
import t,{useState as x}from"react";import l,{css as d}from"styled-components";import o from"../../theme.js";import{Label as $}from"../FieldLabel.js";import{BodyTextStyle as b}from"../../typography/BodyText/index.js";const h=d`
|
|
2
|
+
border: 1px solid ${o.colors.gray.light1};
|
|
3
|
+
color: ${o.colors.gray.dark1};
|
|
4
|
+
fill: ${o.colors.gray.light1};
|
|
5
|
+
`,k=d`
|
|
6
|
+
border: 1px solid ${o.colors.error.main};
|
|
7
|
+
`,B=d`
|
|
8
|
+
color: ${o.colors.text.dark};
|
|
9
|
+
border: 1px solid ${o.colors.text.dark};
|
|
10
|
+
fill: ${o.colors.text.dark};
|
|
11
|
+
`,F=l.div`
|
|
22
12
|
position: relative;
|
|
23
13
|
padding: 0;
|
|
24
14
|
display: inline-block;
|
|
25
|
-
|
|
26
|
-
const InputWrapper = styled.div `
|
|
15
|
+
`,S=l.div`
|
|
27
16
|
display: inline-black;
|
|
28
17
|
|
|
29
|
-
color: ${
|
|
30
|
-
fill: ${
|
|
31
|
-
background-color: ${
|
|
18
|
+
color: ${o.colors.gray.light1};
|
|
19
|
+
fill: ${o.colors.gray.light1};
|
|
20
|
+
background-color: ${o.colors.background.light};
|
|
32
21
|
|
|
33
|
-
border: 1px solid ${
|
|
22
|
+
border: 1px solid ${o.colors.gray.light1};
|
|
34
23
|
border-radius: 0.25em;
|
|
35
24
|
transition: all 150ms;
|
|
36
25
|
|
|
37
26
|
padding: 0.7rem 0.75rem;
|
|
38
27
|
|
|
39
|
-
${({
|
|
40
|
-
${({
|
|
41
|
-
${({
|
|
42
|
-
${({
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
${BodyTextStyle}
|
|
28
|
+
${({hasError:e,isFocused:r})=>!e&&r&&B}
|
|
29
|
+
${({disabled:e})=>e&&h}
|
|
30
|
+
${({hasError:e})=>e&&k}
|
|
31
|
+
${({centered:e})=>e&&"text-align: center;"}
|
|
32
|
+
`,v=l.textarea`
|
|
33
|
+
${b}
|
|
46
34
|
|
|
47
35
|
width: 100%;
|
|
48
36
|
cursor: text;
|
|
@@ -50,28 +38,18 @@ const TextAreaInput = styled.textarea `
|
|
|
50
38
|
border: none;
|
|
51
39
|
background-color: transparent;
|
|
52
40
|
|
|
53
|
-
${({
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
`;
|
|
58
|
-
const HelperText = styled.span `
|
|
41
|
+
${({resize:e})=>!e&&"resize: none;"}
|
|
42
|
+
`,T=l.div`
|
|
43
|
+
font-family: ${({theme:e})=>e.typography.fontBaseFamily};
|
|
44
|
+
`,E=l.span`
|
|
59
45
|
display: block;
|
|
60
|
-
font-family: ${({
|
|
46
|
+
font-family: ${({theme:e})=>e.typography.fontBaseFamily};
|
|
61
47
|
font-size: 0.81rem;
|
|
62
48
|
|
|
63
49
|
margin-top: 0.25rem;
|
|
64
50
|
margin-left: 0.85rem;
|
|
65
51
|
|
|
66
|
-
color: ${({
|
|
67
|
-
|
|
68
|
-
${({ centered }) => centered && `width: 100%; text-align: center; display: block;`}
|
|
69
|
-
`;
|
|
70
|
-
/** The main text field used */
|
|
71
|
-
const TextArea = ({ placeholder = '', isDisabled = false, centered = false, hasError = false, className, helperText, label = '', resize = true, ...props }) => {
|
|
72
|
-
const [isFocused, setIsFocused] = useState(false);
|
|
73
|
-
const hasValue = Boolean(props.value);
|
|
74
|
-
return (jsxs(TextAreaWrapper, Object.assign({ className: className }, { children: [jsxs(InputWrapper, Object.assign({ isFocused: isFocused, disabled: isDisabled, centered: centered, hasError: hasError, hasPlaceholder: !!placeholder }, { children: [jsx(TextAreaInput, Object.assign({}, props, { resize: resize, onFocus: () => setIsFocused(true), onBlur: () => setIsFocused(false), disabled: isDisabled, theme: theme, placeholder: label && !isFocused ? '' : placeholder }), void 0), props.suffix && jsx(Suffix, { children: props.suffix }, void 0)] }), void 0), label && (jsx(Label, Object.assign({ isFocused: isFocused, centered: centered, hasError: hasError, hasValue: hasValue, disabled: isDisabled, theme: theme }, { children: label }), void 0)), helperText && (jsx(HelperText, Object.assign({ centered: centered, hasError: hasError }, { children: helperText }), void 0))] }), void 0));
|
|
75
|
-
};
|
|
52
|
+
color: ${({hasError:e})=>e?o.colors.error.main:o.colors.text.dark};
|
|
76
53
|
|
|
77
|
-
|
|
54
|
+
${({centered:e})=>e&&"width: 100%; text-align: center; display: block;"}
|
|
55
|
+
`,y=({placeholder:e="",isDisabled:r=!1,centered:s=!1,hasError:n=!1,className:p,helperText:m,label:i="",resize:u=!0,...a})=>{const[c,f]=x(!1),g=Boolean(a.value);return t.createElement(F,{className:p},t.createElement(S,{isFocused:c,disabled:r,centered:s,hasError:n,hasPlaceholder:!!e},t.createElement(v,{...a,resize:u,onFocus:()=>f(!0),onBlur:()=>f(!1),disabled:r,theme:o,placeholder:i&&!c?"":e}),a.suffix&&t.createElement(T,null,a.suffix)),i&&t.createElement($,{isFocused:c,centered:s,hasError:n,hasValue:g,disabled:r,theme:o},i),m&&t.createElement(E,{centered:s,hasError:n},m))};export{y as TextArea,y as default};
|
|
@@ -1,86 +1,55 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
border: 1px solid ${
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
`;
|
|
13
|
-
const errorStyles = css `
|
|
14
|
-
border: 1px solid ${theme.colors.error.main};
|
|
15
|
-
`;
|
|
16
|
-
const focusStyles = css `
|
|
17
|
-
color: ${theme.colors.text.dark};
|
|
18
|
-
border: 1px solid ${theme.colors.text.dark};
|
|
19
|
-
fill: ${theme.colors.text.dark};
|
|
20
|
-
`;
|
|
21
|
-
const TextFieldWrapper = styled.div `
|
|
1
|
+
import t,{useState as F}from"react";import r,{css as m}from"styled-components";import o from"../../theme.js";import{Label as S}from"../FieldLabel.js";import{BodyTextStyle as B,CaptionStyle as v}from"../../typography/BodyText/index.js";const E=m`
|
|
2
|
+
border: 1px solid ${o.colors.gray.light1};
|
|
3
|
+
color: ${o.colors.gray.dark1};
|
|
4
|
+
fill: ${o.colors.gray.light1};
|
|
5
|
+
`,T=m`
|
|
6
|
+
border: 1px solid ${o.colors.error.main};
|
|
7
|
+
`,j=m`
|
|
8
|
+
color: ${o.colors.text.dark};
|
|
9
|
+
border: 1px solid ${o.colors.text.dark};
|
|
10
|
+
fill: ${o.colors.text.dark};
|
|
11
|
+
`,I=r.div`
|
|
22
12
|
position: relative;
|
|
23
13
|
padding: 0;
|
|
24
14
|
display: block;
|
|
25
|
-
|
|
26
|
-
// eslint-disable-next-line prettier/prettier
|
|
27
|
-
const InputWrapper = styled.div `
|
|
15
|
+
`,w=r.div`
|
|
28
16
|
display: flex;
|
|
29
17
|
text-align: center;
|
|
30
18
|
align-items: center;
|
|
31
19
|
|
|
32
|
-
color: ${
|
|
33
|
-
fill: ${
|
|
34
|
-
background-color: ${
|
|
20
|
+
color: ${o.colors.gray.light1};
|
|
21
|
+
fill: ${o.colors.gray.light1};
|
|
22
|
+
background-color: ${o.colors.background.light};
|
|
35
23
|
|
|
36
|
-
border: 1px solid ${
|
|
24
|
+
border: 1px solid ${o.colors.gray.light1};
|
|
37
25
|
border-radius: 0.25em;
|
|
38
26
|
transition: all 150ms;
|
|
39
27
|
|
|
40
28
|
padding: 0.7rem 0.75rem 0.6rem;
|
|
41
29
|
|
|
42
|
-
${({
|
|
43
|
-
${({
|
|
44
|
-
${({
|
|
45
|
-
${({
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
${BodyTextStyle}
|
|
30
|
+
${({hasError:e,isFocused:l})=>!e&&l&&j}
|
|
31
|
+
${({disabled:e})=>e&&E}
|
|
32
|
+
${({hasError:e})=>e&&T}
|
|
33
|
+
${({centered:e})=>e&&"text-align: center;"}
|
|
34
|
+
`,L=r.input`
|
|
35
|
+
${B}
|
|
49
36
|
width: 100%;
|
|
50
37
|
cursor: text;
|
|
51
38
|
outline: none;
|
|
52
39
|
border: none;
|
|
53
40
|
background-color: transparent;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
font-family: ${({ theme }) => theme.typography.fontBaseFamily};
|
|
41
|
+
`,W=r.div`
|
|
42
|
+
font-family: ${({theme:e})=>e.typography.fontBaseFamily};
|
|
57
43
|
line-height: 0px;
|
|
58
44
|
margin-top: 2px;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
${CaptionStyle}
|
|
45
|
+
`,_=r.span`
|
|
46
|
+
${v}
|
|
62
47
|
line-height: normal;
|
|
63
48
|
display: block;
|
|
64
49
|
margin-top: 0.25rem;
|
|
65
50
|
margin-left: 0.85rem;
|
|
66
51
|
|
|
67
|
-
color: ${({
|
|
68
|
-
|
|
69
|
-
${({ centered }) => centered && `width: 100%; text-align: center; display: block;`}
|
|
70
|
-
`;
|
|
71
|
-
/** The main text field used */
|
|
72
|
-
const TextField = ({ placeholder = '', isDisabled = false, centered = false, hasError = false, className, helperText, label = '', onBlur = () => null, onFocus = () => null, forwardRef, ...props }) => {
|
|
73
|
-
const [isFocused, setIsFocused] = useState(false);
|
|
74
|
-
const hasValue = Boolean(props.value);
|
|
75
|
-
const handleFocus = (event) => {
|
|
76
|
-
setIsFocused(true);
|
|
77
|
-
onFocus(event);
|
|
78
|
-
};
|
|
79
|
-
const handleBlur = (event) => {
|
|
80
|
-
setIsFocused(false);
|
|
81
|
-
onBlur(event);
|
|
82
|
-
};
|
|
83
|
-
return (jsxs(TextFieldWrapper, Object.assign({ className: className }, { children: [jsxs(InputWrapper, Object.assign({ isFocused: isFocused, disabled: isDisabled, centered: centered, hasError: hasError, hasPlaceholder: !!placeholder }, { children: [jsx(Input, Object.assign({}, props, { ref: forwardRef, onFocus: handleFocus, onBlur: handleBlur, disabled: isDisabled, theme: theme, placeholder: label && !isFocused ? '' : placeholder }), void 0), props.suffix && jsx(Suffix, { children: props.suffix }, void 0)] }), void 0), label && (jsx(Label, Object.assign({ isFocused: isFocused, centered: centered, hasError: hasError, hasValue: hasValue, disabled: isDisabled, theme: theme }, { children: label }), void 0)), helperText && (jsx(HelperText, Object.assign({ centered: centered, hasError: hasError }, { children: helperText }), void 0))] }), void 0));
|
|
84
|
-
};
|
|
52
|
+
color: ${({hasError:e})=>e?o.colors.error.main:o.colors.text.dark};
|
|
85
53
|
|
|
86
|
-
|
|
54
|
+
${({centered:e})=>e&&"width: 100%; text-align: center; display: block;"}
|
|
55
|
+
`,f=({placeholder:e="",isDisabled:l=!1,centered:s=!1,hasError:n=!1,className:g,helperText:p,label:i="",onBlur:y=()=>null,onFocus:x=()=>null,forwardRef:$,...a})=>{const[c,u]=F(!1),h=Boolean(a.value),b=d=>{u(!0),x(d)},k=d=>{u(!1),y(d)};return t.createElement(I,{className:g},t.createElement(w,{isFocused:c,disabled:l,centered:s,hasError:n,hasPlaceholder:!!e},t.createElement(L,{...a,ref:$,onFocus:b,onBlur:k,disabled:l,theme:o,placeholder:i&&!c?"":e}),a.suffix&&t.createElement(W,null,a.suffix)),i&&t.createElement(S,{isFocused:c,centered:s,hasError:n,hasValue:h,disabled:l,theme:o},i),p&&t.createElement(_,{centered:s,hasError:n},p))};export{f as TextField,f as default};
|
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import styled from 'styled-components';
|
|
3
|
-
import { Chip } from '../Chip/index.js';
|
|
4
|
-
import '../../shared/helpers.js';
|
|
5
|
-
import '../../theme.js';
|
|
6
|
-
|
|
7
|
-
const TimeSlots = styled.ul `
|
|
1
|
+
import o from"react";import c from"styled-components";import{Chip as g}from"../Chip/index.js";import"../../shared/helpers.js";import"../../theme.js";const f=c.ul`
|
|
8
2
|
max-width: 20rem;
|
|
9
3
|
display: grid;
|
|
10
4
|
grid-template-columns: repeat(4, 1fr);
|
|
@@ -12,16 +6,4 @@ const TimeSlots = styled.ul `
|
|
|
12
6
|
flex-wrap: wrap;
|
|
13
7
|
margin: 0;
|
|
14
8
|
padding: 0;
|
|
15
|
-
|
|
16
|
-
const isCurrentTime = (currentItem, selectedTimes) => {
|
|
17
|
-
return Array.isArray(selectedTimes)
|
|
18
|
-
? Boolean(selectedTimes.find(t => t.getTime() === currentItem.getTime()))
|
|
19
|
-
: (selectedTimes === null || selectedTimes === void 0 ? void 0 : selectedTimes.getTime()) === currentItem.getTime();
|
|
20
|
-
};
|
|
21
|
-
const TimePicker = ({ timeSlots, onTimeSlotClick, selectedTimes, disabledTimes, ...props }) => (jsx(TimeSlots, Object.assign({}, props, { children: timeSlots.map(({ text, date }) => {
|
|
22
|
-
const isSelected = isCurrentTime(date, selectedTimes);
|
|
23
|
-
const isDisabled = isCurrentTime(date, disabledTimes);
|
|
24
|
-
return (jsx(Chip, Object.assign({ component: "li", "data-selected": isSelected, "data-disabled": isDisabled, isDisabled: isDisabled, isActive: isSelected, onClick: () => !isSelected && !isDisabled && onTimeSlotClick(date) }, { children: text }), date.getTime()));
|
|
25
|
-
}) }), void 0));
|
|
26
|
-
|
|
27
|
-
export { TimePicker, TimePicker as default };
|
|
9
|
+
`,n=(t,e)=>Array.isArray(e)?Boolean(e.find(i=>i.getTime()===t.getTime())):(e==null?void 0:e.getTime())===t.getTime(),l=({timeSlots:t,onTimeSlotClick:e,selectedTimes:i,disabledTimes:p,...s})=>o.createElement(f,{...s},t.map(({text:d,date:r})=>{const m=n(r,i),a=n(r,p);return o.createElement(g,{component:"li","data-selected":m,"data-disabled":a,isDisabled:a,isActive:m,key:r.getTime(),onClick:()=>!m&&!a&&e(r)},d)}));export{l as TimePicker,l as default};
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
const
|
|
2
|
-
const addHour = (h) => h * 60 * 60 * 1000;
|
|
3
|
-
const startDate = new Date('2020/02/02');
|
|
4
|
-
const t = new Date(startDate);
|
|
5
|
-
// eslint-disable-next-line no-unused-vars
|
|
6
|
-
return Array.from({ length: x }, (_, i) => {
|
|
7
|
-
const date = new Date(t.setTime(t.getDate() + addHour(i)));
|
|
8
|
-
const text = i < 10 ? `0${i + 1}:00` : `${i + 1}:00`;
|
|
9
|
-
return { date, text };
|
|
10
|
-
});
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export { generateTimeSlots };
|
|
1
|
+
const D=r=>{const a=n=>n*60*60*1e3,o=new Date("2020/02/02"),e=new Date(o);return Array.from({length:r},(n,t)=>{const s=new Date(e.setTime(e.getDate()+a(t))),c=t<10?`0${t+1}:00`:`${t+1}:00`;return{date:s,text:c}})};export{D as generateTimeSlots};
|
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { useState, useEffect } from 'react';
|
|
3
|
-
import styled from 'styled-components';
|
|
4
|
-
import theme from '../../theme.js';
|
|
5
|
-
|
|
6
|
-
const Container = styled.div `
|
|
1
|
+
import o,{useState as m,useEffect as d}from"react";import l from"styled-components";import r from"../../theme.js";const h=l.div`
|
|
7
2
|
display: flex;
|
|
8
3
|
position: relative;
|
|
9
|
-
border-top: ${({
|
|
10
|
-
border-bottom: ${({
|
|
4
|
+
border-top: ${({theme:e})=>`1px solid ${e.colors.gray.light6}`};
|
|
5
|
+
border-bottom: ${({theme:e})=>`1px solid ${e.colors.gray.light6}`};
|
|
11
6
|
padding: 4px;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
font-
|
|
15
|
-
font-weight: ${({ theme }) => theme.typography.fontBaseRegularWeight};
|
|
7
|
+
`,a=l.div`
|
|
8
|
+
font-family: ${({theme:e})=>e.typography.fontBaseFamily};
|
|
9
|
+
font-weight: ${({theme:e})=>e.typography.fontBaseRegularWeight};
|
|
16
10
|
display: flex;
|
|
17
11
|
min-height: 4rem;
|
|
18
12
|
align-items: center;
|
|
@@ -22,11 +16,10 @@ const Box = styled.div `
|
|
|
22
16
|
position: relative;
|
|
23
17
|
cursor: pointer;
|
|
24
18
|
|
|
25
|
-
color: ${
|
|
26
|
-
|
|
27
|
-
const Background = styled.div `
|
|
19
|
+
color: ${e=>e.isActive?r.colors.text.light:r.colors.text.dark};
|
|
20
|
+
`,f=l.div`
|
|
28
21
|
z-index: 0;
|
|
29
|
-
background-color: ${
|
|
22
|
+
background-color: ${e=>r.colors[e.color].main};
|
|
30
23
|
position: absolute;
|
|
31
24
|
|
|
32
25
|
border-radius: 0.25rem;
|
|
@@ -38,27 +31,9 @@ const Background = styled.div `
|
|
|
38
31
|
|
|
39
32
|
transition: left 250ms ease-in-out;
|
|
40
33
|
|
|
41
|
-
${
|
|
42
|
-
`
|
|
34
|
+
${e=>e.active==="RIGHT"&&`
|
|
43
35
|
left: calc(50%);
|
|
44
36
|
`}
|
|
45
37
|
|
|
46
|
-
${
|
|
47
|
-
|
|
48
|
-
const Toggle = ({ onChange, ...props }) => {
|
|
49
|
-
const [active, setActive] = useState(props.active);
|
|
50
|
-
useEffect(() => {
|
|
51
|
-
setActive(props.active);
|
|
52
|
-
}, [props.active]);
|
|
53
|
-
const handleLeftClick = () => {
|
|
54
|
-
setActive('LEFT');
|
|
55
|
-
onChange('LEFT');
|
|
56
|
-
};
|
|
57
|
-
const handleRightClick = () => {
|
|
58
|
-
setActive('RIGHT');
|
|
59
|
-
onChange('RIGHT');
|
|
60
|
-
};
|
|
61
|
-
return (jsxs(Container, Object.assign({}, props, { children: [jsx(Background, { color: props.color, active: active }, void 0), jsx(Box, Object.assign({ onClick: handleLeftClick, isActive: active === 'LEFT', color: props.color }, { children: props.left }), void 0), jsx(Box, Object.assign({ onClick: handleRightClick, isActive: active === 'RIGHT', color: props.color }, { children: props.right }), void 0)] }), void 0));
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
export { Toggle };
|
|
38
|
+
${e=>!e.active&&"display: none;"}
|
|
39
|
+
`,g=({onChange:e,...t})=>{const[i,c]=m(t.active);d(()=>{c(t.active)},[t.active]);const n=()=>{c("LEFT"),e("LEFT")},s=()=>{c("RIGHT"),e("RIGHT")};return o.createElement(h,{...t},o.createElement(f,{color:t.color,active:i}),o.createElement(a,{onClick:n,isActive:i==="LEFT",color:t.color},t.left),o.createElement(a,{onClick:s,isActive:i==="RIGHT",color:t.color},t.right))};export{g as Toggle};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function AccountCreateIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 26 20", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.949 11.997V4.696h1.565v7.3H2.949z" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.08 7.563h7.302V9.13H.08V7.563zM13.391 1.565a3.13 3.13 0 100 6.261 3.13 3.13 0 000-6.26zm-4.695 3.13a4.696 4.696 0 119.391.001 4.696 4.696 0 01-9.391 0zm-1.91 8.035c1.436-1.62 3.628-2.556 6.605-2.556 2.978 0 5.17.935 6.605 2.556C21.416 14.333 22 16.499 22 18.783v.782H4.783v-.782c0-2.284.583-4.45 2.004-6.053zM6.376 18h14.033c-.12-1.703-.637-3.164-1.584-4.232-1.074-1.213-2.795-2.029-5.433-2.029-2.637 0-4.359.816-5.433 2.029-.946 1.068-1.464 2.529-1.583 4.232z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { AccountCreateIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 26 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.949 11.997V4.696h1.565v7.3H2.949z"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.08 7.563h7.302V9.13H.08V7.563zM13.391 1.565a3.13 3.13 0 100 6.261 3.13 3.13 0 000-6.26zm-4.695 3.13a4.696 4.696 0 119.391.001 4.696 4.696 0 01-9.391 0zm-1.91 8.035c1.436-1.62 3.628-2.556 6.605-2.556 2.978 0 5.17.935 6.605 2.556C21.416 14.333 22 16.499 22 18.783v.782H4.783v-.782c0-2.284.583-4.45 2.004-6.053zM6.376 18h14.033c-.12-1.703-.637-3.164-1.584-4.232-1.074-1.213-2.795-2.029-5.433-2.029-2.637 0-4.359.816-5.433 2.029-.946 1.068-1.464 2.529-1.583 4.232z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function AccountIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 18 20", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.826 1.783a3.13 3.13 0 100 6.26 3.13 3.13 0 000-6.26zM4.13 4.913a4.696 4.696 0 119.392 0 4.696 4.696 0 01-9.392 0zm-1.908 8.034c1.435-1.62 3.626-2.556 6.604-2.556s5.17.936 6.605 2.556c1.42 1.604 2.004 3.77 2.004 6.053v.783H.217V19c0-2.284.584-4.45 2.005-6.053zm-.413 5.27h14.034c-.12-1.703-.637-3.163-1.584-4.232-1.074-1.212-2.796-2.028-5.433-2.028s-4.359.816-5.433 2.028c-.946 1.069-1.465 2.53-1.584 4.232z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { AccountIcon as default };
|
|
1
|
+
import*as e from"react";function c(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 18 20",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.826 1.783a3.13 3.13 0 100 6.26 3.13 3.13 0 000-6.26zM4.13 4.913a4.696 4.696 0 119.392 0 4.696 4.696 0 01-9.392 0zm-1.908 8.034c1.435-1.62 3.626-2.556 6.604-2.556s5.17.936 6.605 2.556c1.42 1.604 2.004 3.77 2.004 6.053v.783H.217V19c0-2.284.584-4.45 2.005-6.053zm-.413 5.27h14.034c-.12-1.703-.637-3.163-1.584-4.232-1.074-1.212-2.796-2.028-5.433-2.028s-4.359.816-5.433 2.028c-.946 1.069-1.465 2.53-1.584 4.232z"}))}export{c as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function AccountLoginIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 22 19", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.4 1.52a3.04 3.04 0 100 6.08 3.04 3.04 0 000-6.08zM8.84 4.56a4.56 4.56 0 119.12 0 4.56 4.56 0 01-9.12 0zm-1.854 7.802C8.38 10.789 10.508 9.88 13.4 9.88s5.02.909 6.414 2.482c1.38 1.557 1.946 3.66 1.946 5.878V19H5.04v-.76c0-2.218.567-4.32 1.946-5.878zm-.4 5.118h13.628c-.116-1.654-.619-3.072-1.538-4.11-1.043-1.177-2.715-1.97-5.276-1.97s-4.233.793-5.276 1.97c-.92 1.038-1.422 2.456-1.538 4.11z" }, void 0), jsx("path", { d: "M.48 7.868h5.477v1.403H.48V7.868z" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.39 11.844l1.751-2.09c.56-.639.56-1.694-.01-2.345L4.392 5.32l-1.078.898 1.75 2.102c.118.135.118.4.012.522l-1.76 2.1 1.075.902z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { AccountLoginIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 22 19",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.4 1.52a3.04 3.04 0 100 6.08 3.04 3.04 0 000-6.08zM8.84 4.56a4.56 4.56 0 119.12 0 4.56 4.56 0 01-9.12 0zm-1.854 7.802C8.38 10.789 10.508 9.88 13.4 9.88s5.02.909 6.414 2.482c1.38 1.557 1.946 3.66 1.946 5.878V19H5.04v-.76c0-2.218.567-4.32 1.946-5.878zm-.4 5.118h13.628c-.116-1.654-.619-3.072-1.538-4.11-1.043-1.177-2.715-1.97-5.276-1.97s-4.233.793-5.276 1.97c-.92 1.038-1.422 2.456-1.538 4.11z"}),e.createElement("path",{d:"M.48 7.868h5.477v1.403H.48V7.868z"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.39 11.844l1.751-2.09c.56-.639.56-1.694-.01-2.345L4.392 5.32l-1.078.898 1.75 2.102c.118.135.118.4.012.522l-1.76 2.1 1.075.902z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ArrowDownIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 13 7", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.71.97l4.546 4.242a.282.282 0 00.38 0L11.18.97l1.136 1.06-4.545 4.243a1.971 1.971 0 01-2.652 0L.574 2.03 1.711.97z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ArrowDownIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 13 7",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.71.97l4.546 4.242a.282.282 0 00.38 0L11.18.97l1.136 1.06-4.545 4.243a1.971 1.971 0 01-2.652 0L.574 2.03 1.711.97z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ArrowLeftIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 12 24", fill: "currentColor" }, props, { children: jsx("path", { d: "M9.23 0L12 3l-6.462 7c-.915.993-.915 3.008 0 4L12 21l-2.77 3-3.834-4.2C1.59 15.7 0 14 0 12s1.96-4.1 5.396-7.8L9.231 0z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ArrowLeftIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 12 24",fill:"currentColor",...t},e.createElement("path",{d:"M9.23 0L12 3l-6.462 7c-.915.993-.915 3.008 0 4L12 21l-2.77 3-3.834-4.2C1.59 15.7 0 14 0 12s1.96-4.1 5.396-7.8L9.231 0z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ArrowLeftSharpIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 19 19", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.045 16.97L3.267 9.193a.25.25 0 010-.353l7.778-7.778L9.985 0 2.205 7.778a1.75 1.75 0 000 2.475l7.778 7.778 1.061-1.06z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ArrowLeftSharpIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 19 19",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.045 16.97L3.267 9.193a.25.25 0 010-.353l7.778-7.778L9.985 0 2.205 7.778a1.75 1.75 0 000 2.475l7.778 7.778 1.061-1.06z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ArrowLeftSmallIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 12 13", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.999 2.321l-4.244 4.26a.251.251 0 000 .354L9 11.195 7.94 12.256l-4.244-4.26a1.758 1.758 0 010-2.479l4.244-4.26L9 2.322z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ArrowLeftSmallIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 12 13",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.999 2.321l-4.244 4.26a.251.251 0 000 .354L9 11.195 7.94 12.256l-4.244-4.26a1.758 1.758 0 010-2.479l4.244-4.26L9 2.322z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ArrowLong(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fill: "currentColor", d: "M1 10.215h20.532v3.422H1z" }, void 0), jsx("path", { d: "M17.71 19.91l4.269-5.095c1.366-1.559 1.366-4.133-.025-5.72L17.713 4l-2.63 2.19 4.27 5.126c.287.33.287.976.027 1.273l-4.294 5.124 2.623 2.198z", fill: "currentColor" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ArrowLong as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fill:"currentColor",d:"M1 10.215h20.532v3.422H1z"}),e.createElement("path",{d:"M17.71 19.91l4.269-5.095c1.366-1.559 1.366-4.133-.025-5.72L17.713 4l-2.63 2.19 4.27 5.126c.287.33.287.976.027 1.273l-4.294 5.124 2.623 2.198z",fill:"currentColor"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ArrowRestartIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 20 17", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.513 11.458c-.365-4.238-2.567-6.062-4.716-6.27-1.978-.191-4.193.944-5.416 3.35l2.072-.55.391 1.448-3.266.869a1.255 1.255 0 01-1.534-.886l-.88-3.263 1.45-.385.518 1.922c1.49-2.783 4.19-4.252 6.81-3.998 3.054.296 5.656 2.878 6.065 7.634l-1.494.129z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ArrowRestartIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 20 17",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.513 11.458c-.365-4.238-2.567-6.062-4.716-6.27-1.978-.191-4.193.944-5.416 3.35l2.072-.55.391 1.448-3.266.869a1.255 1.255 0 01-1.534-.886l-.88-3.263 1.45-.385.518 1.922c1.49-2.783 4.19-4.252 6.81-3.998 3.054.296 5.656 2.878 6.065 7.634l-1.494.129z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ArrowRightIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", width: "1em", height: "1em", viewBox: "0 0 12 24" }, props, { children: jsx("path", { d: "M2.8 24L0 21l6.5-7c.9-1 .9-3 0-4L0 3l2.8-3 3.8 4.2C10.4 8.3 12 10 12 12s-2 4.1-5.4 7.8L2.8 24z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ArrowRightIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",width:"1em",height:"1em",viewBox:"0 0 12 24",...t},e.createElement("path",{d:"M2.8 24L0 21l6.5-7c.9-1 .9-3 0-4L0 3l2.8-3 3.8 4.2C10.4 8.3 12 10 12 12s-2 4.1-5.4 7.8L2.8 24z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ArrowRightSharpIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 19 19", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.955 16.97l7.778-7.778a.25.25 0 000-.353L7.955 1.06 9.015 0l7.779 7.778a1.75 1.75 0 010 2.475l-7.778 7.778-1.061-1.06z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ArrowRightSharpIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 19 19",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.955 16.97l7.778-7.778a.25.25 0 000-.353L7.955 1.06 9.015 0l7.779 7.778a1.75 1.75 0 010 2.475l-7.778 7.778-1.061-1.06z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function ArrowUpIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 12 7", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.526 6.194L6.266 1.95a.251.251 0 00-.353 0l-4.26 4.244L.591 5.135 4.85.891a1.758 1.758 0 012.479 0l4.259 4.244-1.063 1.06z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { ArrowUpIcon as default };
|
|
1
|
+
import*as e from"react";function l(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 12 7",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.526 6.194L6.266 1.95a.251.251 0 00-.353 0l-4.26 4.244L.591 5.135 4.85.891a1.758 1.758 0 012.479 0l4.259 4.244-1.063 1.06z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function AuctionIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 64 64" }, props, { children: jsx("path", { d: "M42.8 35.2l1.5-1.5 17.5 17.5c2.9 2.9 2.9 7.7 0 10.6-2.9 2.9-7.7 2.9-10.6 0L33.7 44.3l1.5-1.5 17.5 17.5c2.1 2.1 5.5 2.1 7.6 0 2.1-2.1 2.1-5.5 0-7.6L42.8 35.2zM8.6 31.4c-2.1-2.1-5-2.7-6.9-.8-2.1 2.2-2.4 9.7 0 12.2 1 .9 2 1.9 4.6 4.5 2.6 2.6 3.6 3.7 4.6 4.6 2.5 2.5 9.9 2.2 12.1 0 1.9-1.9 1.4-4.7-.7-6.8l-1.6 1.5c1.4 1.3 1.7 2.9.8 3.8-1.4 1.4-7.5 1.6-9.1 0-.9-1-2-2-4.5-4.5l-4.6-4.6c-1.6-1.6-1.4-7.8 0-9.2.9-.9 2.4-.5 3.8.8l1.5-1.5zM33 7.1c-1.4-1.4-1.7-3-.8-3.8 1.3-1.4 7.5-1.6 9.1 0l4.5 4.5 4.6 4.6c1.6 1.6 1.4 7.7 0 9.1-.9.9-2.4.6-3.8-.8l-1.5 1.6c2.1 2.1 4.9 2.6 6.8.7 2.2-2.2 2.5-9.6 0-12.1-.9-1-2-2.1-4.5-4.6-2.6-2.6-3.7-3.6-4.6-4.6-2.5-2.4-10-2.1-12.2 0-1.9 1.9-1.3 4.8.8 6.9L33 7.1zm-26.7 25L32.2 6.3l1.5 1.5L7.8 33.7l-1.5-1.6zM20 45.8L45.8 20l1.6 1.5-25.9 25.8-1.5-1.5zM6.3 32.1l1.5-1.5L23 45.8l-1.5 1.5L6.3 32.1zM30.6 7.8l1.6-1.5 15.2 15.2-1.6 1.5L30.6 7.8z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { AuctionIcon as default };
|
|
1
|
+
import*as l from"react";function t(e){return l.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 64 64",...e},l.createElement("path",{d:"M42.8 35.2l1.5-1.5 17.5 17.5c2.9 2.9 2.9 7.7 0 10.6-2.9 2.9-7.7 2.9-10.6 0L33.7 44.3l1.5-1.5 17.5 17.5c2.1 2.1 5.5 2.1 7.6 0 2.1-2.1 2.1-5.5 0-7.6L42.8 35.2zM8.6 31.4c-2.1-2.1-5-2.7-6.9-.8-2.1 2.2-2.4 9.7 0 12.2 1 .9 2 1.9 4.6 4.5 2.6 2.6 3.6 3.7 4.6 4.6 2.5 2.5 9.9 2.2 12.1 0 1.9-1.9 1.4-4.7-.7-6.8l-1.6 1.5c1.4 1.3 1.7 2.9.8 3.8-1.4 1.4-7.5 1.6-9.1 0-.9-1-2-2-4.5-4.5l-4.6-4.6c-1.6-1.6-1.4-7.8 0-9.2.9-.9 2.4-.5 3.8.8l1.5-1.5zM33 7.1c-1.4-1.4-1.7-3-.8-3.8 1.3-1.4 7.5-1.6 9.1 0l4.5 4.5 4.6 4.6c1.6 1.6 1.4 7.7 0 9.1-.9.9-2.4.6-3.8-.8l-1.5 1.6c2.1 2.1 4.9 2.6 6.8.7 2.2-2.2 2.5-9.6 0-12.1-.9-1-2-2.1-4.5-4.6-2.6-2.6-3.7-3.6-4.6-4.6-2.5-2.4-10-2.1-12.2 0-1.9 1.9-1.3 4.8.8 6.9L33 7.1zm-26.7 25L32.2 6.3l1.5 1.5L7.8 33.7l-1.5-1.6zM20 45.8L45.8 20l1.6 1.5-25.9 25.8-1.5-1.5zM6.3 32.1l1.5-1.5L23 45.8l-1.5 1.5L6.3 32.1zM30.6 7.8l1.6-1.5 15.2 15.2-1.6 1.5L30.6 7.8z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function BackArrowIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 15 17", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: jsx("path", { d: "M6 5l1.42 1.42L3.83 10H13V0h2v12H3.83l3.59 3.58L6 17l-6-6 6-6z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { BackArrowIcon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 15 17",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M6 5l1.42 1.42L3.83 10H13V0h2v12H3.83l3.59 3.58L6 17l-6-6 6-6z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function Baseline360Icon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24" }, props, { children: [jsx("path", { d: "M12 7C6.48 7 2 9.24 2 12c0 2.24 2.94 4.13 7 4.77V20l4-4-4-4v2.73c-3.15-.56-5-1.9-5-2.73 0-1.06 3.04-3 8-3s8 1.94 8 3c0 .73-1.46 1.89-4 2.53v2.05c3.53-.77 6-2.53 6-4.58 0-2.76-4.48-5-10-5z" }, void 0), jsx("path", { fill: "none", d: "M0 0h24v24H0z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { Baseline360Icon as default };
|
|
1
|
+
import*as e from"react";function r(t){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",...t},e.createElement("path",{d:"M12 7C6.48 7 2 9.24 2 12c0 2.24 2.94 4.13 7 4.77V20l4-4-4-4v2.73c-3.15-.56-5-1.9-5-2.73 0-1.06 3.04-3 8-3s8 1.94 8 3c0 .73-1.46 1.89-4 2.53v2.05c3.53-.77 6-2.53 6-4.58 0-2.76-4.48-5-10-5z"}),e.createElement("path",{fill:"none",d:"M0 0h24v24H0z"}))}export{r as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function BellIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 26 25" }, props, { children: jsx("path", { d: "M5.5 7c1-4.5 3.1-7 7.5-7s6.5 2.5 7.5 7c.1.4.2.8.2 1.4.1.3.3 1.3.3 1.3.2 1.6.5 2.3.7 2.6l.3.3c.4.3.7.6 1.2.9.1.1.9.6 1.1.7 1.1.7 1.7 1.5 1.7 2.8 0 1.8-2.3 2.4-6.9 2.7-1.3.2-2.8.2-4.2.3h-3.8c-1.4-.1-2.9-.1-4.2-.3C2.3 19.4 0 18.8 0 17c0-1.3.6-2.1 1.7-2.9.2-.1 1-.6 1.2-.7.5-.3.9-.6 1.3-1l.1-.1c.3-.3.5-1 .8-2.7 0 .1.1-1 .2-1.3.1-.5.2-.9.2-1.3zm13 .4C17.7 3.7 16.2 2 13 2S8.3 3.7 7.5 7.4c-.1.4-.2.8-.2 1.3C7.2 9 7 10 7 10c-.3 2.1-.6 3-1.3 3.7 0 .1-.1.1-.1.2-.5.4-1 .8-1.6 1.1-.2.2-1 .7-1.2.8-.6.4-.8.7-.8 1.2v-.2c.2.1.6.3 1.1.4 1 .2 2.3.4 4 .6 1.3.1 2.7.1 4.1.2H14.8c1.4-.1 2.8-.1 4.1-.2 1.7-.2 3-.4 4-.6.5-.1.9-.3 1.1-.4v.2c0-.5-.2-.7-.8-1.2-.2-.1-.9-.5-1.1-.6-.5-.4-1-.7-1.4-1.1l-.4-.4c-.7-.7-1-1.6-1.3-3.7 0 .1-.2-1-.2-1.3-.1-.5-.2-.9-.3-1.3zM8 18v2c0 2.8 2.3 5 5 5 2.8 0 5-2.2 5-5v-2h-2v2c0 1.7-1.3 3-3 3-1.6 0-3-1.3-3-3v-2H8z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { BellIcon as default };
|
|
1
|
+
import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 26 25",...e},c.createElement("path",{d:"M5.5 7c1-4.5 3.1-7 7.5-7s6.5 2.5 7.5 7c.1.4.2.8.2 1.4.1.3.3 1.3.3 1.3.2 1.6.5 2.3.7 2.6l.3.3c.4.3.7.6 1.2.9.1.1.9.6 1.1.7 1.1.7 1.7 1.5 1.7 2.8 0 1.8-2.3 2.4-6.9 2.7-1.3.2-2.8.2-4.2.3h-3.8c-1.4-.1-2.9-.1-4.2-.3C2.3 19.4 0 18.8 0 17c0-1.3.6-2.1 1.7-2.9.2-.1 1-.6 1.2-.7.5-.3.9-.6 1.3-1l.1-.1c.3-.3.5-1 .8-2.7 0 .1.1-1 .2-1.3.1-.5.2-.9.2-1.3zm13 .4C17.7 3.7 16.2 2 13 2S8.3 3.7 7.5 7.4c-.1.4-.2.8-.2 1.3C7.2 9 7 10 7 10c-.3 2.1-.6 3-1.3 3.7 0 .1-.1.1-.1.2-.5.4-1 .8-1.6 1.1-.2.2-1 .7-1.2.8-.6.4-.8.7-.8 1.2v-.2c.2.1.6.3 1.1.4 1 .2 2.3.4 4 .6 1.3.1 2.7.1 4.1.2H14.8c1.4-.1 2.8-.1 4.1-.2 1.7-.2 3-.4 4-.6.5-.1.9-.3 1.1-.4v.2c0-.5-.2-.7-.8-1.2-.2-.1-.9-.5-1.1-.6-.5-.4-1-.7-1.4-1.1l-.4-.4c-.7-.7-1-1.6-1.3-3.7 0 .1-.2-1-.2-1.3-.1-.5-.2-.9-.3-1.3zM8 18v2c0 2.8 2.3 5 5 5 2.8 0 5-2.2 5-5v-2h-2v2c0 1.7-1.3 3-3 3-1.6 0-3-1.3-3-3v-2H8z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function BidIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24" }, props, { children: jsx("path", { d: "M10.4 4.1c-.1-.1-.2-.2-.2-.3C9 2.7 10 1.4 11.6.6c1.4-.7 2.9-.9 3.8 0 .2.2 1.6 1.5 1.9 1.9.9.8 1.5 1.5 1.9 1.9.8.8.7 2.3-.1 3.8-.3.6-.6 1.1-1 1.4-.7.6-1.5.6-2.2 0-.1-.1-.1-.2-.2-.3l-6.4 6.4c.1.1.2.2.3.2.6.7.5 1.5 0 2.2-.3.4-.8.8-1.5 1.1-1.4.7-2.9.9-3.7 0-.9-.8-2.7-2.7-3.8-3.8-.9-.8-.7-2.3 0-3.8.8-1.6 2.1-2.6 3.2-1.4.1 0 .2.1.3.3l6.3-6.4zm1.4 1.4l-6.3 6.3c.3.4.7.8 1.2 1.3.2.1.8.7 1.3 1.2L14.3 8l-.6-.6-.7-.7c-.4-.5-.8-.9-1.2-1.2zM7.3 17.4c.3-.1.5-.2.7-.4-.3-.2-.5-.5-.9-.9-.3-.3-1.5-1.4-1.7-1.7l-2.6-2.6c-.2.2-.3.4-.5.7-.3.7-.4 1.5-.4 1.5l3.9 3.9s.7-.1 1.5-.5zM17 8c.1-.2.3-.4.4-.7.4-.7.5-1.5.4-1.5-.4-.5-1-1.1-1.9-2L14 1.9s-.8.1-1.5.4c-.3.2-.5.3-.7.5.5.4 1.2 1.2 2.6 2.6C16 6.9 16.6 7.6 17 8zm-2 5.5l1.4-1.4 6.7 6.7c.1.2.3.4.4.6.7 1.2.7 2.4-.3 3.6-.1 0-.1 0-.2.1-1.1 1.1-2.4 1.1-3.6.4-.3-.1-.5-.3-.6-.4l-6.7-6.7 1.3-1.4 6.8 6.7.2.2c.5.3.8.3 1.3-.2l.1-.1c.4-.4.3-.7.1-1.2l-.2-.2-6.7-6.7z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { BidIcon as default };
|
|
1
|
+
import*as c from"react";function l(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24",...e},c.createElement("path",{d:"M10.4 4.1c-.1-.1-.2-.2-.2-.3C9 2.7 10 1.4 11.6.6c1.4-.7 2.9-.9 3.8 0 .2.2 1.6 1.5 1.9 1.9.9.8 1.5 1.5 1.9 1.9.8.8.7 2.3-.1 3.8-.3.6-.6 1.1-1 1.4-.7.6-1.5.6-2.2 0-.1-.1-.1-.2-.2-.3l-6.4 6.4c.1.1.2.2.3.2.6.7.5 1.5 0 2.2-.3.4-.8.8-1.5 1.1-1.4.7-2.9.9-3.7 0-.9-.8-2.7-2.7-3.8-3.8-.9-.8-.7-2.3 0-3.8.8-1.6 2.1-2.6 3.2-1.4.1 0 .2.1.3.3l6.3-6.4zm1.4 1.4l-6.3 6.3c.3.4.7.8 1.2 1.3.2.1.8.7 1.3 1.2L14.3 8l-.6-.6-.7-.7c-.4-.5-.8-.9-1.2-1.2zM7.3 17.4c.3-.1.5-.2.7-.4-.3-.2-.5-.5-.9-.9-.3-.3-1.5-1.4-1.7-1.7l-2.6-2.6c-.2.2-.3.4-.5.7-.3.7-.4 1.5-.4 1.5l3.9 3.9s.7-.1 1.5-.5zM17 8c.1-.2.3-.4.4-.7.4-.7.5-1.5.4-1.5-.4-.5-1-1.1-1.9-2L14 1.9s-.8.1-1.5.4c-.3.2-.5.3-.7.5.5.4 1.2 1.2 2.6 2.6C16 6.9 16.6 7.6 17 8zm-2 5.5l1.4-1.4 6.7 6.7c.1.2.3.4.4.6.7 1.2.7 2.4-.3 3.6-.1 0-.1 0-.2.1-1.1 1.1-2.4 1.1-3.6.4-.3-.1-.5-.3-.6-.4l-6.7-6.7 1.3-1.4 6.8 6.7.2.2c.5.3.8.3 1.3-.2l.1-.1c.4-.4.3-.7.1-1.2l-.2-.2-6.7-6.7z"}))}export{l as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function BidKrIcon(props) {
|
|
4
|
-
return (jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 13 12", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.95 9.07l.147.027.289.06c-.842.789-2.132 1.174-3.633 1.18l-.116.02-.415.078-1.243.226-.248.047c-.667.136-1.343.234-2.022.293-.498 0-.568-.39-.394-.746.123-.231.273-.449.448-.648l.157-.188.2-.23c.073-.083.145-.165.214-.246l-.68-.598A2.716 2.716 0 010 6.56c0-1.2.779-2.218 2-2.823v.049C2 7.358 4.548 9.053 7.95 9.07z" }, void 0), jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.91 8.247l-.124-.022c-2.882-.013-5.04-1.398-5.04-4.316C2.746 1.827 5.346 0 7.83 0c2.873 0 5.08 1.68 5.08 3.905a3.22 3.22 0 01-.706 2.041l-.733.684.231.282c.073.088.146.175.216.263l.17.215c.188.228.35.477.482.741.188.407.112.853-.424.853-.733-.067-1.46-.179-2.18-.335l-.268-.053-1.34-.26-.447-.089zM7.549 5.74l-.715-1.014V5.74h-.755V2.572h.733V4.31l.737-.96h.858l-.96 1.197.982 1.193h-.88zm2.682-2.412a.894.894 0 00-.446.125c-.154.08-.285.199-.38.344V3.35h-.728v2.39h.737V4.655a.496.496 0 01.16-.42.72.72 0 01.447-.125h.21v-.782z" }, void 0)] }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { BidKrIcon as default };
|
|
1
|
+
import*as e from"react";function t(l){return e.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 13 12",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...l},e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.95 9.07l.147.027.289.06c-.842.789-2.132 1.174-3.633 1.18l-.116.02-.415.078-1.243.226-.248.047c-.667.136-1.343.234-2.022.293-.498 0-.568-.39-.394-.746.123-.231.273-.449.448-.648l.157-.188.2-.23c.073-.083.145-.165.214-.246l-.68-.598A2.716 2.716 0 010 6.56c0-1.2.779-2.218 2-2.823v.049C2 7.358 4.548 9.053 7.95 9.07z"}),e.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.91 8.247l-.124-.022c-2.882-.013-5.04-1.398-5.04-4.316C2.746 1.827 5.346 0 7.83 0c2.873 0 5.08 1.68 5.08 3.905a3.22 3.22 0 01-.706 2.041l-.733.684.231.282c.073.088.146.175.216.263l.17.215c.188.228.35.477.482.741.188.407.112.853-.424.853-.733-.067-1.46-.179-2.18-.335l-.268-.053-1.34-.26-.447-.089zM7.549 5.74l-.715-1.014V5.74h-.755V2.572h.733V4.31l.737-.96h.858l-.96 1.197.982 1.193h-.88zm2.682-2.412a.894.894 0 00-.446.125c-.154.08-.285.199-.38.344V3.35h-.728v2.39h.737V4.655a.496.496 0 01.16-.42.72.72 0 01.447-.125h.21v-.782z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function BreaksIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 26 26" }, props, { children: jsx("path", { d: "M20 14c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6 6 2.7 6 6zm-2 0c0-2.2-1.8-4-4-4s-4 1.8-4 4 1.8 4 4 4 4-1.8 4-4zm-4-1c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm-2 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm4 0c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zM2 14h2c0 5.5 4.5 10 10 10s10-4.5 10-10S19.5 4 14 4V2c6.6 0 12 5.4 12 12s-5.4 12-12 12S2 20.6 2 14zM13 0h1v6h-1c-4 0-7 3.2-7 7v1H0v-1C0 5.4 5.4 0 13 0zm-1 4.1V2c-5.6.5-9.6 4.4-10 10h2.1c.4-4.1 3.6-7.5 7.9-7.9z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { BreaksIcon as default };
|
|
1
|
+
import*as e from"react";function t(c){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 26 26",...c},e.createElement("path",{d:"M20 14c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6 6 2.7 6 6zm-2 0c0-2.2-1.8-4-4-4s-4 1.8-4 4 1.8 4 4 4 4-1.8 4-4zm-4-1c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm-2 3c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zm4 0c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1zM2 14h2c0 5.5 4.5 10 10 10s10-4.5 10-10S19.5 4 14 4V2c6.6 0 12 5.4 12 12s-5.4 12-12 12S2 20.6 2 14zM13 0h1v6h-1c-4 0-7 3.2-7 7v1H0v-1C0 5.4 5.4 0 13 0zm-1 4.1V2c-5.6.5-9.6 4.4-10 10h2.1c.4-4.1 3.6-7.5 7.9-7.9z"}))}export{t as default};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
function BuyCarIcon(props) {
|
|
4
|
-
return (jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 64 59" }, props, { children: jsx("path", { d: "M19.9 9c.3-.2.7-.3 1-.4 4.4-1.5 19-5.8 21.7-6.7C44.4 1.2 45.9.6 47 0l1.2 2.4c-1.3.6-2.8 1.3-4.8 2-2.7.9-17.3 5.3-21.6 6.7-.3.1-.5.2-.7.3h-.2c-4.2 1.9-7.4 6.9-8.4 13-1.1 5.6.1 9.9 2.1 9.9 1.7 0 2.8-1.2 2.8-3.1.1-.3.1-.6.1-1.1.1-2.2.1-3.2.3-4.5 1.1-7 5.6-10.9 15.8-10.9 8 0 11.1 3.8 11.7 11 .1.9.1 1.4.2 2.9.2 4.7.6 5.8 2.2 5.8 2.2 0 2.3-.6 2.3-10.3 0-4.7 2.4-9.1 6.4-13 1.4-1.3 2.9-2.5 4.3-3.6.5-.3 1-.7 1.4-.9.3-.2.5-.3.6-.4L64 8.5c-.1.1-.2.2-.5.3-.4.3-.8.6-1.3.9-1.3 1-2.7 2.1-4 3.3-3.5 3.5-5.6 7.2-5.6 11.1 0 6.3-.1 8.2-.5 9.9-.6 2-1.8 2.9-3.9 3l1.3 2.1v.1c1.5-.2 3.5 0 3.5 2.2 0 1.1-.5 1.6-1.2 1.9.6 1.6.9 3.6.6 5l-.9 5.4c0 .3-.1.6-.2.8v2.8c0 .9-.8 1.7-1.8 1.7H46c-1 0-1.7-.8-1.7-1.7v-1.8H19.8v1.8c0 .9-.8 1.7-1.8 1.7h-3.5c-1 0-1.7-.8-1.7-1.7v-2.8c-.2-.2-.3-.5-.3-.8l-.9-5.4c-.3-1.4 0-3.4.6-5-.7-.3-1.2-.8-1.2-1.9 0-2.2 2-2.4 3.5-2.2v-.1l1.4-2.3c-.4.1-.9.1-1.3.1-1 0-1.7-.2-2.4-.7-.8.5-1.8.8-3 .8-2.5 0-4-1.8-4.4-4.4-.4-.1-.8-.1-1.1-.2-2.2-.6-3.6-2.1-3.6-4.7 0-1.3.9-3 2.4-5C1 22.4 0 21.1 0 18.8c0-3.2 3.8-5.4 10.3-7.4 2.1-.7 4.3-1.2 6.5-1.7.8-.2 1.5-.3 2.2-.4.2-.1.4-.1.5-.2.2 0 .3-.1.4-.1zm-9.4 12.1c-1.3 2.1-2.2 4.3-2.8 6.5-1 4.2-.3 6.7 1.5 6.7.5 0 1-.1 1.3-.2-1.1-2.4-1.4-6.1-.6-10.2.2-.9.4-1.9.6-2.8zM43 30.2c-.1-.5-.1-.9-.1-1.4-.1-1.5-.1-2.1-.2-2.8-.5-6-2.6-8.6-9.1-8.6-8.9 0-12.4 2.9-13.2 8.6-.2 1.2-.2 2.1-.3 4.2v.6c1.4-1.1 3.2-1.8 4.9-1.8h14c1.3 0 2.7.4 4 1.2zM7.3 21.5c-.2.1-.3.1-.5.2-2.4 2.5-4.1 4.7-4.1 6 0 1.2.5 1.8 1.6 2.1.1 0 .3.1.4.1.1-.9.2-1.9.5-3 .4-1.8 1.2-3.6 2.1-5.4zm5-8c-.4.1-.8.3-1.3.4-5.2 1.6-8.4 3.5-8.4 4.9 0 1.4.3 1.6 1.4 1.2.4-.1.9-.2 1.4-.5 2-2.1 4.5-4.2 6.9-6zm33.4 26.1l-2.9-4.9c-.7-1.1-2.5-2.2-3.8-2.2H25c-1.3 0-3.1 1.1-3.8 2.2l-2.9 4.9h27.4zM18.9 50.2c1.4 0 2.6-1.2 2.6-2.7 0-1.4-1.2-2.6-2.6-2.6-1.5 0-2.6 1.2-2.6 2.6 0 1.5 1.1 2.7 2.6 2.7zm26.2 0c1.5 0 2.7-1.2 2.7-2.7 0-1.4-1.2-2.6-2.7-2.6-1.4 0-2.6 1.2-2.6 2.6 0 1.5 1.2 2.7 2.6 2.7zm-18.3-1.8v1.8h10.5v-1.8H26.8z" }, void 0) }), void 0));
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export { BuyCarIcon as default };
|
|
1
|
+
import*as c from"react";function t(e){return c.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 64 59",...e},c.createElement("path",{d:"M19.9 9c.3-.2.7-.3 1-.4 4.4-1.5 19-5.8 21.7-6.7C44.4 1.2 45.9.6 47 0l1.2 2.4c-1.3.6-2.8 1.3-4.8 2-2.7.9-17.3 5.3-21.6 6.7-.3.1-.5.2-.7.3h-.2c-4.2 1.9-7.4 6.9-8.4 13-1.1 5.6.1 9.9 2.1 9.9 1.7 0 2.8-1.2 2.8-3.1.1-.3.1-.6.1-1.1.1-2.2.1-3.2.3-4.5 1.1-7 5.6-10.9 15.8-10.9 8 0 11.1 3.8 11.7 11 .1.9.1 1.4.2 2.9.2 4.7.6 5.8 2.2 5.8 2.2 0 2.3-.6 2.3-10.3 0-4.7 2.4-9.1 6.4-13 1.4-1.3 2.9-2.5 4.3-3.6.5-.3 1-.7 1.4-.9.3-.2.5-.3.6-.4L64 8.5c-.1.1-.2.2-.5.3-.4.3-.8.6-1.3.9-1.3 1-2.7 2.1-4 3.3-3.5 3.5-5.6 7.2-5.6 11.1 0 6.3-.1 8.2-.5 9.9-.6 2-1.8 2.9-3.9 3l1.3 2.1v.1c1.5-.2 3.5 0 3.5 2.2 0 1.1-.5 1.6-1.2 1.9.6 1.6.9 3.6.6 5l-.9 5.4c0 .3-.1.6-.2.8v2.8c0 .9-.8 1.7-1.8 1.7H46c-1 0-1.7-.8-1.7-1.7v-1.8H19.8v1.8c0 .9-.8 1.7-1.8 1.7h-3.5c-1 0-1.7-.8-1.7-1.7v-2.8c-.2-.2-.3-.5-.3-.8l-.9-5.4c-.3-1.4 0-3.4.6-5-.7-.3-1.2-.8-1.2-1.9 0-2.2 2-2.4 3.5-2.2v-.1l1.4-2.3c-.4.1-.9.1-1.3.1-1 0-1.7-.2-2.4-.7-.8.5-1.8.8-3 .8-2.5 0-4-1.8-4.4-4.4-.4-.1-.8-.1-1.1-.2-2.2-.6-3.6-2.1-3.6-4.7 0-1.3.9-3 2.4-5C1 22.4 0 21.1 0 18.8c0-3.2 3.8-5.4 10.3-7.4 2.1-.7 4.3-1.2 6.5-1.7.8-.2 1.5-.3 2.2-.4.2-.1.4-.1.5-.2.2 0 .3-.1.4-.1zm-9.4 12.1c-1.3 2.1-2.2 4.3-2.8 6.5-1 4.2-.3 6.7 1.5 6.7.5 0 1-.1 1.3-.2-1.1-2.4-1.4-6.1-.6-10.2.2-.9.4-1.9.6-2.8zM43 30.2c-.1-.5-.1-.9-.1-1.4-.1-1.5-.1-2.1-.2-2.8-.5-6-2.6-8.6-9.1-8.6-8.9 0-12.4 2.9-13.2 8.6-.2 1.2-.2 2.1-.3 4.2v.6c1.4-1.1 3.2-1.8 4.9-1.8h14c1.3 0 2.7.4 4 1.2zM7.3 21.5c-.2.1-.3.1-.5.2-2.4 2.5-4.1 4.7-4.1 6 0 1.2.5 1.8 1.6 2.1.1 0 .3.1.4.1.1-.9.2-1.9.5-3 .4-1.8 1.2-3.6 2.1-5.4zm5-8c-.4.1-.8.3-1.3.4-5.2 1.6-8.4 3.5-8.4 4.9 0 1.4.3 1.6 1.4 1.2.4-.1.9-.2 1.4-.5 2-2.1 4.5-4.2 6.9-6zm33.4 26.1l-2.9-4.9c-.7-1.1-2.5-2.2-3.8-2.2H25c-1.3 0-3.1 1.1-3.8 2.2l-2.9 4.9h27.4zM18.9 50.2c1.4 0 2.6-1.2 2.6-2.7 0-1.4-1.2-2.6-2.6-2.6-1.5 0-2.6 1.2-2.6 2.6 0 1.5 1.1 2.7 2.6 2.7zm26.2 0c1.5 0 2.7-1.2 2.7-2.7 0-1.4-1.2-2.6-2.7-2.6-1.4 0-2.6 1.2-2.6 2.6 0 1.5 1.2 2.7 2.6 2.7zm-18.3-1.8v1.8h10.5v-1.8H26.8z"}))}export{t as default};
|