@bytebrand/fe-ui-core 4.1.42 → 4.1.43

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.
Files changed (953) hide show
  1. package/.editorconfig +10 -10
  2. package/.storybook/addons.js +4 -4
  3. package/.storybook/config.js +64 -64
  4. package/.storybook/postcss.config.js +6 -6
  5. package/.storybook/preview-head.html +9 -9
  6. package/.storybook/webpack.config.js +130 -130
  7. package/common.ts +153 -153
  8. package/feWpComponents.ts +25 -25
  9. package/index.ts +4 -4
  10. package/landing.ts +38 -38
  11. package/media/images/advantages/advantage_cart.svg +4 -4
  12. package/media/images/advantages/advantage_check.svg +4 -4
  13. package/media/images/advantages/advantage_like.svg +10 -10
  14. package/media/images/advantages/advantage_secure.svg +6 -6
  15. package/media/images/check-blue.svg +40 -40
  16. package/media/images/raiting-star.svg +3 -3
  17. package/media/images/raiting-stars-min.svg +7 -7
  18. package/media/images/refresh-button.svg +49 -49
  19. package/media/images/slider-arrow-big.svg +11 -11
  20. package/media/images/user-icon.svg +16 -16
  21. package/media/locales/de/promoSlider.json +25 -25
  22. package/media/locales/en/promoSlider.json +25 -25
  23. package/media/svg/common/arrow_breadcrumps.svg +3 -3
  24. package/media/svg/common/home.svg +10 -10
  25. package/media/svg/common/whyAutodeIconSet-F.svg +13 -13
  26. package/media/svg/common/whyAutodeIconSet-G.svg +10 -10
  27. package/media/svg/common/whyAutodeIconSet-Q.svg +16 -16
  28. package/media/svg/common/whyAutodeIconSet-R.svg +14 -14
  29. package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +9 -9
  30. package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +7 -7
  31. package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +12 -12
  32. package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +10 -10
  33. package/media/svg/usp/icon1.svg +16 -16
  34. package/media/svg/usp/icon2.svg +13 -13
  35. package/media/svg/usp/icon3.svg +10 -10
  36. package/media/svg/usp/icon4.svg +14 -14
  37. package/package.json +106 -106
  38. package/profile.ts +1 -1
  39. package/source/components/AccardionSection/AccardionSection.styl +45 -45
  40. package/source/components/AccardionSection/AccardionSection.tsx +47 -47
  41. package/source/components/AccordionWidget/AccordionWidget.styl +206 -206
  42. package/source/components/AccordionWidget/AccordionWidget.tsx +227 -227
  43. package/source/components/AdvantageItem/AdvantageItem.story.js +23 -23
  44. package/source/components/AdvantageItem/AdvantageItem.styl +47 -47
  45. package/source/components/AdvantageItem/AdvantageItem.tsx +26 -26
  46. package/source/components/Alternative/Dealer.story.js +31 -31
  47. package/source/components/Alternative/Dealer.story.styl +2 -2
  48. package/source/components/Alternative/DealerInfo.styl +109 -109
  49. package/source/components/Alternative/DealerInfo.tsx +145 -145
  50. package/source/components/Breadcrumbs/Breadcrumbs.story.js +40 -40
  51. package/source/components/Breadcrumbs/Breadcrumbs.styl +123 -123
  52. package/source/components/Breadcrumbs/Breadcrumbs.tsx +87 -87
  53. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.story.js +45 -45
  54. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +61 -61
  55. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.tsx +17 -17
  56. package/source/components/Checkout/CheckoutStepper/CheckoutStepper.styl +221 -221
  57. package/source/components/Checkout/CheckoutStepper/CheckoutStepper.tsx +70 -70
  58. package/source/components/Checkout/CheckoutStepper/CheckoutStepperClasses.js +173 -173
  59. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.js +243 -243
  60. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.styl +20 -20
  61. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.styl +36 -36
  62. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.tsx +53 -53
  63. package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.styl +200 -200
  64. package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.tsx +212 -212
  65. package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.styl +30 -30
  66. package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.tsx +62 -62
  67. package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.styl +73 -73
  68. package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.tsx +61 -61
  69. package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.styl +199 -199
  70. package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.tsx +195 -195
  71. package/source/components/Checkout/RadioCards/RadioCheckout.styl +158 -158
  72. package/source/components/Checkout/RadioCards/RadioCheckout.tsx +178 -178
  73. package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.js +105 -105
  74. package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.styl +37 -37
  75. package/source/components/Checkout/Switcher/Switcher.story.js +51 -51
  76. package/source/components/Checkout/Switcher/Switcher.story.styl +1 -1
  77. package/source/components/Checkout/Switcher/Switcher.styl +93 -93
  78. package/source/components/Checkout/Switcher/Switcher.tsx +104 -104
  79. package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.styl +176 -176
  80. package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.tsx +477 -477
  81. package/source/components/CompactSearchWidget/CompactSearchWidget.story.js +187 -187
  82. package/source/components/CompactSearchWidget/CompactSearchWidget.styl +43 -43
  83. package/source/components/CompactSearchWidget/CompactSearchWidget.tsx +165 -165
  84. package/source/components/ContactForm/ContactForm.story.js +93 -93
  85. package/source/components/ContactForm/ContactForm.styl +260 -260
  86. package/source/components/ContactForm/ContactForm.tsx +588 -588
  87. package/source/components/ContactForm/WpContactForm.tsx +287 -287
  88. package/source/components/ContactInfo/ContactInfo.story.js +58 -58
  89. package/source/components/ContactInfo/ContactInfo.styl +22 -22
  90. package/source/components/ContactInfo/ContactInfo.tsx +161 -161
  91. package/source/components/ContactInfo/TemporaryTranslation.ts +11 -11
  92. package/source/components/CustomerQuote/CustomerQuote.story.js +41 -41
  93. package/source/components/CustomerQuote/CustomerQuote.styl +79 -79
  94. package/source/components/CustomerQuote/CustomerQuote.tsx +68 -68
  95. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.js +73 -73
  96. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.styl +4 -4
  97. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.styl +46 -46
  98. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.tsx +79 -79
  99. package/source/components/CustomerQuotesSlider/SliderArrow.tsx +20 -20
  100. package/source/components/FormattedNumber/FormattedNumber.story.js +114 -114
  101. package/source/components/FormattedNumber/FormattedNumber.styl +1 -1
  102. package/source/components/FormattedNumber/FormattedNumber.tsx +91 -91
  103. package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.styl +7 -7
  104. package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.tsx +30 -30
  105. package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.styl +122 -122
  106. package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.tsx +199 -199
  107. package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.styl +3 -3
  108. package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.tsx +15 -15
  109. package/source/components/ImageSettings/OptionsTable/OptionsTable.styl +47 -47
  110. package/source/components/ImageSettings/OptionsTable/OptionsTable.tsx +122 -122
  111. package/source/components/ImageSettings/PricePlan/PricePlan.styl +63 -63
  112. package/source/components/ImageSettings/PricePlan/PricePlan.tsx +32 -32
  113. package/source/components/ImageSettings/index.ts +42 -42
  114. package/source/components/ImageSettings/story.js +1212 -1212
  115. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.styl +33 -33
  116. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.tsx +48 -48
  117. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.styl +68 -68
  118. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.tsx +21 -21
  119. package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.styl +41 -41
  120. package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.tsx +45 -45
  121. package/source/components/InfoBlocks/InfoBlockWrapper.story.js +101 -101
  122. package/source/components/InfoBlocks/InfoBlockWrapper.story.styl +45 -45
  123. package/source/components/InfoBlocks/PricingToolBlock/PricingTool.styl +6 -6
  124. package/source/components/InfoBlocks/PricingToolBlock/PricingTool.tsx +29 -29
  125. package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.styl +45 -45
  126. package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.tsx +81 -81
  127. package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.styl +47 -47
  128. package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.tsx +25 -25
  129. package/source/components/OfferDetailedSection/OfferDetailedSection.styl +31 -31
  130. package/source/components/OfferDetailedSection/OfferDetailedSection.tsx +100 -100
  131. package/source/components/OfferDetailedSection/partials/PanelConfig.styl +127 -127
  132. package/source/components/OfferDetailedSection/partials/PanelConfig.tsx +124 -124
  133. package/source/components/OfferPanel/AboAccordion/AboAccordion.styl +24 -24
  134. package/source/components/OfferPanel/AboAccordion/AboAccordion.tsx +128 -128
  135. package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.styl +11 -11
  136. package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.tsx +35 -35
  137. package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.story.js +97 -97
  138. package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.styl +20 -20
  139. package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.tsx +25 -25
  140. package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.styl +13 -13
  141. package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.tsx +39 -39
  142. package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.theme.js +29 -29
  143. package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.tsx +49 -49
  144. package/source/components/OfferPanel/OfferCheckboxGroup/CheckboxContainer.tsx +145 -145
  145. package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.styl +118 -118
  146. package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.tsx +24 -24
  147. package/source/components/OfferPanel/OfferPanel.story.js +139 -139
  148. package/source/components/OfferPanel/OfferPanel.styl +189 -189
  149. package/source/components/OfferPanel/OfferPanel.tsx +81 -81
  150. package/source/components/OfferPanel/OfferPeriod/OfferPeriod.styl +24 -24
  151. package/source/components/OfferPanel/OfferPeriod/OfferPeriod.tsx +49 -49
  152. package/source/components/OfferPanel/RangeGroup/RangeGroup.story.js +35 -35
  153. package/source/components/OfferPanel/RangeGroup/RangeGroup.story.styl +2 -2
  154. package/source/components/OfferPanel/RangeGroup/RangeGroup.tsx +37 -37
  155. package/source/components/PriceRating/PriceRating.story.js +39 -39
  156. package/source/components/PriceRating/PriceRating.story.styl +1 -1
  157. package/source/components/PriceRating/PriceRating.styl +70 -70
  158. package/source/components/PriceRating/PriceRating.tsx +65 -65
  159. package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.js +78 -78
  160. package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.styl +11 -11
  161. package/source/components/PriceRatingDetailed/PriceRatingDetailed.styl +120 -120
  162. package/source/components/PriceRatingDetailed/PriceRatingDetailed.tsx +187 -187
  163. package/source/components/RateSearchValue/RateSearchValue.story.js +78 -78
  164. package/source/components/RateSearchValue/RateSearchValue.story.styl +1 -1
  165. package/source/components/RateSearchValue/RateSearchValue.styl +22 -22
  166. package/source/components/RateSearchValue/RateSearchValue.tsx +55 -55
  167. package/source/components/RateSearchWidget/RateSearchWidget.story.js +57 -57
  168. package/source/components/RateSearchWidget/RateSearchWidget.story.styl +12 -12
  169. package/source/components/RateSearchWidget/RateSearchWidget.styl +106 -106
  170. package/source/components/RateSearchWidget/RateSearchWidget.tsx +163 -163
  171. package/source/components/SearchFilters/FiltersFactory.story.js +273 -273
  172. package/source/components/SearchFilters/FiltersFactory.tsx +85 -85
  173. package/source/components/SearchFilters/Slider.styl +66 -66
  174. package/source/components/SearchFilters/common/Color/Color.styl +29 -29
  175. package/source/components/SearchFilters/common/Color/Color.tsx +60 -60
  176. package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styl +39 -39
  177. package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styled.tsx +28 -28
  178. package/source/components/SearchFilters/common/FilterBlock/FilterBlock.tsx +54 -54
  179. package/source/components/SearchFilters/common/FilterBlock/FilterBlockFactory.tsx +151 -151
  180. package/source/components/SearchFilters/common/RangeControlled/RangeControlled.tsx +148 -148
  181. package/source/components/SearchFilters/filters/AlternativeID.styl +98 -98
  182. package/source/components/SearchFilters/filters/AlternativeID.tsx +77 -77
  183. package/source/components/SearchFilters/filters/Consumption.styl +41 -41
  184. package/source/components/SearchFilters/filters/Consumption.tsx +52 -52
  185. package/source/components/SearchFilters/filters/Cost.styl +43 -43
  186. package/source/components/SearchFilters/filters/Cost.tsx +112 -112
  187. package/source/components/SearchFilters/filters/CubicCapacity.styl +30 -30
  188. package/source/components/SearchFilters/filters/CubicCapacity.tsx +134 -134
  189. package/source/components/SearchFilters/filters/Damaged.styl +1 -1
  190. package/source/components/SearchFilters/filters/Damaged.tsx +40 -40
  191. package/source/components/SearchFilters/filters/Doors.styl +18 -18
  192. package/source/components/SearchFilters/filters/Doors.tsx +113 -113
  193. package/source/components/SearchFilters/filters/DriveType.styl +22 -22
  194. package/source/components/SearchFilters/filters/DriveType.tsx +72 -72
  195. package/source/components/SearchFilters/filters/EmissionClass.tsx +35 -35
  196. package/source/components/SearchFilters/filters/EmissionSticker.styl +46 -46
  197. package/source/components/SearchFilters/filters/EmissionSticker.tsx +52 -52
  198. package/source/components/SearchFilters/filters/FirstRegistration.tsx +97 -97
  199. package/source/components/SearchFilters/filters/Fuel.styl +27 -27
  200. package/source/components/SearchFilters/filters/Fuel.tsx +73 -73
  201. package/source/components/SearchFilters/filters/Highlights.styl +38 -38
  202. package/source/components/SearchFilters/filters/Highlights.tsx +69 -69
  203. package/source/components/SearchFilters/filters/ImagesCount.tsx +66 -66
  204. package/source/components/SearchFilters/filters/InteriorColor.styl +29 -29
  205. package/source/components/SearchFilters/filters/InteriorColor.tsx +71 -71
  206. package/source/components/SearchFilters/filters/InteriorMaterial.styl +28 -28
  207. package/source/components/SearchFilters/filters/InteriorMaterial.tsx +71 -71
  208. package/source/components/SearchFilters/filters/MakeModel.styl +106 -106
  209. package/source/components/SearchFilters/filters/MakeModel.tsx +164 -164
  210. package/source/components/SearchFilters/filters/Mileage.tsx +105 -105
  211. package/source/components/SearchFilters/filters/OwnerID.styl +14 -14
  212. package/source/components/SearchFilters/filters/OwnerID.tsx +65 -65
  213. package/source/components/SearchFilters/filters/Owners.styl +23 -23
  214. package/source/components/SearchFilters/filters/Owners.tsx +72 -72
  215. package/source/components/SearchFilters/filters/Power.tsx +154 -154
  216. package/source/components/SearchFilters/filters/PriceDifference.tsx +67 -67
  217. package/source/components/SearchFilters/filters/Rate.styl +34 -34
  218. package/source/components/SearchFilters/filters/Rate.tsx +53 -53
  219. package/source/components/SearchFilters/filters/Seats.styl +31 -31
  220. package/source/components/SearchFilters/filters/Seats.tsx +53 -53
  221. package/source/components/SearchFilters/filters/StateOptions.styl +16 -16
  222. package/source/components/SearchFilters/filters/StateOptions.tsx +58 -58
  223. package/source/components/SearchFilters/filters/StateOptionsNew.styl +23 -23
  224. package/source/components/SearchFilters/filters/StateOptionsNew.tsx +72 -72
  225. package/source/components/SearchFilters/filters/Transmission.styl +20 -20
  226. package/source/components/SearchFilters/filters/Transmission.tsx +71 -71
  227. package/source/components/SearchFilters/filters/commonFilters.styl +93 -93
  228. package/source/components/SearchPage/ChipFilter/ChipFilter.styl +45 -45
  229. package/source/components/SearchPage/ChipFilter/ChipFilter.tsx +21 -21
  230. package/source/components/SearchPage/DropDown/DropDown.styl +99 -99
  231. package/source/components/SearchPage/DropDown/DropDown.tsx +52 -52
  232. package/source/components/SearchPage/DropDown/MultiDropDown.tsx +84 -84
  233. package/source/components/SearchPage/DropDown/index.ts +8 -8
  234. package/source/components/SearchPage/Filters/HistogramSlider.styl +77 -77
  235. package/source/components/SearchPage/Filters/MakeModel/MakeModel.story.js +11 -11
  236. package/source/components/SearchPage/Filters/MakeModel/MakeModel.styl +95 -95
  237. package/source/components/SearchPage/Filters/MakeModel/MakeModel.tsx +142 -142
  238. package/source/components/SearchPage/Pagination/Pagination.styl +95 -95
  239. package/source/components/SearchPage/Pagination/Pagination.tsx +89 -89
  240. package/source/components/SearchPage/SearchChips/SearchChips.styl +51 -51
  241. package/source/components/SearchPage/SearchChips/SearchChips.tsx +76 -76
  242. package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +96 -96
  243. package/source/components/SearchPage/SearchTopBar/SearchTopBar.tsx +114 -114
  244. package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.styl +44 -44
  245. package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.tsx +162 -162
  246. package/source/components/SearchPageMobile/FiltersDetailed/BodyType.styl +47 -47
  247. package/source/components/SearchPageMobile/FiltersDetailed/BodyType.tsx +84 -84
  248. package/source/components/SearchPageMobile/FiltersDetailed/Consumption.styl +48 -48
  249. package/source/components/SearchPageMobile/FiltersDetailed/Consumption.tsx +76 -76
  250. package/source/components/SearchPageMobile/FiltersDetailed/Doors.styl +52 -52
  251. package/source/components/SearchPageMobile/FiltersDetailed/Doors.tsx +102 -102
  252. package/source/components/SearchPageMobile/FiltersDetailed/FirstRegistration.tsx +69 -69
  253. package/source/components/SearchPageMobile/FiltersDetailed/Fuel.styl +31 -31
  254. package/source/components/SearchPageMobile/FiltersDetailed/Fuel.tsx +81 -81
  255. package/source/components/SearchPageMobile/FiltersDetailed/HistogramSlider.styl +100 -100
  256. package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.styl +95 -95
  257. package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.tsx +171 -171
  258. package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.styl +112 -112
  259. package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.tsx +122 -122
  260. package/source/components/SearchPageMobile/FiltersDetailed/Mileage.tsx +80 -80
  261. package/source/components/SearchPageMobile/FiltersDetailed/Power.tsx +116 -116
  262. package/source/components/SearchPageMobile/FiltersDetailed/Price.tsx +129 -129
  263. package/source/components/SearchPageMobile/FiltersDetailed/Rate.tsx +252 -252
  264. package/source/components/SearchPageMobile/FiltersDetailed/Seats.styl +41 -41
  265. package/source/components/SearchPageMobile/FiltersDetailed/Seats.tsx +85 -85
  266. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.js +834 -834
  267. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.styl +40 -40
  268. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.styl +37 -37
  269. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.tsx +127 -127
  270. package/source/components/SearchWidget/ColorWidget/BodyColorWidget.styl +54 -54
  271. package/source/components/SearchWidget/ColorWidget/BodyColorWidget.tsx +122 -122
  272. package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.styl +17 -17
  273. package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.tsx +36 -36
  274. package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.styl +25 -25
  275. package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.tsx +126 -126
  276. package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.styl +54 -54
  277. package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.tsx +173 -173
  278. package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.styl +39 -39
  279. package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.tsx +99 -99
  280. package/source/components/SearchWidget/InteriorWidget/DetailedInteriorWidget.tsx +44 -44
  281. package/source/components/SearchWidget/InteriorWidget/InteriorWidget.styl +28 -28
  282. package/source/components/SearchWidget/InteriorWidget/InteriorWidget.tsx +42 -42
  283. package/source/components/SearchWidget/OfferDetalisWidget/OfferDetailsWidgetMobile.tsx +59 -59
  284. package/source/components/SearchWidget/SearchWidget.story.js +191 -191
  285. package/source/components/SearchWidget/SearchWidget.story.styl +5 -5
  286. package/source/components/SearchWidget/SearchWidget.styl +196 -196
  287. package/source/components/SearchWidget/SearchWidget.tsx +208 -208
  288. package/source/components/SearchWidget/StateWidget/StateWidget.styl +57 -57
  289. package/source/components/SearchWidget/StateWidget/StateWidget.tsx +107 -107
  290. package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.styl +10 -10
  291. package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.tsx +64 -64
  292. package/source/components/SearchWidget/partials/BuyCar/BuyCar.styl +19 -19
  293. package/source/components/SearchWidget/partials/BuyCar/BuyCar.tsx +162 -162
  294. package/source/components/SearchWidget/partials/DropDown/DropDown.styl +70 -70
  295. package/source/components/SearchWidget/partials/DropDown/DropDown.tsx +36 -36
  296. package/source/components/SearchWidget/partials/DropDown/MultiDropDown.tsx +76 -76
  297. package/source/components/SearchWidget/partials/DropDown/index.ts +7 -7
  298. package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.styl +48 -48
  299. package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.tsx +101 -101
  300. package/source/components/SearchWidget/partials/FastSearch/FastSearch.tsx +55 -55
  301. package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.styl +8 -8
  302. package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.tsx +69 -69
  303. package/source/components/SearchWidget/partials/PanelFilter/Item.tsx +43 -43
  304. package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.styl +32 -32
  305. package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.tsx +53 -53
  306. package/source/components/SearchWidget/partials/TabPanel/TabPanel.tsx +29 -29
  307. package/source/components/SearchWidget/partials/Tabs/Tab.tsx +20 -20
  308. package/source/components/SearchWidget/partials/Tabs/Tabs.styl +27 -27
  309. package/source/components/SearchWidget/partials/Tabs/Tabs.tsx +69 -69
  310. package/source/components/SearchWidget/partials/Tabs/index.ts +7 -7
  311. package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.styl +91 -91
  312. package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.tsx +216 -216
  313. package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.styl +47 -47
  314. package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.tsx +124 -124
  315. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styl +62 -62
  316. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styled.tsx +38 -38
  317. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.tsx +293 -293
  318. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidgetCategory.tsx +50 -50
  319. package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.styl +50 -50
  320. package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.tsx +96 -96
  321. package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.styl +30 -30
  322. package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.tsx +33 -33
  323. package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidgetMobile.tsx +44 -44
  324. package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.styl +45 -45
  325. package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.tsx +149 -149
  326. package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.styl +59 -59
  327. package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.tsx +172 -172
  328. package/source/components/SearchWidgetsMobile/index.ts +18 -18
  329. package/source/components/Stepper/Step/Step.styl +46 -46
  330. package/source/components/Stepper/Step/Step.tsx +44 -44
  331. package/source/components/Stepper/Stepper.story.js +119 -119
  332. package/source/components/Stepper/Stepper.story.styl +41 -41
  333. package/source/components/Stepper/Stepper.styl +10 -10
  334. package/source/components/Stepper/Stepper.tsx +67 -67
  335. package/source/components/Stepper/StepsDivider/StepsDivider.styl +15 -15
  336. package/source/components/Stepper/StepsDivider/StepsDivider.tsx +23 -23
  337. package/source/components/Theme.story.js +36 -36
  338. package/source/components/Theme.story.styl +85 -85
  339. package/source/components/TickerText/TickerText.story.js +17 -17
  340. package/source/components/TickerText/TickerText.styl +43 -43
  341. package/source/components/TickerText/TickerText.tsx +24 -24
  342. package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.styl +10 -10
  343. package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.tsx +44 -44
  344. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.story.js +247 -247
  345. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.styl +142 -142
  346. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.tsx +137 -137
  347. package/source/components/Vehicle/VehicleTitle/VehicleTitle.story.js +27 -27
  348. package/source/components/Vehicle/VehicleTitle/VehicleTitle.styl +48 -48
  349. package/source/components/Vehicle/VehicleTitle/VehicleTitle.tsx +44 -44
  350. package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.story.js +30 -30
  351. package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.styl +49 -49
  352. package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.tsx +55 -55
  353. package/source/components/VehicleCompared/ComparePrice/ComparePrice.story.js +18 -18
  354. package/source/components/VehicleCompared/ComparePrice/ComparePrice.styl +17 -17
  355. package/source/components/VehicleCompared/ComparePrice/ComparePrice.tsx +33 -33
  356. package/source/components/VehicleCompared/CompareTitle/CompareTitle.story.js +19 -19
  357. package/source/components/VehicleCompared/CompareTitle/CompareTitle.styl +38 -38
  358. package/source/components/VehicleCompared/CompareTitle/CompareTitle.tsx +32 -32
  359. package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.story.js +44 -44
  360. package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.styl +28 -28
  361. package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.tsx +168 -168
  362. package/source/components/VehicleDetailedSidebar/partials/Price.styl +22 -22
  363. package/source/components/VehicleDetailedSidebar/partials/Price.tsx +40 -40
  364. package/source/components/VehicleDetailedSidebar/partials/PriceContent.styl +107 -107
  365. package/source/components/VehicleDetailedSidebar/partials/PriceContent.tsx +124 -124
  366. package/source/components/VehicleDetailedSidebar/partials/Properties.styl +57 -57
  367. package/source/components/VehicleDetailedSidebar/partials/Properties.tsx +117 -117
  368. package/source/components/VehicleDetailedSidebar/partials/Title.styl +35 -35
  369. package/source/components/VehicleDetailedSidebar/partials/Title.tsx +33 -33
  370. package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.story.js +120 -120
  371. package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.styl +102 -102
  372. package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.tsx +285 -285
  373. package/source/components/VehicleDetailedSlider/partials/MobileStast.tsx +61 -61
  374. package/source/components/VehicleDetailedSlider/partials/MobileStats.styl +71 -71
  375. package/source/components/VehicleDetailedSlider/partials/PriceData.styl +71 -71
  376. package/source/components/VehicleDetailedSlider/partials/PriceData.tsx +39 -39
  377. package/source/components/VehicleDetailedSlider/partials/Stats.styl +80 -80
  378. package/source/components/VehicleDetailedSlider/partials/Stats.tsx +62 -62
  379. package/source/components/VehicleDetailedSlider/partials/Title.styl +37 -37
  380. package/source/components/VehicleDetailedSlider/partials/Title.tsx +36 -36
  381. package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.story.js +42 -42
  382. package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.styl +298 -298
  383. package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.tsx +201 -201
  384. package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.story.js +62 -62
  385. package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.styl +263 -263
  386. package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.tsx +141 -141
  387. package/source/components/VehiclePromoSlider/VehiclePromoSlider.story.js +42 -42
  388. package/source/components/VehiclePromoSlider/VehiclePromoSlider.styl +122 -122
  389. package/source/components/VehiclePromoSlider/VehiclePromoSlider.tsx +111 -111
  390. package/source/components/VehiclePromoSlider/cars.js +220 -220
  391. package/source/components/VehicleSmallCard/SeoText/SeoText.styl +8 -8
  392. package/source/components/VehicleSmallCard/SeoText/SeoText.tsx +16 -16
  393. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +148 -148
  394. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +164 -164
  395. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +210 -210
  396. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +148 -148
  397. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +101 -101
  398. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +262 -262
  399. package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +20 -20
  400. package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.tsx +32 -32
  401. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +108 -108
  402. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +85 -85
  403. package/source/components/VehicleSmallCard/VehicleSmallCard.story.js +412 -412
  404. package/source/components/VehicleSmallCard/VehicleSmallCard.story.styl +55 -55
  405. package/source/components/VehicleSmallCard/VehicleSmallCard.styl +181 -181
  406. package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +367 -367
  407. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.js +199 -199
  408. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.styl +40 -40
  409. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.styl +150 -150
  410. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.tsx +184 -184
  411. package/source/components/_common/Accordion/Accordion.story.js +36 -36
  412. package/source/components/_common/Accordion/Accordion.styl +2 -2
  413. package/source/components/_common/Accordion/Accordion.tsx +132 -132
  414. package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.styl +49 -49
  415. package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.tsx +33 -33
  416. package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.styl +34 -34
  417. package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.tsx +64 -64
  418. package/source/components/_common/AccordionWrapper/AccordionWrapper.tsx +34 -34
  419. package/source/components/_common/Badge/Badge.story.js +27 -27
  420. package/source/components/_common/Badge/Badge.story.styl +5 -5
  421. package/source/components/_common/Badge/Badge.styl +35 -35
  422. package/source/components/_common/Badge/Badge.tsx +25 -25
  423. package/source/components/_common/BodyTypeIcons/Audi.tsx +9 -9
  424. package/source/components/_common/BodyTypeIcons/Bmw.tsx +860 -860
  425. package/source/components/_common/BodyTypeIcons/Ford.tsx +31 -31
  426. package/source/components/_common/BodyTypeIcons/IconsConfig.tsx +44 -44
  427. package/source/components/_common/BodyTypeIcons/IconsConfigCompact.tsx +30 -30
  428. package/source/components/_common/BodyTypeIcons/Mazda.tsx +44 -44
  429. package/source/components/_common/BodyTypeIcons/MercedesBenz.tsx +38 -38
  430. package/source/components/_common/BodyTypeIcons/Opel.tsx +19 -19
  431. package/source/components/_common/BodyTypeIcons/Search.tsx +19 -19
  432. package/source/components/_common/BodyTypeIcons/SelectorCategoryCombi.tsx +68 -68
  433. package/source/components/_common/BodyTypeIcons/SelectorCategoryCompact.tsx +20 -20
  434. package/source/components/_common/BodyTypeIcons/SelectorCategoryConvertible.tsx +68 -68
  435. package/source/components/_common/BodyTypeIcons/SelectorCategoryCoupe.tsx +60 -60
  436. package/source/components/_common/BodyTypeIcons/SelectorCategoryMinibus.tsx +64 -64
  437. package/source/components/_common/BodyTypeIcons/SelectorCategorySedan.tsx +69 -69
  438. package/source/components/_common/BodyTypeIcons/SelectorCategorySuv.tsx +77 -77
  439. package/source/components/_common/BodyTypeIcons/SelectorCategoryTransporter.tsx +68 -68
  440. package/source/components/_common/BodyTypeIcons/SelectorCategoryVan.tsx +72 -72
  441. package/source/components/_common/BodyTypeIcons/Volkswagen.tsx +330 -330
  442. package/source/components/_common/BodyTypeIcons/index.ts +17 -17
  443. package/source/components/_common/Bubble/Bubble.story.js +52 -52
  444. package/source/components/_common/Bubble/Bubble.styl +53 -53
  445. package/source/components/_common/Bubble/Bubble.tsx +37 -37
  446. package/source/components/_common/Button/Button.story.js +52 -52
  447. package/source/components/_common/Button/Button.story.styl +5 -5
  448. package/source/components/_common/Button/Button.styl +12 -12
  449. package/source/components/_common/Button/Button.styled.tsx +46 -46
  450. package/source/components/_common/Button/Button.tsx +78 -78
  451. package/source/components/_common/ButtonOld/Button.story.js +54 -54
  452. package/source/components/_common/ButtonOld/Button.story.styl +5 -5
  453. package/source/components/_common/ButtonOld/Button.styl +65 -65
  454. package/source/components/_common/ButtonOld/Button.tsx +84 -84
  455. package/source/components/_common/Checkbox/Checkbox.story.js +85 -85
  456. package/source/components/_common/Checkbox/Checkbox.story.styl +14 -14
  457. package/source/components/_common/Checkbox/Checkbox.styl +119 -119
  458. package/source/components/_common/Checkbox/Checkbox.tsx +151 -151
  459. package/source/components/_common/Checkbox/FormCheckbox.styl +22 -22
  460. package/source/components/_common/Checkbox/FormCheckbox.tsx +54 -54
  461. package/source/components/_common/Checkbox/index.js +4 -4
  462. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.js +136 -136
  463. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.styl +14 -14
  464. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.styl +155 -155
  465. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.tsx +210 -210
  466. package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.styl +22 -22
  467. package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.tsx +50 -50
  468. package/source/components/_common/Chip/Chip.story.js +43 -43
  469. package/source/components/_common/Chip/Chip.styl +69 -69
  470. package/source/components/_common/Chip/Chip.tsx +40 -40
  471. package/source/components/_common/ChipList/ChipList.story.js +36 -36
  472. package/source/components/_common/ChipList/ChipList.styl +80 -80
  473. package/source/components/_common/ChipList/ChipList.tsx +58 -58
  474. package/source/components/_common/Co2Widget/CO2Efficiency.styl +114 -114
  475. package/source/components/_common/Co2Widget/CO2Efficiency.tsx +49 -49
  476. package/source/components/_common/Divider/Divider.styl +8 -8
  477. package/source/components/_common/Divider/Divider.tsx +16 -16
  478. package/source/components/_common/DoorSelector/DoorSelector.styl +35 -35
  479. package/source/components/_common/DoorSelector/DoorSelector.tsx +39 -39
  480. package/source/components/_common/DropDown/DropDown.story.js +35 -35
  481. package/source/components/_common/DropDown/DropDown.styl +129 -129
  482. package/source/components/_common/DropDown/DropDown.tsx +111 -111
  483. package/source/components/_common/DropDown/DropDownComponents.tsx +53 -53
  484. package/source/components/_common/DropDown/DropDownGroup.styl +20 -20
  485. package/source/components/_common/DropDown/DropDownGroup.tsx +136 -136
  486. package/source/components/_common/DropDown/FormDropDown.styl +35 -35
  487. package/source/components/_common/DropDown/FormDropDown.tsx +52 -52
  488. package/source/components/_common/DropDown/MultiDropDown.tsx +84 -84
  489. package/source/components/_common/DropDown/index.ts +7 -7
  490. package/source/components/_common/ExpandablePanel/ExpandablePanel.story.js +41 -41
  491. package/source/components/_common/ExpandablePanel/ExpandablePanel.styl +19 -19
  492. package/source/components/_common/ExpandablePanel/ExpandablePanel.tsx +88 -88
  493. package/source/components/_common/ExpansionPanel/ExpansionPanel.styl +36 -36
  494. package/source/components/_common/ExpansionPanel/ExpansionPanel.styled.tsx +28 -28
  495. package/source/components/_common/ExpansionPanel/ExpansionPanel.tsx +89 -89
  496. package/source/components/_common/FilterLabel/FilterLabel.styl +24 -24
  497. package/source/components/_common/FilterLabel/FilterLabel.tsx +23 -23
  498. package/source/components/_common/Histogram/Histogram.story.js +51 -51
  499. package/source/components/_common/IconContainer/IconContainer.styl +23 -23
  500. package/source/components/_common/IconContainer/IconContainer.tsx +34 -34
  501. package/source/components/_common/IconSVG/IconSVG.story.js +21 -21
  502. package/source/components/_common/IconSVG/IconSVG.story.styl +25 -25
  503. package/source/components/_common/IconSVG/IconSVG.tsx +30 -30
  504. package/source/components/_common/IconSVG/IconSVGConfig.tsx +663 -661
  505. package/source/components/_common/IconSVG/SVG/AboPartner.tsx +16 -16
  506. package/source/components/_common/IconSVG/SVG/ArrowQuotes.tsx +22 -22
  507. package/source/components/_common/IconSVG/SVG/CloseIcon.tsx +17 -17
  508. package/source/components/_common/IconSVG/SVG/CloseIconSelect.tsx +18 -18
  509. package/source/components/_common/IconSVG/SVG/ClosedLockIcon.tsx +18 -18
  510. package/source/components/_common/IconSVG/SVG/DealerCheckIcon.tsx +18 -18
  511. package/source/components/_common/IconSVG/SVG/DealerPopoverMail.tsx +21 -21
  512. package/source/components/_common/IconSVG/SVG/DealerPopoverPhone.tsx +21 -21
  513. package/source/components/_common/IconSVG/SVG/GrayPhoneIcon.tsx +22 -22
  514. package/source/components/_common/IconSVG/SVG/InternetIcon.tsx +18 -18
  515. package/source/components/_common/IconSVG/SVG/WhiteEnvelopeIcon.tsx +21 -21
  516. package/source/components/_common/IconSVG/SVG/bodyType/Cabrio.tsx +23 -23
  517. package/source/components/_common/IconSVG/SVG/bodyType/Coupe.tsx +22 -22
  518. package/source/components/_common/IconSVG/SVG/bodyType/Minibus.tsx +22 -22
  519. package/source/components/_common/IconSVG/SVG/bodyType/Other.tsx +25 -25
  520. package/source/components/_common/IconSVG/SVG/bodyType/Sedan.tsx +22 -22
  521. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCombi.tsx +68 -68
  522. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCompact.tsx +20 -20
  523. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryConvertible.tsx +68 -68
  524. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCoupe.tsx +60 -60
  525. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryMinibus.tsx +64 -64
  526. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryOther.tsx +60 -60
  527. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySedan.tsx +69 -69
  528. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySuv.tsx +77 -77
  529. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryTransporter.tsx +68 -68
  530. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryVan.tsx +72 -72
  531. package/source/components/_common/IconSVG/SVG/bodyType/Small.tsx +23 -23
  532. package/source/components/_common/IconSVG/SVG/bodyType/Suv.tsx +23 -23
  533. package/source/components/_common/IconSVG/SVG/bodyType/Van.tsx +23 -23
  534. package/source/components/_common/IconSVG/SVG/bodyType/Wagon.tsx +23 -23
  535. package/source/components/_common/IconSVG/SVG/common/AddIcon.tsx +16 -16
  536. package/source/components/_common/IconSVG/SVG/common/AddPlus.tsx +16 -16
  537. package/source/components/_common/IconSVG/SVG/common/AddressIcon.tsx +20 -20
  538. package/source/components/_common/IconSVG/SVG/common/ArrowDetailedAccordionBlue.tsx +26 -26
  539. package/source/components/_common/IconSVG/SVG/common/ArrowDownBlue.tsx +21 -21
  540. package/source/components/_common/IconSVG/SVG/common/ArrowSelect.tsx +23 -23
  541. package/source/components/_common/IconSVG/SVG/common/ArrowStepDown.tsx +18 -18
  542. package/source/components/_common/IconSVG/SVG/common/Autocheck.tsx +19 -19
  543. package/source/components/_common/IconSVG/SVG/common/AutodeLogo.tsx +36 -0
  544. package/source/components/_common/IconSVG/SVG/common/Avatar.tsx +17 -17
  545. package/source/components/_common/IconSVG/SVG/common/BellGray.tsx +19 -19
  546. package/source/components/_common/IconSVG/SVG/common/BigInfoTransparent.tsx +13 -13
  547. package/source/components/_common/IconSVG/SVG/common/Browse.tsx +20 -20
  548. package/source/components/_common/IconSVG/SVG/common/Calendar.tsx +24 -24
  549. package/source/components/_common/IconSVG/SVG/common/Camera.tsx +17 -17
  550. package/source/components/_common/IconSVG/SVG/common/Car.tsx +16 -16
  551. package/source/components/_common/IconSVG/SVG/common/CarBody.tsx +19 -19
  552. package/source/components/_common/IconSVG/SVG/common/CarFront.tsx +43 -43
  553. package/source/components/_common/IconSVG/SVG/common/CarInspectionCheck.tsx +21 -21
  554. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme0.tsx +32 -32
  555. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme1.tsx +53 -53
  556. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme2.tsx +52 -52
  557. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme3.tsx +32 -32
  558. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme4.tsx +32 -32
  559. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme5.tsx +32 -32
  560. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme6.tsx +32 -32
  561. package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral copy.tsx +24 -24
  562. package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral.tsx +24 -24
  563. package/source/components/_common/IconSVG/SVG/common/CheckBlue.tsx +18 -18
  564. package/source/components/_common/IconSVG/SVG/common/CheckMark.tsx +16 -16
  565. package/source/components/_common/IconSVG/SVG/common/CheckWhite.tsx +19 -19
  566. package/source/components/_common/IconSVG/SVG/common/Chevron.tsx +17 -17
  567. package/source/components/_common/IconSVG/SVG/common/CircledCheckmark.tsx +25 -25
  568. package/source/components/_common/IconSVG/SVG/common/Clock.tsx +18 -18
  569. package/source/components/_common/IconSVG/SVG/common/Close.tsx +19 -19
  570. package/source/components/_common/IconSVG/SVG/common/ContactEmail.tsx +21 -21
  571. package/source/components/_common/IconSVG/SVG/common/ContactPhone.tsx +28 -28
  572. package/source/components/_common/IconSVG/SVG/common/CopyIcon copy.tsx +22 -22
  573. package/source/components/_common/IconSVG/SVG/common/CopyIcon.tsx +22 -22
  574. package/source/components/_common/IconSVG/SVG/common/CopyIconForDealer.tsx +21 -21
  575. package/source/components/_common/IconSVG/SVG/common/DashboardIcon.tsx +20 -20
  576. package/source/components/_common/IconSVG/SVG/common/DealersIcon.tsx +20 -20
  577. package/source/components/_common/IconSVG/SVG/common/DeleteCircle.tsx +31 -31
  578. package/source/components/_common/IconSVG/SVG/common/DeleteV1Icon.tsx +18 -18
  579. package/source/components/_common/IconSVG/SVG/common/DeliveryMail.tsx +24 -24
  580. package/source/components/_common/IconSVG/SVG/common/Discount100De.tsx +18 -18
  581. package/source/components/_common/IconSVG/SVG/common/Discount100En.tsx +19 -19
  582. package/source/components/_common/IconSVG/SVG/common/Discount66De.tsx +28 -28
  583. package/source/components/_common/IconSVG/SVG/common/Discount66En.tsx +20 -20
  584. package/source/components/_common/IconSVG/SVG/common/DoneIcon.tsx +18 -18
  585. package/source/components/_common/IconSVG/SVG/common/EditCircle.tsx +32 -32
  586. package/source/components/_common/IconSVG/SVG/common/EuroCurrency.tsx +18 -18
  587. package/source/components/_common/IconSVG/SVG/common/Export.tsx +20 -20
  588. package/source/components/_common/IconSVG/SVG/common/Eye.tsx +17 -17
  589. package/source/components/_common/IconSVG/SVG/common/EyeCatch.tsx +19 -19
  590. package/source/components/_common/IconSVG/SVG/common/FavoritesIcon.tsx +20 -20
  591. package/source/components/_common/IconSVG/SVG/common/FilterRange.tsx +16 -16
  592. package/source/components/_common/IconSVG/SVG/common/FilterToolBlack.tsx +23 -23
  593. package/source/components/_common/IconSVG/SVG/common/FlagDe.tsx +21 -21
  594. package/source/components/_common/IconSVG/SVG/common/FlagEn.tsx +43 -43
  595. package/source/components/_common/IconSVG/SVG/common/GrayEnvelopeIcon.tsx +19 -19
  596. package/source/components/_common/IconSVG/SVG/common/HamburgerMenuIcon.tsx +18 -18
  597. package/source/components/_common/IconSVG/SVG/common/ImageSettingsIcon.tsx +20 -20
  598. package/source/components/_common/IconSVG/SVG/common/Info.tsx +16 -16
  599. package/source/components/_common/IconSVG/SVG/common/InfoIcon.tsx +18 -18
  600. package/source/components/_common/IconSVG/SVG/common/InfoTransparent.tsx +18 -18
  601. package/source/components/_common/IconSVG/SVG/common/LogoutIcon.tsx +20 -20
  602. package/source/components/_common/IconSVG/SVG/common/MagnifyingGlass.tsx +31 -31
  603. package/source/components/_common/IconSVG/SVG/common/MenuArrow.tsx +16 -16
  604. package/source/components/_common/IconSVG/SVG/common/MobileDeLogo.tsx +108 -108
  605. package/source/components/_common/IconSVG/SVG/common/MyVehiclesIcon.tsx +20 -20
  606. package/source/components/_common/IconSVG/SVG/common/NewFlagDe.tsx +25 -25
  607. package/source/components/_common/IconSVG/SVG/common/NewFlagEn.tsx +34 -34
  608. package/source/components/_common/IconSVG/SVG/common/Package.tsx +30 -30
  609. package/source/components/_common/IconSVG/SVG/common/Phone.tsx +18 -18
  610. package/source/components/_common/IconSVG/SVG/common/Picture.tsx +24 -24
  611. package/source/components/_common/IconSVG/SVG/common/Pictures.tsx +32 -32
  612. package/source/components/_common/IconSVG/SVG/common/Plus.tsx +16 -16
  613. package/source/components/_common/IconSVG/SVG/common/PlusNew.tsx +16 -16
  614. package/source/components/_common/IconSVG/SVG/common/ProfileIcon.tsx +17 -17
  615. package/source/components/_common/IconSVG/SVG/common/Question.tsx +19 -19
  616. package/source/components/_common/IconSVG/SVG/common/QuestionBold.tsx +25 -25
  617. package/source/components/_common/IconSVG/SVG/common/SavedSearchsIcon.tsx +20 -20
  618. package/source/components/_common/IconSVG/SVG/common/Search.tsx +19 -19
  619. package/source/components/_common/IconSVG/SVG/common/SettingPenIcon.tsx +20 -20
  620. package/source/components/_common/IconSVG/SVG/common/Share.tsx +16 -16
  621. package/source/components/_common/IconSVG/SVG/common/ShoppingCart.tsx +18 -18
  622. package/source/components/_common/IconSVG/SVG/common/SliderArrow.tsx +21 -21
  623. package/source/components/_common/IconSVG/SVG/common/SliderEye.tsx +18 -18
  624. package/source/components/_common/IconSVG/SVG/common/SortUpDownArrows.tsx +18 -18
  625. package/source/components/_common/IconSVG/SVG/common/Speedometer.tsx +23 -23
  626. package/source/components/_common/IconSVG/SVG/common/Star.tsx +20 -20
  627. package/source/components/_common/IconSVG/SVG/common/StarNew.tsx +16 -16
  628. package/source/components/_common/IconSVG/SVG/common/StarOutline.tsx +20 -20
  629. package/source/components/_common/IconSVG/SVG/common/StarRoundedCorners.tsx +18 -18
  630. package/source/components/_common/IconSVG/SVG/common/Stats.tsx +17 -17
  631. package/source/components/_common/IconSVG/SVG/common/Step1.tsx +21 -21
  632. package/source/components/_common/IconSVG/SVG/common/Step2.tsx +20 -20
  633. package/source/components/_common/IconSVG/SVG/common/Step3.tsx +21 -21
  634. package/source/components/_common/IconSVG/SVG/common/SupportCallbackIcon.tsx +20 -20
  635. package/source/components/_common/IconSVG/SVG/common/Telephone.tsx +22 -22
  636. package/source/components/_common/IconSVG/SVG/common/Time.tsx +17 -17
  637. package/source/components/_common/IconSVG/SVG/common/Timetable.tsx +18 -18
  638. package/source/components/_common/IconSVG/SVG/common/Trash.tsx +22 -22
  639. package/source/components/_common/IconSVG/SVG/common/TrashRed.tsx +23 -23
  640. package/source/components/_common/IconSVG/SVG/common/Upload.tsx +17 -17
  641. package/source/components/_common/IconSVG/SVG/common/UserProfileIcon.tsx +20 -20
  642. package/source/components/_common/IconSVG/SVG/common/ValidateFailure.tsx +21 -21
  643. package/source/components/_common/IconSVG/SVG/common/ValidateSuccess.tsx +21 -21
  644. package/source/components/_common/IconSVG/SVG/common/WarningTriangle.tsx +20 -20
  645. package/source/components/_common/IconSVG/SVG/common/WhiteArrowUp.tsx +21 -21
  646. package/source/components/_common/IconSVG/SVG/common/WhiteKey.tsx +21 -21
  647. package/source/components/_common/IconSVG/SVG/common/WhitePeople.tsx +23 -23
  648. package/source/components/_common/IconSVG/SVG/common/WhiteTick.tsx +19 -19
  649. package/source/components/_common/IconSVG/SVG/infoBlocks/14DaysReturnPolicy.tsx +18 -18
  650. package/source/components/_common/IconSVG/SVG/infoBlocks/Autocheck.tsx +19 -19
  651. package/source/components/_common/IconSVG/SVG/infoBlocks/CheckTheStory.tsx +22 -22
  652. package/source/components/_common/IconSVG/SVG/infoBlocks/CustomerServiceWhite.tsx +16 -16
  653. package/source/components/_common/IconSVG/SVG/infoBlocks/Guarantee.tsx +16 -16
  654. package/source/components/_common/IconSVG/SVG/infoBlocks/OrderWhite.tsx +13 -13
  655. package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuarantee.tsx +19 -19
  656. package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuaranteeWhite.tsx +17 -17
  657. package/source/components/_common/IconSVG/SVG/infoBlocks/TransportAndDelivery.tsx +21 -21
  658. package/source/components/_common/IconSVG/SVG/infoBlocks/Warranty.tsx +23 -23
  659. package/source/components/_common/IconSVG/SVG/popower/Mail.tsx +18 -18
  660. package/source/components/_common/IconSVG/SVG/popower/Phone.tsx +19 -19
  661. package/source/components/_common/IconSVG/SVG/popower/Schedule.tsx +18 -18
  662. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AAllWheelDrive.tsx +26 -26
  663. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AllWheelDrive.tsx +24 -24
  664. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/FrontWheelDrive.tsx +24 -24
  665. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/OtherWheelDrive.tsx +26 -26
  666. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/RearWheelDrive.tsx +24 -24
  667. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelDiesel.tsx +28 -28
  668. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectrical.tsx +23 -23
  669. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalDiesel.tsx +34 -34
  670. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalPetrol.tsx +46 -46
  671. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelEthanol.tsx +53 -53
  672. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelHydrogen.tsx +24 -24
  673. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelLpg.tsx +24 -24
  674. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelNaturalGas.tsx +23 -23
  675. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelOther.tsx +28 -28
  676. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelPetrol.tsx +21 -21
  677. package/source/components/_common/IconSVG/SVG/settings/Account.tsx +17 -17
  678. package/source/components/_common/IconSVG/SVG/settings/DataUsage.tsx +17 -17
  679. package/source/components/_common/IconSVG/SVG/settings/MarketResearch.tsx +17 -17
  680. package/source/components/_common/IconSVG/SVG/settings/Newsletter.tsx +17 -17
  681. package/source/components/_common/IconSVG/SVG/settings/RemoveEye.tsx +17 -17
  682. package/source/components/_common/IconSVG/SVG/settings/RemoveEyeOff.tsx +17 -17
  683. package/source/components/_common/IconSVG/SVG/settings/Security.tsx +17 -17
  684. package/source/components/_common/IconSVG/SVG/settings/Warning.tsx +17 -17
  685. package/source/components/_common/IconSVG/SVG/slider/360.tsx +23 -23
  686. package/source/components/_common/IconSVG/SVG/slider/Checked.tsx +19 -19
  687. package/source/components/_common/IconSVG/SVG/slider/DiscountRibbon.tsx +51 -51
  688. package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonMobile.tsx +47 -47
  689. package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonNew.tsx +29 -29
  690. package/source/components/_common/IconSVG/SVG/slider/Easy.tsx +19 -19
  691. package/source/components/_common/IconSVG/SVG/slider/Fullscreen.tsx +16 -16
  692. package/source/components/_common/IconSVG/SVG/slider/FullscreenWindow.tsx +23 -23
  693. package/source/components/_common/IconSVG/SVG/slider/Safe.tsx +19 -19
  694. package/source/components/_common/IconSVG/SVG/slider/ToBuy.tsx +19 -19
  695. package/source/components/_common/IconSVG/SVG/slider/ZoomIn.tsx +21 -21
  696. package/source/components/_common/IconSVG/SVG/slider/ZoomOut.tsx +21 -21
  697. package/source/components/_common/IconSVG/SVG/social/AndroidLogo.tsx +18 -18
  698. package/source/components/_common/IconSVG/SVG/social/Apple.tsx +19 -19
  699. package/source/components/_common/IconSVG/SVG/social/FacebookF.tsx +19 -19
  700. package/source/components/_common/IconSVG/SVG/social/GooglePlusG.tsx +19 -19
  701. package/source/components/_common/IconSVG/SVG/social/Instagram.tsx +17 -17
  702. package/source/components/_common/IconSVG/SVG/social/Pinterest.tsx +19 -19
  703. package/source/components/_common/IconSVG/SVG/social/SharingInterface.tsx +21 -21
  704. package/source/components/_common/IconSVG/SVG/social/Twitter.tsx +19 -19
  705. package/source/components/_common/IconSVG/SVG/social/Youtube.tsx +19 -19
  706. package/source/components/_common/IconSVG/SVG/vehicle/AboIcon.tsx +11 -11
  707. package/source/components/_common/IconSVG/SVG/vehicle/Abs.tsx +24 -24
  708. package/source/components/_common/IconSVG/SVG/vehicle/AirCond.tsx +34 -34
  709. package/source/components/_common/IconSVG/SVG/vehicle/Airbag.tsx +21 -21
  710. package/source/components/_common/IconSVG/SVG/vehicle/AuxiliaryHeating.tsx +23 -23
  711. package/source/components/_common/IconSVG/SVG/vehicle/Bluetooth.tsx +22 -22
  712. package/source/components/_common/IconSVG/SVG/vehicle/BuyIcon.tsx +15 -15
  713. package/source/components/_common/IconSVG/SVG/vehicle/CarAvailability.tsx +21 -21
  714. package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCheck.tsx +21 -21
  715. package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCross.tsx +21 -21
  716. package/source/components/_common/IconSVG/SVG/vehicle/CheckoutChecked.tsx +15 -15
  717. package/source/components/_common/IconSVG/SVG/vehicle/Co2.tsx +24 -24
  718. package/source/components/_common/IconSVG/SVG/vehicle/CruiseControl.tsx +25 -25
  719. package/source/components/_common/IconSVG/SVG/vehicle/Date.tsx +24 -24
  720. package/source/components/_common/IconSVG/SVG/vehicle/Delivery.tsx +12 -12
  721. package/source/components/_common/IconSVG/SVG/vehicle/Diesel.tsx +28 -28
  722. package/source/components/_common/IconSVG/SVG/vehicle/Display.tsx +25 -25
  723. package/source/components/_common/IconSVG/SVG/vehicle/Done.tsx +11 -11
  724. package/source/components/_common/IconSVG/SVG/vehicle/Door.tsx +21 -21
  725. package/source/components/_common/IconSVG/SVG/vehicle/DoubleDone.tsx +18 -18
  726. package/source/components/_common/IconSVG/SVG/vehicle/EditIcon.tsx +11 -11
  727. package/source/components/_common/IconSVG/SVG/vehicle/EmergencyBrakeAssistant.tsx +27 -27
  728. package/source/components/_common/IconSVG/SVG/vehicle/Eps.tsx +24 -24
  729. package/source/components/_common/IconSVG/SVG/vehicle/Esp.tsx +24 -24
  730. package/source/components/_common/IconSVG/SVG/vehicle/FinancingIcon.tsx +20 -20
  731. package/source/components/_common/IconSVG/SVG/vehicle/FuelConsumption.tsx +24 -24
  732. package/source/components/_common/IconSVG/SVG/vehicle/Fueling.tsx +22 -22
  733. package/source/components/_common/IconSVG/SVG/vehicle/FullDrive.tsx +24 -24
  734. package/source/components/_common/IconSVG/SVG/vehicle/GasElectric.tsx +28 -28
  735. package/source/components/_common/IconSVG/SVG/vehicle/HandsFreePhoneSystem.tsx +24 -24
  736. package/source/components/_common/IconSVG/SVG/vehicle/Kw.tsx +23 -23
  737. package/source/components/_common/IconSVG/SVG/vehicle/LastCrawledAt.tsx +22 -22
  738. package/source/components/_common/IconSVG/SVG/vehicle/LeasingIcon.tsx +14 -14
  739. package/source/components/_common/IconSVG/SVG/vehicle/Led.tsx +24 -24
  740. package/source/components/_common/IconSVG/SVG/vehicle/LightSensor.tsx +22 -22
  741. package/source/components/_common/IconSVG/SVG/vehicle/LinkAlternative.tsx +15 -15
  742. package/source/components/_common/IconSVG/SVG/vehicle/Location.tsx +17 -17
  743. package/source/components/_common/IconSVG/SVG/vehicle/MinusIcon.tsx +11 -11
  744. package/source/components/_common/IconSVG/SVG/vehicle/Mirror.tsx +19 -19
  745. package/source/components/_common/IconSVG/SVG/vehicle/Navigation.tsx +27 -27
  746. package/source/components/_common/IconSVG/SVG/vehicle/NewCar.tsx +23 -23
  747. package/source/components/_common/IconSVG/SVG/vehicle/NoImage.tsx +17 -17
  748. package/source/components/_common/IconSVG/SVG/vehicle/Owner.tsx +21 -21
  749. package/source/components/_common/IconSVG/SVG/vehicle/PanoramicRoof.tsx +23 -23
  750. package/source/components/_common/IconSVG/SVG/vehicle/ParkingAssistants.tsx +24 -24
  751. package/source/components/_common/IconSVG/SVG/vehicle/PickYourself.tsx +18 -18
  752. package/source/components/_common/IconSVG/SVG/vehicle/PlusIcon.tsx +11 -11
  753. package/source/components/_common/IconSVG/SVG/vehicle/Power.tsx +21 -21
  754. package/source/components/_common/IconSVG/SVG/vehicle/Ps.tsx +19 -19
  755. package/source/components/_common/IconSVG/SVG/vehicle/Question.tsx +24 -24
  756. package/source/components/_common/IconSVG/SVG/vehicle/Seats.tsx +21 -21
  757. package/source/components/_common/IconSVG/SVG/vehicle/SeatsHeating.tsx +26 -26
  758. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxAutomatic.tsx +27 -27
  759. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxManualShift.tsx +24 -24
  760. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxOther.tsx +24 -24
  761. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxSemiAutomatic.tsx +30 -30
  762. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeAlcantara.tsx +225 -225
  763. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFabric.tsx +29 -29
  764. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFullLeather.tsx +29 -29
  765. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeOther.tsx +26 -26
  766. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypePartLeather.tsx +142 -142
  767. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeSyntheticLeather.tsx +27 -27
  768. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeVelours.tsx +39 -39
  769. package/source/components/_common/IconSVG/SVG/vehicle/Shield.tsx +39 -39
  770. package/source/components/_common/IconSVG/SVG/vehicle/Speedometer.tsx +23 -23
  771. package/source/components/_common/IconSVG/SVG/vehicle/StartStopSystem.tsx +30 -30
  772. package/source/components/_common/IconSVG/SVG/vehicle/Stop.tsx +25 -25
  773. package/source/components/_common/IconSVG/SVG/vehicle/TickMark.tsx +21 -21
  774. package/source/components/_common/IconSVG/SVG/vehicle/TrafficSignRecognition.tsx +29 -29
  775. package/source/components/_common/IconSVG/SVG/vehicle/TrailerCoupling.tsx +24 -24
  776. package/source/components/_common/IconSVG/SVG/vehicle/Transmission.tsx +27 -27
  777. package/source/components/_common/IconSVG/SVG/vehicle/Wheel.tsx +43 -43
  778. package/source/components/_common/IconSVG/SVG/vehicle/Wipers.tsx +22 -22
  779. package/source/components/_common/IconSVG/SVG/vehicle/Wrench.tsx +17 -17
  780. package/source/components/_common/Image/Image.story.js +142 -142
  781. package/source/components/_common/Image/Image.story.styl +18 -18
  782. package/source/components/_common/Image/Image.styl +109 -109
  783. package/source/components/_common/Image/Image.tsx +302 -302
  784. package/source/components/_common/ImagesSet/ImagesSet.story.js +34 -34
  785. package/source/components/_common/ImagesSet/ImagesSet.story.styl +3 -3
  786. package/source/components/_common/ImagesSet/ImagesSet.styl +27 -27
  787. package/source/components/_common/ImagesSet/ImagesSet.tsx +76 -76
  788. package/source/components/_common/Loader/Loader.story.js +21 -21
  789. package/source/components/_common/Loader/Loader.styl +39 -39
  790. package/source/components/_common/Loader/Loader.tsx +32 -32
  791. package/source/components/_common/MagnifyGlass/MagnifyGlass.styl +33 -33
  792. package/source/components/_common/MagnifyGlass/MagnifyGlass.tsx +213 -213
  793. package/source/components/_common/MaterialAccordion/MaterialAccordion.tsx +149 -149
  794. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.styled.tsx +201 -201
  795. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.tsx +225 -225
  796. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.js +45 -45
  797. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.styl +5 -5
  798. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.styled.tsx +21 -21
  799. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.tsx +112 -112
  800. package/source/components/_common/MaterialField/MaterialField.story.js +87 -87
  801. package/source/components/_common/MaterialField/MaterialField.story.styl +33 -33
  802. package/source/components/_common/MaterialField/MaterialField.styled.tsx +52 -52
  803. package/source/components/_common/MaterialField/MaterialField.tsx +120 -120
  804. package/source/components/_common/MaterialSelect/MaterialSelect.story.js +52 -52
  805. package/source/components/_common/MaterialSelect/MaterialSelect.story.styl +5 -5
  806. package/source/components/_common/MaterialSelect/MaterialSelect.styled.tsx +133 -133
  807. package/source/components/_common/MaterialSelect/MaterialSelect.tsx +213 -213
  808. package/source/components/_common/MaterialStepButton/MaterialStepButton.story.js +47 -47
  809. package/source/components/_common/MaterialStepButton/MaterialStepButton.story.styl +5 -5
  810. package/source/components/_common/MaterialStepButton/MaterialStepButton.styl +32 -32
  811. package/source/components/_common/MaterialStepButton/MaterialStepButton.tsx +61 -61
  812. package/source/components/_common/Modal/Modal.story.js +37 -21
  813. package/source/components/_common/Modal/Modal.styled.tsx +12 -12
  814. package/source/components/_common/Modal/Modal.tsx +27 -24
  815. package/source/components/_common/Modal/ModalsConfig.tsx +19 -11
  816. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +0 -0
  817. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +10 -0
  818. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +32 -0
  819. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +20 -0
  820. package/source/components/_common/Modal/modals/TestModal.tsx +7 -7
  821. package/source/components/_common/MuiDropDown/MuiDropDown.tsx +93 -93
  822. package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.story.js +21 -21
  823. package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.tsx +87 -87
  824. package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styl +119 -119
  825. package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styled.tsx +23 -23
  826. package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.tsx +118 -118
  827. package/source/components/_common/PropertySelector/FormPSGroup.story.js +36 -36
  828. package/source/components/_common/PropertySelector/FormPSGroup.story.styl +5 -5
  829. package/source/components/_common/PropertySelector/FormPSGroup.styl +22 -22
  830. package/source/components/_common/PropertySelector/FormPSGroup.tsx +54 -54
  831. package/source/components/_common/PropertySelector/PSGroup.story.js +93 -93
  832. package/source/components/_common/PropertySelector/PSGroup.story.styl +25 -25
  833. package/source/components/_common/PropertySelector/PSGroup.styl +5 -5
  834. package/source/components/_common/PropertySelector/PSGroup.tsx +98 -98
  835. package/source/components/_common/PropertySelector/PropertySelector.styl +139 -139
  836. package/source/components/_common/PropertySelector/PropertySelector.tsx +100 -100
  837. package/source/components/_common/PropertySelector/ProperySelector.story.js +83 -83
  838. package/source/components/_common/Radio/FormRadioGroup.story.js +28 -28
  839. package/source/components/_common/Radio/FormRadioGroup.story.styl +2 -2
  840. package/source/components/_common/Radio/FormRadioGroup.styl +22 -22
  841. package/source/components/_common/Radio/FormRadioGroup.tsx +52 -52
  842. package/source/components/_common/Radio/Radio.story.js +54 -54
  843. package/source/components/_common/Radio/Radio.styl +115 -115
  844. package/source/components/_common/Radio/Radio.tsx +141 -141
  845. package/source/components/_common/Radio/RadioGroup.story.js +90 -90
  846. package/source/components/_common/Radio/RadioGroup.story.styl +39 -39
  847. package/source/components/_common/Radio/RadioGroup.styl +5 -5
  848. package/source/components/_common/Radio/RadioGroup.tsx +65 -65
  849. package/source/components/_common/Range/Range.story.js +46 -46
  850. package/source/components/_common/Range/Range.story.styl +4 -4
  851. package/source/components/_common/Range/Range.styl +71 -71
  852. package/source/components/_common/Range/Range.tsx +69 -69
  853. package/source/components/_common/Skeleton/SkeletonItem.styl +80 -80
  854. package/source/components/_common/Skeleton/SkeletonItem.tsx +80 -80
  855. package/source/components/_common/Skeleton/SkeletonSearchItem.styl +123 -123
  856. package/source/components/_common/Skeleton/SkeletonSearchItem.tsx +92 -92
  857. package/source/components/_common/Slider/Slider.styl +2 -2
  858. package/source/components/_common/Slider/Slider.tsx +130 -130
  859. package/source/components/_common/SliderArrow/SliderArrow.story.js +18 -18
  860. package/source/components/_common/SliderArrow/SliderArrow.styl +32 -32
  861. package/source/components/_common/SliderArrow/SliderArrow.tsx +36 -36
  862. package/source/components/_common/StarButton/StarButton.styl +39 -39
  863. package/source/components/_common/StarButton/StarButton.tsx +31 -31
  864. package/source/components/_common/Tabs/TabPanel.tsx +28 -28
  865. package/source/components/_common/Tabs/Tabs.story.js +55 -55
  866. package/source/components/_common/Tabs/Tabs.styl +40 -40
  867. package/source/components/_common/Tabs/Tabs.tsx +44 -44
  868. package/source/components/_common/TextAreaField/TextAreaField.styl +47 -47
  869. package/source/components/_common/TextAreaField/TextAreaField.tsx +74 -74
  870. package/source/components/_common/TextField/FormTextField.story.js +21 -21
  871. package/source/components/_common/TextField/FormTextField.styl +35 -35
  872. package/source/components/_common/TextField/FormTextField.tsx +54 -54
  873. package/source/components/_common/TextField/TextField.styl +37 -37
  874. package/source/components/_common/TextField/TextField.tsx +77 -77
  875. package/source/components/_common/TimePicker/TimePicker.story.js +37 -37
  876. package/source/components/_common/TimePicker/TimePicker.styl +20 -20
  877. package/source/components/_common/TimePicker/TimePicker.tsx +135 -138
  878. package/source/components/_common/Tooltip/Tooltip.story.js +28 -28
  879. package/source/components/_common/Tooltip/Tooltip.styl +123 -123
  880. package/source/components/_common/Tooltip/Tooltip.tsx +62 -62
  881. package/source/components/_common/UserMenu/MaterialMenu.story.js +56 -56
  882. package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +66 -66
  883. package/source/components/_common/UserMenu/MaterialMenu.tsx +84 -84
  884. package/source/components/_common/UserMenu/MaterialMenuItem.tsx +51 -51
  885. package/source/components/_common/Usp/Usp.styl +78 -78
  886. package/source/components/_common/Usp/Usp.tsx +30 -30
  887. package/source/components/_common/VehicleSlider/VehicleSlider.story.js +99 -99
  888. package/source/components/_common/VehicleSlider/VehicleSlider.styl +62 -62
  889. package/source/components/_common/VehicleSlider/VehicleSlider.tsx +125 -125
  890. package/source/components/_common/VehicleSlider/VehicleSliderForSRL.tsx +170 -170
  891. package/source/components/_common/withLabel/withLabel.story.js +62 -62
  892. package/source/components/_common/withLabel/withLabel.styl +33 -33
  893. package/source/components/_common/withLabel/withLabel.tsx +44 -44
  894. package/source/components/_common/withPopover/withPopover.story.js +48 -48
  895. package/source/components/_common/withPopover/withPopover.story.styl +53 -53
  896. package/source/components/_common/withPopover/withPopover.styl +3 -3
  897. package/source/components/_common/withPopover/withPopover.tsx +88 -88
  898. package/source/components/_common/withStats/withStats.story.js +75 -75
  899. package/source/components/_common/withStats/withStats.styl +194 -194
  900. package/source/components/_common/withStats/withStats.tsx +176 -176
  901. package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +50 -50
  902. package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.tsx +422 -422
  903. package/source/framework/DataTransformers.ts +80 -80
  904. package/source/framework/constants/RateSearchWidget.ts +15 -15
  905. package/source/framework/constants/Search.ts +290 -290
  906. package/source/framework/constants/SearchWidget.ts +108 -108
  907. package/source/framework/constants/app.ts +223 -223
  908. package/source/framework/constants/cars.ts +36 -36
  909. package/source/framework/constants/common.ts +9 -9
  910. package/source/framework/constants/data.ts +52 -52
  911. package/source/framework/constants/filters.ts +11 -11
  912. package/source/framework/constants/highlights.ts +165 -165
  913. package/source/framework/constants/price.ts +9 -9
  914. package/source/framework/constants/queryBuilder.ts +4 -4
  915. package/source/framework/constants/selectors.ts +38 -38
  916. package/source/framework/constants.ts +116 -116
  917. package/source/framework/data.ts +6 -6
  918. package/source/framework/factories/BreadcrumbsFactory.tsx +260 -260
  919. package/source/framework/factories/FactoryTypes.d.ts +29 -29
  920. package/source/framework/factories/FilterFactory.ts +364 -364
  921. package/source/framework/factories/ModalsFactory.tsx +11 -11
  922. package/source/framework/hooks/useModal.ts +13 -13
  923. package/source/framework/schemes/AggregationScheme.ts +73 -73
  924. package/source/framework/types/types.ts +334 -334
  925. package/source/framework/utils/CommonUtils.ts +532 -532
  926. package/source/framework/utils/CookieUtils.ts +61 -61
  927. package/source/framework/utils/DateUtils.ts +93 -93
  928. package/source/framework/utils/FiltersUtils.ts +234 -234
  929. package/source/framework/utils/RequestUtils.ts +20 -20
  930. package/source/framework/utils/StyledComponent.ts +2 -2
  931. package/source/framework/vehiclesProps/cbdSelectors.ts +117 -117
  932. package/source/framework/vehiclesProps/decoratedLightProps.tsx +345 -345
  933. package/source/framework/vehiclesProps/decoratedProps.tsx +1040 -1040
  934. package/source/framework/vehiclesProps/equipment.ts +128 -128
  935. package/source/framework/vehiclesProps/highlights.ts +54 -54
  936. package/source/framework/vehiclesProps/vehicleDetails.ts +329 -330
  937. package/source/globals.d.ts +18 -18
  938. package/source/locales/SearchDetailedPage.ts +205 -205
  939. package/source/locales/SearchPage.ts +224 -224
  940. package/source/locales/cbd.ts +719 -719
  941. package/source/locales/common.ts +109 -109
  942. package/source/locales/data.ts +1074 -1074
  943. package/source/locales/priceRating.ts +10 -10
  944. package/source/locales/sortingOptions.ts +21 -21
  945. package/source/theme/colors.styl +46 -46
  946. package/source/theme/mixins.styl +93 -93
  947. package/source/theme/priceReviewColors.styl +10 -10
  948. package/source/theme/selector_colors.styl +61 -61
  949. package/source/theme/slider.global.styl +3 -3
  950. package/source/theme/theme.styl +136 -136
  951. package/tsconfig.json +63 -63
  952. package/tslint.json +40 -40
  953. package/utils.ts +17 -17
@@ -1,20 +1,20 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const AddressIcon = (
5
- props: any
6
- ) => (
7
- <svg
8
- width="16"
9
- height="20"
10
- viewBox="0 0 16 20"
11
- fill="none"
12
- xmlns="http://www.w3.org/2000/svg"
13
- { ...props }
14
- >
15
- <path d="M8 10.1831C8.48333 10.1831 8.896 10.0124 9.238 9.67111C9.57933 9.32911 9.75 8.91644 9.75 8.43311C9.75 7.94977 9.57933 7.53711 9.238 7.19511C8.896 6.85377 8.48333 6.68311 8 6.68311C7.51667 6.68311 7.104 6.85377 6.762 7.19511C6.42067 7.53711 6.25 7.94977 6.25 8.43311C6.25 8.91644 6.42067 9.32911 6.762 9.67111C7.104 10.0124 7.51667 10.1831 8 10.1831ZM8 18.2331C10.0667 16.3998 11.625 14.6454 12.675 12.9701C13.725 11.2954 14.25 9.84977 14.25 8.63311C14.25 6.73311 13.646 5.18311 12.438 3.98311C11.2293 2.78311 9.75 2.18311 8 2.18311C6.25 2.18311 4.77067 2.78311 3.562 3.98311C2.354 5.18311 1.75 6.73311 1.75 8.63311C1.75 9.84977 2.275 11.2954 3.325 12.9701C4.375 14.6454 5.93333 16.3998 8 18.2331ZM8 19.8831C7.88333 19.8831 7.76667 19.8664 7.65 19.8331C7.53333 19.7998 7.425 19.7414 7.325 19.6581C4.95833 17.5081 3.18767 15.5164 2.013 13.6831C0.837667 11.8498 0.25 10.1664 0.25 8.63311C0.25 6.21644 1.02933 4.28711 2.588 2.84511C4.146 1.40377 5.95 0.683105 8 0.683105C10.05 0.683105 11.8543 1.40377 13.413 2.84511C14.971 4.28711 15.75 6.21644 15.75 8.63311C15.75 10.1664 15.1627 11.8498 13.988 13.6831C12.8127 15.5164 11.0417 17.5081 8.675 19.6581C8.575 19.7414 8.46667 19.7998 8.35 19.8331C8.23333 19.8664 8.11667 19.8831 8 19.8831Z" fill="#4C4E64" fillOpacity="0.87"/>
16
- </svg>
17
- );
18
-
19
- export default AddressIcon;
20
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const AddressIcon = (
5
+ props: any
6
+ ) => (
7
+ <svg
8
+ width="16"
9
+ height="20"
10
+ viewBox="0 0 16 20"
11
+ fill="none"
12
+ xmlns="http://www.w3.org/2000/svg"
13
+ { ...props }
14
+ >
15
+ <path d="M8 10.1831C8.48333 10.1831 8.896 10.0124 9.238 9.67111C9.57933 9.32911 9.75 8.91644 9.75 8.43311C9.75 7.94977 9.57933 7.53711 9.238 7.19511C8.896 6.85377 8.48333 6.68311 8 6.68311C7.51667 6.68311 7.104 6.85377 6.762 7.19511C6.42067 7.53711 6.25 7.94977 6.25 8.43311C6.25 8.91644 6.42067 9.32911 6.762 9.67111C7.104 10.0124 7.51667 10.1831 8 10.1831ZM8 18.2331C10.0667 16.3998 11.625 14.6454 12.675 12.9701C13.725 11.2954 14.25 9.84977 14.25 8.63311C14.25 6.73311 13.646 5.18311 12.438 3.98311C11.2293 2.78311 9.75 2.18311 8 2.18311C6.25 2.18311 4.77067 2.78311 3.562 3.98311C2.354 5.18311 1.75 6.73311 1.75 8.63311C1.75 9.84977 2.275 11.2954 3.325 12.9701C4.375 14.6454 5.93333 16.3998 8 18.2331ZM8 19.8831C7.88333 19.8831 7.76667 19.8664 7.65 19.8331C7.53333 19.7998 7.425 19.7414 7.325 19.6581C4.95833 17.5081 3.18767 15.5164 2.013 13.6831C0.837667 11.8498 0.25 10.1664 0.25 8.63311C0.25 6.21644 1.02933 4.28711 2.588 2.84511C4.146 1.40377 5.95 0.683105 8 0.683105C10.05 0.683105 11.8543 1.40377 13.413 2.84511C14.971 4.28711 15.75 6.21644 15.75 8.63311C15.75 10.1664 15.1627 11.8498 13.988 13.6831C12.8127 15.5164 11.0417 17.5081 8.675 19.6581C8.575 19.7414 8.46667 19.7998 8.35 19.8331C8.23333 19.8664 8.11667 19.8831 8 19.8831Z" fill="#4C4E64" fillOpacity="0.87"/>
16
+ </svg>
17
+ );
18
+
19
+ export default AddressIcon;
20
+ /* tslint:enable */
@@ -1,26 +1,26 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgArrowDetailedAccordionBlue = (
5
- props: any
6
- ) => (
7
- <svg
8
- version={1.1}
9
- id="arrow-detailed-accordion-blue_svg__Capa_1"
10
- x={0}
11
- y={0}
12
- viewBox="0 0 451.847 451.847"
13
- xmlSpace="preserve"
14
- width="1em"
15
- height="1em"
16
- {...props}
17
- >
18
- <path
19
- fill="#005CCB"
20
- d="M225.923 354.706c-8.098 0-16.195-3.092-22.369-9.263L9.27 151.157c-12.359-12.359-12.359-32.397 0-44.751 12.354-12.354 32.388-12.354 44.748 0l171.905 171.915 171.906-171.909c12.359-12.354 32.391-12.354 44.744 0 12.365 12.354 12.365 32.392 0 44.751L248.292 345.449c-6.177 6.172-14.274 9.257-22.369 9.257z"
21
- />
22
- </svg>
23
- );
24
-
25
- export default SvgArrowDetailedAccordionBlue;
26
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgArrowDetailedAccordionBlue = (
5
+ props: any
6
+ ) => (
7
+ <svg
8
+ version={1.1}
9
+ id="arrow-detailed-accordion-blue_svg__Capa_1"
10
+ x={0}
11
+ y={0}
12
+ viewBox="0 0 451.847 451.847"
13
+ xmlSpace="preserve"
14
+ width="1em"
15
+ height="1em"
16
+ {...props}
17
+ >
18
+ <path
19
+ fill="#005CCB"
20
+ d="M225.923 354.706c-8.098 0-16.195-3.092-22.369-9.263L9.27 151.157c-12.359-12.359-12.359-32.397 0-44.751 12.354-12.354 32.388-12.354 44.748 0l171.905 171.915 171.906-171.909c12.359-12.354 32.391-12.354 44.744 0 12.365 12.354 12.365 32.392 0 44.751L248.292 345.449c-6.177 6.172-14.274 9.257-22.369 9.257z"
21
+ />
22
+ </svg>
23
+ );
24
+
25
+ export default SvgArrowDetailedAccordionBlue;
26
+ /* tslint:enable */
@@ -1,21 +1,21 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgArrowDownBlue = (
5
- props: any
6
- ) => (
7
- <svg
8
- viewBox="0 0 199.404 199.404"
9
- width="1em"
10
- height="1em"
11
- {...props}
12
- >
13
- <path
14
- d="M199.404 63.993L171.12 35.709l-71.418 71.418-71.418-71.418L0 63.993l99.702 99.702z"
15
- fill="#375a9e"
16
- />
17
- </svg>
18
- );
19
-
20
- export default SvgArrowDownBlue;
21
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgArrowDownBlue = (
5
+ props: any
6
+ ) => (
7
+ <svg
8
+ viewBox="0 0 199.404 199.404"
9
+ width="1em"
10
+ height="1em"
11
+ {...props}
12
+ >
13
+ <path
14
+ d="M199.404 63.993L171.12 35.709l-71.418 71.418-71.418-71.418L0 63.993l99.702 99.702z"
15
+ fill="#375a9e"
16
+ />
17
+ </svg>
18
+ );
19
+
20
+ export default SvgArrowDownBlue;
21
+ /* tslint:enable */
@@ -1,23 +1,23 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgArrowSelect = (
5
- props: any
6
- ) => (
7
- <svg
8
- viewBox="0 0 20 14"
9
- width="1em"
10
- fill="none"
11
- height="1em"
12
- {...props}
13
- >
14
- <path
15
- d="M3.12.79a1.5 1.5 0 10-2.24 2l2.24-2zm6.88 10l-1.12 1L10 13.03l1.12-1.26-1.12-1zm9.12-8a1.5 1.5 0 10-2.24-2l2.24 2zm-18.24 0l8 9 2.24-2-8-9-2.24 2zm10.24 9l8-9-2.24-2-8 9 2.24 2z"
16
- fill="rgba(0, 0, 0, 0.54)"
17
- // fillOpacity=".38"
18
- />
19
- </svg>
20
- );
21
-
22
- export default SvgArrowSelect;
23
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgArrowSelect = (
5
+ props: any
6
+ ) => (
7
+ <svg
8
+ viewBox="0 0 20 14"
9
+ width="1em"
10
+ fill="none"
11
+ height="1em"
12
+ {...props}
13
+ >
14
+ <path
15
+ d="M3.12.79a1.5 1.5 0 10-2.24 2l2.24-2zm6.88 10l-1.12 1L10 13.03l1.12-1.26-1.12-1zm9.12-8a1.5 1.5 0 10-2.24-2l2.24 2zm-18.24 0l8 9 2.24-2-8-9-2.24 2zm10.24 9l8-9-2.24-2-8 9 2.24 2z"
16
+ fill="rgba(0, 0, 0, 0.54)"
17
+ // fillOpacity=".38"
18
+ />
19
+ </svg>
20
+ );
21
+
22
+ export default SvgArrowSelect;
23
+ /* tslint:enable */
@@ -1,18 +1,18 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgArrowStepDown = (
5
- props: any
6
- ) => (
7
- <svg
8
- viewBox="0 0 312.757 312.757"
9
- width="1em"
10
- height="1em"
11
- {...props}
12
- >
13
- <path d="M244.062 184.792l-73.439 73.438V0h-28.484v258.247L68.69 184.792l-20.141 20.147 107.83 107.818 107.829-107.818z" />
14
- </svg>
15
- );
16
-
17
- export default SvgArrowStepDown;
18
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgArrowStepDown = (
5
+ props: any
6
+ ) => (
7
+ <svg
8
+ viewBox="0 0 312.757 312.757"
9
+ width="1em"
10
+ height="1em"
11
+ {...props}
12
+ >
13
+ <path d="M244.062 184.792l-73.439 73.438V0h-28.484v258.247L68.69 184.792l-20.141 20.147 107.83 107.818 107.829-107.818z" />
14
+ </svg>
15
+ );
16
+
17
+ export default SvgArrowStepDown;
18
+ /* tslint:enable */
@@ -1,19 +1,19 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgAutocheck = (props: any) => (
5
- <svg
6
- viewBox="0 0 290.4 417.2"
7
- width="1em"
8
- height="1em"
9
- {...props}
10
- >
11
- <path d="M57.4 183.8h68v-68h-68zm6.1-61.9h46.6c5.1 0 9.2 4.1 9.2 9.2v46.6H63.5zM162.1 198.7v68h68v-68zm61.9 62h-55.8v-55.8h44.9c6.1 0 11 4.9 11 11v44.8zM125.4 349.7v-68h-68v68zm-61.9-61.9h44.9c6.1 0 11 4.9 11 11v44.9H63.5z" />
12
- <path d="M112 132.6c-1.4-.9-3.3-.5-4.2.9L88.9 162l-14.3-14.3c-1.2-1.2-3.1-1.2-4.3 0s-1.2 3.1 0 4.3l19.6 19.6 23-34.8c.9-1.4.5-3.3-.9-4.2zM84.3 71.9c11 0 19.8-8.9 19.8-19.8V19.8c0-11-8.9-19.8-19.8-19.8-11 0-19.8 8.9-19.8 19.8V52c-.1 11 8.8 19.9 19.8 19.9zM145.2 71.9c11 0 19.8-8.9 19.8-19.8V19.8c0-11-8.9-19.8-19.8-19.8-11 0-19.8 8.9-19.8 19.8V52c0 11 8.9 19.9 19.8 19.9zM117.9 52.1V33.4h-6.4V52c0 1.3-.2 2.5-.4 3.7h7.1c0-1.2-.3-2.4-.3-3.6z" />
13
- <path d="M240.3 33.4h-6.9V52c0 1.3-.2 2.5-.4 3.7h7.2c15.3 0 27.8 12.5 27.8 27.8V367c0 15.3-12.5 27.8-27.8 27.8H50.1c-15.3 0-27.8-12.5-27.8-27.8V83.6c0-15.3 12.5-27.8 27.8-27.8h7.2c-.2-1.2-.4-2.4-.4-3.7V33.4H50c-27.6 0-50 22.5-50 50.2v283.5c0 27.7 22.4 50.1 50.1 50.1h190.2c27.7 0 50.1-22.4 50.1-50.1V83.6c0-27.7-22.4-50.2-50.1-50.2z" />
14
- <path d="M178.9 52.1V33.4h-6.4V52c0 1.3-.2 2.5-.4 3.7h7.1c-.1-1.2-.3-2.4-.3-3.6zM206.2 71.9c11 0 19.8-8.9 19.8-19.8V19.8c0-11-8.9-19.8-19.8-19.8-11 0-19.8 8.9-19.8 19.8V52c-.1 11 8.8 19.9 19.8 19.9zM145.2 115.8h93v16.1h-93zM145.2 149.8h93v9.9h-93zM145.2 171.6h93v9.9h-93zM52.2 199.9h93V216h-93zM52.2 233.9h93v9.9h-93zM52.2 255.7h93v9.9h-93zM139.8 282.8h93v16.1h-93zM139.8 316.9h93v9.9h-93zM139.8 338.6h93v9.9h-93z" />
15
- </svg>
16
- );
17
-
18
- export default SvgAutocheck;
19
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgAutocheck = (props: any) => (
5
+ <svg
6
+ viewBox="0 0 290.4 417.2"
7
+ width="1em"
8
+ height="1em"
9
+ {...props}
10
+ >
11
+ <path d="M57.4 183.8h68v-68h-68zm6.1-61.9h46.6c5.1 0 9.2 4.1 9.2 9.2v46.6H63.5zM162.1 198.7v68h68v-68zm61.9 62h-55.8v-55.8h44.9c6.1 0 11 4.9 11 11v44.8zM125.4 349.7v-68h-68v68zm-61.9-61.9h44.9c6.1 0 11 4.9 11 11v44.9H63.5z" />
12
+ <path d="M112 132.6c-1.4-.9-3.3-.5-4.2.9L88.9 162l-14.3-14.3c-1.2-1.2-3.1-1.2-4.3 0s-1.2 3.1 0 4.3l19.6 19.6 23-34.8c.9-1.4.5-3.3-.9-4.2zM84.3 71.9c11 0 19.8-8.9 19.8-19.8V19.8c0-11-8.9-19.8-19.8-19.8-11 0-19.8 8.9-19.8 19.8V52c-.1 11 8.8 19.9 19.8 19.9zM145.2 71.9c11 0 19.8-8.9 19.8-19.8V19.8c0-11-8.9-19.8-19.8-19.8-11 0-19.8 8.9-19.8 19.8V52c0 11 8.9 19.9 19.8 19.9zM117.9 52.1V33.4h-6.4V52c0 1.3-.2 2.5-.4 3.7h7.1c0-1.2-.3-2.4-.3-3.6z" />
13
+ <path d="M240.3 33.4h-6.9V52c0 1.3-.2 2.5-.4 3.7h7.2c15.3 0 27.8 12.5 27.8 27.8V367c0 15.3-12.5 27.8-27.8 27.8H50.1c-15.3 0-27.8-12.5-27.8-27.8V83.6c0-15.3 12.5-27.8 27.8-27.8h7.2c-.2-1.2-.4-2.4-.4-3.7V33.4H50c-27.6 0-50 22.5-50 50.2v283.5c0 27.7 22.4 50.1 50.1 50.1h190.2c27.7 0 50.1-22.4 50.1-50.1V83.6c0-27.7-22.4-50.2-50.1-50.2z" />
14
+ <path d="M178.9 52.1V33.4h-6.4V52c0 1.3-.2 2.5-.4 3.7h7.1c-.1-1.2-.3-2.4-.3-3.6zM206.2 71.9c11 0 19.8-8.9 19.8-19.8V19.8c0-11-8.9-19.8-19.8-19.8-11 0-19.8 8.9-19.8 19.8V52c-.1 11 8.8 19.9 19.8 19.9zM145.2 115.8h93v16.1h-93zM145.2 149.8h93v9.9h-93zM145.2 171.6h93v9.9h-93zM52.2 199.9h93V216h-93zM52.2 233.9h93v9.9h-93zM52.2 255.7h93v9.9h-93zM139.8 282.8h93v16.1h-93zM139.8 316.9h93v9.9h-93zM139.8 338.6h93v9.9h-93z" />
15
+ </svg>
16
+ );
17
+
18
+ export default SvgAutocheck;
19
+ /* tslint:enable */
@@ -0,0 +1,36 @@
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgAutodeLogo = (props: any) => (
5
+ <svg
6
+ width="121"
7
+ height="36"
8
+ viewBox="0 0 121 36"
9
+ fill="none"
10
+ xmlns="http://www.w3.org/2000/svg"
11
+ {...props}
12
+ >
13
+ <path d="M120.137 21.1354C119.381 17.9916 117.716 15.5465 114.763 14.0655C112.524 12.9477 110.103 12.4028 107.64 12.1233C104.128 11.7181 100.615 11.4108 97.1029 11.0614C93.6184 10.7121 89.91 10.0415 89.4062 9.94368C89.3782 9.94368 87.1531 9.51054 86.4254 9.21713C85.3059 8.75605 82.1992 5.47259 71.5637 2.18914C63.1113 -0.423648 46.8782 0.526457 41.2246 1.51848C36.0888 2.42667 25.8031 5.26301 21.5209 6.89775C17.7985 8.32291 7.79274 11.6762 4.02834 14.3868C1.90124 15.9098 -0.141893 17.5445 0.277929 22.7561C0.277929 22.7561 0.613786 18.7601 3.60852 16.8599C7.93269 14.1213 14.6778 12.8778 17.0988 12.1373C21.6609 10.7401 34.1296 6.81392 41.7843 5.80792C48.3616 4.94165 54.5469 4.22907 61.9078 4.94165C70.0944 5.73806 74.9503 7.95963 75.1882 8.0295C75.4261 8.09936 85.138 12.6822 86.2295 12.9756C87.321 13.3249 88.9024 13.3808 90.0359 13.5066C93.0306 13.8419 96.0953 14.0096 99.1041 14.2052C101.931 14.4008 104.758 14.6104 107.57 14.9178C110.145 15.1972 112.65 15.7701 115.043 16.804C117.17 17.7401 118.99 19.0116 119.983 21.2052C120.011 21.2611 120.165 21.5825 120.221 21.6244C120.235 21.5545 120.151 21.1912 120.137 21.1354Z" fill="url(#paint0_linear_7095_62523)"/>
14
+ <path d="M22.2923 31.7959C22.0544 32.9835 21.2847 34.5764 19.3675 34.3947C18.206 34.2829 17.7862 33.1233 17.8562 32.3548C17.8562 32.2849 17.8842 32.1173 17.8842 32.1173C15.911 33.9756 13.8119 34.8977 11.293 34.9676C6.40904 35.0933 3.07845 32.257 2.9665 28.0933C2.82656 22.6441 6.77288 18.2429 13.4061 18.0753C15.883 18.0054 18.36 18.6621 20.0113 21.0653C20.1792 20.3108 20.8509 18.7739 22.1664 18.7459C23.3279 18.718 24.3354 19.3467 24.3634 20.3667C24.3634 20.4645 24.3354 20.7579 24.2935 20.8976L22.2923 31.7959ZM19.0737 25.4386C19.0177 23.2729 16.9746 21.5543 14.3017 21.6242C10.6632 21.722 7.71049 24.5164 7.78046 27.4086C7.83643 29.6442 9.64167 31.4466 12.3845 31.3767C15.883 31.2929 19.1576 28.722 19.0737 25.4386Z" fill="#005CCB"/>
15
+ <path d="M40.6515 33.7521C38.5804 34.786 36.3973 34.9816 34.3682 34.9816C29.974 34.9816 26.3216 32.7321 26.3216 29.3788C26.3216 28.8478 26.4195 27.5624 26.5315 27.0035L27.581 20.8418C27.8609 19.5703 29.0224 18.6901 30.2259 18.6901C31.4294 18.6901 32.1151 19.5983 32.1151 20.3668C32.1151 20.5763 32.0731 20.8278 32.0452 20.9815L30.7717 27.3388C30.7017 27.7161 30.6457 28.4566 30.7717 28.8478C31.3035 30.5245 32.8568 31.3069 35.0959 31.3069C37.6148 31.3069 40.1477 29.4486 40.5675 27.9536C41.1273 25.9416 42.0509 20.744 42.0509 20.744C42.3308 19.4725 43.5483 18.6761 44.7378 18.7739C46.0252 18.8857 46.613 20.1013 46.4311 21.4286C46.3331 22.1971 45.9273 24.5584 45.8993 24.7121C45.3535 27.8838 44.276 31.9497 40.6515 33.7521Z" fill="#005CCB"/>
16
+ <path d="M50.3068 18.6761L50.7546 16.4406C50.9785 15.3228 51.9861 14.4146 53.4415 14.3867C54.505 14.3588 55.3307 15.0713 55.3587 15.9656C55.3587 16.1192 55.3307 16.3428 55.2747 16.6642L54.8409 18.8718H58.6193C60.0467 18.8718 60.5365 19.4726 60.3965 20.5484C60.2286 21.736 58.7872 22.1971 57.3738 22.2251L54.1692 22.1552L52.9517 28.5125C52.8957 28.8618 52.7418 29.5465 52.9657 30.1473C53.1616 30.6922 53.6234 31.0974 54.4211 31.3349C54.9388 31.4886 56.5761 31.5305 56.5761 31.5305C57.5977 31.5026 58.3534 31.8379 58.3814 32.7042C58.4094 33.9477 57.5557 34.9956 56.4082 34.9956C56.4082 34.9956 54.1552 35.1633 52.154 34.9118C49.6911 34.6044 48.1237 32.5645 48.2777 30.287C48.3896 28.6243 48.8094 26.6123 48.8654 26.2351L49.6071 22.4486L50.3068 18.6761Z" fill="#005CCB"/>
17
+ <path d="M69.2008 35.0368C63.869 35.0368 60.4965 31.8931 60.4965 27.8831C60.4965 22.2243 65.3804 18.0467 72.0556 18.0467C77.1214 18.0467 80.6059 21.1904 80.6059 25.2703C80.6059 30.6915 76.0299 35.0368 69.2008 35.0368ZM76.3377 25.7034C76.3377 23.6076 74.1826 21.8611 71.5937 21.8611C67.8014 21.8611 65.1425 24.4459 65.1425 27.422C65.1425 29.5457 66.8358 31.1945 69.4946 31.2503C73.441 31.3202 76.3377 28.7773 76.3377 25.7034Z" fill="#005CCB"/>
18
+ <path d="M100.687 32.969C100.491 33.7514 100.044 34.2964 98.9381 34.2964C98.0705 34.2964 97.6087 33.6397 97.6087 33.1227C97.6087 33.0808 97.6367 32.8991 97.6367 32.8991C96.825 33.486 95.4676 34.8413 93.1586 34.8413C89.0723 34.8413 86.9732 32.48 86.9732 29.6995C86.9732 25.4799 91.0175 22.7973 95.1317 22.7973C97.1049 22.7973 98.7702 24.1805 99.134 24.8512L100.352 19.5418C100.547 18.7593 100.785 18.2284 101.961 18.2284C102.884 18.2284 103.402 18.7873 103.402 19.3881C103.402 19.5557 103.374 19.7094 103.346 19.8072L100.687 32.969ZM94.9078 25.424C92.4169 25.5917 90.4437 27.2823 90.4437 29.434C90.4437 30.957 91.5493 32.3682 93.4804 32.3682C95.6775 32.3682 98.2804 30.8173 98.5323 29.1127C99.0221 25.955 96.0554 25.3402 94.9078 25.424Z" fill="#005CCB"/>
19
+ <path d="M107.166 29.895C107.194 31.1525 108.747 32.1725 110.329 32.1725C112.792 32.1725 112.764 31.7393 113.925 31.7393C114.709 31.7393 115.254 32.1864 115.254 32.7872C115.254 33.5278 114.555 33.9888 113.869 34.2403C113.295 34.4499 111.938 34.8272 110.007 34.8272C106.172 34.8272 103.849 32.2284 103.849 29.9369C103.849 25.7173 107.656 22.7413 112.064 22.7413C115.758 22.7413 117.899 24.9349 117.899 27.3521C117.899 28.7772 116.682 29.881 114.429 29.895C114.387 29.895 107.166 29.895 107.166 29.895ZM107.628 27.8411H114.821C114.821 26.6255 113.771 25.3261 111.742 25.3261C109.923 25.3261 108.034 26.6535 107.628 27.8411Z" fill="#005CCB"/>
20
+ <path d="M82.9823 31.3207C83.9899 31.3207 84.6756 31.9495 84.6756 32.7599C84.6756 33.8637 83.4581 34.8277 82.1986 34.8277C81.1911 34.8277 80.5053 34.2269 80.5053 33.4166C80.5053 32.3547 81.6389 31.3207 82.9823 31.3207Z" fill="#005CCB"/>
21
+ <defs>
22
+ <linearGradient id="paint0_linear_7095_62523" x1="0.253719" y1="11.6197" x2="120.24" y2="11.6197" gradientUnits="userSpaceOnUse">
23
+ <stop stopColor="#005CCB"/>
24
+ <stop offset="0.2367" stopColor="#035FCC"/>
25
+ <stop offset="0.4179" stopColor="#0C69D0"/>
26
+ <stop offset="0.5807" stopColor="#1B79D8"/>
27
+ <stop offset="0.7327" stopColor="#3090E1"/>
28
+ <stop offset="0.8757" stopColor="#4BAEEE"/>
29
+ <stop offset="1" stopColor="#68CEFC"/>
30
+ </linearGradient>
31
+ </defs>
32
+ </svg>
33
+ );
34
+
35
+ export default SvgAutodeLogo;
36
+ /* tslint:enable */
@@ -1,17 +1,17 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgAvatar = (props: any) => (
5
- <svg
6
- viewBox="0 0 482.9 482.9"
7
- width="1em"
8
- height="1em"
9
- {...props}
10
- >
11
- <path d="M239.7 260.2h3.2c29.3-.5 53-10.8 70.5-30.5 38.5-43.4 32.1-117.8 31.4-124.9-2.5-53.3-27.7-78.8-48.5-90.7C280.8 5.2 262.7.4 242.5 0H240.8c-11.1 0-32.9 1.8-53.8 13.7-21 11.9-46.6 37.4-49.1 91.1-.7 7.1-7.1 81.5 31.4 124.9 17.4 19.7 41.1 30 70.4 30.5zm-75.1-152.9c0-.3.1-.6.1-.8 3.3-71.7 54.2-79.4 76-79.4H241.9c27 .6 72.9 11.6 76 79.4 0 .3 0 .6.1.8.1.7 7.1 68.7-24.7 104.5-12.6 14.2-29.4 21.2-51.5 21.4h-1c-22-.2-38.9-7.2-51.4-21.4-31.7-35.6-24.9-103.9-24.8-104.5z" />
12
- <path d="M446.8 383.6v-.3c0-.8-.1-1.6-.1-2.5-.6-19.8-1.9-66.1-45.3-80.9-.3-.1-.7-.2-1-.3-45.1-11.5-82.6-37.5-83-37.8-6.1-4.3-14.5-2.8-18.8 3.3s-2.8 14.5 3.3 18.8c1.7 1.2 41.5 28.9 91.3 41.7 23.3 8.3 25.9 33.2 26.6 56 0 .9 0 1.7.1 2.5.1 9-.5 22.9-2.1 30.9-16.2 9.2-79.7 41-176.3 41-96.2 0-160.1-31.9-176.4-41.1-1.6-8-2.3-21.9-2.1-30.9 0-.8.1-1.6.1-2.5.7-22.8 3.3-47.7 26.6-56 49.8-12.8 89.6-40.6 91.3-41.7 6.1-4.3 7.6-12.7 3.3-18.8s-12.7-7.6-18.8-3.3c-.4.3-37.7 26.3-83 37.8-.4.1-.7.2-1 .3-43.4 14.9-44.7 61.2-45.3 80.9 0 .9 0 1.7-.1 2.5v.3c-.1 5.2-.2 31.9 5.1 45.3 1 2.6 2.8 4.8 5.2 6.3 3 2 74.9 47.8 195.2 47.8s192.2-45.9 195.2-47.8c2.3-1.5 4.2-3.7 5.2-6.3 5-13.3 4.9-40 4.8-45.2z" />
13
- </svg>
14
- );
15
-
16
- export default SvgAvatar;
17
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgAvatar = (props: any) => (
5
+ <svg
6
+ viewBox="0 0 482.9 482.9"
7
+ width="1em"
8
+ height="1em"
9
+ {...props}
10
+ >
11
+ <path d="M239.7 260.2h3.2c29.3-.5 53-10.8 70.5-30.5 38.5-43.4 32.1-117.8 31.4-124.9-2.5-53.3-27.7-78.8-48.5-90.7C280.8 5.2 262.7.4 242.5 0H240.8c-11.1 0-32.9 1.8-53.8 13.7-21 11.9-46.6 37.4-49.1 91.1-.7 7.1-7.1 81.5 31.4 124.9 17.4 19.7 41.1 30 70.4 30.5zm-75.1-152.9c0-.3.1-.6.1-.8 3.3-71.7 54.2-79.4 76-79.4H241.9c27 .6 72.9 11.6 76 79.4 0 .3 0 .6.1.8.1.7 7.1 68.7-24.7 104.5-12.6 14.2-29.4 21.2-51.5 21.4h-1c-22-.2-38.9-7.2-51.4-21.4-31.7-35.6-24.9-103.9-24.8-104.5z" />
12
+ <path d="M446.8 383.6v-.3c0-.8-.1-1.6-.1-2.5-.6-19.8-1.9-66.1-45.3-80.9-.3-.1-.7-.2-1-.3-45.1-11.5-82.6-37.5-83-37.8-6.1-4.3-14.5-2.8-18.8 3.3s-2.8 14.5 3.3 18.8c1.7 1.2 41.5 28.9 91.3 41.7 23.3 8.3 25.9 33.2 26.6 56 0 .9 0 1.7.1 2.5.1 9-.5 22.9-2.1 30.9-16.2 9.2-79.7 41-176.3 41-96.2 0-160.1-31.9-176.4-41.1-1.6-8-2.3-21.9-2.1-30.9 0-.8.1-1.6.1-2.5.7-22.8 3.3-47.7 26.6-56 49.8-12.8 89.6-40.6 91.3-41.7 6.1-4.3 7.6-12.7 3.3-18.8s-12.7-7.6-18.8-3.3c-.4.3-37.7 26.3-83 37.8-.4.1-.7.2-1 .3-43.4 14.9-44.7 61.2-45.3 80.9 0 .9 0 1.7-.1 2.5v.3c-.1 5.2-.2 31.9 5.1 45.3 1 2.6 2.8 4.8 5.2 6.3 3 2 74.9 47.8 195.2 47.8s192.2-45.9 195.2-47.8c2.3-1.5 4.2-3.7 5.2-6.3 5-13.3 4.9-40 4.8-45.2z" />
13
+ </svg>
14
+ );
15
+
16
+ export default SvgAvatar;
17
+ /* tslint:enable */
@@ -1,19 +1,19 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgBellGray = (props: any) => (
5
- <svg
6
- viewBox="0 0 210 220"
7
- width="1em"
8
- height="1em"
9
- {...props}
10
- >
11
- <path
12
- d="M70 205c0-10-11-15-35-15-38 0-44-13-20-44 8-11 15-31 15-45 0-36 20-70 52-89 22-13 28-14 42-1 8 8 22 20 31 27 8 7 15 27 15 45s9 46 19 64c22 36 19 43-21 43-16 0-31 6-34 15-8 20-64 20-64 0z"
13
- fill="#ccc"
14
- />
15
- </svg>
16
- );
17
-
18
- export default SvgBellGray;
19
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgBellGray = (props: any) => (
5
+ <svg
6
+ viewBox="0 0 210 220"
7
+ width="1em"
8
+ height="1em"
9
+ {...props}
10
+ >
11
+ <path
12
+ d="M70 205c0-10-11-15-35-15-38 0-44-13-20-44 8-11 15-31 15-45 0-36 20-70 52-89 22-13 28-14 42-1 8 8 22 20 31 27 8 7 15 27 15 45s9 46 19 64c22 36 19 43-21 43-16 0-31 6-34 15-8 20-64 20-64 0z"
13
+ fill="#ccc"
14
+ />
15
+ </svg>
16
+ );
17
+
18
+ export default SvgBellGray;
19
+ /* tslint:enable */
@@ -1,13 +1,13 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgBigInfoTransparent = (props: any) => (
5
- <svg viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
6
- <circle cx="10" cy="10.5" r="9.5" stroke="#005CCB"/>
7
- <path d="M9.10725 8.3728C8.44563 8.3728 7.5 8.96181 7.5 8.96181C7.5 8.96181 8.50671 9.05098 8.83938 9.55081C9.20748 10.1039 9.0402 10.6556 8.84345 11.3044L8.83938 11.3178C8.5715 12.2013 7.76786 13.6739 7.76786 14.5574C7.76786 15.228 7.95169 15.7506 8.5715 16.0299C9.05549 16.248 9.4103 16.1966 9.91088 16.0299C10.5519 15.8163 11.2503 14.8519 11.2503 14.8519C11.2503 14.8519 10.6101 15.1464 10.1788 15.1464C9.91086 15.1464 9.37513 14.972 9.37513 14.5574C9.37513 13.6739 10.1787 12.2013 10.4466 11.3178C10.7113 10.445 11.0026 9.64949 10.4466 8.96181C10.0724 8.4989 9.64298 8.3728 9.10725 8.3728Z" fill="#005CCB" stroke="#005CCB" strokeWidth="0.2" strokeLinecap="round" strokeLinejoin="round"/>
8
- <ellipse cx="11.2501" cy="5.62429" rx="1.25008" ry="1.37435" fill="#005CCB"/>
9
- </svg>
10
- );
11
-
12
- export default SvgBigInfoTransparent;
13
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgBigInfoTransparent = (props: any) => (
5
+ <svg viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
6
+ <circle cx="10" cy="10.5" r="9.5" stroke="#005CCB"/>
7
+ <path d="M9.10725 8.3728C8.44563 8.3728 7.5 8.96181 7.5 8.96181C7.5 8.96181 8.50671 9.05098 8.83938 9.55081C9.20748 10.1039 9.0402 10.6556 8.84345 11.3044L8.83938 11.3178C8.5715 12.2013 7.76786 13.6739 7.76786 14.5574C7.76786 15.228 7.95169 15.7506 8.5715 16.0299C9.05549 16.248 9.4103 16.1966 9.91088 16.0299C10.5519 15.8163 11.2503 14.8519 11.2503 14.8519C11.2503 14.8519 10.6101 15.1464 10.1788 15.1464C9.91086 15.1464 9.37513 14.972 9.37513 14.5574C9.37513 13.6739 10.1787 12.2013 10.4466 11.3178C10.7113 10.445 11.0026 9.64949 10.4466 8.96181C10.0724 8.4989 9.64298 8.3728 9.10725 8.3728Z" fill="#005CCB" stroke="#005CCB" strokeWidth="0.2" strokeLinecap="round" strokeLinejoin="round"/>
8
+ <ellipse cx="11.2501" cy="5.62429" rx="1.25008" ry="1.37435" fill="#005CCB"/>
9
+ </svg>
10
+ );
11
+
12
+ export default SvgBigInfoTransparent;
13
+ /* tslint:enable */
@@ -1,20 +1,20 @@
1
- /* tslint:disable */
2
- import React from 'react';
3
-
4
- const SvgBrowse = (props: any) => {
5
- return (
6
- <svg
7
- width='24'
8
- height='24'
9
- viewBox='0 0 24 24'
10
- fill='none'
11
- xmlns='http://www.w3.org/2000/svg'
12
- { ...props }
13
- >
14
- <path d='M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44C16.43 5.07 17.96 6.35 18.92 8ZM12 4.04C12.83 5.24 13.48 6.57 13.91 8H10.09C10.52 6.57 11.17 5.24 12 4.04ZM4.26 14C4.1 13.36 4 12.69 4 12C4 11.31 4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12C7.5 12.68 7.56 13.34 7.64 14H4.26ZM5.08 16H8.03C8.35 17.25 8.81 18.45 9.41 19.56C7.57 18.93 6.04 17.66 5.08 16ZM8.03 8H5.08C6.04 6.34 7.57 5.07 9.41 4.44C8.81 5.55 8.35 6.75 8.03 8ZM12 19.96C11.17 18.76 10.52 17.43 10.09 16H13.91C13.48 17.43 12.83 18.76 12 19.96ZM14.34 14H9.66C9.57 13.34 9.5 12.68 9.5 12C9.5 11.32 9.57 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12C14.5 12.68 14.43 13.34 14.34 14ZM14.59 19.56C15.19 18.45 15.65 17.25 15.97 16H18.92C17.96 17.65 16.43 18.93 14.59 19.56ZM16.36 14C16.44 13.34 16.5 12.68 16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12C20 12.69 19.9 13.36 19.74 14H16.36Z' fill='#005CCB'/>
15
- </svg>
16
- )
17
- }
18
-
19
- export default SvgBrowse;
20
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import React from 'react';
3
+
4
+ const SvgBrowse = (props: any) => {
5
+ return (
6
+ <svg
7
+ width='24'
8
+ height='24'
9
+ viewBox='0 0 24 24'
10
+ fill='none'
11
+ xmlns='http://www.w3.org/2000/svg'
12
+ { ...props }
13
+ >
14
+ <path d='M11.99 2C6.47 2 2 6.48 2 12C2 17.52 6.47 22 11.99 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 11.99 2ZM18.92 8H15.97C15.65 6.75 15.19 5.55 14.59 4.44C16.43 5.07 17.96 6.35 18.92 8ZM12 4.04C12.83 5.24 13.48 6.57 13.91 8H10.09C10.52 6.57 11.17 5.24 12 4.04ZM4.26 14C4.1 13.36 4 12.69 4 12C4 11.31 4.1 10.64 4.26 10H7.64C7.56 10.66 7.5 11.32 7.5 12C7.5 12.68 7.56 13.34 7.64 14H4.26ZM5.08 16H8.03C8.35 17.25 8.81 18.45 9.41 19.56C7.57 18.93 6.04 17.66 5.08 16ZM8.03 8H5.08C6.04 6.34 7.57 5.07 9.41 4.44C8.81 5.55 8.35 6.75 8.03 8ZM12 19.96C11.17 18.76 10.52 17.43 10.09 16H13.91C13.48 17.43 12.83 18.76 12 19.96ZM14.34 14H9.66C9.57 13.34 9.5 12.68 9.5 12C9.5 11.32 9.57 10.65 9.66 10H14.34C14.43 10.65 14.5 11.32 14.5 12C14.5 12.68 14.43 13.34 14.34 14ZM14.59 19.56C15.19 18.45 15.65 17.25 15.97 16H18.92C17.96 17.65 16.43 18.93 14.59 19.56ZM16.36 14C16.44 13.34 16.5 12.68 16.5 12C16.5 11.32 16.44 10.66 16.36 10H19.74C19.9 10.64 20 11.31 20 12C20 12.69 19.9 13.36 19.74 14H16.36Z' fill='#005CCB'/>
15
+ </svg>
16
+ )
17
+ }
18
+
19
+ export default SvgBrowse;
20
+ /* tslint:enable */
@@ -1,24 +1,24 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgCalendar = (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="#777">
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 SvgCalendar;
24
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgCalendar = (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="#777">
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 SvgCalendar;
24
+ /* tslint:enable */
@@ -1,17 +1,17 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgCamera = (props: any) => (
5
- <svg
6
- viewBox="0 0 450 365.6"
7
- width="1em"
8
- height="1em"
9
- {...props}
10
- >
11
- <path d="M393.8 56.2H336l-11.7-24.4C314.9 12.4 295.2 0 273.6 0h-97.1c-21.6 0-41.3 12.4-50.7 31.8L114 56.2H56.2C25.3 56.2 0 81.6 0 112.5v196.9c0 30.9 25.3 56.2 56.2 56.2h337.5c30.9 0 56.2-25.3 56.2-56.2V112.5c.1-30.9-25.2-56.3-56.1-56.3zM225 323.4c-62.1 0-112.5-50.4-112.5-112.5S162.9 98.4 225 98.4s112.5 50.4 112.5 112.5c0 62.2-50.4 112.5-112.5 112.5z" />
12
- <path d="M225 137.8c-40.3 0-73.1 32.8-73.1 73.1S184.7 284 225 284s73.1-32.8 73.1-73.1-32.8-73.1-73.1-73.1z" />
13
- </svg>
14
- );
15
-
16
- export default SvgCamera;
17
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgCamera = (props: any) => (
5
+ <svg
6
+ viewBox="0 0 450 365.6"
7
+ width="1em"
8
+ height="1em"
9
+ {...props}
10
+ >
11
+ <path d="M393.8 56.2H336l-11.7-24.4C314.9 12.4 295.2 0 273.6 0h-97.1c-21.6 0-41.3 12.4-50.7 31.8L114 56.2H56.2C25.3 56.2 0 81.6 0 112.5v196.9c0 30.9 25.3 56.2 56.2 56.2h337.5c30.9 0 56.2-25.3 56.2-56.2V112.5c.1-30.9-25.2-56.3-56.1-56.3zM225 323.4c-62.1 0-112.5-50.4-112.5-112.5S162.9 98.4 225 98.4s112.5 50.4 112.5 112.5c0 62.2-50.4 112.5-112.5 112.5z" />
12
+ <path d="M225 137.8c-40.3 0-73.1 32.8-73.1 73.1S184.7 284 225 284s73.1-32.8 73.1-73.1-32.8-73.1-73.1-73.1z" />
13
+ </svg>
14
+ );
15
+
16
+ export default SvgCamera;
17
+ /* tslint:enable */
@@ -1,16 +1,16 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgCar = (props: any) => (
5
- <svg
6
- viewBox="0 0 39.055 39.054"
7
- width="1em"
8
- height="1em"
9
- {...props}
10
- >
11
- <path d="M38.831 14.26a1.005 1.005 0 0 0-.775-.369h-3.801c-.938-2.474-2.16-4.898-3.549-5.813-4.805-3.161-17.55-3.161-22.355 0-1.39.916-2.607 3.343-3.55 5.813H1a.997.997 0 0 0-.775.369.995.995 0 0 0-.204.834l.563 2.728a1 1 0 0 0 .979.797h1.126c-1.087 1.254-1.614 2.833-1.621 4.413-.007 1.952.734 3.716 2.089 4.964.015.013.03.022.044.035v3.817c0 .827.672 1.5 1.5 1.5h3.506c.828 0 1.5-.673 1.5-1.5v-1.534h19.641v1.534c0 .827.672 1.5 1.5 1.5h3.506c.826 0 1.5-.673 1.5-1.5v-3.742c1.438-1.317 2.125-3.129 2.134-4.938.006-1.634-.545-3.271-1.696-4.551h1.201a.996.996 0 0 0 .979-.798l.564-2.727a1.008 1.008 0 0 0-.205-.832zM9.998 10.583c3.83-2.521 15.229-2.521 19.057 0 .744.488 1.701 2.461 2.578 4.877H7.422c.875-2.415 1.832-4.387 2.576-4.877zM5.512 23.408a2.95 2.95 0 1 1 5.901.001 2.95 2.95 0 0 1-5.901-.001zm25.119 2.951a2.951 2.951 0 1 1 0-5.903 2.951 2.951 0 0 1 0 5.903z" />
12
- </svg>
13
- );
14
-
15
- export default SvgCar;
16
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgCar = (props: any) => (
5
+ <svg
6
+ viewBox="0 0 39.055 39.054"
7
+ width="1em"
8
+ height="1em"
9
+ {...props}
10
+ >
11
+ <path d="M38.831 14.26a1.005 1.005 0 0 0-.775-.369h-3.801c-.938-2.474-2.16-4.898-3.549-5.813-4.805-3.161-17.55-3.161-22.355 0-1.39.916-2.607 3.343-3.55 5.813H1a.997.997 0 0 0-.775.369.995.995 0 0 0-.204.834l.563 2.728a1 1 0 0 0 .979.797h1.126c-1.087 1.254-1.614 2.833-1.621 4.413-.007 1.952.734 3.716 2.089 4.964.015.013.03.022.044.035v3.817c0 .827.672 1.5 1.5 1.5h3.506c.828 0 1.5-.673 1.5-1.5v-1.534h19.641v1.534c0 .827.672 1.5 1.5 1.5h3.506c.826 0 1.5-.673 1.5-1.5v-3.742c1.438-1.317 2.125-3.129 2.134-4.938.006-1.634-.545-3.271-1.696-4.551h1.201a.996.996 0 0 0 .979-.798l.564-2.727a1.008 1.008 0 0 0-.205-.832zM9.998 10.583c3.83-2.521 15.229-2.521 19.057 0 .744.488 1.701 2.461 2.578 4.877H7.422c.875-2.415 1.832-4.387 2.576-4.877zM5.512 23.408a2.95 2.95 0 1 1 5.901.001 2.95 2.95 0 0 1-5.901-.001zm25.119 2.951a2.951 2.951 0 1 1 0-5.903 2.951 2.951 0 0 1 0 5.903z" />
12
+ </svg>
13
+ );
14
+
15
+ export default SvgCar;
16
+ /* tslint:enable */
@@ -1,19 +1,19 @@
1
- /* tslint:disable */
2
- import * as React from 'react';
3
-
4
- const SvgCarBody = (props: any) => (
5
- <svg
6
- viewBox="0 0 512 234.3"
7
- width="1em"
8
- height="1em"
9
- {...props}
10
- >
11
- <g fill="#fff">
12
- <path d="M68.3 191.7c0 23.5 19.1 42.7 42.7 42.7 23.5 0 42.7-19.1 42.7-42.7 0-23.5-19.1-42.7-42.7-42.7s-42.7 19.1-42.7 42.7zm17 0c0-14.1 11.5-25.6 25.6-25.6s25.6 11.5 25.6 25.6-11.5 25.6-25.6 25.6-25.6-11.5-25.6-25.6zM358.4 191.7c0 23.5 19.1 42.7 42.7 42.7 23.5 0 42.7-19.1 42.7-42.7 0-23.5-19.1-42.7-42.7-42.7s-42.7 19.1-42.7 42.7zm17.1 0c0-14.1 11.5-25.6 25.6-25.6s25.6 11.5 25.6 25.6-11.5 25.6-25.6 25.6c-14.2 0-25.6-11.5-25.6-25.6z" />
13
- <path d="M0 157.5v34.1c0 4.7 3.8 8.5 8.5 8.5h34.1c4.7 0 8.5-3.8 8.5-8.5 0-32.9 26.8-59.7 59.7-59.7s59.7 26.8 59.7 59.7c0 4.7 3.8 8.5 8.5 8.5h153.6c4.7 0 8.5-3.8 8.5-8.5 0-32.9 26.8-59.7 59.7-59.7s59.7 26.8 59.7 59.7c0 4.7 3.8 8.5 8.5 8.5h34.1c4.7 0 8.5-3.8 8.5-8.5v-34.1c0-4.7-3.8-8.5-8.5-8.5v-25.6c0-32.5-58.7-50.3-115.4-51.2C339.1 12.9 262.7-10.1 161 4c-.1 0-.2 0-.3.1-55.1 9.7-80 38.9-98.1 69.6l-48.2 16c-3.5 1.2-5.8 4.4-5.8 8.1V149c-4.8 0-8.6 3.8-8.6 8.5zm119.4-85.3H83.6c9.6-14.3 20.6-26.3 35.4-35.4zm102.5 0h-85.4l-.5-43.7c8.1-3.2 17.2-5.8 27.4-7.6 20.7-2.9 40.2-4.1 58.4-3.8v55.1zm143.1 0H238.9V17.8c52.8 3.7 94.5 21.8 126.1 54.4zM17.1 166.1c4.7 0 8.5-3.8 8.5-8.5V132h8.5c4.7 0 8.5-3.8 8.5-8.5s-3.8-8.5-8.5-8.5h-8.5v-11l44.1-14.7H384c51.4 0 86.7 13.1 98.3 25.6h-4.4c-4.7 0-8.5 3.8-8.5 8.5s3.8 8.5 8.5 8.5h8.5v25.6c0 4.7 3.8 8.5 8.5 8.5v17.1h-17.5c-4.3-38.3-36.9-68.3-76.3-68.3s-72.1 29.9-76.3 68.3H187.3c-4.3-38.3-36.9-68.3-76.3-68.3s-72.1 29.9-76.3 68.3H17.1z" />
14
- </g>
15
- </svg>
16
- );
17
-
18
- export default SvgCarBody;
19
- /* tslint:enable */
1
+ /* tslint:disable */
2
+ import * as React from 'react';
3
+
4
+ const SvgCarBody = (props: any) => (
5
+ <svg
6
+ viewBox="0 0 512 234.3"
7
+ width="1em"
8
+ height="1em"
9
+ {...props}
10
+ >
11
+ <g fill="#fff">
12
+ <path d="M68.3 191.7c0 23.5 19.1 42.7 42.7 42.7 23.5 0 42.7-19.1 42.7-42.7 0-23.5-19.1-42.7-42.7-42.7s-42.7 19.1-42.7 42.7zm17 0c0-14.1 11.5-25.6 25.6-25.6s25.6 11.5 25.6 25.6-11.5 25.6-25.6 25.6-25.6-11.5-25.6-25.6zM358.4 191.7c0 23.5 19.1 42.7 42.7 42.7 23.5 0 42.7-19.1 42.7-42.7 0-23.5-19.1-42.7-42.7-42.7s-42.7 19.1-42.7 42.7zm17.1 0c0-14.1 11.5-25.6 25.6-25.6s25.6 11.5 25.6 25.6-11.5 25.6-25.6 25.6c-14.2 0-25.6-11.5-25.6-25.6z" />
13
+ <path d="M0 157.5v34.1c0 4.7 3.8 8.5 8.5 8.5h34.1c4.7 0 8.5-3.8 8.5-8.5 0-32.9 26.8-59.7 59.7-59.7s59.7 26.8 59.7 59.7c0 4.7 3.8 8.5 8.5 8.5h153.6c4.7 0 8.5-3.8 8.5-8.5 0-32.9 26.8-59.7 59.7-59.7s59.7 26.8 59.7 59.7c0 4.7 3.8 8.5 8.5 8.5h34.1c4.7 0 8.5-3.8 8.5-8.5v-34.1c0-4.7-3.8-8.5-8.5-8.5v-25.6c0-32.5-58.7-50.3-115.4-51.2C339.1 12.9 262.7-10.1 161 4c-.1 0-.2 0-.3.1-55.1 9.7-80 38.9-98.1 69.6l-48.2 16c-3.5 1.2-5.8 4.4-5.8 8.1V149c-4.8 0-8.6 3.8-8.6 8.5zm119.4-85.3H83.6c9.6-14.3 20.6-26.3 35.4-35.4zm102.5 0h-85.4l-.5-43.7c8.1-3.2 17.2-5.8 27.4-7.6 20.7-2.9 40.2-4.1 58.4-3.8v55.1zm143.1 0H238.9V17.8c52.8 3.7 94.5 21.8 126.1 54.4zM17.1 166.1c4.7 0 8.5-3.8 8.5-8.5V132h8.5c4.7 0 8.5-3.8 8.5-8.5s-3.8-8.5-8.5-8.5h-8.5v-11l44.1-14.7H384c51.4 0 86.7 13.1 98.3 25.6h-4.4c-4.7 0-8.5 3.8-8.5 8.5s3.8 8.5 8.5 8.5h8.5v25.6c0 4.7 3.8 8.5 8.5 8.5v17.1h-17.5c-4.3-38.3-36.9-68.3-76.3-68.3s-72.1 29.9-76.3 68.3H187.3c-4.3-38.3-36.9-68.3-76.3-68.3s-72.1 29.9-76.3 68.3H17.1z" />
14
+ </g>
15
+ </svg>
16
+ );
17
+
18
+ export default SvgCarBody;
19
+ /* tslint:enable */