@bytebrand/fe-ui-core 4.2.81 → 4.2.83

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebrand/fe-ui-core",
3
- "version": "4.2.81",
3
+ "version": "4.2.83",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -25,7 +25,7 @@ interface IRequestedCarsSection {
25
25
  requestedCars: any[];
26
26
  t: TFunction;
27
27
  LinkRouter:any;
28
- initHotjar:() => void;
28
+ // initHotjar:() => void;
29
29
  }
30
30
 
31
31
  const RequestedCarsSection = ({ t, getSupportedImageFormat, requestedCars, redirectToCar, LinkRouter }: IRequestedCarsSection) => {
@@ -24,7 +24,8 @@ const VehicleInfo: React.FC<IVehicleInfoProps> = (props) => {
24
24
  i18nPrefixForPriceRating,
25
25
  vehicleComponentName,
26
26
  combineRefAlternative,
27
- common: { currentSalesPrice, mileage },
27
+ mileage,
28
+ common: { currentSalesPrice },
28
29
  language,
29
30
  url,
30
31
  target,
@@ -98,8 +98,8 @@ export interface IVehicleInfo {
98
98
  location?: IVehicleLocation;
99
99
  common: {
100
100
  currentSalesPrice?: number;
101
- mileage?: string;
102
101
  };
102
+ mileage?: string;
103
103
  environmentEmissions?: any;
104
104
  engineData?: any;
105
105
  offer?: any;