@bytebrand/fe-ui-core 4.1.170 → 4.1.172
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common.ts +0 -5
- package/media/svg/common/arrow_breadcrumps.svg +2 -2
- package/media/svg/common/home.svg +8 -6
- package/media/svg/common/whyAutodeIconSet-F.svg +12 -8
- package/media/svg/common/whyAutodeIconSet-G.svg +8 -6
- package/media/svg/common/whyAutodeIconSet-Q.svg +15 -5
- package/media/svg/common/whyAutodeIconSet-R.svg +13 -8
- package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +8 -8
- package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +6 -7
- package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +11 -5
- package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +9 -8
- package/package.json +1 -1
- package/source/components/AccordionWidget/AccordionWidget.styl +3 -0
- package/source/components/Alternative/DealerInfo.styl +1 -7
- package/source/components/Alternative/DealerInfo.tsx +38 -64
- package/source/components/Breadcrumbs/Breadcrumbs.styl +19 -31
- package/source/components/Breadcrumbs/Breadcrumbs.tsx +3 -3
- package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +18 -11
- package/source/components/PriceRating/PriceRating.styl +0 -1
- package/source/components/SearchFilters/common/RangeControlled/RangeControlled.tsx +1 -2
- package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +3 -13
- package/source/components/SearchPage/SearchTopBar/SearchTopBar.tsx +3 -3
- package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.styl +17 -23
- package/source/components/VehicleDetailedSidebar/partials/Properties.styl +4 -0
- package/source/components/VehicleDetailedSidebar/partials/Properties.tsx +1 -1
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +40 -54
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +16 -38
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +18 -47
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +6 -13
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +28 -48
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +16 -50
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +8 -6
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +12 -31
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +3 -8
- package/source/components/VehicleSmallCard/VehicleSmallCard.styl +19 -51
- package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +9 -39
- package/source/components/_common/Badge/Badge.styl +7 -13
- package/source/components/_common/Badge/Badge.tsx +1 -1
- package/source/components/_common/Button/Button.styled.tsx +8 -13
- package/source/components/_common/Button/Button.tsx +1 -1
- package/source/components/_common/ExpansionPanel/ExpansionPanel.tsx +4 -14
- package/source/components/_common/IconSVG/IconSVG.story.js +1 -1
- package/source/components/_common/IconSVG/IconSVGConfig.tsx +1 -90
- package/source/components/_common/IconSVG/SVG/CloseIconSelect.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/common/SliderEye.tsx +3 -2
- package/source/components/_common/IconSVG/SVG/common/StarRoundedCorners.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AllWheelDrive.tsx +2 -2
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/FrontWheelDrive.tsx +2 -2
- package/source/components/_common/IconSVG/SVG/searchWidgets/drive/RearWheelDrive.tsx +2 -2
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelDiesel.tsx +14 -4
- package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelPetrol.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/settings/RemoveEye.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/settings/RemoveEyeOff.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/vehicle/CarAvailability.tsx +3 -3
- package/source/components/_common/IconSVG/SVG/vehicle/CheckoutChecked.tsx +2 -2
- package/source/components/_common/IconSVG/SVG/vehicle/Date.tsx +2 -2
- package/source/components/_common/IconSVG/SVG/vehicle/Door.tsx +7 -5
- package/source/components/_common/IconSVG/SVG/vehicle/FuelConsumption.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/vehicle/NewCar.tsx +9 -7
- package/source/components/_common/IconSVG/SVG/vehicle/Ps.tsx +1 -1
- package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxAutomatic.tsx +2 -2
- package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.styled.tsx +1 -17
- package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.tsx +4 -3
- package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.styled.tsx +3 -6
- package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.tsx +3 -28
- package/source/components/_common/MaterialSelect/MaterialSelect.styled.tsx +7 -0
- package/source/components/_common/MaterialSelect/MaterialSelect.tsx +9 -16
- package/source/components/_common/Modal/CookieModal.tsx +7 -10
- package/source/components/_common/Modal/Modal.styled.tsx +1 -2
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +3 -15
- package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +3 -5
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +1 -11
- package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +0 -2
- package/source/components/_common/TimePicker/TimePicker.styl +1 -3
- package/source/components/_common/TimePicker/TimePicker.tsx +2 -6
- package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +1 -2
- package/source/components/_common/withStats/withStats.styl +87 -43
- package/source/components/_common/withStats/withStats.tsx +8 -17
- package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +3 -7
- package/source/framework/constants/common.ts +3 -15
- package/source/framework/factories/BreadcrumbsFactory.tsx +8 -19
- package/source/framework/factories/FactoryTypes.d.ts +0 -1
- package/source/framework/types/types.ts +2 -4
- package/source/framework/utils/CommonUtils.ts +8 -20
- package/source/framework/vehiclesProps/decoratedProps.tsx +23 -19
- package/source/locales/data.ts +0 -2
- package/source/theme/priceReviewColors.styl +1 -3
- package/utils.ts +0 -16
- package/source/components/_common/IconSVG/SVG/common/AddressDashboard.tsx +0 -29
- package/source/components/_common/IconSVG/SVG/common/CallbackDashboard.tsx +0 -30
- package/source/components/_common/IconSVG/SVG/common/CloseGrey.tsx +0 -22
- package/source/components/_common/IconSVG/SVG/common/DashboardQuestionMark.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/common/DeliveryDashboard.tsx +0 -25
- package/source/components/_common/IconSVG/SVG/common/EditPriceIcon.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/common/HandingOverDashboard.tsx +0 -32
- package/source/components/_common/IconSVG/SVG/common/MenuGrey.tsx +0 -22
- package/source/components/_common/IconSVG/SVG/common/MyOrderIcon.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/common/OrderReceivedDashboard.tsx +0 -27
- package/source/components/_common/IconSVG/SVG/common/PickupDashboard.tsx +0 -30
- package/source/components/_common/IconSVG/SVG/common/PreparationDashboard.tsx +0 -29
- package/source/components/_common/IconSVG/SVG/common/ProfileDashboard.tsx +0 -24
- package/source/components/_common/IconSVG/SVG/common/RegistrationDashboard.tsx +0 -31
- package/source/components/_common/IconSVG/SVG/flags/AT.tsx +0 -19
- package/source/components/_common/IconSVG/SVG/flags/BE.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/BG.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/CH.tsx +0 -22
- package/source/components/_common/IconSVG/SVG/flags/CZ.tsx +0 -18
- package/source/components/_common/IconSVG/SVG/flags/DE.tsx +0 -18
- package/source/components/_common/IconSVG/SVG/flags/DK.tsx +0 -18
- package/source/components/_common/IconSVG/SVG/flags/ES.tsx +0 -2585
- package/source/components/_common/IconSVG/SVG/flags/FI.tsx +0 -18
- package/source/components/_common/IconSVG/SVG/flags/FR.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/GB.tsx +0 -26
- package/source/components/_common/IconSVG/SVG/flags/HR.tsx +0 -135
- package/source/components/_common/IconSVG/SVG/flags/HU.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/IT.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/LI.tsx +0 -106
- package/source/components/_common/IconSVG/SVG/flags/LU.tsx +0 -18
- package/source/components/_common/IconSVG/SVG/flags/NL.tsx +0 -18
- package/source/components/_common/IconSVG/SVG/flags/NO.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/PL.tsx +0 -19
- package/source/components/_common/IconSVG/SVG/flags/RO.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/RU.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/SE.tsx +0 -20
- package/source/components/_common/IconSVG/SVG/flags/SI.tsx +0 -54
- package/source/components/_common/IconSVG/SVG/flags/SK.tsx +0 -35
- package/source/components/_common/IconSVG/SVG/flags/UA.tsx +0 -19
- package/source/components/_common/IconSVG/SVG/slider/360New.tsx +0 -20
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import { fill } from "lodash";
|
|
3
|
-
import * as React from "react";
|
|
4
|
-
|
|
5
|
-
const SK = (props: any) => (
|
|
6
|
-
<svg
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
id="flag-icons-sk"
|
|
9
|
-
viewBox="0 0 640 480"
|
|
10
|
-
{...props}
|
|
11
|
-
>
|
|
12
|
-
<path fill="#ee1c25" d="M0 0h640v480H0z" />
|
|
13
|
-
<path fill="#0b4ea2" d="M0 0h640v320H0z" />
|
|
14
|
-
<path fill="#fff" d="M0 0h640v160H0z" />
|
|
15
|
-
<path
|
|
16
|
-
fill="#fff"
|
|
17
|
-
d="M233 370.8c-43-20.7-104.6-61.9-104.6-143.2 0-81.4 4-118.4 4-118.4h201.3s3.9 37 3.9 118.4S276 350 233 370.8z"
|
|
18
|
-
/>
|
|
19
|
-
<path
|
|
20
|
-
fill="#ee1c25"
|
|
21
|
-
d="M233 360c-39.5-19-96-56.8-96-131.4s3.6-108.6 3.6-108.6h184.8s3.5 34 3.5 108.6C329 303.3 272.5 341 233 360z"
|
|
22
|
-
/>
|
|
23
|
-
<path
|
|
24
|
-
fill="#fff"
|
|
25
|
-
d="M241.4 209c10.7.2 31.6.6 50.1-5.6 0 0-.4 6.7-.4 14.4s.5 14.4.5 14.4c-17-5.7-38.1-5.8-50.2-5.7v41.2h-16.8v-41.2c-12-.1-33.1 0-50.1 5.7 0 0 .5-6.7.5-14.4 0-7.8-.5-14.4-.5-14.4 18.5 6.2 39.4 5.8 50 5.6v-25.9c-9.7 0-23.7.4-39.6 5.7 0 0 .5-6.6.5-14.4 0-7.7-.5-14.4-.5-14.4 15.9 5.3 29.9 5.8 39.6 5.7-.5-16.4-5.3-37-5.3-37s9.9.7 13.8.7c4 0 13.8-.7 13.8-.7s-4.8 20.6-5.3 37c9.7.1 23.7-.4 39.6-5.7 0 0-.5 6.7-.5 14.4 0 7.8.5 14.4.5 14.4a119 119 0 0 0-39.7-5.7v26z"
|
|
26
|
-
/>
|
|
27
|
-
<path
|
|
28
|
-
fill="#0b4ea2"
|
|
29
|
-
d="M233 263.3c-19.9 0-30.5 27.5-30.5 27.5s-6-13-22.2-13c-11 0-19 9.7-24.2 18.8 20 31.7 51.9 51.3 76.9 63.4 25-12 57-31.7 76.9-63.4-5.2-9-13.2-18.8-24.2-18.8-16.2 0-22.2 13-22.2 13S253 263.3 233 263.3z"
|
|
30
|
-
/>
|
|
31
|
-
</svg>
|
|
32
|
-
);
|
|
33
|
-
|
|
34
|
-
export default SK;
|
|
35
|
-
/* tslint:enable */
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
|
|
4
|
-
const UA = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
-
id="flag-icons-ua"
|
|
8
|
-
viewBox="0 0 640 480"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<g fill-rule="evenodd" stroke-width="1pt">
|
|
12
|
-
<path fill="gold" d="M0 0h640v480H0z" />
|
|
13
|
-
<path fill="#0057b8" d="M0 0h640v240H0z" />
|
|
14
|
-
</g>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
|
|
18
|
-
export default UA;
|
|
19
|
-
/* tslint:enable */
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const Svg360New = (props: any) => (
|
|
5
|
-
<svg
|
|
6
|
-
viewBox="0 0 24 24"
|
|
7
|
-
width="1em"
|
|
8
|
-
height="1em"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<path fillRule="evenodd" clipRule="evenodd" d="M19.2731 12.0024C19.2854 11.774 19.2917 11.5352 19.2917 11.2855C19.2917 11.1381 19.2896 10.9914 19.2854 10.8455C20.9575 11.7695 21.9814 13.0117 21.9814 14.3777C21.9814 16.8116 18.7309 18.8525 14.3546 19.4004V18.3921C16.0124 18.1721 17.47 17.7275 18.5982 17.1434C20.2857 16.2698 20.9814 15.24 20.9814 14.3777C20.9814 13.6409 20.4735 12.7818 19.2731 12.0024ZM8.73484 18.2452V16.9993C8.73484 16.8454 8.90151 16.7491 9.03484 16.8261L12.3089 18.7164C12.4422 18.7934 12.4422 18.9858 12.3089 19.0628L9.03484 20.9531C8.90151 21.03 8.73484 20.9338 8.73484 20.7799V19.2622C4.82573 18.562 2.01855 16.6395 2.01855 14.3777C2.01855 13.0115 3.04264 11.7692 4.71506 10.8452C4.71086 10.9912 4.70874 11.138 4.70874 11.2855C4.70874 11.5353 4.71462 11.7743 4.72619 12.0028C3.52623 12.7822 3.01855 13.641 3.01855 14.3777C3.01855 15.24 3.71425 16.2698 5.40178 17.1434C6.31839 17.618 7.45254 18.0005 8.73484 18.2452Z" fill="#636578"/>
|
|
12
|
-
<path fillRule="evenodd" clipRule="evenodd" d="M12.5852 4.01221H11.371H8.76601C8.17317 4.01221 7.93534 4.05632 7.82485 4.10914L7.82398 4.10955C7.78226 4.12949 7.739 4.15017 7.66339 4.36463L6.90141 7.76114L6.89787 7.77689L6.89333 7.79238C6.36163 9.60562 6.44052 12.1325 6.61804 13.7916C6.65081 14.0978 6.91756 14.3404 7.25825 14.3404H7.51156C7.75013 14.3404 7.94353 14.147 7.94353 13.9084C7.94353 13.5663 8.22089 13.289 8.56302 13.289L11.3769 13.289L12.6228 13.289C12.6231 13.289 12.6234 13.289 12.6238 13.289H13.9287H15.3304C15.6726 13.289 15.9499 13.5663 15.9499 13.9084C15.9499 14.147 16.1433 14.3404 16.3819 14.3404H16.6927C17.0621 14.3404 17.3517 14.0778 17.3866 13.7448C17.5607 12.0842 17.633 9.5881 17.1064 7.79238L17.1018 7.77689L17.0983 7.76114L16.3363 4.36463C16.2607 4.15017 16.2175 4.12949 16.1757 4.10955L16.1749 4.10914C16.0644 4.05632 15.8265 4.01221 15.2337 4.01221H12.5852ZM12.6228 14.289L13.9287 14.289H15.001C15.1677 14.8951 15.7228 15.3404 16.3819 15.3404H16.6927C17.539 15.3404 18.2893 14.7252 18.3812 13.8491C18.5576 12.1668 18.6497 9.51711 18.0706 7.52675L17.3059 4.11822L17.3 4.09191L17.2913 4.06638C17.1801 3.7402 17.0155 3.40262 16.6062 3.20696C16.2639 3.04331 15.8059 3.01221 15.2337 3.01221H12.5852H11.371H8.76601C8.19381 3.01221 7.73577 3.04331 7.3935 3.20696C6.98426 3.40262 6.81959 3.7402 6.70842 4.06638L6.69972 4.09191L6.69381 4.11822L5.92913 7.52675C5.3446 9.5359 5.44389 12.2173 5.62372 13.898C5.71431 14.7446 6.43952 15.3404 7.25825 15.3404H7.51156C8.17066 15.3404 8.72577 14.8951 8.89243 14.289H11.3759C11.3763 14.289 11.3766 14.289 11.3769 14.289L12.6228 14.289Z" fill="#636578"/>
|
|
13
|
-
<path d="M17.5619 7.56836V7.56836C13.9305 8.65377 10.0509 8.65178 6.41895 7.56836V7.56836" stroke="#636578" stroke-linecap="round"/>
|
|
14
|
-
<circle cx="8.15374" cy="10.3359" r="0.768972" fill="#636578"/>
|
|
15
|
-
<circle cx="15.8442" cy="10.4555" r="0.768972" fill="#636578"/>
|
|
16
|
-
</svg>
|
|
17
|
-
);
|
|
18
|
-
|
|
19
|
-
export default Svg360New;
|
|
20
|
-
/* tslint:enable */
|