@bytebrand/fe-ui-core 4.1.115 → 4.1.117

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.115",
3
+ "version": "4.1.117",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -16,7 +16,7 @@
16
16
  +media-phone-only()
17
17
  display: flex
18
18
  &.infoSectionRecently
19
- padding: 12px 16px
19
+ padding: 12px 30px 12px 16px
20
20
 
21
21
  .wrapTitles
22
22
  display flex;
@@ -77,14 +77,12 @@ $indent = 10px
77
77
 
78
78
  .statsStarIcon
79
79
  margin-right: 5px
80
- width: 1.1em
81
- height: 1.1em
82
- stroke: #333;
80
+ width: 1.2em
81
+ height: 1.3em
83
82
 
84
83
  .accented
85
84
  color: $primary
86
85
  fill: $primary
87
- stroke: $primary;
88
86
 
89
87
  .xs
90
88
  height: $xs-height
@@ -130,7 +130,7 @@ export default function withStats(WrappedComponent: any) {
130
130
  </span>
131
131
  </div> : null}
132
132
  {!!totalFavCount ? <div className={favoritesClassName} onClick={onFavoriteClick}>
133
- <IconSVG name='common_StarRoundedCorners' customDimensions className={favoritesIconClassName} />
133
+ <IconSVG name='starNew' customDimensions className={favoritesIconClassName} />
134
134
  <span>
135
135
  {totalFavCount}
136
136
  </span>