@bytebrand/fe-ui-core 4.1.171 → 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 +9 -26
- 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
|
@@ -8,24 +8,12 @@ export const QUOTES_SLIDES_TO_SHOW_DEFAULT = 3;
|
|
|
8
8
|
|
|
9
9
|
export const HUNDRED = 100;
|
|
10
10
|
|
|
11
|
-
export const GOOGLE_BUNDLE_COOKIES = {
|
|
12
|
-
analytics_storage: { name: 'Google-Analytics' }, ad_storage: { name: 'Google-Werbeausrichtung' }, functionality_storage: { name: 'Google-Funktionalität' }, personalization_storage: { name: 'Google-Personalisierung' }, security_storage: { name: 'Google-Sicherheit' }
|
|
13
|
-
};
|
|
14
|
-
|
|
15
11
|
/* tslint:disable */
|
|
16
12
|
export const COOKIE_SCHEMA = {
|
|
17
13
|
necessary: { gdpr: { name: 'DSGVO' }, __cfruid: { name: 'Cloudflare ' }, cf_chl_2: { name: 'Cloudflare für Webverkehr zu identifizieren' }, cf_chl_rc_ni: { name: 'Cloudflare für den internen Gebrauch' }, ['next-i18next']: { name: 'Spracheinstellungen' }, _cfuvid: { name: 'Cloudflare WAF' }, cf_chl_prog: { name: 'Cloudflare für JS' }, __cf_bm: { name: 'Cloudflare bot' } },
|
|
18
|
-
analytics: { PugT: { name: 'PubMatic' }, locale: { name: 'Facebook' },
|
|
19
|
-
|
|
20
|
-
_fbp: { name: 'Facebook' },
|
|
21
|
-
hotjar: { name: 'Hotjar-Analytics'},
|
|
22
|
-
// _hjFirstSeen: { name: 'Hotjar' }, _hjIncludedInSessionSample: { name: 'Hotjar' }, _hjIncludedInPageviewSample: { name: 'Hotjar' }, _hjAbsoluteSessionInProgress: { name: 'Hotjar' }, _hjSession_2590373: { name: 'Hotjar' }, _hjSessionUser_2590373: { name: 'Hotjar' }, // Hotjar Analytics
|
|
23
|
-
// _gcl_au: { name: 'Google Tag Manager' }, _ga: { name: 'Google Analytics' }, _gid: { name: 'Google Analytics' }, ['_gat_UA-31842-13']: { name: 'Google Analytics' },
|
|
24
|
-
...GOOGLE_BUNDLE_COOKIES },
|
|
25
|
-
marketing: { test_cookie: { name: 'PubMatic' }, tuuid: { name: 'PubMatic' }, tuuid_lu: { name: 'PubMatic' }, c: { name: 'PubMatic' }, CMID: { name: 'PubMatic' }, CMPS: { name: 'PubMatic' }, CMPRO: { name: 'PubMatic' }, uuid2: { name: 'PubMatic' }, IDE: { name: 'PubMatic' }, um: { name: 'PubMatic' }, umeh: { name: 'PubMatic' }, cf: { name: 'PubMatic' }, cip: { name: 'PubMatic' }, cnac: { name: 'PubMatic' }, car: { name: 'PubMatic' },
|
|
14
|
+
analytics: { PugT: { name: 'PubMatic' }, locale: { name: 'Facebook' }, _gcl_au: { name: 'Google Tag Manager' }, _ga: { name: 'Google Analytics' }, _gid: { name: 'Google Analytics' }, ['_gat_UA-31842-13']: { name: 'Google Analytics' }, uid: { name: 'criteo' }, callback: { name: 'callback' }, demdex: { name: 'demdex' }, _hjFirstSeen: { name: 'Hotjar' }, _hjIncludedInSessionSample: { name: 'Hotjar' }, _hjIncludedInPageviewSample: { name: 'Hotjar' }, _hjAbsoluteSessionInProgress: { name: 'Hotjar' }, vuid: { name: 'Vimeo' } },
|
|
15
|
+
marketing: { _fbp: { name: 'PubMatic' }, test_cookie: { name: 'PubMatic' }, tuuid: { name: 'PubMatic' }, tuuid_lu: { name: 'PubMatic' }, c: { name: 'PubMatic' }, CMID: { name: 'PubMatic' }, CMPS: { name: 'PubMatic' }, CMPRO: { name: 'PubMatic' }, uuid2: { name: 'PubMatic' }, IDE: { name: 'PubMatic' }, um: { name: 'PubMatic' }, umeh: { name: 'PubMatic' }, cf: { name: 'PubMatic' }, cip: { name: 'PubMatic' }, cnac: { name: 'PubMatic' }, car: { name: 'PubMatic' },
|
|
26
16
|
KRTBCOOKIE_97: { name: 'PubMatic' }, IDSYNC: { name: 'PubMatic' }, dpm: { name: 'PubMatic' }, _kuid_: { name: 'PubMatic' }, fr: { name: 'PubMatic' }, cto_bundle: { name: 'PubMatic' }, ['visitor-id']: { name: 'PubMatic' }, ['data-c-ts']: { name: 'PubMatic' }, ['data-c']: { name: 'PubMatic' }, CMTS: { name: 'PubMatic' }, ['mv_tokens']: { name: 'PubMatic' }, A3: { name: 'PubMatic' }, ['mv_tokens_eu-v1']: { name: 'PubMatic' }, am_tokens: { name: 'PubMatic' },
|
|
27
|
-
['am_tokens_eu-v1']: { name: 'PubMatic' }, iteo: { name: 'PubMatic' }, MyVerivoxAuth: { name: 'PubMatic' }, VxCheckAuth: { name: 'PubMatic' }}
|
|
17
|
+
['am_tokens_eu-v1']: { name: 'PubMatic' }, _hjSessionUser_2590373: { name: 'PubMatic' }, iteo: { name: 'PubMatic' }, _hjSession_2590373: { name: 'PubMatic' }, MyVerivoxAuth: { name: 'PubMatic' }, VxCheckAuth: { name: 'PubMatic' }}
|
|
28
18
|
};
|
|
29
|
-
|
|
30
|
-
|
|
31
19
|
/* tslint:enable */
|
|
@@ -34,7 +34,6 @@ const BreadcrumbsFactory: IBreadcrumbsFactoryConfig = {
|
|
|
34
34
|
|
|
35
35
|
COMPARE: (props: any) => ({
|
|
36
36
|
list: [
|
|
37
|
-
{ link: '/account/dashboard', title: props.t('common:breadcrumbs.Dashboard') },
|
|
38
37
|
{ link: '', title: props.t('common:breadcrumbs.Compare') }
|
|
39
38
|
]
|
|
40
39
|
}),
|
|
@@ -52,13 +51,6 @@ const BreadcrumbsFactory: IBreadcrumbsFactoryConfig = {
|
|
|
52
51
|
]
|
|
53
52
|
}),
|
|
54
53
|
|
|
55
|
-
USER_DASHBOARD: (props: any) => ({
|
|
56
|
-
list: [
|
|
57
|
-
{ link: '', title: props.t('common:breadcrumbs.Dashboard') }
|
|
58
|
-
],
|
|
59
|
-
className: 'breadcrumbsUserDashboard'
|
|
60
|
-
}),
|
|
61
|
-
|
|
62
54
|
DEALER_EMPLOYEES_SET: (props: any) => ({
|
|
63
55
|
list: [
|
|
64
56
|
{ link: '/account/position/employees', title: props.t('common:breadcrumbs.Employees') },
|
|
@@ -115,7 +107,6 @@ const BreadcrumbsFactory: IBreadcrumbsFactoryConfig = {
|
|
|
115
107
|
}
|
|
116
108
|
],
|
|
117
109
|
classBreadcrumbsAny: 'VEHICLE_DETAILS',
|
|
118
|
-
className: 'breadcrumbsCDP',
|
|
119
110
|
withBackBtn: true
|
|
120
111
|
}),
|
|
121
112
|
|
|
@@ -135,7 +126,6 @@ const BreadcrumbsFactory: IBreadcrumbsFactoryConfig = {
|
|
|
135
126
|
}
|
|
136
127
|
],
|
|
137
128
|
classBreadcrumbsAny: 'VEHICLE_DETAILS',
|
|
138
|
-
className: 'breadcrumbsCDP',
|
|
139
129
|
withBackBtn: true
|
|
140
130
|
}),
|
|
141
131
|
|
|
@@ -155,7 +145,6 @@ const BreadcrumbsFactory: IBreadcrumbsFactoryConfig = {
|
|
|
155
145
|
}
|
|
156
146
|
],
|
|
157
147
|
classBreadcrumbsAny: 'VEHICLE_DETAILS',
|
|
158
|
-
className: 'breadcrumbsCDP',
|
|
159
148
|
withBackBtn: true
|
|
160
149
|
}),
|
|
161
150
|
|
|
@@ -178,22 +167,22 @@ const BreadcrumbsFactory: IBreadcrumbsFactoryConfig = {
|
|
|
178
167
|
link: '',
|
|
179
168
|
title: props.t('common:breadcrumbs.MySearches')
|
|
180
169
|
}
|
|
181
|
-
]
|
|
182
|
-
className: 'breadcrumbsMySearches'
|
|
170
|
+
]
|
|
183
171
|
}),
|
|
184
172
|
|
|
185
173
|
FAVORITES: (props: any) => ({
|
|
186
174
|
list: [
|
|
187
|
-
{
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
175
|
+
{
|
|
176
|
+
link: '',
|
|
177
|
+
title: props.t('common:breadcrumbs.Favorites')
|
|
178
|
+
}
|
|
179
|
+
]
|
|
191
180
|
}),
|
|
192
181
|
|
|
193
182
|
DATA_IMPORT: (props: any) => ({
|
|
194
183
|
list: [
|
|
195
|
-
|
|
196
|
-
|
|
184
|
+
{ link: '/account/dashboard', title: props.t('common:breadcrumbs.Dashboard') },
|
|
185
|
+
{ link: '', title: props.t('common:breadcrumbs.DataImport') }
|
|
197
186
|
]
|
|
198
187
|
}),
|
|
199
188
|
|
|
@@ -89,7 +89,7 @@ export interface IVehicleInfo {
|
|
|
89
89
|
i18nPrefixForPriceRating?: string;
|
|
90
90
|
gearbox?: string;
|
|
91
91
|
regDate?: number;
|
|
92
|
-
vehicleComponentName?: 'comparable' | 'landing' | 'search' | 'main' | 'myVehicles' | 'favorite'
|
|
92
|
+
vehicleComponentName?: 'comparable' | 'landing' | 'search' | 'main' | 'myVehicles' | 'favorite';
|
|
93
93
|
language?: string;
|
|
94
94
|
combineRefAlternative?: boolean;
|
|
95
95
|
routeObj?: any;
|
|
@@ -108,8 +108,6 @@ export interface IVehicleInfo {
|
|
|
108
108
|
damaged?: any;
|
|
109
109
|
driveType?: any;
|
|
110
110
|
url?: string;
|
|
111
|
-
target?: string;
|
|
112
|
-
rel?: string;
|
|
113
111
|
}
|
|
114
112
|
|
|
115
113
|
export interface IVehicleTitleProps {
|
|
@@ -117,7 +115,7 @@ export interface IVehicleTitleProps {
|
|
|
117
115
|
model?: string;
|
|
118
116
|
subModel?: string;
|
|
119
117
|
option?: string;
|
|
120
|
-
vehicleComponentName?: 'comparable' | 'landing' | 'search' | 'main' | 'myVehicles' | 'favorite'
|
|
118
|
+
vehicleComponentName?: 'comparable' | 'landing' | 'search' | 'main' | 'myVehicles' | 'favorite';
|
|
121
119
|
isSponsored?: boolean;
|
|
122
120
|
showFavoriteStar?: boolean;
|
|
123
121
|
id?: string;
|
|
@@ -7,13 +7,16 @@ import {
|
|
|
7
7
|
DROP_DOWN_GROUP, RATE_DEFAULT, MMS_GROUPS_KEY, MMS_GROUP_FIELDS
|
|
8
8
|
} from '../constants/SearchWidget';
|
|
9
9
|
import { priceRatings, priceRatingConfig } from '../constants/price';
|
|
10
|
-
import {
|
|
10
|
+
import { HUNDRED } from '../constants/common';
|
|
11
11
|
import { offers } from '../constants';
|
|
12
12
|
import { FILTERS_IN_TITLE, MANUFACTURER_KEY, MAX_FILTERS_IN_TITLE, MODEL_KEY } from '../constants/Search';
|
|
13
|
-
import {
|
|
13
|
+
import { config } from '../constants/app';
|
|
14
14
|
|
|
15
15
|
const PRICE_DEFAULT = DROP_DOWN_GROUP[PRICE].defaultValue;
|
|
16
16
|
|
|
17
|
+
// const RANGE_FILTERS = [FIRST_REGISTRATION, MILEAGE, PRICE];
|
|
18
|
+
// const ARRAY_RANGE_FILTERS = [FIRST_REGISTRATION, MILEAGE];
|
|
19
|
+
|
|
17
20
|
export const formatMileage = (millage: number | string) => {
|
|
18
21
|
return millage.toLocaleString('en-US').replace(/,/g, '.');
|
|
19
22
|
};
|
|
@@ -399,11 +402,7 @@ export const getSupportedImageFormat = (IMAGE_URL: string, vehicleID: string, im
|
|
|
399
402
|
return webpFeature ? `${vehicleImageURL}/${size}-cached.webp` : `${vehicleImageURL}/${size}-cached.jpeg`;
|
|
400
403
|
};
|
|
401
404
|
|
|
402
|
-
export function getChipFilterValue(
|
|
403
|
-
chip: any,
|
|
404
|
-
t: (key: string, options?: object) => string = (phrase: string, _?: object) => _get(SearchPageTranslate(chip), phrase.replace(':', '.'), phrase),
|
|
405
|
-
language: string = 'de'
|
|
406
|
-
) {
|
|
405
|
+
export function getChipFilterValue(chip: any, t: (key: string, options?: object) => string, language: string = 'de') {
|
|
407
406
|
let filterValue: string;
|
|
408
407
|
let title: string;
|
|
409
408
|
let from: string;
|
|
@@ -533,31 +532,15 @@ export function setUtmParameters() {
|
|
|
533
532
|
const domain = parsedUrl.hostname.split('.').slice(-2).join('.');
|
|
534
533
|
|
|
535
534
|
document.cookie = `marketing=${JSON.stringify(marketing)};expires=${expiresDate};domain=.${domain};path=/`;
|
|
536
|
-
}
|
|
535
|
+
};
|
|
537
536
|
|
|
538
537
|
export const updateCookieList = () => {
|
|
539
|
-
let cookieConsentList = Object.keys(GOOGLE_BUNDLE_COOKIES);
|
|
540
|
-
let isFBGranted = true;
|
|
541
|
-
let isHotjarGranted = true;
|
|
542
538
|
const cookieConfig = JSON.parse(localStorage.getItem('cookieConfig')) || {};
|
|
543
|
-
|
|
544
539
|
const parsedUrl = new URL(window.location.href);
|
|
545
540
|
const domain = parsedUrl.hostname.split('.').slice(-2).join('.');
|
|
546
541
|
Object.keys(cookieConfig).forEach((group: string) => {
|
|
547
542
|
cookieConfig[group].forEach((cookie: string) => {
|
|
548
|
-
Cookies.remove(cookie, {
|
|
549
|
-
|
|
550
|
-
if (cookieConsentList.includes(cookie)) cookieConsentList = cookieConsentList.filter(i => i !== cookie); // deny google cookie consent for _gcl_au, _ga, _gid, _gat_UA-31842-13, etc
|
|
551
|
-
// fb
|
|
552
|
-
// tslint:disable-next-line:prefer-switch
|
|
553
|
-
else if (cookie === '_fbp') isFBGranted = false;
|
|
554
|
-
else if (cookie === 'hotjar') isHotjarGranted = false;
|
|
555
|
-
});
|
|
543
|
+
Cookies.remove(cookie, { path: '/', domain });
|
|
544
|
+
})
|
|
556
545
|
});
|
|
557
|
-
// grant google cookies
|
|
558
|
-
if (typeof window.grantCookieConsent === 'function') window.grantCookieConsent(cookieConsentList);
|
|
559
|
-
// grant FB cookies
|
|
560
|
-
if (isFBGranted && typeof window.fbq === 'function') window.fbq('consent', 'grant');
|
|
561
|
-
// grant Hotjar cookies
|
|
562
|
-
if (isHotjarGranted && typeof window.grantHotjarCookieConsent === 'function') window.grantHotjarCookieConsent();
|
|
563
546
|
};
|
|
@@ -275,7 +275,7 @@ const getDecoratedProps = (
|
|
|
275
275
|
fuelCapacity: {
|
|
276
276
|
title: t('vehicleProps:title.fuelCapacity'),
|
|
277
277
|
get value() {
|
|
278
|
-
const fuelCapacity = car.sizeVolumeWeight
|
|
278
|
+
const fuelCapacity = car.sizeVolumeWeight.fuelCapacity;
|
|
279
279
|
return Number.isFinite(fuelCapacity)
|
|
280
280
|
? t('vehicleProps:value.fuelCapacity', { capacity: fuelCapacity.toLocaleString(language) })
|
|
281
281
|
: t('vehicleProps:value.na');
|
|
@@ -285,7 +285,7 @@ const getDecoratedProps = (
|
|
|
285
285
|
batteryCapacity: {
|
|
286
286
|
title: t('vehicleProps:title.batteryCapacityTitle'),
|
|
287
287
|
get value() {
|
|
288
|
-
const batteryCapacity = car.battery
|
|
288
|
+
const { batteryCapacity } = car.battery;
|
|
289
289
|
return batteryCapacity && Number.isFinite(batteryCapacity)
|
|
290
290
|
? t('vehicleProps:value.batteryCapacity', { batteryCapacity: batteryCapacity.toLocaleString(language) })
|
|
291
291
|
: t('vehicleProps:value.na');
|
|
@@ -295,9 +295,11 @@ const getDecoratedProps = (
|
|
|
295
295
|
chargingDuration230V: {
|
|
296
296
|
title: t('vehicleProps:title.chargingDuration230V'),
|
|
297
297
|
get value() {
|
|
298
|
-
const
|
|
299
|
-
|
|
300
|
-
|
|
298
|
+
const {
|
|
299
|
+
batteryChargingDuration230VSelect,
|
|
300
|
+
batteryChargingDuration230VHour,
|
|
301
|
+
batteryCharchingDuration230VMinutesHours
|
|
302
|
+
} = car.battery;
|
|
301
303
|
|
|
302
304
|
return batteryChargingDuration230VSelect
|
|
303
305
|
? `${batteryChargingDuration230VHour ? `${batteryChargingDuration230VHour} ${isCheckedBatteryTime(batteryCharchingDuration230VMinutesHours, t)}` : ''} ${batteryChargingDuration230VSelect}`
|
|
@@ -307,9 +309,11 @@ const getDecoratedProps = (
|
|
|
307
309
|
chargingDurationMaxSpeed: {
|
|
308
310
|
title: t('vehicleProps:title.chargingDurationMaxSpeed'),
|
|
309
311
|
get value() {
|
|
310
|
-
const
|
|
311
|
-
|
|
312
|
-
|
|
312
|
+
const {
|
|
313
|
+
batteryChargingDurationMaxSelect,
|
|
314
|
+
batteryChargingDurationMaxHour,
|
|
315
|
+
batteryCharchingDurationMaxSelectMinutesHours
|
|
316
|
+
} = car.battery;
|
|
313
317
|
|
|
314
318
|
return batteryChargingDurationMaxSelect
|
|
315
319
|
? `${batteryChargingDurationMaxHour ? `${batteryChargingDurationMaxHour} ${isCheckedBatteryTime(batteryCharchingDurationMaxSelectMinutesHours, t)}` : ''} ${batteryChargingDurationMaxSelect}`
|
|
@@ -319,7 +323,7 @@ const getDecoratedProps = (
|
|
|
319
323
|
batteryChargerType: {
|
|
320
324
|
title: t('vehicleProps:title.batteryChargerType'),
|
|
321
325
|
get value() {
|
|
322
|
-
const batteryChargerType = car.battery
|
|
326
|
+
const { batteryChargerType } = car.battery;
|
|
323
327
|
|
|
324
328
|
return isPropDefined(batteryChargerType)
|
|
325
329
|
? batteryChargerType.map((item: any) => t(`cbd:${item}`)).join('\n')
|
|
@@ -352,7 +356,7 @@ const getDecoratedProps = (
|
|
|
352
356
|
length: {
|
|
353
357
|
title: t('vehicleProps:title.length'),
|
|
354
358
|
get value() {
|
|
355
|
-
const length = car.sizeVolumeWeight
|
|
359
|
+
const length = car.sizeVolumeWeight.length;
|
|
356
360
|
return Number.isFinite(length)
|
|
357
361
|
? t('vehicleProps:value.length', { size: length.toLocaleString(language) })
|
|
358
362
|
: t('vehicleProps:value.na');
|
|
@@ -362,7 +366,7 @@ const getDecoratedProps = (
|
|
|
362
366
|
width: {
|
|
363
367
|
title: t('vehicleProps:title.width'),
|
|
364
368
|
get value() {
|
|
365
|
-
const width = car.sizeVolumeWeight
|
|
369
|
+
const width = car.sizeVolumeWeight.width;
|
|
366
370
|
return Number.isFinite(width)
|
|
367
371
|
? t('vehicleProps:value.width', { size: width.toLocaleString(language) })
|
|
368
372
|
: t('vehicleProps:value.na');
|
|
@@ -372,7 +376,7 @@ const getDecoratedProps = (
|
|
|
372
376
|
height: {
|
|
373
377
|
title: t('vehicleProps:title.height'),
|
|
374
378
|
get value() {
|
|
375
|
-
const height = car.sizeVolumeWeight
|
|
379
|
+
const height = car.sizeVolumeWeight.height;
|
|
376
380
|
return Number.isFinite(height)
|
|
377
381
|
? t('vehicleProps:value.height', { size: height.toLocaleString(language) })
|
|
378
382
|
: t('vehicleProps:value.na');
|
|
@@ -392,7 +396,7 @@ const getDecoratedProps = (
|
|
|
392
396
|
capacityLoad: {
|
|
393
397
|
title: t('vehicleProps:title.loadingVolume'),
|
|
394
398
|
get value() {
|
|
395
|
-
const completeCapacity = car.sizeVolumeWeight
|
|
399
|
+
const completeCapacity = car.sizeVolumeWeight.completeCapacity;
|
|
396
400
|
return Number.isFinite(completeCapacity)
|
|
397
401
|
? t('vehicleProps:value.capacityLoad', { capacity: completeCapacity.toLocaleString(language) })
|
|
398
402
|
: t('vehicleProps:value.na');
|
|
@@ -402,7 +406,7 @@ const getDecoratedProps = (
|
|
|
402
406
|
bootCapacity: {
|
|
403
407
|
title: t('vehicleProps:title.bootCapacity'),
|
|
404
408
|
get value() {
|
|
405
|
-
const cargoCapacity = car.sizeVolumeWeight
|
|
409
|
+
const cargoCapacity = car.sizeVolumeWeight.cargoCapacity;
|
|
406
410
|
return Number.isFinite(cargoCapacity)
|
|
407
411
|
? t('vehicleProps:value.bootCapacity', { capacity: cargoCapacity.toLocaleString(language) })
|
|
408
412
|
: t('vehicleProps:value.na');
|
|
@@ -422,7 +426,7 @@ const getDecoratedProps = (
|
|
|
422
426
|
tare: {
|
|
423
427
|
title: t('vehicleProps:title.tare'),
|
|
424
428
|
get value() {
|
|
425
|
-
const emptyWeight = car.sizeVolumeWeight
|
|
429
|
+
const emptyWeight = car.sizeVolumeWeight.emptyWeight;
|
|
426
430
|
return Number.isFinite(emptyWeight)
|
|
427
431
|
? t('vehicleProps:value.tareWeight', { weight: (emptyWeight).toLocaleString(language) })
|
|
428
432
|
: t('vehicleProps:value.na');
|
|
@@ -432,7 +436,7 @@ const getDecoratedProps = (
|
|
|
432
436
|
maximumWeight: {
|
|
433
437
|
title: t('vehicleProps:title.maximumWeight'),
|
|
434
438
|
get value() {
|
|
435
|
-
const cargoCapacity = car.sizeVolumeWeight
|
|
439
|
+
const cargoCapacity = car.sizeVolumeWeight.cargoCapacity;
|
|
436
440
|
return Number.isFinite(cargoCapacity)
|
|
437
441
|
? t('vehicleProps:value.maximumWeightCapacity', { capacity: cargoCapacity.toLocaleString(language) })
|
|
438
442
|
: t('vehicleProps:value.na');
|
|
@@ -442,7 +446,7 @@ const getDecoratedProps = (
|
|
|
442
446
|
trailerWeightBraked: {
|
|
443
447
|
title: t('vehicleProps:title.trailerLoadBraked'),
|
|
444
448
|
get value() {
|
|
445
|
-
const trailerWeightBraked = car.sizeVolumeWeight
|
|
449
|
+
const trailerWeightBraked = car.sizeVolumeWeight.trailerWeightBraked;
|
|
446
450
|
return Number.isFinite(trailerWeightBraked)
|
|
447
451
|
? t('vehicleProps:value.weight', { weight: trailerWeightBraked.toLocaleString(language) })
|
|
448
452
|
: t('vehicleProps:value.na');
|
|
@@ -452,7 +456,7 @@ const getDecoratedProps = (
|
|
|
452
456
|
trailerWeightUnbraked: {
|
|
453
457
|
title: t('vehicleProps:title.trailerLoadUnbraked'),
|
|
454
458
|
get value() {
|
|
455
|
-
const trailerWeightUnbraked = car.sizeVolumeWeight
|
|
459
|
+
const trailerWeightUnbraked = car.sizeVolumeWeight.trailerWeightUnbraked;
|
|
456
460
|
return Number.isFinite(trailerWeightUnbraked)
|
|
457
461
|
? t('vehicleProps:value.weight', { weight: trailerWeightUnbraked.toLocaleString(language) })
|
|
458
462
|
: t('vehicleProps:value.na');
|
|
@@ -771,7 +775,7 @@ const getDecoratedProps = (
|
|
|
771
775
|
batteryRangeElectric: {
|
|
772
776
|
title: t('vehicleProps:title.batteryRangeElectric'),
|
|
773
777
|
get value() {
|
|
774
|
-
const batteryRangeElectric = car.battery
|
|
778
|
+
const { batteryRangeElectric } = car.battery;
|
|
775
779
|
return Number.isFinite(batteryRangeElectric)
|
|
776
780
|
? t('vehicleProps:value.batteryRangeElectric', { consumption: batteryRangeElectric.toLocaleString(language) })
|
|
777
781
|
: t('vehicleProps:value.na');
|
package/source/locales/data.ts
CHANGED
|
@@ -54,8 +54,6 @@ export const vehicleProps = (car?: any, isOfferAvailable: boolean = true) => {
|
|
|
54
54
|
co2Combined: `${vehicleOption.co2}g CO2/km (komb)*`,
|
|
55
55
|
co2: `${vehicleOption.co2} g/km `,
|
|
56
56
|
na: 'N/A',
|
|
57
|
-
priceSub: '/mtl.',
|
|
58
|
-
prefixOldPrice: 'ab',
|
|
59
57
|
vehicleOwners: `${vehicleOption.vehicleOwners} Fahrzeughalter`,
|
|
60
58
|
vehicleOwners_plural: `${count} Fahrzeughalter`,
|
|
61
59
|
doorsOnly: `${vehicleOption.doorsOnly} Türen`,
|
package/utils.ts
CHANGED
|
@@ -15,19 +15,3 @@ export {
|
|
|
15
15
|
createDateAsUTC
|
|
16
16
|
} from './source/framework/utils/DateUtils';
|
|
17
17
|
export { getPriceRating, getPriceRatingConfig } from './source/framework/utils/CommonUtils';
|
|
18
|
-
|
|
19
|
-
export {
|
|
20
|
-
getVehicleDetails,
|
|
21
|
-
getOverviewDetails,
|
|
22
|
-
dimensionDetails,
|
|
23
|
-
availAbilityDetails,
|
|
24
|
-
colorAndMaterialDetails
|
|
25
|
-
} from './source/framework/vehiclesProps/vehicleDetails';
|
|
26
|
-
|
|
27
|
-
export {
|
|
28
|
-
getPowerLabel
|
|
29
|
-
} from './source/framework/vehiclesProps/decoratedProps';
|
|
30
|
-
|
|
31
|
-
export {
|
|
32
|
-
getActualHighlights
|
|
33
|
-
} from './source/framework/constants/highlights';
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
|
|
4
|
-
const AddressDashboard = (
|
|
5
|
-
props: any
|
|
6
|
-
) => {
|
|
7
|
-
return (
|
|
8
|
-
<svg
|
|
9
|
-
width="40"
|
|
10
|
-
height="40"
|
|
11
|
-
viewBox="0 0 40 40"
|
|
12
|
-
fill="none"
|
|
13
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
-
{...props}
|
|
15
|
-
>
|
|
16
|
-
<rect width="40" height="40" rx="8" fill="#FDB528"/>
|
|
17
|
-
<rect width="40" height="40" rx="8" fill="white" fillOpacity="0.88"/>
|
|
18
|
-
<mask id="mask0_5313_18047" maskUnits="userSpaceOnUse" x="8" y="8" width="24" height="24">
|
|
19
|
-
<rect x="8" y="8" width="24" height="24" fill="#D9D9D9"/>
|
|
20
|
-
</mask>
|
|
21
|
-
<g mask="url(#mask0_5313_18047)">
|
|
22
|
-
<path d="M20 24.475C21.65 23.1417 22.896 21.8583 23.738 20.625C24.5793 19.3917 25 18.2333 25 17.15C25 16.2167 24.8293 15.4207 24.488 14.762C24.146 14.104 23.725 13.5707 23.225 13.162C22.725 12.754 22.1833 12.4583 21.6 12.275C21.0167 12.0917 20.4833 12 20 12C19.5167 12 18.9833 12.0917 18.4 12.275C17.8167 12.4583 17.275 12.754 16.775 13.162C16.275 13.5707 15.8543 14.104 15.513 14.762C15.171 15.4207 15 16.2167 15 17.15C15 18.2333 15.4207 19.3917 16.262 20.625C17.104 21.8583 18.35 23.1417 20 24.475ZM20 27C17.65 25.2667 15.8957 23.5833 14.737 21.95C13.579 20.3167 13 18.7167 13 17.15C13 15.9667 13.2127 14.929 13.638 14.037C14.0627 13.1457 14.6083 12.4 15.275 11.8C15.9417 11.2 16.6917 10.75 17.525 10.45C18.3583 10.15 19.1833 10 20 10C20.8167 10 21.6417 10.15 22.475 10.45C23.3083 10.75 24.0583 11.2 24.725 11.8C25.3917 12.4 25.9377 13.1457 26.363 14.037C26.7877 14.929 27 15.9667 27 17.15C27 18.7167 26.4207 20.3167 25.262 21.95C24.104 23.5833 22.35 25.2667 20 27ZM20 19C20.55 19 21.021 18.804 21.413 18.412C21.8043 18.0207 22 17.55 22 17C22 16.45 21.8043 15.979 21.413 15.587C21.021 15.1957 20.55 15 20 15C19.45 15 18.9793 15.1957 18.588 15.587C18.196 15.979 18 16.45 18 17C18 17.55 18.196 18.0207 18.588 18.412C18.9793 18.804 19.45 19 20 19ZM13 30V28H27V30H13Z" fill="#FCCD04"/>
|
|
23
|
-
</g>
|
|
24
|
-
</svg>
|
|
25
|
-
)
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export default AddressDashboard;
|
|
29
|
-
/* tslint:enable */
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
|
|
4
|
-
const CallbackDashboard = (
|
|
5
|
-
props: any
|
|
6
|
-
) => {
|
|
7
|
-
return (
|
|
8
|
-
<svg
|
|
9
|
-
width="40"
|
|
10
|
-
height="40"
|
|
11
|
-
viewBox="0 0 40 40"
|
|
12
|
-
fill="none"
|
|
13
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
-
{...props}
|
|
15
|
-
>
|
|
16
|
-
<rect width="40" height="40" rx="8" fill="#FDB528"/>
|
|
17
|
-
<rect width="40" height="40" rx="8" fill="white" fillOpacity="0.88"/>
|
|
18
|
-
<mask id="mask0_7926_63655" maskUnits="userSpaceOnUse" x="8" y="8" width="24" height="24">
|
|
19
|
-
<rect x="8" y="8" width="24" height="24" fill="#FCCD04"/>
|
|
20
|
-
</mask>
|
|
21
|
-
<g mask="url(#mask0_7926_63655)">
|
|
22
|
-
<path d="M19 29V27H27V19.9C27 18.9333 26.8167 18.025 26.45 17.175C26.0833 16.325 25.5833 15.5833 24.95 14.95C24.3167 14.3167 23.575 13.8167 22.725 13.45C21.875 13.0833 20.9667 12.9 20 12.9C19.0333 12.9 18.125 13.0833 17.275 13.45C16.425 13.8167 15.6833 14.3167 15.05 14.95C14.4167 15.5833 13.9167 16.325 13.55 17.175C13.1833 18.025 13 18.9333 13 19.9V26H12C11.45 26 10.9793 25.8043 10.588 25.413C10.196 25.021 10 24.55 10 24V22C10 21.6167 10.0917 21.279 10.275 20.987C10.4583 20.6957 10.7 20.4583 11 20.275L11.075 18.95C11.225 17.7333 11.571 16.6333 12.113 15.65C12.6543 14.6667 13.3293 13.8333 14.138 13.15C14.946 12.4667 15.8543 11.9373 16.863 11.562C17.871 11.1873 18.9167 11 20 11C21.1 11 22.1543 11.1873 23.163 11.562C24.171 11.9373 25.075 12.4707 25.875 13.162C26.675 13.854 27.346 14.6873 27.888 15.662C28.4293 16.6373 28.775 17.725 28.925 18.925L29 20.225C29.3 20.375 29.5417 20.5957 29.725 20.887C29.9083 21.179 30 21.5 30 21.85V24.15C30 24.5167 29.9083 24.8417 29.725 25.125C29.5417 25.4083 29.3 25.625 29 25.775V27C29 27.55 28.8043 28.021 28.413 28.413C28.021 28.8043 27.55 29 27 29H19ZM17 22C16.7167 22 16.4793 21.904 16.288 21.712C16.096 21.5207 16 21.2833 16 21C16 20.7167 16.096 20.479 16.288 20.287C16.4793 20.0957 16.7167 20 17 20C17.2833 20 17.521 20.0957 17.713 20.287C17.9043 20.479 18 20.7167 18 21C18 21.2833 17.9043 21.5207 17.713 21.712C17.521 21.904 17.2833 22 17 22ZM23 22C22.7167 22 22.4793 21.904 22.288 21.712C22.096 21.5207 22 21.2833 22 21C22 20.7167 22.096 20.479 22.288 20.287C22.4793 20.0957 22.7167 20 23 20C23.2833 20 23.521 20.0957 23.713 20.287C23.9043 20.479 24 20.7167 24 21C24 21.2833 23.9043 21.5207 23.713 21.712C23.521 21.904 23.2833 22 23 22ZM14.025 20.45C13.9583 19.4667 14.096 18.575 14.438 17.775C14.7793 16.975 15.2373 16.2957 15.812 15.737C16.3873 15.179 17.05 14.75 17.8 14.45C18.55 14.15 19.3 14 20.05 14C21.5667 14 22.8793 14.4793 23.988 15.438C25.096 16.396 25.7667 17.5917 26 19.025C24.4333 19.0083 23.0167 18.5873 21.75 17.762C20.4833 16.9373 19.525 15.8667 18.875 14.55C18.6083 15.9 18.046 17.0957 17.188 18.137C16.3293 19.179 15.275 19.95 14.025 20.45Z" fill="#72E128"/>
|
|
23
|
-
<path d="M19 29V27H27V19.9C27 18.9333 26.8167 18.025 26.45 17.175C26.0833 16.325 25.5833 15.5833 24.95 14.95C24.3167 14.3167 23.575 13.8167 22.725 13.45C21.875 13.0833 20.9667 12.9 20 12.9C19.0333 12.9 18.125 13.0833 17.275 13.45C16.425 13.8167 15.6833 14.3167 15.05 14.95C14.4167 15.5833 13.9167 16.325 13.55 17.175C13.1833 18.025 13 18.9333 13 19.9V26H12C11.45 26 10.9793 25.8043 10.588 25.413C10.196 25.021 10 24.55 10 24V22C10 21.6167 10.0917 21.279 10.275 20.987C10.4583 20.6957 10.7 20.4583 11 20.275L11.075 18.95C11.225 17.7333 11.571 16.6333 12.113 15.65C12.6543 14.6667 13.3293 13.8333 14.138 13.15C14.946 12.4667 15.8543 11.9373 16.863 11.562C17.871 11.1873 18.9167 11 20 11C21.1 11 22.1543 11.1873 23.163 11.562C24.171 11.9373 25.075 12.4707 25.875 13.162C26.675 13.854 27.346 14.6873 27.888 15.662C28.4293 16.6373 28.775 17.725 28.925 18.925L29 20.225C29.3 20.375 29.5417 20.5957 29.725 20.887C29.9083 21.179 30 21.5 30 21.85V24.15C30 24.5167 29.9083 24.8417 29.725 25.125C29.5417 25.4083 29.3 25.625 29 25.775V27C29 27.55 28.8043 28.021 28.413 28.413C28.021 28.8043 27.55 29 27 29H19ZM17 22C16.7167 22 16.4793 21.904 16.288 21.712C16.096 21.5207 16 21.2833 16 21C16 20.7167 16.096 20.479 16.288 20.287C16.4793 20.0957 16.7167 20 17 20C17.2833 20 17.521 20.0957 17.713 20.287C17.9043 20.479 18 20.7167 18 21C18 21.2833 17.9043 21.5207 17.713 21.712C17.521 21.904 17.2833 22 17 22ZM23 22C22.7167 22 22.4793 21.904 22.288 21.712C22.096 21.5207 22 21.2833 22 21C22 20.7167 22.096 20.479 22.288 20.287C22.4793 20.0957 22.7167 20 23 20C23.2833 20 23.521 20.0957 23.713 20.287C23.9043 20.479 24 20.7167 24 21C24 21.2833 23.9043 21.5207 23.713 21.712C23.521 21.904 23.2833 22 23 22ZM14.025 20.45C13.9583 19.4667 14.096 18.575 14.438 17.775C14.7793 16.975 15.2373 16.2957 15.812 15.737C16.3873 15.179 17.05 14.75 17.8 14.45C18.55 14.15 19.3 14 20.05 14C21.5667 14 22.8793 14.4793 23.988 15.438C25.096 16.396 25.7667 17.5917 26 19.025C24.4333 19.0083 23.0167 18.5873 21.75 17.762C20.4833 16.9373 19.525 15.8667 18.875 14.55C18.6083 15.9 18.046 17.0957 17.188 18.137C16.3293 19.179 15.275 19.95 14.025 20.45Z" fill="black" fillOpacity="0.1"/>
|
|
24
|
-
</g>
|
|
25
|
-
</svg>
|
|
26
|
-
)
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export default CallbackDashboard;
|
|
30
|
-
/* tslint:enable */
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
|
|
4
|
-
const CloseGrey = (
|
|
5
|
-
props: any
|
|
6
|
-
) => {
|
|
7
|
-
return (
|
|
8
|
-
<svg
|
|
9
|
-
width="14"
|
|
10
|
-
height="14"
|
|
11
|
-
viewBox="0 0 14 14"
|
|
12
|
-
fill="none"
|
|
13
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
-
{...props}
|
|
15
|
-
>
|
|
16
|
-
<path d="M13.3602 1.94045L12.0677 0.647949L6.94352 5.77212L1.81936 0.647949L0.526855 1.94045L5.65102 7.06462L0.526855 12.1888L1.81936 13.4813L6.94352 8.35711L12.0677 13.4813L13.3602 12.1888L8.23602 7.06462L13.3602 1.94045Z" fill="#4C4E64" fillOpacity="0.54"/>
|
|
17
|
-
</svg>
|
|
18
|
-
)
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export default CloseGrey;
|
|
22
|
-
/* tslint:enable */
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const DashboardQuestionMark = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
width="28"
|
|
9
|
-
height="27"
|
|
10
|
-
viewBox="0 0 28 27"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
{ ...props }
|
|
14
|
-
>
|
|
15
|
-
<path d="M12.3513 21.6065H15.018V18.9399H12.3513V21.6065ZM13.6847 0.273193C6.32468 0.273193 0.351349 6.24653 0.351349 13.6065C0.351349 20.9665 6.32468 26.9399 13.6847 26.9399C21.0447 26.9399 27.018 20.9665 27.018 13.6065C27.018 6.24653 21.0447 0.273193 13.6847 0.273193ZM13.6847 24.2732C7.80468 24.2732 3.01802 19.4865 3.01802 13.6065C3.01802 7.72653 7.80468 2.93986 13.6847 2.93986C19.5647 2.93986 24.3513 7.72653 24.3513 13.6065C24.3513 19.4865 19.5647 24.2732 13.6847 24.2732ZM13.6847 5.60653C10.738 5.60653 8.35135 7.99319 8.35135 10.9399H11.018C11.018 9.47319 12.218 8.27319 13.6847 8.27319C15.1513 8.27319 16.3513 9.47319 16.3513 10.9399C16.3513 13.6065 12.3513 13.2732 12.3513 17.6065H15.018C15.018 14.6065 19.018 14.2732 19.018 10.9399C19.018 7.99319 16.6313 5.60653 13.6847 5.60653Z" fill="#005CCB"/>
|
|
16
|
-
</svg>
|
|
17
|
-
);
|
|
18
|
-
|
|
19
|
-
export default DashboardQuestionMark;
|
|
20
|
-
/* tslint:enable */
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
|
|
4
|
-
const DeliveryDashboard = (
|
|
5
|
-
props: any
|
|
6
|
-
) => {
|
|
7
|
-
const { disabled } = props;
|
|
8
|
-
return (
|
|
9
|
-
<svg width="118" height="118" viewBox="0 0 118 118" fill={disabled ? '#D8E2FF' : '#005CCB'} xmlns="http://www.w3.org/2000/svg">
|
|
10
|
-
<g clip-path="url(#clip0_9606_64490)">
|
|
11
|
-
<path fillRule="evenodd" clipRule="evenodd" d="M102.27 31.22C98.01 25.78 91.5 23.62 82.9 23.02C79.1 22.75 76.1 25.87 76.1 29.52V66.74H16.64C12.97 66.74 10 69.71 10 73.38V77.42C10 81.09 12.97 84.06 16.64 84.06H30C29.99 84.28 29.98 84.51 29.98 84.73C29.98 90.83 34.92 95.78 41.02 95.78C47.12 95.78 52.07 90.83 52.07 84.73C52.07 84.51 52.06 84.28 52.05 84.06H76.13C76.12 84.28 76.1 84.5 76.1 84.73C76.1 90.83 81.05 95.78 87.15 95.78C93.25 95.78 98.2 90.83 98.2 84.73C98.2 84.44 98.18 84.16 98.16 83.88H101.52C105.18 83.88 108.16 80.92 108.16 77.25V56.52C108.16 44.73 106.46 36.57 102.28 31.22H102.27ZM48.63 84.73C48.63 88.93 45.22 92.33 41.02 92.33C36.82 92.33 33.42 88.93 33.42 84.73C33.42 84.5 33.43 84.28 33.45 84.06C33.56 82.8 33.97 81.63 34.64 80.62C35.98 78.51 38.33 77.12 41.02 77.12C43.71 77.12 46.07 78.51 47.41 80.62C48.07 81.63 48.49 82.8 48.6 84.06C48.62 84.28 48.63 84.5 48.63 84.73ZM76.1 80.62H51.28C49.65 76.55 45.68 73.68 41.02 73.68C36.36 73.68 32.4 76.55 30.77 80.62H16.64C14.87 80.62 13.44 79.19 13.44 77.42V73.38C13.44 71.61 14.87 70.18 16.64 70.18H76.1V80.62ZM87.15 92.33C82.95 92.33 79.54 88.92 79.54 84.72C79.54 80.52 82.95 77.11 87.15 77.11C91.35 77.11 94.76 80.52 94.76 84.72C94.76 88.92 91.35 92.33 87.15 92.33ZM104.71 77.25C104.71 79.01 103.28 80.44 101.51 80.44H97.33C95.66 76.47 91.73 73.68 87.15 73.68C84.2 73.68 81.53 74.84 79.54 76.73V29.52C79.54 27.71 81.01 26.34 82.66 26.45C90.88 27.03 96.19 29.04 99.56 33.34C102.99 37.74 104.71 44.88 104.71 56.52V77.25Z" fill={disabled ? '#D8E2FF' : '#005CCB'}/>
|
|
12
|
-
<path fillRule="evenodd" clipRule="evenodd" d="M85.04 30.11C83.95 30.02 83.02 30.88 83.02 31.97V48.99C83.02 51.44 84.48 53.63 86.68 54.59C87.41 54.92 88.15 54.96 88.69 54.95L98.53 54.73C98.53 54.73 98.61 54.74 98.66 54.74C98.82 54.74 99.29 54.73 99.76 54.42C100.25 54.09 100.6 53.51 100.59 52.84L100.57 51.12C100.57 44.99 99.6 39.96 97.08 36.32C94.49 32.57 90.47 30.57 85.04 30.11ZM97.13 51.32L88.62 51.5C88.28 51.51 88.13 51.47 88.06 51.44C87.1 51.02 86.46 50.06 86.46 48.99V33.75C90.17 34.37 92.62 35.92 94.25 38.27C96.18 41.06 97.13 45.26 97.13 51.13V51.32Z" fill={disabled ? '#D8E2FF' : '#005CCB'}/>
|
|
13
|
-
<path fillRule="evenodd" clipRule="evenodd" d="M13.2 61.5499L18.71 62.8699H19.87C20.95 64.7799 23.01 66.0799 25.37 66.0799C27.73 66.0799 29.8 64.7799 30.88 62.8699H56.41C56.68 63.3499 57.01 63.7899 57.4 64.1799C57.48 64.2699 57.56 64.3499 57.65 64.4199C57.96 64.7099 58.31 64.9699 58.68 65.1899C58.8 65.2599 58.92 65.3299 59.04 65.3899C59.17 65.4599 59.31 65.5199 59.45 65.5799C59.6 65.6499 59.76 65.7099 59.93 65.7599C59.99 65.7799 60.05 65.7999 60.1 65.8199C60.27 65.8699 60.44 65.9099 60.62 65.9499C60.78 65.9799 60.94 66.0099 61.11 66.0299C61.23 66.0399 61.34 66.0599 61.46 66.0599C61.61 66.0699 61.76 66.0799 61.91 66.0799C62.06 66.0799 62.21 66.0799 62.36 66.0599C62.48 66.0599 62.59 66.0399 62.71 66.0299C62.88 66.0099 63.04 65.9799 63.2 65.9499C63.38 65.9099 63.55 65.8699 63.72 65.8199C63.77 65.7999 63.83 65.7799 63.89 65.7599C64.06 65.7099 64.22 65.6499 64.37 65.5799C64.51 65.5199 64.65 65.4599 64.78 65.3899C64.9 65.3299 65.02 65.2599 65.14 65.1899C65.44 65.0199 65.71 64.8199 65.97 64.5999C66.1 64.4899 66.23 64.3799 66.35 64.2599L66.43 64.1799C66.55 64.0499 66.68 63.9199 66.79 63.7799C66.89 63.6599 66.99 63.5299 67.08 63.3999C67.2 63.2299 67.32 63.0499 67.42 62.8699H71.1C73.41 62.8699 75.28 60.9999 75.28 58.6899V51.0099C75.28 50.4299 75.1 49.8499 74.76 49.3699C72.32 45.8999 68.35 43.8399 64.11 43.8399H57.88C56.98 43.8399 56.06 43.4099 55.33 42.6299C53.76 40.9599 51.55 38.9999 48.96 37.4399C46.38 35.8999 43.31 34.6899 40.05 34.6899C36.6 34.6899 33.7 34.8199 30.79 35.3799C25.78 36.3499 21.67 39.4299 18.23 42.6399H16.2C13.89 42.6399 12.02 44.5099 12.02 46.8199V51.2799C10.85 51.5899 10 52.6499 10 53.9199V57.4899C10 59.4199 11.32 61.0999 13.2 61.5499ZM28.26 59.7599C28.26 61.3499 26.97 62.6399 25.37 62.6399C23.77 62.6399 22.49 61.3499 22.49 59.7599C22.49 59.6499 22.5 59.5399 22.51 59.4299C22.68 57.9899 23.89 56.8799 25.37 56.8799C26.85 56.8799 28.07 57.9899 28.24 59.4299C28.25 59.5399 28.26 59.6499 28.26 59.7599ZM64.79 59.7599C64.79 61.3499 63.5 62.6399 61.91 62.6399C60.32 62.6399 59.03 61.3499 59.03 59.7599C59.03 59.6499 59.04 59.5399 59.05 59.4299C59.22 57.9899 60.43 56.8799 61.91 56.8799C63.39 56.8799 64.6 57.9899 64.77 59.4299C64.77 59.5399 64.79 59.6499 64.79 59.7599ZM13.44 54.5299C14.6 54.2199 15.46 53.1599 15.46 51.8899V46.8199C15.46 46.4099 15.79 46.0799 16.2 46.0799H18.44C19.18 46.0799 19.89 45.7999 20.43 45.2899C23.77 42.1499 27.34 39.5499 31.44 38.7599C34.03 38.2599 36.67 38.1299 40.05 38.1299C42.48 38.1299 44.93 39.0399 47.19 40.3999C49.45 41.7499 51.41 43.4899 52.82 44.9899C54.08 46.3299 55.87 47.2799 57.88 47.2799H64.11C67.16 47.2799 70.04 48.7399 71.84 51.1999V58.6899C71.84 59.0999 71.51 59.4299 71.1 59.4299H68.22C68.22 59.2199 68.19 59.0199 68.16 58.8099C68.13 58.6199 68.09 58.4299 68.05 58.2399C68.04 58.2099 68.03 58.1799 68.02 58.1499C67.99 58.0099 67.95 57.8799 67.9 57.7499C67.9 57.6699 67.86 57.5799 67.81 57.4999C67.77 57.3899 67.73 57.2799 67.67 57.1699C67.57 56.9199 67.44 56.6799 67.29 56.4499C67.23 56.3299 67.15 56.2099 67.06 56.0899C66.98 55.9699 66.89 55.8499 66.79 55.7399C66.67 55.5999 66.55 55.4599 66.42 55.3299C66.4 55.2999 66.38 55.2899 66.36 55.2699C66.22 55.1299 66.08 54.9999 65.93 54.8799C65.83 54.7999 65.73 54.7199 65.62 54.6399C65.53 54.5699 65.44 54.5099 65.35 54.4499C64.36 53.7999 63.18 53.4299 61.91 53.4299C60.64 53.4299 59.46 53.7999 58.47 54.4499C58.38 54.5099 58.29 54.5699 58.2 54.6399C58.09 54.7199 57.99 54.7999 57.89 54.8799C57.75 54.9999 57.61 55.1199 57.48 55.2499C57.28 55.4399 57.09 55.6599 56.93 55.8799C56.85 55.9699 56.79 56.0599 56.72 56.1499C56.63 56.2899 56.54 56.4299 56.46 56.5699C56.37 56.7199 56.28 56.8799 56.21 57.0399C56.19 57.0699 56.18 57.0999 56.17 57.1199C56.1 57.2799 56.03 57.4399 55.97 57.6099C55.97 57.6199 55.97 57.6299 55.97 57.6499C55.9 57.8299 55.85 58.0199 55.8 58.2099C55.75 58.4099 55.71 58.6099 55.68 58.8099C55.65 59.0199 55.63 59.2199 55.62 59.4299H31.68C31.52 56.0899 28.76 53.4299 25.37 53.4299C21.98 53.4299 19.24 56.0899 19.07 59.4199L14 58.2099C13.67 58.1299 13.44 57.8299 13.44 57.4899V54.5299Z" fill={disabled ? '#D8E2FF' : '#005CCB'}/>
|
|
14
|
-
</g>
|
|
15
|
-
<defs>
|
|
16
|
-
<clipPath id="clip0_9606_64490">
|
|
17
|
-
<rect width="98.15" height="72.78" fill="white" transform="translate(10 23)"/>
|
|
18
|
-
</clipPath>
|
|
19
|
-
</defs>
|
|
20
|
-
</svg>
|
|
21
|
-
)
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export default DeliveryDashboard;
|
|
25
|
-
/* tslint:enable */
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import * as React from 'react';
|
|
3
|
-
|
|
4
|
-
const EditPriceIcons = (
|
|
5
|
-
props: any
|
|
6
|
-
) => (
|
|
7
|
-
<svg
|
|
8
|
-
width="17"
|
|
9
|
-
height="17"
|
|
10
|
-
viewBox="0 0 17 17"
|
|
11
|
-
fill="none"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
{ ...props }
|
|
14
|
-
>
|
|
15
|
-
<path d="M1.5 16.146C1.08333 16.146 0.729333 16 0.438 15.708C0.146 15.4167 0 15.0627 0 14.646V3.646C0 3.22933 0.146 2.875 0.438 2.583C0.729333 2.29167 1.08333 2.146 1.5 2.146H8.021L6.521 3.646H1.5V14.646H12.5V9.667L14 8.146V14.646C14 15.0627 13.854 15.4167 13.562 15.708C13.2707 16 12.9167 16.146 12.5 16.146H1.5ZM10.625 2.333L11.708 3.417L6.5 8.583V9.646H7.562L12.75 4.479L13.792 5.542L8.188 11.146H5V7.979L10.625 2.333ZM13.792 5.542L10.625 2.333L12.396 0.562C12.6873 0.270667 13.038 0.125 13.448 0.125C13.8573 0.125 14.208 0.270667 14.5 0.562L15.583 1.646C15.875 1.93733 16.021 2.288 16.021 2.698C16.021 3.10733 15.875 3.458 15.583 3.75L13.792 5.542Z" fill="#005CCB"/>
|
|
16
|
-
</svg>
|
|
17
|
-
);
|
|
18
|
-
|
|
19
|
-
export default EditPriceIcons;
|
|
20
|
-
/* tslint:enable */
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
|
|
4
|
-
const HandingOverDashboard = (
|
|
5
|
-
props: any
|
|
6
|
-
) => {
|
|
7
|
-
const { disabled } = props;
|
|
8
|
-
return (
|
|
9
|
-
<svg
|
|
10
|
-
fill={disabled ? '#D8E2FF' : '#005CCB'}
|
|
11
|
-
id="Layer_2"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
viewBox="0 0 94.09 88.65"
|
|
14
|
-
{...props}
|
|
15
|
-
>
|
|
16
|
-
<g id="Layer_1-2">
|
|
17
|
-
<g>
|
|
18
|
-
<path d="M85,81.97c-.45,3.9-3.81,6.68-7.64,6.68h-4.33c-4.14,0-7.53-3.18-7.85-7.24H20.23c-.33,4.06-3.72,7.24-7.85,7.24h-3.59c-3.84,0-7.19-2.78-7.65-6.68-1.32-11.15-2.22-29.87,1.6-43.9,.08-.33,.17-.66,.27-.98l.39-1.75L8.28,13.56l.02-.08,.02-.09c.72-2.08,1.64-3.85,3.81-4.89,1.94-.92,4.7-1.16,8.68-1.16h25.42c-.65,1.08-1.21,2.19-1.69,3.34H20.81c-4.05,0-6.07,.28-7.24,.84-.93,.44-1.46,1.13-2.05,2.86l-4.84,21.58c13.67,3.75,27.71,5.35,41.7,4.81l2.46,2.46,.71,.71c-2.83,.18-5.68,.27-8.52,.27-12.47,0-24.97-1.67-37.15-5.01-3.56,13.37-2.73,31.38-1.44,42.37,.26,2.14,2.1,3.74,4.34,3.74h3.59c2.52,0,4.55-2.03,4.55-4.54v-.24c0-1.36,1.1-2.46,2.46-2.46h46.62c1.37,0,2.46,1.11,2.46,2.46v.24c0,2.51,2.03,4.54,4.55,4.54h4.33c2.24,0,4.08-1.6,4.33-3.74,.97-8.22,1.67-20.38,.48-31.58,1.1-.4,2.16-.87,3.19-1.43,1.41,11.91,.65,24.87-.37,33.4Z"/>
|
|
19
|
-
<g>
|
|
20
|
-
<path d="M87.6,6.49c-4.31-4.31-9.64-6.49-15.85-6.49s-11.54,2.18-15.84,6.49c-.28,.28-.55,.56-.81,.85-.97,1.05-1.8,2.17-2.52,3.34-2.12,3.43-3.17,7.33-3.17,11.65,0,6.21,2.19,11.54,6.5,15.85,.68,.68,1.38,1.3,2.1,1.87,1.44,1.14,2.98,2.06,4.61,2.77,2.77,1.23,5.83,1.85,9.13,1.85s6.48-.66,9.32-1.98c1.06-.47,2.07-1.05,3.05-1.7,1.19-.8,2.33-1.74,3.41-2.8,4.35-4.3,6.56-9.64,6.56-15.85s-2.19-11.54-6.49-15.84Zm-7.13,18.7l-2.79,2.77-8.66,8.58c-.9,.9-1.96,1.36-3.16,1.36s-2.27-.45-3.17-1.36l-6.94-6.79c-.4-.41-.61-.88-.61-1.44s.21-1.04,.61-1.44c.4-.4,.9-.61,1.51-.61s1.11,.21,1.51,.61l7.09,7.09,10.74-10.82,2.78-2.8,6.4-6.45c.4-.4,.9-.61,1.51-.61s1.11,.21,1.51,.61,.61,.9,.61,1.51-.21,1.11-.61,1.51l-8.33,8.27Z"/>
|
|
21
|
-
<path d="M69.77,51.34c-.62,0-1.21,.09-1.77,.28,1.22,.13,2.47,.21,3.75,.21,.11,0,.22,0,.33-.01-.71-.31-1.49-.47-2.31-.47Z"/>
|
|
22
|
-
</g>
|
|
23
|
-
<path d="M21.2,57.15c0,3.21-2.61,5.82-5.82,5.82s-5.82-2.61-5.82-5.82,2.61-5.81,5.82-5.81,5.82,2.6,5.82,5.81Z"/>
|
|
24
|
-
<path d="M75.59,57.15c0,3.21-2.61,5.82-5.82,5.82s-5.81-2.61-5.81-5.82c0-2.59,1.69-4.78,4.04-5.53h.01c.55-.18,1.15-.28,1.77-.28,.82,0,1.6,.16,2.31,.47h.01c2.06,.9,3.5,2.95,3.5,5.34Z"/>
|
|
25
|
-
</g>
|
|
26
|
-
</g>
|
|
27
|
-
</svg>
|
|
28
|
-
)
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export default HandingOverDashboard;
|
|
32
|
-
/* tslint:enable */
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
import React from 'react';
|
|
3
|
-
|
|
4
|
-
const MenuGrey = (
|
|
5
|
-
props: any
|
|
6
|
-
) => {
|
|
7
|
-
return (
|
|
8
|
-
<svg
|
|
9
|
-
width="18"
|
|
10
|
-
height="13"
|
|
11
|
-
viewBox="0 0 18 13"
|
|
12
|
-
fill="none"
|
|
13
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
-
{...props}
|
|
15
|
-
>
|
|
16
|
-
<path d="M1 12.0969C0.716667 12.0969 0.479333 12.0009 0.288 11.8089C0.0960001 11.6176 0 11.3803 0 11.0969C0 10.8136 0.0960001 10.5763 0.288 10.3849C0.479333 10.1929 0.716667 10.0969 1 10.0969H17C17.2833 10.0969 17.5207 10.1929 17.712 10.3849C17.904 10.5763 18 10.8136 18 11.0969C18 11.3803 17.904 11.6176 17.712 11.8089C17.5207 12.0009 17.2833 12.0969 17 12.0969H1ZM1 7.09692C0.716667 7.09692 0.479333 7.00092 0.288 6.80892C0.0960001 6.61759 0 6.38026 0 6.09692C0 5.81359 0.0960001 5.57592 0.288 5.38392C0.479333 5.19259 0.716667 5.09692 1 5.09692H17C17.2833 5.09692 17.5207 5.19259 17.712 5.38392C17.904 5.57592 18 5.81359 18 6.09692C18 6.38026 17.904 6.61759 17.712 6.80892C17.5207 7.00092 17.2833 7.09692 17 7.09692H1ZM1 2.09692C0.716667 2.09692 0.479333 2.00126 0.288 1.80992C0.0960001 1.61792 0 1.38026 0 1.09692C0 0.813591 0.0960001 0.575924 0.288 0.383924C0.479333 0.192591 0.716667 0.0969238 1 0.0969238H17C17.2833 0.0969238 17.5207 0.192591 17.712 0.383924C17.904 0.575924 18 0.813591 18 1.09692C18 1.38026 17.904 1.61792 17.712 1.80992C17.5207 2.00126 17.2833 2.09692 17 2.09692H1Z" fill="#4C4E64" fillOpacity="0.87"/>
|
|
17
|
-
</svg>
|
|
18
|
-
)
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export default MenuGrey;
|
|
22
|
-
/* tslint:enable */
|