@bytebrand/fe-ui-core 4.1.75 → 4.1.77
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 +3 -3
- package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +4 -1
- package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +1 -14
- package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +3 -2
- package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +3 -1
- package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bytebrand/fe-ui-core",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.77",
|
|
4
4
|
"description": "UI components for the auto.de project",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"module": "dist/common.js",
|
|
@@ -17,8 +17,6 @@
|
|
|
17
17
|
"@bytebrand/fe-histoslider": "^2.0.19",
|
|
18
18
|
"@bytebrand/i18n-dictionaries": "^0.7.5",
|
|
19
19
|
"@date-io/date-fns": "1.3.13",
|
|
20
|
-
"@emotion/react": "^11.9.3",
|
|
21
|
-
"@emotion/styled": "^11.9.3",
|
|
22
20
|
"@mui/lab": "^5.0.0-alpha.90",
|
|
23
21
|
"@mui/material": "^5.9.0",
|
|
24
22
|
"@mui/styles": "^5.9.0",
|
|
@@ -50,6 +48,8 @@
|
|
|
50
48
|
"uuid": "^8.3.2"
|
|
51
49
|
},
|
|
52
50
|
"devDependencies": {
|
|
51
|
+
"@emotion/react": "^11.9.3",
|
|
52
|
+
"@emotion/styled": "^11.9.3",
|
|
53
53
|
"@storybook/addon-actions": "^5.1.11",
|
|
54
54
|
"@storybook/addon-backgrounds": "^5.1.11",
|
|
55
55
|
"@storybook/addon-centered": "^5.1.11",
|
package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl
CHANGED
|
@@ -11,6 +11,9 @@
|
|
|
11
11
|
|
|
12
12
|
&.priceItemFavorite
|
|
13
13
|
height: 44px;
|
|
14
|
+
+media-tablet-landscape-up()
|
|
15
|
+
&.priceItemBuy
|
|
16
|
+
height: 52px;
|
|
14
17
|
|
|
15
18
|
+media-phone-up()
|
|
16
19
|
height: 42px;
|
|
@@ -145,5 +148,5 @@
|
|
|
145
148
|
bottom: 5px;
|
|
146
149
|
|
|
147
150
|
.tooltipWrapFavorites
|
|
148
|
-
transform: translateY(
|
|
151
|
+
transform: translateY(0px);
|
|
149
152
|
margin-left: 5px;
|
|
@@ -17,9 +17,6 @@
|
|
|
17
17
|
+media-tablet-landscape-down()
|
|
18
18
|
padding: 0 10px;
|
|
19
19
|
|
|
20
|
-
& > div:last-of-type
|
|
21
|
-
margin: auto;
|
|
22
|
-
|
|
23
20
|
&::after
|
|
24
21
|
content: '';
|
|
25
22
|
position absolute;
|
|
@@ -97,7 +94,7 @@
|
|
|
97
94
|
height: 12px;
|
|
98
95
|
|
|
99
96
|
& .priceRatingSRL span
|
|
100
|
-
font-size:
|
|
97
|
+
font-size: 8px;
|
|
101
98
|
margin-bottom: 2px;
|
|
102
99
|
|
|
103
100
|
&.vehiclePropertiesSearch,
|
|
@@ -141,11 +138,6 @@
|
|
|
141
138
|
& > .offerAvailability
|
|
142
139
|
border: none;
|
|
143
140
|
|
|
144
|
-
& .carIconSearch
|
|
145
|
-
width: 30px;
|
|
146
|
-
height: 30px;
|
|
147
|
-
max-width: 28px;
|
|
148
|
-
|
|
149
141
|
& .priceRatingSRL
|
|
150
142
|
margin: auto;
|
|
151
143
|
|
|
@@ -177,11 +169,6 @@
|
|
|
177
169
|
& + div
|
|
178
170
|
border: none;
|
|
179
171
|
|
|
180
|
-
& .carIconSearch
|
|
181
|
-
width: 30px;
|
|
182
|
-
height: 30px;
|
|
183
|
-
max-width: 28px;
|
|
184
|
-
|
|
185
172
|
& .priceRatingSRL
|
|
186
173
|
margin: auto;
|
|
187
174
|
|
|
@@ -19,8 +19,9 @@
|
|
|
19
19
|
border-left: 1px solid $grey-d
|
|
20
20
|
|
|
21
21
|
&.vehiclePriceSectionFavorite
|
|
22
|
-
padding:
|
|
22
|
+
padding: 1px 10px 0 10px
|
|
23
23
|
+media-tablet-landscape-up()
|
|
24
|
+
margin-top: -1px;
|
|
24
25
|
flex-shrink: 0;
|
|
25
26
|
padding: 0 5px 0 15px;
|
|
26
27
|
border-left: 1px solid $grey-d
|
|
@@ -74,7 +75,7 @@
|
|
|
74
75
|
padding-top: 15px;
|
|
75
76
|
|
|
76
77
|
+media-tablet-landscape-up()
|
|
77
|
-
margin-top:
|
|
78
|
+
margin-top: 12px;
|
|
78
79
|
padding-top: 0;
|
|
79
80
|
border: none;
|
|
80
81
|
|