@bytebrand/fe-ui-core 4.2.205 → 4.2.206

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.205",
3
+ "version": "4.2.206",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -10,7 +10,7 @@ import styles from './VehicleDetailedSidebar.styl';
10
10
  import { vehicleProps } from '../../locales/data';
11
11
  import { IVehicleDetailedSidebarProps } from '../../framework/types/types';
12
12
  import DealerInfo from '../Alternative/DealerInfo';
13
- import { Skeleton } from '@bytebrand/fe-ui-core/common';
13
+ import { Skeleton } from '@mui/material';
14
14
 
15
15
  declare global {
16
16
  interface Window {
@@ -251,6 +251,7 @@ export interface IVehicleDetailedSidebarProps {
251
251
  isAlternative?: boolean;
252
252
  onCurrentSalesPriceChange: (price: number) => void;
253
253
  className?: string;
254
+ isFetching?: boolean;
254
255
  }
255
256
 
256
257
  interface IOfferRequestButtonWrapper {