@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
package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl
CHANGED
|
@@ -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;
|
|
@@ -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
|
{
|