@bytebrand/fe-ui-core 4.1.216 → 4.1.218

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.216",
3
+ "version": "4.1.218",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -53,10 +53,6 @@
53
53
  .priceItemBuy
54
54
  border-top: 1px solid rgba(76, 78, 100, 0.12);
55
55
 
56
- .priceItemPrice
57
- +media-tablet-landscape-up()
58
- transform: translateX(-6px);
59
-
60
56
  .priceItemCategory
61
57
  font-size: 12px
62
58
  color: rgba(76, 78, 100, 0.87);
@@ -100,6 +96,7 @@
100
96
  justify-content: center;
101
97
  align-items: flex-end;
102
98
  color: inherit;
99
+ padding-right: 5px;
103
100
 
104
101
  .oldPriceWrap
105
102
  display: flex;
@@ -95,7 +95,7 @@ const TimePicker = ({
95
95
  }
96
96
  onHandleTimestampChange(+new Date(`${new Date(nextWeekDaysFull[day]).toDateString()} ${getTimeRanges()[time].time}`) / 1000);
97
97
  },
98
- [day, time, currentDay]
98
+ [day, time]
99
99
  );
100
100
 
101
101
  const getHours = (time: string) => {
@@ -119,6 +119,13 @@ const BreadcrumbsFactory: IBreadcrumbsFactoryConfig = {
119
119
  withBackBtn: true
120
120
  }),
121
121
 
122
+ VEHICLE_NOT_DETAILS: () => ({
123
+ list: [],
124
+ classBreadcrumbsAny: 'VEHICLE_DETAILS',
125
+ className: 'breadcrumbsCDP',
126
+ withBackBtn: true
127
+ }),
128
+
122
129
  ALTERNATIVE_VEHICLE_DETAILS: (props: any) => ({
123
130
  list: [
124
131
  {