@bytebrand/fe-ui-core 4.1.47 → 4.1.48
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/.editorconfig +10 -10
- package/.storybook/addons.js +4 -4
- package/.storybook/config.js +64 -64
- package/.storybook/postcss.config.js +6 -6
- package/.storybook/preview-head.html +9 -9
- package/.storybook/webpack.config.js +130 -130
- package/common.ts +153 -153
- package/feWpComponents.ts +25 -25
- package/index.ts +4 -4
- package/landing.ts +38 -38
- package/media/images/advantages/advantage_cart.svg +4 -4
- package/media/images/advantages/advantage_check.svg +4 -4
- package/media/images/advantages/advantage_like.svg +10 -10
- package/media/images/advantages/advantage_secure.svg +6 -6
- package/media/images/check-blue.svg +40 -40
- package/media/images/raiting-star.svg +3 -3
- package/media/images/raiting-stars-min.svg +7 -7
- package/media/images/refresh-button.svg +49 -49
- package/media/images/slider-arrow-big.svg +11 -11
- package/media/images/user-icon.svg +16 -16
- package/media/locales/de/promoSlider.json +25 -25
- package/media/locales/en/promoSlider.json +25 -25
- package/media/svg/common/arrow_breadcrumps.svg +3 -3
- package/media/svg/common/home.svg +10 -10
- package/media/svg/common/whyAutodeIconSet-F.svg +13 -13
- package/media/svg/common/whyAutodeIconSet-G.svg +10 -10
- package/media/svg/common/whyAutodeIconSet-Q.svg +16 -16
- package/media/svg/common/whyAutodeIconSet-R.svg +14 -14
- package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +9 -9
- package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +7 -7
- package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +12 -12
- package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +10 -10
- package/media/svg/usp/icon1.svg +16 -16
- package/media/svg/usp/icon2.svg +13 -13
- package/media/svg/usp/icon3.svg +10 -10
- package/media/svg/usp/icon4.svg +14 -14
- package/package.json +106 -106
- package/profile.ts +1 -1
- package/source/components/AccardionSection/AccardionSection.styl +45 -45
- package/source/components/AccardionSection/AccardionSection.tsx +47 -47
- package/source/components/AccordionWidget/AccordionWidget.styl +206 -206
- package/source/components/AccordionWidget/AccordionWidget.tsx +227 -227
- package/source/components/AdvantageItem/AdvantageItem.story.js +23 -23
- package/source/components/AdvantageItem/AdvantageItem.styl +47 -47
- package/source/components/AdvantageItem/AdvantageItem.tsx +26 -26
- package/source/components/Alternative/Dealer.story.js +31 -31
- package/source/components/Alternative/Dealer.story.styl +2 -2
- package/source/components/Alternative/DealerInfo.styl +109 -109
- package/source/components/Alternative/DealerInfo.tsx +145 -145
- package/source/components/Breadcrumbs/Breadcrumbs.story.js +40 -40
- package/source/components/Breadcrumbs/Breadcrumbs.styl +123 -123
- package/source/components/Breadcrumbs/Breadcrumbs.tsx +87 -87
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.story.js +45 -45
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +61 -61
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.tsx +17 -17
- package/source/components/Checkout/CheckoutStepper/CheckoutStepper.styl +221 -221
- package/source/components/Checkout/CheckoutStepper/CheckoutStepper.tsx +70 -70
- package/source/components/Checkout/CheckoutStepper/CheckoutStepperClasses.js +173 -173
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.js +243 -243
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.styl +20 -20
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.styl +36 -36
- package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.tsx +53 -53
- package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.styl +200 -200
- package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.tsx +212 -212
- package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.styl +30 -30
- package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.tsx +62 -62
- package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.styl +73 -73
- package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.tsx +61 -61
- package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.styl +199 -199
- package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.tsx +195 -195
- package/source/components/Checkout/RadioCards/RadioCheckout.styl +158 -158
- package/source/components/Checkout/RadioCards/RadioCheckout.tsx +178 -178
- package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.js +105 -105
- package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.styl +37 -37
- package/source/components/Checkout/Switcher/Switcher.story.js +51 -51
- package/source/components/Checkout/Switcher/Switcher.story.styl +1 -1
- package/source/components/Checkout/Switcher/Switcher.styl +93 -93
- package/source/components/Checkout/Switcher/Switcher.tsx +104 -104
- package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.styl +176 -176
- package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.tsx +477 -477
- package/source/components/CompactSearchWidget/CompactSearchWidget.story.js +187 -187
- package/source/components/CompactSearchWidget/CompactSearchWidget.styl +43 -43
- package/source/components/CompactSearchWidget/CompactSearchWidget.tsx +165 -165
- package/source/components/ContactForm/ContactForm.story.js +93 -93
- package/source/components/ContactForm/ContactForm.styl +260 -260
- package/source/components/ContactForm/ContactForm.tsx +588 -588
- package/source/components/ContactForm/WpContactForm.tsx +287 -287
- package/source/components/ContactInfo/ContactInfo.story.js +58 -58
- package/source/components/ContactInfo/ContactInfo.styl +22 -22
- package/source/components/ContactInfo/ContactInfo.tsx +161 -161
- package/source/components/ContactInfo/TemporaryTranslation.ts +11 -11
- package/source/components/CustomerQuote/CustomerQuote.story.js +41 -41
- package/source/components/CustomerQuote/CustomerQuote.styl +79 -79
- package/source/components/CustomerQuote/CustomerQuote.tsx +68 -68
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.js +73 -73
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.styl +4 -4
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.styl +46 -46
- package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.tsx +79 -79
- package/source/components/CustomerQuotesSlider/SliderArrow.tsx +20 -20
- package/source/components/FormattedNumber/FormattedNumber.story.js +114 -114
- package/source/components/FormattedNumber/FormattedNumber.styl +1 -1
- package/source/components/FormattedNumber/FormattedNumber.tsx +91 -91
- package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.styl +7 -7
- package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.tsx +30 -30
- package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.styl +122 -122
- package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.tsx +199 -199
- package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.styl +3 -3
- package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.tsx +15 -15
- package/source/components/ImageSettings/OptionsTable/OptionsTable.styl +47 -47
- package/source/components/ImageSettings/OptionsTable/OptionsTable.tsx +122 -122
- package/source/components/ImageSettings/PricePlan/PricePlan.styl +63 -63
- package/source/components/ImageSettings/PricePlan/PricePlan.tsx +32 -32
- package/source/components/ImageSettings/index.ts +42 -42
- package/source/components/ImageSettings/story.js +1212 -1212
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.styl +33 -33
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.tsx +48 -48
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.styl +68 -68
- package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.tsx +21 -21
- package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.styl +41 -41
- package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.tsx +45 -45
- package/source/components/InfoBlocks/InfoBlockWrapper.story.js +101 -101
- package/source/components/InfoBlocks/InfoBlockWrapper.story.styl +45 -45
- package/source/components/InfoBlocks/PricingToolBlock/PricingTool.styl +6 -6
- package/source/components/InfoBlocks/PricingToolBlock/PricingTool.tsx +29 -29
- package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.styl +45 -45
- package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.tsx +81 -81
- package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.styl +47 -47
- package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.tsx +25 -25
- package/source/components/OfferDetailedSection/OfferDetailedSection.styl +31 -31
- package/source/components/OfferDetailedSection/OfferDetailedSection.tsx +100 -100
- package/source/components/OfferDetailedSection/partials/PanelConfig.styl +127 -127
- package/source/components/OfferDetailedSection/partials/PanelConfig.tsx +124 -124
- package/source/components/OfferPanel/AboAccordion/AboAccordion.styl +24 -24
- package/source/components/OfferPanel/AboAccordion/AboAccordion.tsx +128 -128
- package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.styl +11 -11
- package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.tsx +35 -35
- package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.story.js +97 -97
- package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.styl +20 -20
- package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.tsx +25 -25
- package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.styl +13 -13
- package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.tsx +39 -39
- package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.theme.js +29 -29
- package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.tsx +49 -49
- package/source/components/OfferPanel/OfferCheckboxGroup/CheckboxContainer.tsx +145 -145
- package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.styl +118 -118
- package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.tsx +24 -24
- package/source/components/OfferPanel/OfferPanel.story.js +139 -139
- package/source/components/OfferPanel/OfferPanel.styl +189 -189
- package/source/components/OfferPanel/OfferPanel.tsx +81 -81
- package/source/components/OfferPanel/OfferPeriod/OfferPeriod.styl +24 -24
- package/source/components/OfferPanel/OfferPeriod/OfferPeriod.tsx +49 -49
- package/source/components/OfferPanel/RangeGroup/RangeGroup.story.js +35 -35
- package/source/components/OfferPanel/RangeGroup/RangeGroup.story.styl +2 -2
- package/source/components/OfferPanel/RangeGroup/RangeGroup.tsx +37 -37
- package/source/components/PriceRating/PriceRating.story.js +39 -39
- package/source/components/PriceRating/PriceRating.story.styl +1 -1
- package/source/components/PriceRating/PriceRating.styl +70 -70
- package/source/components/PriceRating/PriceRating.tsx +65 -65
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.js +78 -78
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.styl +11 -11
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.styl +120 -120
- package/source/components/PriceRatingDetailed/PriceRatingDetailed.tsx +187 -187
- package/source/components/RateSearchValue/RateSearchValue.story.js +78 -78
- package/source/components/RateSearchValue/RateSearchValue.story.styl +1 -1
- package/source/components/RateSearchValue/RateSearchValue.styl +22 -22
- package/source/components/RateSearchValue/RateSearchValue.tsx +55 -55
- package/source/components/RateSearchWidget/RateSearchWidget.story.js +57 -57
- package/source/components/RateSearchWidget/RateSearchWidget.story.styl +12 -12
- package/source/components/RateSearchWidget/RateSearchWidget.styl +106 -106
- package/source/components/RateSearchWidget/RateSearchWidget.tsx +163 -163
- package/source/components/SearchFilters/FiltersFactory.story.js +273 -273
- package/source/components/SearchFilters/FiltersFactory.tsx +85 -85
- package/source/components/SearchFilters/Slider.styl +66 -66
- package/source/components/SearchFilters/common/Color/Color.styl +29 -29
- package/source/components/SearchFilters/common/Color/Color.tsx +60 -60
- package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styl +39 -39
- package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styled.tsx +28 -28
- package/source/components/SearchFilters/common/FilterBlock/FilterBlock.tsx +54 -54
- package/source/components/SearchFilters/common/FilterBlock/FilterBlockFactory.tsx +151 -151
- package/source/components/SearchFilters/common/RangeControlled/RangeControlled.tsx +148 -148
- package/source/components/SearchFilters/filters/AlternativeID.styl +98 -98
- package/source/components/SearchFilters/filters/AlternativeID.tsx +77 -77
- package/source/components/SearchFilters/filters/Consumption.styl +41 -41
- package/source/components/SearchFilters/filters/Consumption.tsx +52 -52
- package/source/components/SearchFilters/filters/Cost.styl +43 -43
- package/source/components/SearchFilters/filters/Cost.tsx +112 -112
- package/source/components/SearchFilters/filters/CubicCapacity.styl +30 -30
- package/source/components/SearchFilters/filters/CubicCapacity.tsx +134 -134
- package/source/components/SearchFilters/filters/Damaged.styl +1 -1
- package/source/components/SearchFilters/filters/Damaged.tsx +40 -40
- package/source/components/SearchFilters/filters/Doors.styl +18 -18
- package/source/components/SearchFilters/filters/Doors.tsx +113 -113
- package/source/components/SearchFilters/filters/DriveType.styl +22 -22
- package/source/components/SearchFilters/filters/DriveType.tsx +72 -72
- package/source/components/SearchFilters/filters/EmissionClass.tsx +35 -35
- package/source/components/SearchFilters/filters/EmissionSticker.styl +46 -46
- package/source/components/SearchFilters/filters/EmissionSticker.tsx +52 -52
- package/source/components/SearchFilters/filters/FirstRegistration.tsx +97 -97
- package/source/components/SearchFilters/filters/Fuel.styl +27 -27
- package/source/components/SearchFilters/filters/Fuel.tsx +73 -73
- package/source/components/SearchFilters/filters/Highlights.styl +38 -38
- package/source/components/SearchFilters/filters/Highlights.tsx +69 -69
- package/source/components/SearchFilters/filters/ImagesCount.tsx +66 -66
- package/source/components/SearchFilters/filters/InteriorColor.styl +29 -29
- package/source/components/SearchFilters/filters/InteriorColor.tsx +71 -71
- package/source/components/SearchFilters/filters/InteriorMaterial.styl +28 -28
- package/source/components/SearchFilters/filters/InteriorMaterial.tsx +71 -71
- package/source/components/SearchFilters/filters/MakeModel.styl +106 -106
- package/source/components/SearchFilters/filters/MakeModel.tsx +164 -164
- package/source/components/SearchFilters/filters/Mileage.tsx +105 -105
- package/source/components/SearchFilters/filters/OwnerID.styl +14 -14
- package/source/components/SearchFilters/filters/OwnerID.tsx +65 -65
- package/source/components/SearchFilters/filters/Owners.styl +23 -23
- package/source/components/SearchFilters/filters/Owners.tsx +72 -72
- package/source/components/SearchFilters/filters/Power.tsx +154 -154
- package/source/components/SearchFilters/filters/PriceDifference.tsx +67 -67
- package/source/components/SearchFilters/filters/Rate.styl +34 -34
- package/source/components/SearchFilters/filters/Rate.tsx +53 -53
- package/source/components/SearchFilters/filters/Seats.styl +31 -31
- package/source/components/SearchFilters/filters/Seats.tsx +53 -53
- package/source/components/SearchFilters/filters/StateOptions.styl +16 -16
- package/source/components/SearchFilters/filters/StateOptions.tsx +58 -58
- package/source/components/SearchFilters/filters/StateOptionsNew.styl +23 -23
- package/source/components/SearchFilters/filters/StateOptionsNew.tsx +72 -72
- package/source/components/SearchFilters/filters/Transmission.styl +20 -20
- package/source/components/SearchFilters/filters/Transmission.tsx +71 -71
- package/source/components/SearchFilters/filters/commonFilters.styl +93 -93
- package/source/components/SearchPage/ChipFilter/ChipFilter.styl +45 -45
- package/source/components/SearchPage/ChipFilter/ChipFilter.tsx +21 -21
- package/source/components/SearchPage/DropDown/DropDown.styl +99 -99
- package/source/components/SearchPage/DropDown/DropDown.tsx +52 -52
- package/source/components/SearchPage/DropDown/MultiDropDown.tsx +84 -84
- package/source/components/SearchPage/DropDown/index.ts +8 -8
- package/source/components/SearchPage/Filters/HistogramSlider.styl +77 -77
- package/source/components/SearchPage/Filters/MakeModel/MakeModel.story.js +11 -11
- package/source/components/SearchPage/Filters/MakeModel/MakeModel.styl +95 -95
- package/source/components/SearchPage/Filters/MakeModel/MakeModel.tsx +142 -142
- package/source/components/SearchPage/Pagination/Pagination.styl +95 -95
- package/source/components/SearchPage/Pagination/Pagination.tsx +89 -89
- package/source/components/SearchPage/SearchChips/SearchChips.styl +51 -51
- package/source/components/SearchPage/SearchChips/SearchChips.tsx +76 -76
- package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +96 -96
- package/source/components/SearchPage/SearchTopBar/SearchTopBar.tsx +114 -114
- package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.styl +44 -44
- package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.tsx +162 -162
- package/source/components/SearchPageMobile/FiltersDetailed/BodyType.styl +47 -47
- package/source/components/SearchPageMobile/FiltersDetailed/BodyType.tsx +84 -84
- package/source/components/SearchPageMobile/FiltersDetailed/Consumption.styl +48 -48
- package/source/components/SearchPageMobile/FiltersDetailed/Consumption.tsx +76 -76
- package/source/components/SearchPageMobile/FiltersDetailed/Doors.styl +52 -52
- package/source/components/SearchPageMobile/FiltersDetailed/Doors.tsx +102 -102
- package/source/components/SearchPageMobile/FiltersDetailed/FirstRegistration.tsx +69 -69
- package/source/components/SearchPageMobile/FiltersDetailed/Fuel.styl +31 -31
- package/source/components/SearchPageMobile/FiltersDetailed/Fuel.tsx +81 -81
- package/source/components/SearchPageMobile/FiltersDetailed/HistogramSlider.styl +100 -100
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.styl +95 -95
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.tsx +171 -171
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.styl +112 -112
- package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.tsx +122 -122
- package/source/components/SearchPageMobile/FiltersDetailed/Mileage.tsx +80 -80
- package/source/components/SearchPageMobile/FiltersDetailed/Power.tsx +116 -116
- package/source/components/SearchPageMobile/FiltersDetailed/Price.tsx +129 -129
- package/source/components/SearchPageMobile/FiltersDetailed/Rate.tsx +252 -252
- package/source/components/SearchPageMobile/FiltersDetailed/Seats.styl +41 -41
- package/source/components/SearchPageMobile/FiltersDetailed/Seats.tsx +85 -85
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.js +834 -834
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.styl +40 -40
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.styl +37 -37
- package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.tsx +127 -127
- package/source/components/SearchWidget/ColorWidget/BodyColorWidget.styl +54 -54
- package/source/components/SearchWidget/ColorWidget/BodyColorWidget.tsx +122 -122
- package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.styl +17 -17
- package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.tsx +36 -36
- package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.styl +25 -25
- package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.tsx +126 -126
- package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.styl +54 -54
- package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.tsx +173 -173
- package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.styl +39 -39
- package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.tsx +99 -99
- package/source/components/SearchWidget/InteriorWidget/DetailedInteriorWidget.tsx +44 -44
- package/source/components/SearchWidget/InteriorWidget/InteriorWidget.styl +28 -28
- package/source/components/SearchWidget/InteriorWidget/InteriorWidget.tsx +42 -42
- package/source/components/SearchWidget/OfferDetalisWidget/OfferDetailsWidgetMobile.tsx +59 -59
- package/source/components/SearchWidget/SearchWidget.story.js +191 -191
- package/source/components/SearchWidget/SearchWidget.story.styl +5 -5
- package/source/components/SearchWidget/SearchWidget.styl +196 -196
- package/source/components/SearchWidget/SearchWidget.tsx +208 -208
- package/source/components/SearchWidget/StateWidget/StateWidget.styl +57 -57
- package/source/components/SearchWidget/StateWidget/StateWidget.tsx +107 -107
- package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.styl +10 -10
- package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.tsx +64 -64
- package/source/components/SearchWidget/partials/BuyCar/BuyCar.styl +19 -19
- package/source/components/SearchWidget/partials/BuyCar/BuyCar.tsx +162 -162
- package/source/components/SearchWidget/partials/DropDown/DropDown.styl +70 -70
- package/source/components/SearchWidget/partials/DropDown/DropDown.tsx +36 -36
- package/source/components/SearchWidget/partials/DropDown/MultiDropDown.tsx +76 -76
- package/source/components/SearchWidget/partials/DropDown/index.ts +7 -7
- package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.styl +48 -48
- package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.tsx +101 -101
- package/source/components/SearchWidget/partials/FastSearch/FastSearch.tsx +55 -55
- package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.styl +8 -8
- package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.tsx +69 -69
- package/source/components/SearchWidget/partials/PanelFilter/Item.tsx +43 -43
- package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.styl +32 -32
- package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.tsx +53 -53
- package/source/components/SearchWidget/partials/TabPanel/TabPanel.tsx +29 -29
- package/source/components/SearchWidget/partials/Tabs/Tab.tsx +20 -20
- package/source/components/SearchWidget/partials/Tabs/Tabs.styl +27 -27
- package/source/components/SearchWidget/partials/Tabs/Tabs.tsx +69 -69
- package/source/components/SearchWidget/partials/Tabs/index.ts +7 -7
- package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.styl +91 -91
- package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.tsx +216 -216
- package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.styl +47 -47
- package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.tsx +124 -124
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styl +62 -62
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styled.tsx +38 -38
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.tsx +293 -293
- package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidgetCategory.tsx +50 -50
- package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.styl +50 -50
- package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.tsx +96 -96
- package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.styl +30 -30
- package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.tsx +33 -33
- package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidgetMobile.tsx +44 -44
- package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.styl +45 -45
- package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.tsx +149 -149
- package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.styl +59 -59
- package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.tsx +172 -172
- package/source/components/SearchWidgetsMobile/index.ts +18 -18
- package/source/components/Stepper/Step/Step.styl +46 -46
- package/source/components/Stepper/Step/Step.tsx +44 -44
- package/source/components/Stepper/Stepper.story.js +119 -119
- package/source/components/Stepper/Stepper.story.styl +41 -41
- package/source/components/Stepper/Stepper.styl +10 -10
- package/source/components/Stepper/Stepper.tsx +67 -67
- package/source/components/Stepper/StepsDivider/StepsDivider.styl +15 -15
- package/source/components/Stepper/StepsDivider/StepsDivider.tsx +23 -23
- package/source/components/Theme.story.js +36 -36
- package/source/components/Theme.story.styl +85 -85
- package/source/components/TickerText/TickerText.story.js +17 -17
- package/source/components/TickerText/TickerText.styl +43 -43
- package/source/components/TickerText/TickerText.tsx +24 -24
- package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.styl +10 -10
- package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.tsx +44 -44
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.story.js +247 -247
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.styl +142 -142
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.tsx +137 -137
- package/source/components/Vehicle/VehicleTitle/VehicleTitle.story.js +27 -27
- package/source/components/Vehicle/VehicleTitle/VehicleTitle.styl +48 -48
- package/source/components/Vehicle/VehicleTitle/VehicleTitle.tsx +44 -44
- package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.story.js +30 -30
- package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.styl +49 -49
- package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.tsx +55 -55
- package/source/components/VehicleCompared/ComparePrice/ComparePrice.story.js +18 -18
- package/source/components/VehicleCompared/ComparePrice/ComparePrice.styl +17 -17
- package/source/components/VehicleCompared/ComparePrice/ComparePrice.tsx +33 -33
- package/source/components/VehicleCompared/CompareTitle/CompareTitle.story.js +19 -19
- package/source/components/VehicleCompared/CompareTitle/CompareTitle.styl +38 -38
- package/source/components/VehicleCompared/CompareTitle/CompareTitle.tsx +32 -32
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.story.js +44 -44
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.styl +28 -28
- package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.tsx +168 -168
- package/source/components/VehicleDetailedSidebar/partials/Price.styl +22 -22
- package/source/components/VehicleDetailedSidebar/partials/Price.tsx +40 -40
- package/source/components/VehicleDetailedSidebar/partials/PriceContent.styl +107 -107
- package/source/components/VehicleDetailedSidebar/partials/PriceContent.tsx +124 -124
- package/source/components/VehicleDetailedSidebar/partials/Properties.styl +57 -57
- package/source/components/VehicleDetailedSidebar/partials/Properties.tsx +117 -117
- package/source/components/VehicleDetailedSidebar/partials/Title.styl +35 -35
- package/source/components/VehicleDetailedSidebar/partials/Title.tsx +33 -33
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.story.js +120 -120
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.styl +102 -102
- package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.tsx +285 -285
- package/source/components/VehicleDetailedSlider/partials/MobileStast.tsx +61 -61
- package/source/components/VehicleDetailedSlider/partials/MobileStats.styl +71 -71
- package/source/components/VehicleDetailedSlider/partials/PriceData.styl +71 -71
- package/source/components/VehicleDetailedSlider/partials/PriceData.tsx +39 -39
- package/source/components/VehicleDetailedSlider/partials/Stats.styl +80 -80
- package/source/components/VehicleDetailedSlider/partials/Stats.tsx +62 -62
- package/source/components/VehicleDetailedSlider/partials/Title.styl +37 -37
- package/source/components/VehicleDetailedSlider/partials/Title.tsx +36 -36
- package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.story.js +42 -42
- package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.styl +298 -298
- package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.tsx +201 -201
- package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.story.js +62 -62
- package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.styl +263 -263
- package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.tsx +141 -141
- package/source/components/VehiclePromoSlider/VehiclePromoSlider.story.js +42 -42
- package/source/components/VehiclePromoSlider/VehiclePromoSlider.styl +122 -122
- package/source/components/VehiclePromoSlider/VehiclePromoSlider.tsx +111 -111
- package/source/components/VehiclePromoSlider/cars.js +220 -220
- package/source/components/VehicleSmallCard/SeoText/SeoText.styl +8 -8
- package/source/components/VehicleSmallCard/SeoText/SeoText.tsx +16 -16
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +148 -148
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +164 -164
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +214 -210
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +148 -148
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +102 -102
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +262 -262
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +20 -20
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.tsx +32 -32
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +108 -108
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +85 -85
- package/source/components/VehicleSmallCard/VehicleSmallCard.story.js +412 -412
- package/source/components/VehicleSmallCard/VehicleSmallCard.story.styl +55 -55
- package/source/components/VehicleSmallCard/VehicleSmallCard.styl +181 -181
- package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +367 -367
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.js +199 -199
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.styl +40 -40
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.styl +150 -150
- package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.tsx +184 -184
- package/source/components/_common/Accordion/Accordion.story.js +36 -36
- package/source/components/_common/Accordion/Accordion.styl +2 -2
- package/source/components/_common/Accordion/Accordion.tsx +132 -132
- package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.styl +49 -49
- package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.tsx +33 -33
- package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.styl +34 -34
- package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.tsx +64 -64
- package/source/components/_common/AccordionWrapper/AccordionWrapper.tsx +34 -34
- package/source/components/_common/Badge/Badge.story.js +27 -27
- package/source/components/_common/Badge/Badge.story.styl +5 -5
- package/source/components/_common/Badge/Badge.styl +35 -35
- package/source/components/_common/Badge/Badge.tsx +25 -25
- package/source/components/_common/BodyTypeIcons/Audi.tsx +9 -9
- package/source/components/_common/BodyTypeIcons/Bmw.tsx +860 -860
- package/source/components/_common/BodyTypeIcons/Ford.tsx +31 -31
- package/source/components/_common/BodyTypeIcons/IconsConfig.tsx +44 -44
- package/source/components/_common/BodyTypeIcons/IconsConfigCompact.tsx +30 -30
- package/source/components/_common/BodyTypeIcons/Mazda.tsx +44 -44
- package/source/components/_common/BodyTypeIcons/MercedesBenz.tsx +38 -38
- package/source/components/_common/BodyTypeIcons/Opel.tsx +19 -19
- package/source/components/_common/BodyTypeIcons/Search.tsx +19 -19
- package/source/components/_common/BodyTypeIcons/SelectorCategoryCombi.tsx +68 -68
- package/source/components/_common/BodyTypeIcons/SelectorCategoryCompact.tsx +20 -20
- package/source/components/_common/BodyTypeIcons/SelectorCategoryConvertible.tsx +68 -68
- package/source/components/_common/BodyTypeIcons/SelectorCategoryCoupe.tsx +60 -60
- package/source/components/_common/BodyTypeIcons/SelectorCategoryMinibus.tsx +64 -64
- package/source/components/_common/BodyTypeIcons/SelectorCategorySedan.tsx +69 -69
- package/source/components/_common/BodyTypeIcons/SelectorCategorySuv.tsx +77 -77
- package/source/components/_common/BodyTypeIcons/SelectorCategoryTransporter.tsx +68 -68
- package/source/components/_common/BodyTypeIcons/SelectorCategoryVan.tsx +72 -72
- package/source/components/_common/BodyTypeIcons/Volkswagen.tsx +330 -330
- package/source/components/_common/BodyTypeIcons/index.ts +17 -17
- package/source/components/_common/Bubble/Bubble.story.js +52 -52
- package/source/components/_common/Bubble/Bubble.styl +53 -53
- package/source/components/_common/Bubble/Bubble.tsx +37 -37
- package/source/components/_common/Button/Button.story.js +52 -52
- package/source/components/_common/Button/Button.story.styl +5 -5
- package/source/components/_common/Button/Button.styl +12 -12
- package/source/components/_common/Button/Button.styled.tsx +46 -46
- package/source/components/_common/Button/Button.tsx +78 -78
- package/source/components/_common/ButtonOld/Button.story.js +54 -54
- package/source/components/_common/ButtonOld/Button.story.styl +5 -5
- package/source/components/_common/ButtonOld/Button.styl +65 -65
- package/source/components/_common/ButtonOld/Button.tsx +84 -84
- package/source/components/_common/Checkbox/Checkbox.story.js +85 -85
- package/source/components/_common/Checkbox/Checkbox.story.styl +14 -14
- package/source/components/_common/Checkbox/Checkbox.styl +119 -119
- package/source/components/_common/Checkbox/Checkbox.tsx +151 -151
- package/source/components/_common/Checkbox/FormCheckbox.styl +22 -22
- package/source/components/_common/Checkbox/FormCheckbox.tsx +54 -54
- package/source/components/_common/Checkbox/index.js +4 -4
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.js +136 -136
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.styl +14 -14
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.styl +155 -155
- package/source/components/_common/CheckboxMaterial/CheckboxMaterial.tsx +210 -210
- package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.styl +22 -22
- package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.tsx +50 -50
- package/source/components/_common/Chip/Chip.story.js +43 -43
- package/source/components/_common/Chip/Chip.styl +69 -69
- package/source/components/_common/Chip/Chip.tsx +40 -40
- package/source/components/_common/ChipList/ChipList.story.js +36 -36
- package/source/components/_common/ChipList/ChipList.styl +80 -80
- package/source/components/_common/ChipList/ChipList.tsx +58 -58
- package/source/components/_common/Co2Widget/CO2Efficiency.styl +114 -114
- package/source/components/_common/Co2Widget/CO2Efficiency.tsx +49 -49
- package/source/components/_common/Divider/Divider.styl +8 -8
- package/source/components/_common/Divider/Divider.tsx +16 -16
- package/source/components/_common/DoorSelector/DoorSelector.styl +35 -35
- package/source/components/_common/DoorSelector/DoorSelector.tsx +39 -39
- package/source/components/_common/DropDown/DropDown.story.js +35 -35
- package/source/components/_common/DropDown/DropDown.styl +129 -129
- package/source/components/_common/DropDown/DropDown.tsx +111 -111
- package/source/components/_common/DropDown/DropDownComponents.tsx +53 -53
- package/source/components/_common/DropDown/DropDownGroup.styl +20 -20
- package/source/components/_common/DropDown/DropDownGroup.tsx +136 -136
- package/source/components/_common/DropDown/FormDropDown.styl +35 -35
- package/source/components/_common/DropDown/FormDropDown.tsx +52 -52
- package/source/components/_common/DropDown/MultiDropDown.tsx +84 -84
- package/source/components/_common/DropDown/index.ts +7 -7
- package/source/components/_common/ExpandablePanel/ExpandablePanel.story.js +41 -41
- package/source/components/_common/ExpandablePanel/ExpandablePanel.styl +19 -19
- package/source/components/_common/ExpandablePanel/ExpandablePanel.tsx +88 -88
- package/source/components/_common/ExpansionPanel/ExpansionPanel.styl +36 -36
- package/source/components/_common/ExpansionPanel/ExpansionPanel.styled.tsx +28 -28
- package/source/components/_common/ExpansionPanel/ExpansionPanel.tsx +89 -89
- package/source/components/_common/FilterLabel/FilterLabel.styl +24 -24
- package/source/components/_common/FilterLabel/FilterLabel.tsx +23 -23
- package/source/components/_common/Histogram/Histogram.story.js +51 -51
- package/source/components/_common/IconContainer/IconContainer.styl +23 -23
- package/source/components/_common/IconContainer/IconContainer.tsx +34 -34
- package/source/components/_common/IconSVG/IconSVG.story.js +21 -21
- package/source/components/_common/IconSVG/IconSVG.story.styl +25 -25
- package/source/components/_common/IconSVG/IconSVG.tsx +30 -30
- package/source/components/_common/IconSVG/IconSVGConfig.tsx +663 -663
- package/source/components/_common/IconSVG/SVG/AboPartner.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/ArrowQuotes.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/CloseIcon.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/CloseIconSelect.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/ClosedLockIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/DealerCheckIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/DealerPopoverMail.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/DealerPopoverPhone.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/GrayPhoneIcon.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/InternetIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/WhiteEnvelopeIcon.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/bodyType/Cabrio.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/bodyType/Coupe.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/bodyType/Minibus.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/bodyType/Other.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/bodyType/Sedan.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCombi.tsx +68 -68
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCompact.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryConvertible.tsx +68 -68
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCoupe.tsx +60 -60
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryMinibus.tsx +64 -64
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryOther.tsx +60 -60
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySedan.tsx +69 -69
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySuv.tsx +77 -77
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryTransporter.tsx +68 -68
- package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryVan.tsx +72 -72
- package/source/components/_common/IconSVG/SVG/bodyType/Small.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/bodyType/Suv.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/bodyType/Van.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/bodyType/Wagon.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/AddIcon.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/AddPlus.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/AddressIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/ArrowDetailedAccordionBlue.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/common/ArrowDownBlue.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/ArrowSelect.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/ArrowStepDown.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Autocheck.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/AutodeLogo.tsx +36 -36
- package/source/components/_common/IconSVG/SVG/common/Avatar.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/BellGray.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/BigInfoTransparent.tsx +13 -13
- package/source/components/_common/IconSVG/SVG/common/Browse.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Calendar.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/Camera.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/Car.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/CarBody.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/CarFront.tsx +43 -43
- package/source/components/_common/IconSVG/SVG/common/CarInspectionCheck.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme0.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme1.tsx +53 -53
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme2.tsx +52 -52
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme3.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme4.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme5.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme6.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral copy.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/CheckBlue.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/CheckMark.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/CheckWhite.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/Chevron.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/CircledCheckmark.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/common/Clock.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Close.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/ContactEmail.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/ContactPhone.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/common/CopyIcon copy.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/CopyIcon.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/CopyIconForDealer.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/DashboardIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/DealersIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/DeleteCircle.tsx +31 -31
- package/source/components/_common/IconSVG/SVG/common/DeleteV1Icon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/DeliveryMail.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/Discount100De.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Discount100En.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/Discount66De.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/common/Discount66En.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/DoneIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/EditCircle.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/EuroCurrency.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Export.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Eye.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/EyeCatch.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/FavoritesIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/FilterRange.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/FilterToolBlack.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/FlagDe.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/FlagEn.tsx +43 -43
- package/source/components/_common/IconSVG/SVG/common/GrayEnvelopeIcon.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/HamburgerMenuIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/ImageSettingsIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Info.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/InfoIcon.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/InfoTransparent.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/LogoutIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/MagnifyingGlass.tsx +31 -31
- package/source/components/_common/IconSVG/SVG/common/MenuArrow.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/MobileDeLogo.tsx +108 -108
- package/source/components/_common/IconSVG/SVG/common/MyVehiclesIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/NewFlagDe.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/common/NewFlagEn.tsx +34 -34
- package/source/components/_common/IconSVG/SVG/common/Package.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/common/Phone.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Picture.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/common/Pictures.tsx +32 -32
- package/source/components/_common/IconSVG/SVG/common/Plus.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/PlusNew.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/ProfileIcon.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/Question.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/QuestionBold.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/common/SavedSearchsIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Search.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/common/SettingPenIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Share.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/ShoppingCart.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/SliderArrow.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/SliderEye.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/SortUpDownArrows.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Speedometer.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/Star.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/StarNew.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/common/StarOutline.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/StarRoundedCorners.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Stats.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/Step1.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/Step2.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Step3.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/SupportCallbackIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/Telephone.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/Time.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/Timetable.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/common/Trash.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/common/TrashRed.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/Upload.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/common/UserProfileIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/ValidateFailure.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/ValidateSuccess.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/WarningTriangle.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/common/WhiteArrowUp.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/WhiteKey.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/common/WhitePeople.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/common/WhiteTick.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/infoBlocks/14DaysReturnPolicy.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/infoBlocks/Autocheck.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/infoBlocks/CheckTheStory.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/infoBlocks/CustomerServiceWhite.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/infoBlocks/Guarantee.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/infoBlocks/OrderWhite.tsx +13 -13
- package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuarantee.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuaranteeWhite.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/infoBlocks/TransportAndDelivery.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/infoBlocks/Warranty.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/popower/Mail.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/popower/Phone.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/popower/Schedule.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AAllWheelDrive.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AllWheelDrive.tsx +26 -24
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/FrontWheelDrive.tsx +25 -24
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/OtherWheelDrive.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/RearWheelDrive.tsx +25 -24
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelDiesel.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectrical.tsx +19 -23
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalDiesel.tsx +34 -34
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalPetrol.tsx +20 -46
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelEthanol.tsx +53 -53
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelHydrogen.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelLpg.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelNaturalGas.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelOther.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelPetrol.tsx +18 -21
- package/source/components/_common/IconSVG/SVG/settings/Account.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/DataUsage.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/MarketResearch.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/Newsletter.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/RemoveEye.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/RemoveEyeOff.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/Security.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/settings/Warning.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/slider/360.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/slider/Checked.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/DiscountRibbon.tsx +51 -51
- package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonMobile.tsx +47 -47
- package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonNew.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/slider/Easy.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/Fullscreen.tsx +16 -16
- package/source/components/_common/IconSVG/SVG/slider/FullscreenWindow.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/slider/Safe.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/ToBuy.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/slider/ZoomIn.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/slider/ZoomOut.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/social/AndroidLogo.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/social/Apple.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/FacebookF.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/GooglePlusG.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/Instagram.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/social/Pinterest.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/SharingInterface.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/social/Twitter.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/social/Youtube.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/AboIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Abs.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/AirCond.tsx +34 -34
- package/source/components/_common/IconSVG/SVG/vehicle/Airbag.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/AuxiliaryHeating.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/vehicle/Bluetooth.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/BuyIcon.tsx +15 -15
- package/source/components/_common/IconSVG/SVG/vehicle/CarAvailability.tsx +22 -21
- package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCheck.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCross.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/CheckoutChecked.tsx +15 -15
- package/source/components/_common/IconSVG/SVG/vehicle/Co2.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/CruiseControl.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/vehicle/Date.tsx +22 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Delivery.tsx +12 -12
- package/source/components/_common/IconSVG/SVG/vehicle/Diesel.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/vehicle/Display.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/vehicle/Done.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Door.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/DoubleDone.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/vehicle/EditIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/EmergencyBrakeAssistant.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/Eps.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Esp.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/FinancingIcon.tsx +20 -20
- package/source/components/_common/IconSVG/SVG/vehicle/FuelConsumption.tsx +20 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Fueling.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/FullDrive.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/GasElectric.tsx +28 -28
- package/source/components/_common/IconSVG/SVG/vehicle/HandsFreePhoneSystem.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Kw.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/vehicle/LastCrawledAt.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/LeasingIcon.tsx +14 -14
- package/source/components/_common/IconSVG/SVG/vehicle/Led.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/LightSensor.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/LinkAlternative.tsx +15 -15
- package/source/components/_common/IconSVG/SVG/vehicle/Location.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/vehicle/MinusIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Mirror.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/Navigation.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/NewCar.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/vehicle/NoImage.tsx +17 -17
- package/source/components/_common/IconSVG/SVG/vehicle/Owner.tsx +19 -21
- package/source/components/_common/IconSVG/SVG/vehicle/PanoramicRoof.tsx +23 -23
- package/source/components/_common/IconSVG/SVG/vehicle/ParkingAssistants.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/PickYourself.tsx +18 -18
- package/source/components/_common/IconSVG/SVG/vehicle/PlusIcon.tsx +11 -11
- package/source/components/_common/IconSVG/SVG/vehicle/Power.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/Ps.tsx +19 -19
- package/source/components/_common/IconSVG/SVG/vehicle/Question.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Seats.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/SeatsHeating.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxAutomatic.tsx +24 -27
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxManualShift.tsx +19 -24
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxOther.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxSemiAutomatic.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeAlcantara.tsx +225 -225
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFabric.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFullLeather.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeOther.tsx +26 -26
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypePartLeather.tsx +142 -142
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeSyntheticLeather.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeVelours.tsx +39 -39
- package/source/components/_common/IconSVG/SVG/vehicle/Shield.tsx +39 -39
- package/source/components/_common/IconSVG/SVG/vehicle/Speedometer.tsx +17 -23
- package/source/components/_common/IconSVG/SVG/vehicle/StartStopSystem.tsx +30 -30
- package/source/components/_common/IconSVG/SVG/vehicle/Stop.tsx +25 -25
- package/source/components/_common/IconSVG/SVG/vehicle/TickMark.tsx +21 -21
- package/source/components/_common/IconSVG/SVG/vehicle/TrafficSignRecognition.tsx +29 -29
- package/source/components/_common/IconSVG/SVG/vehicle/TrailerCoupling.tsx +24 -24
- package/source/components/_common/IconSVG/SVG/vehicle/Transmission.tsx +27 -27
- package/source/components/_common/IconSVG/SVG/vehicle/Wheel.tsx +43 -43
- package/source/components/_common/IconSVG/SVG/vehicle/Wipers.tsx +22 -22
- package/source/components/_common/IconSVG/SVG/vehicle/Wrench.tsx +17 -17
- package/source/components/_common/Image/Image.story.js +142 -142
- package/source/components/_common/Image/Image.story.styl +18 -18
- package/source/components/_common/Image/Image.styl +109 -109
- package/source/components/_common/Image/Image.tsx +302 -302
- package/source/components/_common/ImagesSet/ImagesSet.story.js +34 -34
- package/source/components/_common/ImagesSet/ImagesSet.story.styl +3 -3
- package/source/components/_common/ImagesSet/ImagesSet.styl +27 -27
- package/source/components/_common/ImagesSet/ImagesSet.tsx +76 -76
- package/source/components/_common/Loader/Loader.story.js +21 -21
- package/source/components/_common/Loader/Loader.styl +39 -39
- package/source/components/_common/Loader/Loader.tsx +32 -32
- package/source/components/_common/MagnifyGlass/MagnifyGlass.styl +33 -33
- package/source/components/_common/MagnifyGlass/MagnifyGlass.tsx +213 -213
- package/source/components/_common/MaterialAccordion/MaterialAccordion.tsx +149 -149
- package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.styled.tsx +201 -201
- package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.tsx +225 -225
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.js +45 -45
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.styl +5 -5
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.styled.tsx +21 -21
- package/source/components/_common/MaterialDatePicker/MaterialDatePicker.tsx +112 -112
- package/source/components/_common/MaterialField/MaterialField.story.js +87 -87
- package/source/components/_common/MaterialField/MaterialField.story.styl +33 -33
- package/source/components/_common/MaterialField/MaterialField.styled.tsx +52 -52
- package/source/components/_common/MaterialField/MaterialField.tsx +120 -120
- package/source/components/_common/MaterialSelect/MaterialSelect.story.js +52 -52
- package/source/components/_common/MaterialSelect/MaterialSelect.story.styl +5 -5
- package/source/components/_common/MaterialSelect/MaterialSelect.styled.tsx +133 -133
- package/source/components/_common/MaterialSelect/MaterialSelect.tsx +213 -213
- package/source/components/_common/MaterialStepButton/MaterialStepButton.story.js +47 -47
- package/source/components/_common/MaterialStepButton/MaterialStepButton.story.styl +5 -5
- package/source/components/_common/MaterialStepButton/MaterialStepButton.styl +32 -32
- package/source/components/_common/MaterialStepButton/MaterialStepButton.tsx +61 -61
- package/source/components/_common/Modal/Modal.story.js +37 -37
- package/source/components/_common/Modal/Modal.styled.tsx +12 -12
- package/source/components/_common/Modal/Modal.tsx +27 -27
- package/source/components/_common/Modal/ModalsConfig.tsx +19 -19
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +10 -10
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +31 -31
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +20 -24
- package/source/components/_common/Modal/modals/TestModal.tsx +7 -7
- package/source/components/_common/MuiDropDown/MuiDropDown.tsx +93 -93
- package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.story.js +21 -21
- package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.tsx +87 -87
- package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styl +119 -119
- package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styled.tsx +23 -23
- package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.tsx +118 -118
- package/source/components/_common/PropertySelector/FormPSGroup.story.js +36 -36
- package/source/components/_common/PropertySelector/FormPSGroup.story.styl +5 -5
- package/source/components/_common/PropertySelector/FormPSGroup.styl +22 -22
- package/source/components/_common/PropertySelector/FormPSGroup.tsx +54 -54
- package/source/components/_common/PropertySelector/PSGroup.story.js +93 -93
- package/source/components/_common/PropertySelector/PSGroup.story.styl +25 -25
- package/source/components/_common/PropertySelector/PSGroup.styl +5 -5
- package/source/components/_common/PropertySelector/PSGroup.tsx +98 -98
- package/source/components/_common/PropertySelector/PropertySelector.styl +139 -139
- package/source/components/_common/PropertySelector/PropertySelector.tsx +100 -100
- package/source/components/_common/PropertySelector/ProperySelector.story.js +83 -83
- package/source/components/_common/Radio/FormRadioGroup.story.js +28 -28
- package/source/components/_common/Radio/FormRadioGroup.story.styl +2 -2
- package/source/components/_common/Radio/FormRadioGroup.styl +22 -22
- package/source/components/_common/Radio/FormRadioGroup.tsx +52 -52
- package/source/components/_common/Radio/Radio.story.js +54 -54
- package/source/components/_common/Radio/Radio.styl +115 -115
- package/source/components/_common/Radio/Radio.tsx +141 -141
- package/source/components/_common/Radio/RadioGroup.story.js +90 -90
- package/source/components/_common/Radio/RadioGroup.story.styl +39 -39
- package/source/components/_common/Radio/RadioGroup.styl +5 -5
- package/source/components/_common/Radio/RadioGroup.tsx +65 -65
- package/source/components/_common/Range/Range.story.js +46 -46
- package/source/components/_common/Range/Range.story.styl +4 -4
- package/source/components/_common/Range/Range.styl +71 -71
- package/source/components/_common/Range/Range.tsx +69 -69
- package/source/components/_common/Skeleton/SkeletonItem.styl +80 -80
- package/source/components/_common/Skeleton/SkeletonItem.tsx +80 -80
- package/source/components/_common/Skeleton/SkeletonSearchItem.styl +123 -123
- package/source/components/_common/Skeleton/SkeletonSearchItem.tsx +92 -92
- package/source/components/_common/Slider/Slider.styl +2 -2
- package/source/components/_common/Slider/Slider.tsx +130 -130
- package/source/components/_common/SliderArrow/SliderArrow.story.js +18 -18
- package/source/components/_common/SliderArrow/SliderArrow.styl +32 -32
- package/source/components/_common/SliderArrow/SliderArrow.tsx +36 -36
- package/source/components/_common/StarButton/StarButton.styl +39 -39
- package/source/components/_common/StarButton/StarButton.tsx +31 -31
- package/source/components/_common/Tabs/TabPanel.tsx +28 -28
- package/source/components/_common/Tabs/Tabs.story.js +55 -55
- package/source/components/_common/Tabs/Tabs.styl +40 -40
- package/source/components/_common/Tabs/Tabs.tsx +44 -44
- package/source/components/_common/TextAreaField/TextAreaField.styl +47 -47
- package/source/components/_common/TextAreaField/TextAreaField.tsx +74 -74
- package/source/components/_common/TextField/FormTextField.story.js +21 -21
- package/source/components/_common/TextField/FormTextField.styl +35 -35
- package/source/components/_common/TextField/FormTextField.tsx +54 -54
- package/source/components/_common/TextField/TextField.styl +37 -37
- package/source/components/_common/TextField/TextField.tsx +77 -77
- package/source/components/_common/TimePicker/TimePicker.story.js +37 -37
- package/source/components/_common/TimePicker/TimePicker.styl +20 -20
- package/source/components/_common/TimePicker/TimePicker.tsx +138 -138
- package/source/components/_common/Tooltip/Tooltip.story.js +28 -28
- package/source/components/_common/Tooltip/Tooltip.styl +123 -123
- package/source/components/_common/Tooltip/Tooltip.tsx +62 -62
- package/source/components/_common/UserMenu/MaterialMenu.story.js +56 -56
- package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +66 -66
- package/source/components/_common/UserMenu/MaterialMenu.tsx +84 -84
- package/source/components/_common/UserMenu/MaterialMenuItem.tsx +51 -51
- package/source/components/_common/Usp/Usp.styl +78 -78
- package/source/components/_common/Usp/Usp.tsx +30 -30
- package/source/components/_common/VehicleSlider/VehicleSlider.story.js +99 -99
- package/source/components/_common/VehicleSlider/VehicleSlider.styl +62 -62
- package/source/components/_common/VehicleSlider/VehicleSlider.tsx +125 -125
- package/source/components/_common/VehicleSlider/VehicleSliderForSRL.tsx +170 -170
- package/source/components/_common/withLabel/withLabel.story.js +62 -62
- package/source/components/_common/withLabel/withLabel.styl +33 -33
- package/source/components/_common/withLabel/withLabel.tsx +44 -44
- package/source/components/_common/withPopover/withPopover.story.js +48 -48
- package/source/components/_common/withPopover/withPopover.story.styl +53 -53
- package/source/components/_common/withPopover/withPopover.styl +3 -3
- package/source/components/_common/withPopover/withPopover.tsx +88 -88
- package/source/components/_common/withStats/withStats.story.js +75 -75
- package/source/components/_common/withStats/withStats.styl +194 -194
- package/source/components/_common/withStats/withStats.tsx +176 -176
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +50 -50
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.tsx +422 -422
- package/source/framework/DataTransformers.ts +80 -80
- package/source/framework/constants/RateSearchWidget.ts +15 -15
- package/source/framework/constants/Search.ts +290 -290
- package/source/framework/constants/SearchWidget.ts +108 -108
- package/source/framework/constants/app.ts +223 -223
- package/source/framework/constants/cars.ts +36 -36
- package/source/framework/constants/common.ts +9 -9
- package/source/framework/constants/data.ts +52 -52
- package/source/framework/constants/filters.ts +11 -11
- package/source/framework/constants/highlights.ts +165 -165
- package/source/framework/constants/price.ts +9 -9
- package/source/framework/constants/queryBuilder.ts +4 -4
- package/source/framework/constants/selectors.ts +38 -38
- package/source/framework/constants.ts +116 -116
- package/source/framework/data.ts +6 -6
- package/source/framework/factories/BreadcrumbsFactory.tsx +260 -260
- package/source/framework/factories/FactoryTypes.d.ts +29 -29
- package/source/framework/factories/FilterFactory.ts +364 -364
- package/source/framework/factories/ModalsFactory.tsx +11 -11
- package/source/framework/hooks/useModal.ts +13 -13
- package/source/framework/schemes/AggregationScheme.ts +73 -73
- package/source/framework/types/types.ts +334 -334
- package/source/framework/utils/CommonUtils.ts +532 -532
- package/source/framework/utils/CookieUtils.ts +61 -61
- package/source/framework/utils/DateUtils.ts +93 -93
- package/source/framework/utils/FiltersUtils.ts +234 -234
- package/source/framework/utils/RequestUtils.ts +20 -20
- package/source/framework/utils/StyledComponent.ts +2 -2
- package/source/framework/vehiclesProps/cbdSelectors.ts +117 -117
- package/source/framework/vehiclesProps/decoratedLightProps.tsx +345 -345
- package/source/framework/vehiclesProps/decoratedProps.tsx +1040 -1040
- package/source/framework/vehiclesProps/equipment.ts +128 -128
- package/source/framework/vehiclesProps/highlights.ts +54 -54
- package/source/framework/vehiclesProps/vehicleDetails.ts +329 -329
- package/source/globals.d.ts +18 -18
- package/source/locales/SearchDetailedPage.ts +205 -205
- package/source/locales/SearchPage.ts +224 -224
- package/source/locales/cbd.ts +719 -719
- package/source/locales/common.ts +109 -109
- package/source/locales/data.ts +1074 -1074
- package/source/locales/priceRating.ts +10 -10
- package/source/locales/sortingOptions.ts +21 -21
- package/source/theme/colors.styl +46 -46
- package/source/theme/mixins.styl +93 -93
- package/source/theme/priceReviewColors.styl +10 -10
- package/source/theme/selector_colors.styl +61 -61
- package/source/theme/slider.global.styl +3 -3
- package/source/theme/theme.styl +136 -136
- package/tsconfig.json +63 -63
- package/tslint.json +40 -40
- package/utils.ts +17 -17
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgNavigation = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 39.8 27.6"
|
|
7
|
-
width="1em"
|
|
8
|
-
height="1em"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<switch>
|
|
12
|
-
<g fill="#231f20">
|
|
13
|
-
<path d="M36.3 23H3.5c-.2 0-.4-.2-.4-.3V4.4c0-.2.2-.4.4-.4h32.9c.2 0 .3.2.3.3v18.3c0 .3-.2.4-.4.4zm-32.5-.7H36V4.7H3.8z" />
|
|
14
|
-
<path d="M29.1 13c-.1 0-.2 0-.2-.1l-2.5-2.5c-.1-.1-.1-.4 0-.5l2.4-2.4c.1-.1.4-.1.5 0s.1.4 0 .5l-2.2 2.2 2.3 2.3c.1.1.1.4 0 .5h-.3z" />
|
|
15
|
-
<path d="M32.1 18.3c-.2 0-.3-.2-.3-.3v-7.5h-5.1c-.2 0-.3-.2-.3-.3s.2-.3.3-.3h5.5c.2 0 .3.2.3.3V18c0 .2-.2.3-.4.3zM15.6 23h-.1c-.2-.1-.3-.3-.2-.5C20.7 9.4 10.2 4.9 9.7 4.7c-.2-.1-.3-.3-.2-.5s.3-.2.5-.2c.1 0 11.6 5.1 5.9 18.8-.1.2-.2.2-.3.2z" />
|
|
16
|
-
<path d="M24.2 23c-.2 0-.4-.2-.3-.4.9-14-10.4-17.9-10.5-18-.2-.1-.3-.3-.2-.4 0-.1.2-.2.4-.2.1 0 11.9 4.1 11 18.7 0 .2-.2.3-.4.3zM7.1 12.6c-.2 0-.4-.2-.4-.3V9c0-.2.2-.3.4-.3s.3.1.3.3v3.2c0 .2-.1.4-.3.4z" />
|
|
17
|
-
<path d="M8.4 11H5.7c-.2 0-.4-.2-.4-.3s.2-.3.4-.3h2.6c.2 0 .4.2.4.3s-.1.3-.3.3zM8.4 17H5.7c-.2 0-.4-.2-.4-.3s.2-.3.4-.3h2.6c.2 0 .4.2.4.3s-.1.3-.3.3z" />
|
|
18
|
-
<path d="M19.9 27.6c-8.6 0-19.5-1.9-19.6-2-.2 0-.3-.2-.3-.3V2.6c0-.2.2-.3.4-.3s.4.2.4.3V25c1.8.3 11.4 1.9 19.2 1.9.2 0 .4.2.4.3s-.3.4-.5.4z" />
|
|
19
|
-
<path d="M.4 25.4c-.2 0-.4-.2-.4-.4V2.3c0-.2.1-.3.3-.3.1 0 11-2 19.6-2 .2 0 .4.2.4.3s-.2.3-.4.3C12.2.6 2.5 2.2.7 2.5V25c0 .2-.2.4-.3.4zM19.9 27.6c-.2 0-.4-.2-.4-.3s.2-.3.4-.3c7.7 0 17.4-1.6 19.2-1.9V2.6c0-.2.2-.3.3-.3s.3.2.3.3v22.7c0 .2-.1.3-.3.3 0 .1-10.9 2-19.5 2z" />
|
|
20
|
-
<path d="M39.5 25.4c-.2 0-.3-.2-.3-.3V2.6C37.4 2.3 27.8.7 20 .7c-.2 0-.4-.2-.4-.3s.1-.4.3-.4c8.6 0 19.5 1.9 19.6 2 .2 0 .3.2.3.3V25c0 .2-.2.4-.3.4z" />
|
|
21
|
-
</g>
|
|
22
|
-
</switch>
|
|
23
|
-
</svg>
|
|
24
|
-
);
|
|
25
|
-
|
|
26
|
-
export default SvgNavigation;
|
|
27
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgNavigation = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 39.8 27.6"
|
|
7
|
+
width="1em"
|
|
8
|
+
height="1em"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<switch>
|
|
12
|
+
<g fill="#231f20">
|
|
13
|
+
<path d="M36.3 23H3.5c-.2 0-.4-.2-.4-.3V4.4c0-.2.2-.4.4-.4h32.9c.2 0 .3.2.3.3v18.3c0 .3-.2.4-.4.4zm-32.5-.7H36V4.7H3.8z" />
|
|
14
|
+
<path d="M29.1 13c-.1 0-.2 0-.2-.1l-2.5-2.5c-.1-.1-.1-.4 0-.5l2.4-2.4c.1-.1.4-.1.5 0s.1.4 0 .5l-2.2 2.2 2.3 2.3c.1.1.1.4 0 .5h-.3z" />
|
|
15
|
+
<path d="M32.1 18.3c-.2 0-.3-.2-.3-.3v-7.5h-5.1c-.2 0-.3-.2-.3-.3s.2-.3.3-.3h5.5c.2 0 .3.2.3.3V18c0 .2-.2.3-.4.3zM15.6 23h-.1c-.2-.1-.3-.3-.2-.5C20.7 9.4 10.2 4.9 9.7 4.7c-.2-.1-.3-.3-.2-.5s.3-.2.5-.2c.1 0 11.6 5.1 5.9 18.8-.1.2-.2.2-.3.2z" />
|
|
16
|
+
<path d="M24.2 23c-.2 0-.4-.2-.3-.4.9-14-10.4-17.9-10.5-18-.2-.1-.3-.3-.2-.4 0-.1.2-.2.4-.2.1 0 11.9 4.1 11 18.7 0 .2-.2.3-.4.3zM7.1 12.6c-.2 0-.4-.2-.4-.3V9c0-.2.2-.3.4-.3s.3.1.3.3v3.2c0 .2-.1.4-.3.4z" />
|
|
17
|
+
<path d="M8.4 11H5.7c-.2 0-.4-.2-.4-.3s.2-.3.4-.3h2.6c.2 0 .4.2.4.3s-.1.3-.3.3zM8.4 17H5.7c-.2 0-.4-.2-.4-.3s.2-.3.4-.3h2.6c.2 0 .4.2.4.3s-.1.3-.3.3z" />
|
|
18
|
+
<path d="M19.9 27.6c-8.6 0-19.5-1.9-19.6-2-.2 0-.3-.2-.3-.3V2.6c0-.2.2-.3.4-.3s.4.2.4.3V25c1.8.3 11.4 1.9 19.2 1.9.2 0 .4.2.4.3s-.3.4-.5.4z" />
|
|
19
|
+
<path d="M.4 25.4c-.2 0-.4-.2-.4-.4V2.3c0-.2.1-.3.3-.3.1 0 11-2 19.6-2 .2 0 .4.2.4.3s-.2.3-.4.3C12.2.6 2.5 2.2.7 2.5V25c0 .2-.2.4-.3.4zM19.9 27.6c-.2 0-.4-.2-.4-.3s.2-.3.4-.3c7.7 0 17.4-1.6 19.2-1.9V2.6c0-.2.2-.3.3-.3s.3.2.3.3v22.7c0 .2-.1.3-.3.3 0 .1-10.9 2-19.5 2z" />
|
|
20
|
+
<path d="M39.5 25.4c-.2 0-.3-.2-.3-.3V2.6C37.4 2.3 27.8.7 20 .7c-.2 0-.4-.2-.4-.3s.1-.4.3-.4c8.6 0 19.5 1.9 19.6 2 .2 0 .3.2.3.3V25c0 .2-.2.4-.3.4z" />
|
|
21
|
+
</g>
|
|
22
|
+
</switch>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
|
|
26
|
+
export default SvgNavigation;
|
|
27
|
+
/* tslint:enable */
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgNewCar = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 40.3 31.2"
|
|
7
|
-
width="1em"
|
|
8
|
-
height="1em"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<switch>
|
|
12
|
-
<g fill="#231f20">
|
|
13
|
-
<path d="M14.6 25.8H9.7c-.6 0-1-.5-1-1v-1.4c0-.3.1-.6.4-.8s.6-.3.9-.2l4.9 1.4c.4.1.7.5.7 1s-.5 1-1 1zM9.7 23c-.1 0-.1 0-.2.1s-.1.2-.1.3v1.4c0 .2.1.3.3.3h4.9c.2 0 .3-.1.3-.3 0-.1-.1-.3-.2-.3zM30.4 25.8h-4.9c-.6 0-1-.5-1-1s.3-.9.7-1l4.9-1.4c.3-.1.6 0 .9.2s.4.5.4.8v1.4c0 .5-.4 1-1 1zm0-2.8l-5 1.4c-.1 0-.2.2-.2.3 0 .2.1.3.3.3h4.9c.2 0 .3-.1.3-.3v-1.4c0-.1 0-.2-.1-.3h-.2z" />
|
|
14
|
-
<path d="M7.8 31.2c-.7 0-1-.6-1.1-1v-2.4s-.3-2.2-.2-5.3c.1-2.9 2.5-3.8 3.2-4 .3-.9 1.6-4.3 2.7-5 1.2-.8 7-.8 7.6-.8.2 0 .3.2.3.3 0 .2-.2.4-.3.4-2.5 0-6.4.2-7.2.7-.9.5-2.1 3.6-2.5 4.8l-.1.2H10c-.1 0-2.8.6-2.8 3.4-.1 3 .2 5.2.2 5.2v2.4s.1.3.4.3h3.6s.2-.2.2-.8v-.3h.3c.1 0 5.2-.5 8.1-.5.2 0 .3.2.3.3s-.2.3-.3.3c-2.4 0-6.6.3-7.7.4-.1 1.1-.8 1.1-.9 1.1z" />
|
|
15
|
-
<path d="M32.5 31.2h-3.6c-.1 0-.8-.1-.9-1.1-1.2-.1-5.6-.4-8-.4-.2 0-.3-.2-.3-.3s.1-.4.3-.4c2.8 0 8.3.5 8.3.5h.3v.3c0 .6.2.7.3.8h3.6c.3 0 .4-.4.4-.4v-2.3c0-.1.3-2.2.2-5.3-.1-2.8-2.7-3.4-2.8-3.4h-.2L30 19c-.4-1.1-1.6-4.2-2.5-4.8-.8-.5-4.9-.7-7.5-.7-.2 0-.3-.2-.3-.4s.2-.3.3-.3c.7 0 6.6.1 7.9.8 1.1.7 2.4 4.1 2.7 5 .7.2 3.1 1.1 3.2 4 .1 3.1-.2 5.2-.2 5.3v2.3c-.1.4-.4 1-1.1 1z" />
|
|
16
|
-
<path d="M28.9 19.4h-.6s-3.5-.2-7.9-.2-7.9.2-7.9.2h-.6l.3-.5c.1-.3 1.2-2.6 1.7-3.2s4.2-.8 6.4-.9c2.3.1 6.2.2 6.7.9.5.6 1.6 2.9 1.7 3.2zm-8.6-3.9c-2.5.1-5.5.3-5.9.6-.3.3-.9 1.7-1.3 2.5 1.2-.1 4-.2 7.3-.2s6.2.1 7.3.2c-.4-.9-1.1-2.2-1.4-2.5-.2-.3-3.3-.6-6-.6zM20 8.5c-.2 0-.3-.2-.3-.3V.3c0-.1.1-.3.3-.3s.3.2.3.3v7.8c.1.3-.1.4-.3.4zM14.9 9.3c-.2 0-.3-.1-.3-.3l-2.2-7.5c-.1-.2.1-.4.2-.4.2-.1.4 0 .5.2l2.2 7.5c0 .2-.1.4-.4.5zM10.1 11.4c-.1 0-.2-.1-.3-.2L5.7 4.6c-.1-.2-.1-.4.1-.5s.4-.1.5.1l4.2 6.6c.1.2.1.4-.1.5-.1.1-.2.1-.3.1zM6.2 14.7c-.1 0-.2 0-.2-.1L.1 9.4c-.1-.1-.1-.3 0-.5.1-.1.3-.2.5 0l5.8 5.2c.1.1.2.4 0 .5 0 .1-.1.1-.2.1zM25.4 9.3c-.3-.1-.4-.3-.3-.5l2.2-7.5c.1-.2.2-.3.4-.2s.3.2.2.4L25.7 9c0 .2-.2.3-.3.3zM30.1 11.4c-.1 0-.1 0-.2-.1-.2-.1-.2-.3-.1-.5L34 4.2c.1-.2.3-.2.5-.1s.2.3.1.5l-4.2 6.6c0 .1-.1.2-.3.2zM34.1 14.7c-.1 0-.2 0-.3-.1s-.1-.4 0-.5l5.8-5.2c.1-.1.4-.1.5 0s.1.4 0 .5l-5.8 5.2c0 .1-.1.1-.2.1z" />
|
|
17
|
-
</g>
|
|
18
|
-
</switch>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
export default SvgNewCar;
|
|
23
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgNewCar = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 40.3 31.2"
|
|
7
|
+
width="1em"
|
|
8
|
+
height="1em"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<switch>
|
|
12
|
+
<g fill="#231f20">
|
|
13
|
+
<path d="M14.6 25.8H9.7c-.6 0-1-.5-1-1v-1.4c0-.3.1-.6.4-.8s.6-.3.9-.2l4.9 1.4c.4.1.7.5.7 1s-.5 1-1 1zM9.7 23c-.1 0-.1 0-.2.1s-.1.2-.1.3v1.4c0 .2.1.3.3.3h4.9c.2 0 .3-.1.3-.3 0-.1-.1-.3-.2-.3zM30.4 25.8h-4.9c-.6 0-1-.5-1-1s.3-.9.7-1l4.9-1.4c.3-.1.6 0 .9.2s.4.5.4.8v1.4c0 .5-.4 1-1 1zm0-2.8l-5 1.4c-.1 0-.2.2-.2.3 0 .2.1.3.3.3h4.9c.2 0 .3-.1.3-.3v-1.4c0-.1 0-.2-.1-.3h-.2z" />
|
|
14
|
+
<path d="M7.8 31.2c-.7 0-1-.6-1.1-1v-2.4s-.3-2.2-.2-5.3c.1-2.9 2.5-3.8 3.2-4 .3-.9 1.6-4.3 2.7-5 1.2-.8 7-.8 7.6-.8.2 0 .3.2.3.3 0 .2-.2.4-.3.4-2.5 0-6.4.2-7.2.7-.9.5-2.1 3.6-2.5 4.8l-.1.2H10c-.1 0-2.8.6-2.8 3.4-.1 3 .2 5.2.2 5.2v2.4s.1.3.4.3h3.6s.2-.2.2-.8v-.3h.3c.1 0 5.2-.5 8.1-.5.2 0 .3.2.3.3s-.2.3-.3.3c-2.4 0-6.6.3-7.7.4-.1 1.1-.8 1.1-.9 1.1z" />
|
|
15
|
+
<path d="M32.5 31.2h-3.6c-.1 0-.8-.1-.9-1.1-1.2-.1-5.6-.4-8-.4-.2 0-.3-.2-.3-.3s.1-.4.3-.4c2.8 0 8.3.5 8.3.5h.3v.3c0 .6.2.7.3.8h3.6c.3 0 .4-.4.4-.4v-2.3c0-.1.3-2.2.2-5.3-.1-2.8-2.7-3.4-2.8-3.4h-.2L30 19c-.4-1.1-1.6-4.2-2.5-4.8-.8-.5-4.9-.7-7.5-.7-.2 0-.3-.2-.3-.4s.2-.3.3-.3c.7 0 6.6.1 7.9.8 1.1.7 2.4 4.1 2.7 5 .7.2 3.1 1.1 3.2 4 .1 3.1-.2 5.2-.2 5.3v2.3c-.1.4-.4 1-1.1 1z" />
|
|
16
|
+
<path d="M28.9 19.4h-.6s-3.5-.2-7.9-.2-7.9.2-7.9.2h-.6l.3-.5c.1-.3 1.2-2.6 1.7-3.2s4.2-.8 6.4-.9c2.3.1 6.2.2 6.7.9.5.6 1.6 2.9 1.7 3.2zm-8.6-3.9c-2.5.1-5.5.3-5.9.6-.3.3-.9 1.7-1.3 2.5 1.2-.1 4-.2 7.3-.2s6.2.1 7.3.2c-.4-.9-1.1-2.2-1.4-2.5-.2-.3-3.3-.6-6-.6zM20 8.5c-.2 0-.3-.2-.3-.3V.3c0-.1.1-.3.3-.3s.3.2.3.3v7.8c.1.3-.1.4-.3.4zM14.9 9.3c-.2 0-.3-.1-.3-.3l-2.2-7.5c-.1-.2.1-.4.2-.4.2-.1.4 0 .5.2l2.2 7.5c0 .2-.1.4-.4.5zM10.1 11.4c-.1 0-.2-.1-.3-.2L5.7 4.6c-.1-.2-.1-.4.1-.5s.4-.1.5.1l4.2 6.6c.1.2.1.4-.1.5-.1.1-.2.1-.3.1zM6.2 14.7c-.1 0-.2 0-.2-.1L.1 9.4c-.1-.1-.1-.3 0-.5.1-.1.3-.2.5 0l5.8 5.2c.1.1.2.4 0 .5 0 .1-.1.1-.2.1zM25.4 9.3c-.3-.1-.4-.3-.3-.5l2.2-7.5c.1-.2.2-.3.4-.2s.3.2.2.4L25.7 9c0 .2-.2.3-.3.3zM30.1 11.4c-.1 0-.1 0-.2-.1-.2-.1-.2-.3-.1-.5L34 4.2c.1-.2.3-.2.5-.1s.2.3.1.5l-4.2 6.6c0 .1-.1.2-.3.2zM34.1 14.7c-.1 0-.2 0-.3-.1s-.1-.4 0-.5l5.8-5.2c.1-.1.4-.1.5 0s.1.4 0 .5l-5.8 5.2c0 .1-.1.1-.2.1z" />
|
|
17
|
+
</g>
|
|
18
|
+
</switch>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
export default SvgNewCar;
|
|
23
|
+
/* tslint:enable */
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgNoImage = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 58 58"
|
|
7
|
-
width="1em"
|
|
8
|
-
height="1em"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<path d="M57 6H1a1 1 0 0 0-1 1v44a1 1 0 0 0 1 1h56a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-1 44H2V8h54z" />
|
|
12
|
-
<path d="M16 28.138a5.575 5.575 0 0 0 5.569-5.568c0-3.072-2.498-5.57-5.569-5.57s-5.569 2.498-5.569 5.569 2.498 5.569 5.569 5.569zM16 19c1.968 0 3.569 1.602 3.569 3.569S17.968 26.138 16 26.138s-3.569-1.601-3.569-3.568S14.032 19 16 19zM7 46c.234 0 .47-.082.66-.249l16.313-14.362L34.275 41.69a.999.999 0 1 0 1.414-1.414l-4.807-4.807 9.181-10.054 11.261 10.323a1 1 0 0 0 1.351-1.475l-12-11a1.031 1.031 0 0 0-.72-.262 1.002 1.002 0 0 0-.694.325l-9.794 10.727-4.743-4.743a1 1 0 0 0-1.368-.044L6.339 44.249A1 1 0 0 0 7 46z" />
|
|
13
|
-
</svg>
|
|
14
|
-
);
|
|
15
|
-
|
|
16
|
-
export default SvgNoImage;
|
|
17
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgNoImage = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 58 58"
|
|
7
|
+
width="1em"
|
|
8
|
+
height="1em"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<path d="M57 6H1a1 1 0 0 0-1 1v44a1 1 0 0 0 1 1h56a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-1 44H2V8h54z" />
|
|
12
|
+
<path d="M16 28.138a5.575 5.575 0 0 0 5.569-5.568c0-3.072-2.498-5.57-5.569-5.57s-5.569 2.498-5.569 5.569 2.498 5.569 5.569 5.569zM16 19c1.968 0 3.569 1.602 3.569 3.569S17.968 26.138 16 26.138s-3.569-1.601-3.569-3.568S14.032 19 16 19zM7 46c.234 0 .47-.082.66-.249l16.313-14.362L34.275 41.69a.999.999 0 1 0 1.414-1.414l-4.807-4.807 9.181-10.054 11.261 10.323a1 1 0 0 0 1.351-1.475l-12-11a1.031 1.031 0 0 0-.72-.262 1.002 1.002 0 0 0-.694.325l-9.794 10.727-4.743-4.743a1 1 0 0 0-1.368-.044L6.339 44.249A1 1 0 0 0 7 46z" />
|
|
13
|
+
</svg>
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
export default SvgNoImage;
|
|
17
|
+
/* tslint:enable */
|
|
@@ -1,21 +1,19 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgOwner = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 25
|
|
7
|
-
width="1em"
|
|
8
|
-
height="1em"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
export default SvgOwner;
|
|
21
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgOwner = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 25 25"
|
|
7
|
+
width="1em"
|
|
8
|
+
height="1em"
|
|
9
|
+
fill="none"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path d="M21.3037 19.6633V21.0284H3.07861V19.6633C3.07861 19.2472 3.20436 18.8495 3.47431 18.4606L3.47497 18.4596C3.74387 18.0702 4.10986 17.7606 4.58676 17.5323C5.87289 16.9244 7.14928 16.4704 8.4162 16.1683L8.41628 16.1683C9.68239 15.8662 10.9404 15.7157 12.1912 15.7157C13.4419 15.7157 14.7004 15.8662 15.9675 16.1683C17.2335 16.4704 18.5094 16.9244 19.7955 17.5323C20.2725 17.7606 20.6391 18.0703 20.909 18.46C21.1782 18.849 21.3037 19.2468 21.3037 19.6633Z" stroke="#616376"/>
|
|
13
|
+
<path d="M15.5852 9.27955C15.5852 11.154 14.0657 12.6736 12.1912 12.6736C10.3167 12.6736 8.79712 11.154 8.79712 9.27955C8.79712 7.40507 10.3167 5.8855 12.1912 5.8855C14.0657 5.8855 15.5852 7.40507 15.5852 9.27955Z" stroke="#616376"/>
|
|
14
|
+
</svg>
|
|
15
|
+
);
|
|
16
|
+
|
|
17
|
+
export default SvgOwner;
|
|
18
|
+
/* tslint:enable */
|
|
19
|
+
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgPanoramicRoof = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
viewBox="0 0 41.5 38"
|
|
9
|
-
width="1em"
|
|
10
|
-
height="1em"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<switch>
|
|
14
|
-
<g fill="#231f20">
|
|
15
|
-
<path d="M9.7 13.8c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.7 4-4 4zm0-7.4c-1.8 0-3.3 1.5-3.3 3.3S7.9 13 9.7 13 13 11.5 13 9.7s-1.4-3.3-3.3-3.3zM9.7 4.2c-.2 0-.3-.2-.3-.3V.3c0-.1.1-.3.3-.3s.3.2.3.3v3.5c.1.2-.1.4-.3.4zM5.6 5.9c-.1 0-.2 0-.2-.1L2.9 3.3c-.2-.1-.2-.3 0-.4.1-.1.4-.1.5 0l2.5 2.5c.1.1.1.3-.1.4 0 .1-.1.1-.2.1zM3.9 10.1H.3c-.1 0-.3-.2-.3-.4s.2-.3.3-.3h3.5c.2 0 .3.2.3.3s-.1.4-.2.4zM3.1 16.7c-.1 0-.2 0-.2-.1-.1-.1-.1-.4 0-.5l2.5-2.5c.1-.1.4-.1.5 0s.1.4 0 .5l-2.5 2.5c-.1.1-.2.1-.3.1zM9.7 19.5c-.2 0-.3-.2-.3-.3v-3.5c0-.2.2-.3.3-.3s.3.2.3.3v3.5c.1.1-.1.3-.3.3zM16.4 16.7c-.1 0-.2 0-.2-.1l-2.5-2.5c-.1-.1-.1-.4 0-.5s.4-.1.5 0l2.5 2.5c.1.1.1.4 0 .5-.2.1-.2.1-.3.1zM19.1 10.1h-3.5c-.2 0-.3-.2-.3-.3s.2-.3.3-.3h3.5c.2 0 .3.2.3.3s-.1.3-.3.3zM13.9 5.9c-.1 0-.2 0-.2-.1-.1-.1-.1-.4 0-.5l2.5-2.5c.1-.1.4-.1.5 0s.1.4 0 .5l-2.5 2.5c-.1.1-.2.1-.3.1zM33.8 38h-6.6c-4 0-5-4.9-5-4.9V18.9h-2.4c-.2 0-.3-.2-.3-.3 0-1.9 2.1-3 2.8-3.3V9.5c0-4.2 5-5 5.1-5h6.1c.1 0 5.2.8 5.2 5v5.8c.7.3 2.8 1.4 2.8 3.3 0 .2-.2.3-.3.3h-2.4V33c-.1.2-1 5-5 5zM20.2 18.3h2.4c.2 0 .3.2.3.3v14.5c0 .1.8 4.3 4.3 4.3h6.6c3.4 0 4.3-4.3 4.3-4.3V18.7c0-.2.2-.3.3-.3h2.4c-.3-1.5-2.5-2.4-2.6-2.4-.1-.1-.2-.2-.2-.3V9.5c0-3.5-4.3-4.2-4.5-4.3h-6c-.1 0-4.5.7-4.5 4.3v6.1c0 .1-.1.3-.2.3s-2.3.9-2.6 2.4z" />
|
|
16
|
-
<path d="M34.8 18.5h-8.6c-.1 0-.3-.1-.3-.2l-1.4-3.4c-.1-.2 0-.3.1-.4 2.2-1.5 5.7-1.5 5.9-1.5.1 0 3.7 0 5.9 1.5.1.1.2.3.1.4l-1.4 3.4c-.1.1-.2.2-.3.2zm-8.4-.7h8.1l1.2-2.9c-2-1.2-5.2-1.2-5.2-1.2s-3.2 0-5.2 1.2zM34.7 26.4h-8.4c-.2 0-.3-.2-.3-.3v-5c0-.2.2-.3.3-.3h8.4c.2 0 .3.2.3.3v5c0 .2-.1.3-.3.3zm-8.1-.7h7.7v-4.3h-7.7zM30.5 34c-3.8 0-5.8-1.2-5.9-1.3s-.2-.3-.1-.4l1.3-3.4c.1-.1.2-.2.3-.2h8.7c.1 0 .3.1.3.2l1.3 3.4c.1.2 0 .3-.1.4S34.2 34 30.5 34zm-5.3-1.7c.6.3 2.4 1 5.2 1s4.6-.7 5.2-1l-1.1-2.9h-8.2z" />
|
|
17
|
-
</g>
|
|
18
|
-
</switch>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
export default SvgPanoramicRoof;
|
|
23
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPanoramicRoof = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
viewBox="0 0 41.5 38"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
{...props}
|
|
12
|
+
>
|
|
13
|
+
<switch>
|
|
14
|
+
<g fill="#231f20">
|
|
15
|
+
<path d="M9.7 13.8c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.7 4-4 4zm0-7.4c-1.8 0-3.3 1.5-3.3 3.3S7.9 13 9.7 13 13 11.5 13 9.7s-1.4-3.3-3.3-3.3zM9.7 4.2c-.2 0-.3-.2-.3-.3V.3c0-.1.1-.3.3-.3s.3.2.3.3v3.5c.1.2-.1.4-.3.4zM5.6 5.9c-.1 0-.2 0-.2-.1L2.9 3.3c-.2-.1-.2-.3 0-.4.1-.1.4-.1.5 0l2.5 2.5c.1.1.1.3-.1.4 0 .1-.1.1-.2.1zM3.9 10.1H.3c-.1 0-.3-.2-.3-.4s.2-.3.3-.3h3.5c.2 0 .3.2.3.3s-.1.4-.2.4zM3.1 16.7c-.1 0-.2 0-.2-.1-.1-.1-.1-.4 0-.5l2.5-2.5c.1-.1.4-.1.5 0s.1.4 0 .5l-2.5 2.5c-.1.1-.2.1-.3.1zM9.7 19.5c-.2 0-.3-.2-.3-.3v-3.5c0-.2.2-.3.3-.3s.3.2.3.3v3.5c.1.1-.1.3-.3.3zM16.4 16.7c-.1 0-.2 0-.2-.1l-2.5-2.5c-.1-.1-.1-.4 0-.5s.4-.1.5 0l2.5 2.5c.1.1.1.4 0 .5-.2.1-.2.1-.3.1zM19.1 10.1h-3.5c-.2 0-.3-.2-.3-.3s.2-.3.3-.3h3.5c.2 0 .3.2.3.3s-.1.3-.3.3zM13.9 5.9c-.1 0-.2 0-.2-.1-.1-.1-.1-.4 0-.5l2.5-2.5c.1-.1.4-.1.5 0s.1.4 0 .5l-2.5 2.5c-.1.1-.2.1-.3.1zM33.8 38h-6.6c-4 0-5-4.9-5-4.9V18.9h-2.4c-.2 0-.3-.2-.3-.3 0-1.9 2.1-3 2.8-3.3V9.5c0-4.2 5-5 5.1-5h6.1c.1 0 5.2.8 5.2 5v5.8c.7.3 2.8 1.4 2.8 3.3 0 .2-.2.3-.3.3h-2.4V33c-.1.2-1 5-5 5zM20.2 18.3h2.4c.2 0 .3.2.3.3v14.5c0 .1.8 4.3 4.3 4.3h6.6c3.4 0 4.3-4.3 4.3-4.3V18.7c0-.2.2-.3.3-.3h2.4c-.3-1.5-2.5-2.4-2.6-2.4-.1-.1-.2-.2-.2-.3V9.5c0-3.5-4.3-4.2-4.5-4.3h-6c-.1 0-4.5.7-4.5 4.3v6.1c0 .1-.1.3-.2.3s-2.3.9-2.6 2.4z" />
|
|
16
|
+
<path d="M34.8 18.5h-8.6c-.1 0-.3-.1-.3-.2l-1.4-3.4c-.1-.2 0-.3.1-.4 2.2-1.5 5.7-1.5 5.9-1.5.1 0 3.7 0 5.9 1.5.1.1.2.3.1.4l-1.4 3.4c-.1.1-.2.2-.3.2zm-8.4-.7h8.1l1.2-2.9c-2-1.2-5.2-1.2-5.2-1.2s-3.2 0-5.2 1.2zM34.7 26.4h-8.4c-.2 0-.3-.2-.3-.3v-5c0-.2.2-.3.3-.3h8.4c.2 0 .3.2.3.3v5c0 .2-.1.3-.3.3zm-8.1-.7h7.7v-4.3h-7.7zM30.5 34c-3.8 0-5.8-1.2-5.9-1.3s-.2-.3-.1-.4l1.3-3.4c.1-.1.2-.2.3-.2h8.7c.1 0 .3.1.3.2l1.3 3.4c.1.2 0 .3-.1.4S34.2 34 30.5 34zm-5.3-1.7c.6.3 2.4 1 5.2 1s4.6-.7 5.2-1l-1.1-2.9h-8.2z" />
|
|
17
|
+
</g>
|
|
18
|
+
</switch>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
export default SvgPanoramicRoof;
|
|
23
|
+
/* tslint:enable */
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgParkingAssistants = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
viewBox="0 0 37.8 27.1"
|
|
9
|
-
width="1em"
|
|
10
|
-
height="1em"
|
|
11
|
-
{...props}
|
|
12
|
-
>
|
|
13
|
-
<switch>
|
|
14
|
-
<g fill="#231f20">
|
|
15
|
-
<path d="M9.8 20.2c-.1 0-.2-.1-.3-.2-.8-1.5-1.3-3.1-1.3-4.8 0-1.6.3-3 1-4.4.1-.2.3-.2.5-.2.2.1.2.3.2.5-.6 1.3-1 2.7-1 4.1 0 1.6.4 3.1 1.2 4.5.1.2 0 .4-.1.5zm-2.3 3.4c-.1 0-.2 0-.3-.1-1.9-2.3-3-5.1-3-8.1 0-3.1 1.1-6.2 3-8.4.1-.1.3-.2.5 0 .1.1.2.3 0 .5-1.7 2-2.7 5-2.7 7.9 0 2.8 1 5.5 2.8 7.7.1.1.1.4 0 .5z" />
|
|
16
|
-
<path d="M6.1 27.1c-.1 0-.1 0-.2-.1C2.1 24.2 0 19.9 0 15.2s2.1-9 5.9-11.8c.1-.1.3-.1.4.1.2.1.1.3 0 .5C2.8 6.7.7 10.8.7 15.3s2 8.6 5.6 11.3c.2.1.2.3.1.5zm30.1-16.9H25.9c-.1 0-.3-.1-.3-.2v-.4l4.8-6.4c.1-.1.2-.1.3-.1l5.6-.2c.1 0 .2 0 .3.1s.1.2.1.3v6.6c-.1.1-.3.3-.5.3zm-9.6-.7h9.3V3.6l-5.1.1zm-.2 18.3c-3.1 0-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6 5.6 2.5 5.6 5.6-2.5 5.6-5.6 5.6zm0-10.5c-2.7 0-4.9 2.2-4.9 4.9s2.2 4.9 4.9 4.9 4.9-2.2 4.9-4.9-2.2-4.9-4.9-4.9z" />
|
|
17
|
-
<path d="M37.4 21.6h-5.8c-.2 0-.3-.1-.3-.3-.4-2.4-2.4-4.1-4.8-4.1s-4.4 1.7-4.8 4.1c0 .2-.2.3-.3.3h-6c-.2 0-.3-.1-.3-.3-.2-1-1.5-9.5.8-10.8 1.9-1.1 5.2-1.4 6-1.4.7-.9 5.3-6.2 6.6-7.7C29.8-.2 36.6 0 37.4 0c.2 0 .3.2.3.4s-.2.3-.4.3c-2-.1-7.5 0-8.6 1.2-1.4 1.5-6.6 7.7-6.7 7.8s-.2.1-.3.1c0 0-3.8.2-5.8 1.3-1.4.8-1.1 6.3-.5 9.8H21c.6-2.5 2.8-4.4 5.4-4.4s4.9 1.8 5.4 4.4h5.5c.2 0 .3.2.3.3s0 .4-.2.4z" />
|
|
18
|
-
</g>
|
|
19
|
-
</switch>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
|
|
23
|
-
export default SvgParkingAssistants;
|
|
24
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgParkingAssistants = (
|
|
5
|
+
props: any
|
|
6
|
+
) => (
|
|
7
|
+
<svg
|
|
8
|
+
viewBox="0 0 37.8 27.1"
|
|
9
|
+
width="1em"
|
|
10
|
+
height="1em"
|
|
11
|
+
{...props}
|
|
12
|
+
>
|
|
13
|
+
<switch>
|
|
14
|
+
<g fill="#231f20">
|
|
15
|
+
<path d="M9.8 20.2c-.1 0-.2-.1-.3-.2-.8-1.5-1.3-3.1-1.3-4.8 0-1.6.3-3 1-4.4.1-.2.3-.2.5-.2.2.1.2.3.2.5-.6 1.3-1 2.7-1 4.1 0 1.6.4 3.1 1.2 4.5.1.2 0 .4-.1.5zm-2.3 3.4c-.1 0-.2 0-.3-.1-1.9-2.3-3-5.1-3-8.1 0-3.1 1.1-6.2 3-8.4.1-.1.3-.2.5 0 .1.1.2.3 0 .5-1.7 2-2.7 5-2.7 7.9 0 2.8 1 5.5 2.8 7.7.1.1.1.4 0 .5z" />
|
|
16
|
+
<path d="M6.1 27.1c-.1 0-.1 0-.2-.1C2.1 24.2 0 19.9 0 15.2s2.1-9 5.9-11.8c.1-.1.3-.1.4.1.2.1.1.3 0 .5C2.8 6.7.7 10.8.7 15.3s2 8.6 5.6 11.3c.2.1.2.3.1.5zm30.1-16.9H25.9c-.1 0-.3-.1-.3-.2v-.4l4.8-6.4c.1-.1.2-.1.3-.1l5.6-.2c.1 0 .2 0 .3.1s.1.2.1.3v6.6c-.1.1-.3.3-.5.3zm-9.6-.7h9.3V3.6l-5.1.1zm-.2 18.3c-3.1 0-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6 5.6 2.5 5.6 5.6-2.5 5.6-5.6 5.6zm0-10.5c-2.7 0-4.9 2.2-4.9 4.9s2.2 4.9 4.9 4.9 4.9-2.2 4.9-4.9-2.2-4.9-4.9-4.9z" />
|
|
17
|
+
<path d="M37.4 21.6h-5.8c-.2 0-.3-.1-.3-.3-.4-2.4-2.4-4.1-4.8-4.1s-4.4 1.7-4.8 4.1c0 .2-.2.3-.3.3h-6c-.2 0-.3-.1-.3-.3-.2-1-1.5-9.5.8-10.8 1.9-1.1 5.2-1.4 6-1.4.7-.9 5.3-6.2 6.6-7.7C29.8-.2 36.6 0 37.4 0c.2 0 .3.2.3.4s-.2.3-.4.3c-2-.1-7.5 0-8.6 1.2-1.4 1.5-6.6 7.7-6.7 7.8s-.2.1-.3.1c0 0-3.8.2-5.8 1.3-1.4.8-1.1 6.3-.5 9.8H21c.6-2.5 2.8-4.4 5.4-4.4s4.9 1.8 5.4 4.4h5.5c.2 0 .3.2.3.3s0 .4-.2.4z" />
|
|
18
|
+
</g>
|
|
19
|
+
</switch>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
export default SvgParkingAssistants;
|
|
24
|
+
/* tslint:enable */
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgPickYourself = () => (
|
|
5
|
-
<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink">
|
|
6
|
-
<circle cx="25" cy="25" r="23.5" stroke="#A7A7A7" strokeWidth="3" />
|
|
7
|
-
<rect x="10" y="16" width="30" height="18" fill="url(#pattern0)" />
|
|
8
|
-
<defs>
|
|
9
|
-
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
|
|
10
|
-
<use xlinkHref="#image0" transform="translate(-0.0025) scale(0.0075 0.0125)" />
|
|
11
|
-
</pattern>
|
|
12
|
-
<image id="image0" width="134" height="80" xlinkHref="data:image/png;base64,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" />
|
|
13
|
-
</defs>
|
|
14
|
-
</svg>
|
|
15
|
-
|
|
16
|
-
);
|
|
17
|
-
export default SvgPickYourself;
|
|
18
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPickYourself = () => (
|
|
5
|
+
<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink">
|
|
6
|
+
<circle cx="25" cy="25" r="23.5" stroke="#A7A7A7" strokeWidth="3" />
|
|
7
|
+
<rect x="10" y="16" width="30" height="18" fill="url(#pattern0)" />
|
|
8
|
+
<defs>
|
|
9
|
+
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
|
|
10
|
+
<use xlinkHref="#image0" transform="translate(-0.0025) scale(0.0075 0.0125)" />
|
|
11
|
+
</pattern>
|
|
12
|
+
<image id="image0" width="134" height="80" xlinkHref="data:image/png;base64,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" />
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
15
|
+
|
|
16
|
+
);
|
|
17
|
+
export default SvgPickYourself;
|
|
18
|
+
/* tslint:enable */
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgPlusIcon = () => (
|
|
5
|
-
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
-
<path fillRule="evenodd" clipRule="evenodd" d="M14 7.24048C14 7.79276 13.5523 8.24048 13 8.24048H8V13.2405C8 13.7928 7.55228 14.2405 7 14.2405C6.44772 14.2405 6 13.7928 6 13.2405V8.24048H1C0.447715 8.24048 0 7.79276 0 7.24048C0 6.68819 0.447715 6.24048 1 6.24048H6V1.24048C6 0.688194 6.44772 0.240479 7 0.240479C7.55228 0.240479 8 0.688194 8 1.24048V6.24048H13C13.5523 6.24048 14 6.68819 14 7.24048Z" fill="#005CCB" />
|
|
7
|
-
</svg>
|
|
8
|
-
);
|
|
9
|
-
|
|
10
|
-
export default SvgPlusIcon;
|
|
11
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPlusIcon = () => (
|
|
5
|
+
<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
6
|
+
<path fillRule="evenodd" clipRule="evenodd" d="M14 7.24048C14 7.79276 13.5523 8.24048 13 8.24048H8V13.2405C8 13.7928 7.55228 14.2405 7 14.2405C6.44772 14.2405 6 13.7928 6 13.2405V8.24048H1C0.447715 8.24048 0 7.79276 0 7.24048C0 6.68819 0.447715 6.24048 1 6.24048H6V1.24048C6 0.688194 6.44772 0.240479 7 0.240479C7.55228 0.240479 8 0.688194 8 1.24048V6.24048H13C13.5523 6.24048 14 6.68819 14 7.24048Z" fill="#005CCB" />
|
|
7
|
+
</svg>
|
|
8
|
+
);
|
|
9
|
+
|
|
10
|
+
export default SvgPlusIcon;
|
|
11
|
+
/* tslint:enable */
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const Power = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 20 23"
|
|
7
|
-
width="20"
|
|
8
|
-
height="20"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<switch>
|
|
12
|
-
<g>
|
|
13
|
-
<path d="M13.5592 8.71254V3.11792C14.3606 2.72606 20.3591 7.15313 19.9831 12.2768C19.607 17.4005 15.6224 22.3076 9.99152 22.2683C4.36068 22.2291 1.49691e-05 17.6891 0 12.2768C-1.61609e-05 6.43366 6.10065 2.6773 6.37561 3.11792V8.71254C6.37561 8.71254 4.97136 10.7844 4.99576 12.2768C5.04088 15.0355 7.23244 17.2726 9.99152 17.2726C12.7506 17.2726 14.8886 15.0341 14.9873 12.2768C15.04 10.8028 13.5592 8.71254 13.5592 8.71254Z" fill="#1D1D1B" />
|
|
14
|
-
<path d="M12.3528 8.75881V2.36095C12.3528 1.05704 11.2957 0 9.99181 0C8.68789 0 7.63086 1.05704 7.63086 2.36096V8.75881C7.63086 10.0627 8.68789 11.1198 9.99181 11.1198C11.2957 11.1198 12.3528 10.0627 12.3528 8.75881Z" fill="#D50098" />
|
|
15
|
-
</g>
|
|
16
|
-
</switch>
|
|
17
|
-
</svg>
|
|
18
|
-
);
|
|
19
|
-
|
|
20
|
-
export default Power;
|
|
21
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const Power = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 20 23"
|
|
7
|
+
width="20"
|
|
8
|
+
height="20"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<switch>
|
|
12
|
+
<g>
|
|
13
|
+
<path d="M13.5592 8.71254V3.11792C14.3606 2.72606 20.3591 7.15313 19.9831 12.2768C19.607 17.4005 15.6224 22.3076 9.99152 22.2683C4.36068 22.2291 1.49691e-05 17.6891 0 12.2768C-1.61609e-05 6.43366 6.10065 2.6773 6.37561 3.11792V8.71254C6.37561 8.71254 4.97136 10.7844 4.99576 12.2768C5.04088 15.0355 7.23244 17.2726 9.99152 17.2726C12.7506 17.2726 14.8886 15.0341 14.9873 12.2768C15.04 10.8028 13.5592 8.71254 13.5592 8.71254Z" fill="#1D1D1B" />
|
|
14
|
+
<path d="M12.3528 8.75881V2.36095C12.3528 1.05704 11.2957 0 9.99181 0C8.68789 0 7.63086 1.05704 7.63086 2.36096V8.75881C7.63086 10.0627 8.68789 11.1198 9.99181 11.1198C11.2957 11.1198 12.3528 10.0627 12.3528 8.75881Z" fill="#D50098" />
|
|
15
|
+
</g>
|
|
16
|
+
</switch>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
export default Power;
|
|
21
|
+
/* tslint:enable */
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgPs = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0
|
|
7
|
-
width="1em"
|
|
8
|
-
height="1em"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<path d="
|
|
13
|
-
<path d="
|
|
14
|
-
<path d="M14.8 15c-.2 0-.3-.2-.3-.3V6.3c0-.2.2-.3.3-.3s.3.2.3.3v8.4c0 .2-.1.3-.3.3zm3 10.2c-.7.8-1.8.8-2.6.3-.3-.2-.3-.5-.2-.8.1-.1.3-.2.4-.3.2 0 .4.1.6.2.3.1.6.1.8-.2.2-.3.2-.7-.2-.8-.3-.2-.8-.2-1.2-.6-.3-.3-.5-.7-.5-1.1 0-.6.3-1.1.8-1.4.5-.3 1.2-.3 1.8 0 .3.2.4.6.2.8-.2.3-.5.3-.9.2-.5-.2-.9.2-.8.5.1.3.7.4 1 .5.5.3.9.8.9 1.4.3.5.2 1-.1 1.3zM14.7 22c0 .9-.8 1.7-1.7 1.7h-.6v1.5c0 .3-.3.6-.6.6s-.6-.3-.6-.6v-4.3c0-.3.3-.6.6-.6H13c1 0 1.7.8 1.7 1.7zm-1.2 0c0-.3-.2-.5-.5-.5h-.6v1h.6c.3 0 .5-.2.5-.5z" />
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
export default SvgPs;
|
|
19
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgPs = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 25 25"
|
|
7
|
+
width="1em"
|
|
8
|
+
height="1em"
|
|
9
|
+
fill="none"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<path d="M21.6453 11.1141C21.6453 11.1141 21.6467 13.302 21.6467 14.7929M21.6421 18.6516C21.6421 18.6516 21.6467 16.256 21.6467 14.7929M2.69604 18.4987V14.7975M2.69604 11.0962V14.7975M9.39218 5.46521H13.0438M16.6953 5.46521H13.0438M2.69604 14.7975H4.78422M13.0438 5.46521V8.91799M21.6467 14.7929C20.8205 14.7929 19.3361 14.7975 19.3361 14.7975M4.85065 16.0643V17.2802C4.85065 17.3113 4.86513 17.3406 4.88982 17.3595L8.97506 20.4911C8.99252 20.5045 9.0139 20.5117 9.0359 20.5117L17.2534 20.5108C17.2878 20.5108 17.3198 20.4931 17.3381 20.4639L19.2535 17.4053C19.2634 17.3894 19.2687 17.3711 19.2687 17.3523L19.2771 12.2443C19.2771 12.2258 19.272 12.2077 19.2623 12.1919L17.3374 9.05544C17.3192 9.02581 17.2869 9.00775 17.2521 9.00775H13.6814L11.4954 9.0096H9.04608C9.02356 9.0096 9.0017 9.0172 8.98404 9.03117L4.87604 12.2803C4.85207 12.2993 4.83808 12.3282 4.83808 12.3587V13.9281L4.85065 16.0643Z" stroke="#616376" stroke-linecap="round"/>
|
|
13
|
+
<path d="M11.115 14.7688H10.0513V14.3395H11.115C11.3209 14.3395 11.4877 14.3067 11.6153 14.2411C11.7429 14.1755 11.8359 14.0843 11.8942 13.9677C11.9544 13.851 11.9844 13.718 11.9844 13.5685C11.9844 13.4318 11.9544 13.3033 11.8942 13.183C11.8359 13.0626 11.7429 12.966 11.6153 12.8931C11.4877 12.8184 11.3209 12.781 11.115 12.781H10.1744V16.3301H9.64666V12.349H11.115C11.4157 12.349 11.67 12.401 11.8778 12.5049C12.0856 12.6088 12.2433 12.7528 12.3508 12.9369C12.4584 13.1192 12.5122 13.3279 12.5122 13.563C12.5122 13.8182 12.4584 14.036 12.3508 14.2165C12.2433 14.397 12.0856 14.5346 11.8778 14.6294C11.67 14.7223 11.4157 14.7688 11.115 14.7688ZM15.5251 15.3239C15.5251 15.2309 15.5105 15.1489 15.4813 15.0778C15.454 15.0049 15.4048 14.9393 15.3337 14.8809C15.2644 14.8226 15.1678 14.767 15.0439 14.7141C14.9217 14.6613 14.7668 14.6075 14.579 14.5528C14.3822 14.4945 14.2044 14.4298 14.0459 14.3587C13.8873 14.2858 13.7515 14.2028 13.6385 14.1099C13.5254 14.0169 13.4389 13.9103 13.3787 13.79C13.3185 13.6696 13.2885 13.532 13.2885 13.3771C13.2885 13.2221 13.3204 13.079 13.3842 12.9478C13.448 12.8166 13.5391 12.7026 13.6576 12.606C13.7779 12.5076 13.921 12.431 14.0869 12.3763C14.2527 12.3217 14.4378 12.2943 14.6419 12.2943C14.9409 12.2943 15.1942 12.3517 15.402 12.4666C15.6117 12.5796 15.7712 12.7282 15.8805 12.9123C15.9899 13.0945 16.0446 13.2896 16.0446 13.4974H15.5196C15.5196 13.3479 15.4877 13.2158 15.4239 13.1009C15.3601 12.9843 15.2635 12.8931 15.1341 12.8275C15.0047 12.7601 14.8406 12.7263 14.6419 12.7263C14.4542 12.7263 14.2992 12.7546 14.1771 12.8111C14.055 12.8676 13.9638 12.9442 13.9037 13.0408C13.8453 13.1374 13.8162 13.2477 13.8162 13.3716C13.8162 13.4555 13.8335 13.532 13.8681 13.6013C13.9046 13.6687 13.9602 13.7316 14.0349 13.79C14.1115 13.8483 14.2081 13.9021 14.3248 13.9513C14.4432 14.0005 14.5845 14.0479 14.7486 14.0935C14.9746 14.1573 15.1696 14.2283 15.3337 14.3067C15.4977 14.3851 15.6326 14.4735 15.7384 14.572C15.8459 14.6686 15.9252 14.7788 15.9762 14.9028C16.0291 15.0249 16.0555 15.1635 16.0555 15.3184C16.0555 15.4806 16.0227 15.6274 15.9571 15.7586C15.8915 15.8899 15.7976 16.002 15.6755 16.0949C15.5533 16.1879 15.4066 16.2599 15.2353 16.3109C15.0657 16.3602 14.8762 16.3848 14.6665 16.3848C14.4824 16.3848 14.3011 16.3592 14.1224 16.3082C13.9456 16.2572 13.7843 16.1806 13.6385 16.0785C13.4944 15.9764 13.3787 15.8507 13.2912 15.7012C13.2055 15.5499 13.1627 15.3749 13.1627 15.1762H13.6877C13.6877 15.3129 13.7141 15.4305 13.767 15.5289C13.8198 15.6256 13.8918 15.7058 13.983 15.7696C14.0759 15.8334 14.1807 15.8807 14.2974 15.9117C14.4159 15.9409 14.5389 15.9555 14.6665 15.9555C14.8506 15.9555 15.0065 15.93 15.1341 15.8789C15.2617 15.8279 15.3583 15.755 15.4239 15.6602C15.4914 15.5654 15.5251 15.4533 15.5251 15.3239Z" fill="#616376"/>
|
|
14
|
+
<path d="M10.0513 14.7688H9.95133C9.95133 14.824 9.9961 14.8688 10.0513 14.8688V14.7688ZM10.0513 14.3395V14.2395C9.9961 14.2395 9.95133 14.2843 9.95133 14.3395H10.0513ZM11.8942 13.9677L11.8053 13.9218L11.8048 13.923L11.8942 13.9677ZM11.8942 13.183L11.8042 13.2266L11.8048 13.2277L11.8942 13.183ZM11.6153 12.8931L11.5648 12.9794L11.5657 12.9799L11.6153 12.8931ZM10.1744 12.781V12.681C10.1191 12.681 10.0744 12.7258 10.0744 12.781H10.1744ZM10.1744 16.3301V16.4301C10.2296 16.4301 10.2744 16.3853 10.2744 16.3301H10.1744ZM9.64666 16.3301H9.54666C9.54666 16.3853 9.59143 16.4301 9.64666 16.4301V16.3301ZM9.64666 12.349V12.249C9.59143 12.249 9.54666 12.2938 9.54666 12.349H9.64666ZM12.3508 12.9369L12.2645 12.9873L12.2647 12.9877L12.3508 12.9369ZM11.8778 14.6294L11.9186 14.7207L11.9193 14.7204L11.8778 14.6294ZM11.115 14.6688H10.0513V14.8688H11.115V14.6688ZM10.1513 14.7688V14.3395H9.95133V14.7688H10.1513ZM10.0513 14.4395H11.115V14.2395H10.0513V14.4395ZM11.115 14.4395C11.3304 14.4395 11.5145 14.4054 11.6611 14.33L11.5696 14.1522C11.4609 14.2081 11.3115 14.2395 11.115 14.2395V14.4395ZM11.6611 14.33C11.8056 14.2557 11.9149 14.15 11.9837 14.0124L11.8048 13.923C11.7569 14.0187 11.6803 14.0953 11.5696 14.1522L11.6611 14.33ZM11.9831 14.0135C12.0515 13.8808 12.0844 13.7317 12.0844 13.5685H11.8844C11.8844 13.7042 11.8572 13.8212 11.8053 13.9219L11.9831 14.0135ZM12.0844 13.5685C12.0844 13.4165 12.0509 13.2727 11.9837 13.1382L11.8048 13.2277C11.8579 13.3339 11.8844 13.447 11.8844 13.5685H12.0844ZM11.9842 13.1393C11.9162 12.9991 11.8082 12.8882 11.6649 12.8063L11.5657 12.9799C11.6776 13.0439 11.7556 13.1262 11.8042 13.2266L11.9842 13.1393ZM11.6659 12.8068C11.5181 12.7203 11.332 12.681 11.115 12.681V12.881C11.3098 12.881 11.4574 12.9165 11.5648 12.9794L11.6659 12.8068ZM11.115 12.681H10.1744V12.881H11.115V12.681ZM10.0744 12.781V16.3301H10.2744V12.781H10.0744ZM10.1744 16.2301H9.64666V16.4301H10.1744V16.2301ZM9.74666 16.3301V12.349H9.54666V16.3301H9.74666ZM9.64666 12.449H11.115V12.249H9.64666V12.449ZM11.115 12.449C11.4046 12.449 11.6426 12.4991 11.8331 12.5943L11.9225 12.4154C11.6974 12.3028 11.4268 12.249 11.115 12.249V12.449ZM11.8331 12.5943C12.0251 12.6903 12.1676 12.8215 12.2645 12.9873L12.4372 12.8864C12.319 12.6841 12.1461 12.5272 11.9225 12.4154L11.8331 12.5943ZM12.2647 12.9877C12.3622 13.1529 12.4122 13.3437 12.4122 13.563H12.6122C12.6122 13.312 12.5546 13.0854 12.437 12.8861L12.2647 12.9877ZM12.4122 13.563C12.4122 13.8041 12.3615 14.0033 12.2649 14.1653L12.4367 14.2677C12.5553 14.0687 12.6122 13.8324 12.6122 13.563H12.4122ZM12.2649 14.1653C12.1687 14.3268 12.0273 14.4513 11.8363 14.5384L11.9193 14.7204C12.1439 14.6179 12.3179 14.4672 12.4367 14.2677L12.2649 14.1653ZM11.837 14.5381C11.6454 14.6238 11.406 14.6688 11.115 14.6688V14.8688C11.4255 14.8688 11.6946 14.8209 11.9186 14.7207L11.837 14.5381ZM15.4813 15.0778L15.3877 15.1129L15.3888 15.1157L15.4813 15.0778ZM15.3337 14.8809L15.2693 14.9574L15.2703 14.9582L15.3337 14.8809ZM15.0439 14.7141L15.0041 14.8059L15.0046 14.8061L15.0439 14.7141ZM14.579 14.5528L14.5506 14.6487L14.5511 14.6488L14.579 14.5528ZM14.0459 14.3587L14.0041 14.4495L14.005 14.4499L14.0459 14.3587ZM13.6576 12.606L13.7208 12.6835L13.7209 12.6834L13.6576 12.606ZM15.402 12.4666L15.3537 12.5541L15.3546 12.5546L15.402 12.4666ZM15.8805 12.9123L15.7946 12.9633L15.7948 12.9637L15.8805 12.9123ZM16.0446 13.4974V13.5974C16.0998 13.5974 16.1446 13.5526 16.1446 13.4974H16.0446ZM15.5196 13.4974H15.4196C15.4196 13.5526 15.4644 13.5974 15.5196 13.5974V13.4974ZM15.4239 13.1009L15.3362 13.1489L15.3365 13.1495L15.4239 13.1009ZM15.1341 12.8275L15.0879 12.9162L15.0889 12.9167L15.1341 12.8275ZM13.9037 13.0408L13.8188 12.9879L13.8181 12.9891L13.9037 13.0408ZM13.8681 13.6013L13.7786 13.646L13.7802 13.6488L13.8681 13.6013ZM14.0349 13.79L13.9734 13.8688L13.9743 13.8695L14.0349 13.79ZM14.3248 13.9513L14.2859 14.0434L14.2864 14.0436L14.3248 13.9513ZM14.7486 14.0935L14.7757 13.9972L14.7753 13.9971L14.7486 14.0935ZM15.7384 14.572L15.6702 14.6452L15.6715 14.6463L15.7384 14.572ZM15.9762 14.9028L15.8838 14.9409L15.8845 14.9425L15.9762 14.9028ZM15.6755 16.0949L15.6149 16.0154L15.6755 16.0949ZM15.2353 16.3109L15.2631 16.407L15.2638 16.4068L15.2353 16.3109ZM14.1224 16.3082L14.0947 16.4043L14.0949 16.4044L14.1224 16.3082ZM13.6385 16.0785L13.5806 16.1601L13.5811 16.1604L13.6385 16.0785ZM13.2912 15.7012L13.2042 15.7505L13.2049 15.7517L13.2912 15.7012ZM13.1627 15.1762V15.0762C13.1075 15.0762 13.0627 15.121 13.0627 15.1762H13.1627ZM13.6877 15.1762H13.7877C13.7877 15.121 13.7429 15.0762 13.6877 15.0762V15.1762ZM13.767 15.5289L13.6789 15.5763L13.6792 15.5769L13.767 15.5289ZM13.983 15.7696L13.9256 15.8515L13.9264 15.852L13.983 15.7696ZM14.2974 15.9117L14.2717 16.0084L14.2735 16.0088L14.2974 15.9117ZM15.4239 15.6602L15.3424 15.6022L15.3417 15.6033L15.4239 15.6602ZM15.6251 15.3239C15.6251 15.2206 15.6089 15.1252 15.5739 15.0398L15.3888 15.1157C15.4121 15.1725 15.4251 15.2413 15.4251 15.3239H15.6251ZM15.575 15.0427C15.5404 14.9505 15.4793 14.8711 15.3971 14.8036L15.2703 14.9582C15.3302 15.0074 15.3676 15.0592 15.3877 15.1129L15.575 15.0427ZM15.3981 14.8044C15.3185 14.7374 15.2122 14.6772 15.0831 14.6221L15.0046 14.8061C15.1235 14.8568 15.2103 14.9078 15.2693 14.9574L15.3981 14.8044ZM15.0836 14.6224C14.9563 14.5673 14.7971 14.5122 14.607 14.4568L14.5511 14.6488C14.7365 14.7028 14.8872 14.7553 15.0041 14.8059L15.0836 14.6224ZM14.6074 14.4569C14.4141 14.3996 14.2406 14.3364 14.0868 14.2674L14.005 14.4499C14.1682 14.5231 14.3502 14.5893 14.5506 14.6487L14.6074 14.4569ZM14.0876 14.2678C13.9354 14.1978 13.8072 14.1192 13.702 14.0326L13.5749 14.1871C13.6957 14.2864 13.8391 14.3737 14.0041 14.4495L14.0876 14.2678ZM13.702 14.0326C13.5988 13.9478 13.5215 13.8519 13.4681 13.7452L13.2893 13.8347C13.3562 13.9686 13.4521 14.086 13.5749 14.1871L13.702 14.0326ZM13.4681 13.7452C13.4159 13.6408 13.3885 13.5189 13.3885 13.3771H13.1885C13.1885 13.5452 13.2212 13.6985 13.2893 13.8347L13.4681 13.7452ZM13.3885 13.3771C13.3885 13.2363 13.4173 13.1083 13.4741 12.9915L13.2942 12.9041C13.2234 13.0498 13.1885 13.208 13.1885 13.3771H13.3885ZM13.4741 12.9915C13.5312 12.874 13.613 12.7714 13.7208 12.6835L13.5944 12.5285C13.4652 12.6339 13.3647 12.7591 13.2942 12.9041L13.4741 12.9915ZM13.7209 12.6834C13.8306 12.5937 13.9625 12.5226 14.1182 12.4713L14.0556 12.2814C13.8795 12.3394 13.7252 12.4215 13.5943 12.5286L13.7209 12.6834ZM14.1182 12.4713C14.2724 12.4205 14.4466 12.3943 14.6419 12.3943V12.1943C14.4289 12.1943 14.2331 12.2229 14.0556 12.2814L14.1182 12.4713ZM14.6419 12.3943C14.9283 12.3943 15.164 12.4493 15.3537 12.5541L15.4504 12.3791C15.2244 12.2542 14.9535 12.1943 14.6419 12.1943V12.3943ZM15.3546 12.5546C15.5501 12.66 15.6955 12.7965 15.7946 12.9633L15.9665 12.8612C15.8469 12.6598 15.6732 12.4992 15.4495 12.3786L15.3546 12.5546ZM15.7948 12.9637C15.8951 13.1308 15.9446 13.3081 15.9446 13.4974H16.1446C16.1446 13.271 16.0848 13.0583 15.9663 12.8608L15.7948 12.9637ZM16.0446 13.3974H15.5196V13.5974H16.0446V13.3974ZM15.6196 13.4974C15.6196 13.3333 15.5845 13.184 15.5113 13.0524L15.3365 13.1495C15.391 13.2475 15.4196 13.3625 15.4196 13.4974H15.6196ZM15.5117 13.0529C15.4373 12.9169 15.325 12.8122 15.1793 12.7383L15.0889 12.9167C15.202 12.9741 15.283 13.0516 15.3362 13.1489L15.5117 13.0529ZM15.1803 12.7388C15.0324 12.6617 14.8512 12.6263 14.6419 12.6263V12.8263C14.8301 12.8263 14.9769 12.8584 15.0879 12.9162L15.1803 12.7388ZM14.6419 12.6263C14.445 12.6263 14.2745 12.6558 14.1351 12.7203L14.2191 12.9018C14.3239 12.8533 14.4633 12.8263 14.6419 12.8263V12.6263ZM14.1351 12.7203C13.9986 12.7835 13.891 12.8719 13.8188 12.9879L13.9886 13.0936C14.0367 13.0164 14.1114 12.9517 14.2191 12.9018L14.1351 12.7203ZM13.8181 12.9891C13.7494 13.1028 13.7162 13.2313 13.7162 13.3716H13.9162C13.9162 13.264 13.9413 13.172 13.9893 13.0925L13.8181 12.9891ZM13.7162 13.3716C13.7162 13.4697 13.7365 13.5617 13.7787 13.646L13.9576 13.5566C13.9304 13.5023 13.9162 13.4413 13.9162 13.3716H13.7162ZM13.7802 13.6488C13.8245 13.7309 13.8903 13.8039 13.9734 13.8688L14.0964 13.7111C14.0301 13.6593 13.9846 13.6065 13.9561 13.5537L13.7802 13.6488ZM13.9743 13.8695C14.0593 13.9342 14.1638 13.9919 14.2859 14.0434L14.3636 13.8591C14.2524 13.8122 14.1637 13.7623 14.0955 13.7104L13.9743 13.8695ZM14.2864 14.0436C14.4096 14.0948 14.555 14.1435 14.7218 14.1898L14.7753 13.9971C14.614 13.9523 14.4768 13.9062 14.3631 13.8589L14.2864 14.0436ZM14.7214 14.1897C14.9434 14.2524 15.1329 14.3216 15.2906 14.397L15.3768 14.2165C15.2064 14.1351 15.0057 14.0621 14.7757 13.9972L14.7214 14.1897ZM15.2906 14.397C15.4477 14.472 15.5736 14.5551 15.6702 14.6451L15.8065 14.4988C15.6917 14.3919 15.5478 14.2982 15.3768 14.2165L15.2906 14.397ZM15.6715 14.6463C15.7688 14.7337 15.8389 14.8319 15.8838 14.9409L16.0687 14.8647C16.0115 14.7258 15.923 14.6034 15.8052 14.4976L15.6715 14.6463ZM15.8845 14.9425C15.9311 15.0502 15.9555 15.1749 15.9555 15.3184H16.1555C16.1555 15.152 16.1271 14.9996 16.068 14.8631L15.8845 14.9425ZM15.9555 15.3184C15.9555 15.4668 15.9256 15.598 15.8677 15.7139L16.0465 15.8033C16.1198 15.6568 16.1555 15.4945 16.1555 15.3184H15.9555ZM15.8677 15.7139C15.8092 15.8308 15.7254 15.9312 15.6149 16.0154L15.736 16.1745C15.8698 16.0727 15.9738 15.9489 16.0465 15.8033L15.8677 15.7139ZM15.6149 16.0154C15.5038 16.0999 15.3684 16.1669 15.2067 16.2151L15.2638 16.4068C15.4448 16.3528 15.6029 16.2759 15.736 16.1745L15.6149 16.0154ZM15.2074 16.2149C15.0484 16.2611 14.8684 16.2848 14.6665 16.2848V16.4848C14.8839 16.4848 15.083 16.4593 15.2631 16.407L15.2074 16.2149ZM14.6665 16.2848C14.4918 16.2848 14.3197 16.2606 14.1499 16.2121L14.0949 16.4044C14.2824 16.4579 14.473 16.4848 14.6665 16.4848V16.2848ZM14.1501 16.2121C13.9836 16.164 13.8323 16.0922 13.6958 15.9966L13.5811 16.1604C13.7363 16.2691 13.9076 16.3503 14.0947 16.4043L14.1501 16.2121ZM13.6963 15.9969C13.5636 15.9029 13.4577 15.7877 13.3775 15.6507L13.2049 15.7517C13.2997 15.9137 13.4253 16.05 13.5806 16.1601L13.6963 15.9969ZM13.3782 15.6519C13.3022 15.5177 13.2627 15.3601 13.2627 15.1762H13.0627C13.0627 15.3897 13.1088 15.5821 13.2042 15.7505L13.3782 15.6519ZM13.1627 15.2762H13.6877V15.0762H13.1627V15.2762ZM13.5877 15.1762C13.5877 15.3258 13.6166 15.4604 13.6789 15.5763L13.8551 15.4816C13.8116 15.4007 13.7877 15.3001 13.7877 15.1762H13.5877ZM13.6792 15.5769C13.7396 15.6872 13.822 15.779 13.9256 15.8515L14.0403 15.6876C13.9616 15.6326 13.9001 15.5639 13.8547 15.4809L13.6792 15.5769ZM13.9264 15.852C14.0294 15.9227 14.1448 15.9747 14.2717 16.0084L14.3231 15.8151C14.2167 15.7868 14.1225 15.744 14.0396 15.6871L13.9264 15.852ZM14.2735 16.0088C14.4002 16.04 14.5312 16.0555 14.6665 16.0555V15.8555C14.5466 15.8555 14.4316 15.8418 14.3213 15.8146L14.2735 16.0088ZM14.6665 16.0555C14.8593 16.0555 15.0286 16.0288 15.1712 15.9718L15.097 15.7861C14.9844 15.8311 14.842 15.8555 14.6665 15.8555V16.0555ZM15.1712 15.9718C15.3135 15.9149 15.4273 15.8309 15.5061 15.7171L15.3417 15.6033C15.2893 15.679 15.2099 15.7409 15.097 15.7861L15.1712 15.9718ZM15.5054 15.7182C15.5862 15.6046 15.6251 15.4716 15.6251 15.3239H15.4251C15.4251 15.435 15.3965 15.5262 15.3424 15.6022L15.5054 15.7182Z" fill="#616376"/>
|
|
15
|
+
</svg>
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
export default SvgPs;
|
|
19
|
+
/* tslint:enable */
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgQuestion = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 30.7 29.8"
|
|
7
|
-
width="1em"
|
|
8
|
-
height="1em"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<switch>
|
|
12
|
-
<g>
|
|
13
|
-
<g fill="#231f20">
|
|
14
|
-
<path d="M25.6 29.8H5.1c-2.8 0-5.1-2.3-5.1-5.1V9.1C0 6.3 2.3 4 5.1 4h20.6c2.8 0 5.1 2.3 5.1 5.1v15.6c-.1 2.8-2.4 5.1-5.2 5.1zM5.1 4.7C2.7 4.7.7 6.7.7 9.1v15.6c0 2.4 2 4.4 4.4 4.4h20.6c2.4 0 4.4-2 4.4-4.4V9.1c0-2.4-2-4.4-4.4-4.4z" />
|
|
15
|
-
<path d="M30.3 11.8H.3c-.2 0-.3-.2-.3-.3s.2-.3.3-.3h30c.2 0 .3.2.3.3s-.1.3-.3.3zM7.3 7.6c-.2 0-.3-.2-.3-.3v-7c-.1-.1.1-.3.3-.3s.3.2.3.3v6.9c0 .3-.1.4-.3.4zM23.5 7.6c-.2 0-.3-.2-.3-.3v-7c0-.2.2-.3.3-.3s.3.2.3.3v6.9c.1.3-.1.4-.3.4z" />
|
|
16
|
-
</g>
|
|
17
|
-
<path d="M14.3 24.1c0 .6-.5 1.1-1.1 1.1H9.9c-.6 0-1.1-.5-1.1-1.1v-7.8c0-.6.5-1.1 1.1-1.1h3.3c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1h-2.3v1.9H13c.5 0 .9.4.9.9s-.4.9-.9.9h-2.1V23h2.3c.6 0 1.1.5 1.1 1.1zM22.7 24.1c0 .6-.5 1.1-1.1 1.1h-5.4c-.2 0-.4-.1-.6-.2-.5-.3-.6-1-.3-1.5l4.4-6.2h-3.6c-.6 0-1-.5-1-1 0-.6.5-1 1-1h5.5c.2 0 .5 0 .7.2.5.4.6 1 .3 1.5l-4.4 6h3.4c.6 0 1.1.5 1.1 1.1z" />
|
|
18
|
-
</g>
|
|
19
|
-
</switch>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
|
|
23
|
-
export default SvgQuestion;
|
|
24
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgQuestion = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 30.7 29.8"
|
|
7
|
+
width="1em"
|
|
8
|
+
height="1em"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<switch>
|
|
12
|
+
<g>
|
|
13
|
+
<g fill="#231f20">
|
|
14
|
+
<path d="M25.6 29.8H5.1c-2.8 0-5.1-2.3-5.1-5.1V9.1C0 6.3 2.3 4 5.1 4h20.6c2.8 0 5.1 2.3 5.1 5.1v15.6c-.1 2.8-2.4 5.1-5.2 5.1zM5.1 4.7C2.7 4.7.7 6.7.7 9.1v15.6c0 2.4 2 4.4 4.4 4.4h20.6c2.4 0 4.4-2 4.4-4.4V9.1c0-2.4-2-4.4-4.4-4.4z" />
|
|
15
|
+
<path d="M30.3 11.8H.3c-.2 0-.3-.2-.3-.3s.2-.3.3-.3h30c.2 0 .3.2.3.3s-.1.3-.3.3zM7.3 7.6c-.2 0-.3-.2-.3-.3v-7c-.1-.1.1-.3.3-.3s.3.2.3.3v6.9c0 .3-.1.4-.3.4zM23.5 7.6c-.2 0-.3-.2-.3-.3v-7c0-.2.2-.3.3-.3s.3.2.3.3v6.9c.1.3-.1.4-.3.4z" />
|
|
16
|
+
</g>
|
|
17
|
+
<path d="M14.3 24.1c0 .6-.5 1.1-1.1 1.1H9.9c-.6 0-1.1-.5-1.1-1.1v-7.8c0-.6.5-1.1 1.1-1.1h3.3c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1h-2.3v1.9H13c.5 0 .9.4.9.9s-.4.9-.9.9h-2.1V23h2.3c.6 0 1.1.5 1.1 1.1zM22.7 24.1c0 .6-.5 1.1-1.1 1.1h-5.4c-.2 0-.4-.1-.6-.2-.5-.3-.6-1-.3-1.5l4.4-6.2h-3.6c-.6 0-1-.5-1-1 0-.6.5-1 1-1h5.5c.2 0 .5 0 .7.2.5.4.6 1 .3 1.5l-4.4 6h3.4c.6 0 1.1.5 1.1 1.1z" />
|
|
18
|
+
</g>
|
|
19
|
+
</switch>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
export default SvgQuestion;
|
|
24
|
+
/* tslint:enable */
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const SvgSeats = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 31.3 29.5"
|
|
7
|
-
width="1em"
|
|
8
|
-
height="1em"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<switch>
|
|
12
|
-
<path
|
|
13
|
-
d="M27.9 29.5H3.3c-.1 0-.2-.1-.3-.2-.1-.2-3-5.2-3-8.1 0-1.2.5-2.1 1.3-2.8 2.6-1.9 9-1.4 18.9 1.6.2-2.3 1.3-12.8 7.3-19.4.6-.7 1.7-.8 2.4-.3s1.1 1 1.2 1.4v.2c0 .1-3.2 13.6-3 27.2 0 .1 0 .2-.1.3 0 .1 0 .1-.1.1zm-24.4-.7h24c-.1-12.9 2.8-25.7 3-26.9-.1-.3-.4-.6-.9-1-.5-.3-1.1-.2-1.5.2-6.6 7.2-7.2 19.3-7.2 19.4s-.1.2-.1.3c-.1.1-.2.1-.3 0-12.4-3.7-17-3-18.7-1.8-.7.5-1.1 1.3-1.1 2.2 0 2.5 2.3 6.7 2.8 7.6z"
|
|
14
|
-
fill="#231f20"
|
|
15
|
-
/>
|
|
16
|
-
</switch>
|
|
17
|
-
</svg>
|
|
18
|
-
);
|
|
19
|
-
|
|
20
|
-
export default SvgSeats;
|
|
21
|
-
/* tslint:enable */
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgSeats = (props: any) => (
|
|
5
|
+
<svg
|
|
6
|
+
viewBox="0 0 31.3 29.5"
|
|
7
|
+
width="1em"
|
|
8
|
+
height="1em"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<switch>
|
|
12
|
+
<path
|
|
13
|
+
d="M27.9 29.5H3.3c-.1 0-.2-.1-.3-.2-.1-.2-3-5.2-3-8.1 0-1.2.5-2.1 1.3-2.8 2.6-1.9 9-1.4 18.9 1.6.2-2.3 1.3-12.8 7.3-19.4.6-.7 1.7-.8 2.4-.3s1.1 1 1.2 1.4v.2c0 .1-3.2 13.6-3 27.2 0 .1 0 .2-.1.3 0 .1 0 .1-.1.1zm-24.4-.7h24c-.1-12.9 2.8-25.7 3-26.9-.1-.3-.4-.6-.9-1-.5-.3-1.1-.2-1.5.2-6.6 7.2-7.2 19.3-7.2 19.4s-.1.2-.1.3c-.1.1-.2.1-.3 0-12.4-3.7-17-3-18.7-1.8-.7.5-1.1 1.3-1.1 2.2 0 2.5 2.3 6.7 2.8 7.6z"
|
|
14
|
+
fill="#231f20"
|
|
15
|
+
/>
|
|
16
|
+
</switch>
|
|
17
|
+
</svg>
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
export default SvgSeats;
|
|
21
|
+
/* tslint:enable */
|