@bytebrand/fe-ui-core 4.1.71 → 4.1.72

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.1.71",
3
+ "version": "4.1.72",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -120,5 +120,6 @@ export default memo(EngineTransDriveWidget, (prevProps: any, nextProps: any) =>
120
120
  isEqual(prevProps.DRIVE_TYPE.values, nextProps.DRIVE_TYPE.values) &&
121
121
  isEqual(prevProps.TRANSMISSION.values, nextProps.TRANSMISSION.values) &&
122
122
  prevProps.FUEL.values.length === nextProps.FUEL.values.length &&
123
+ isEqual(prevProps.FUEL.aggregation, nextProps.FUEL.aggregation) &&
123
124
  prevProps.t === nextProps.t;
124
125
  });