@bytebrand/fe-ui-core 4.1.150 → 4.1.152

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.150",
3
+ "version": "4.1.152",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -225,6 +225,8 @@ const VehicleSmallCard: FunctionComponent<IVehicleSmallCardProps> = (props) => {
225
225
  t,
226
226
  id,
227
227
  url,
228
+ target,
229
+ rel,
228
230
  iconName,
229
231
  showDashboardButton,
230
232
  dashboardButtonText,
@@ -37,7 +37,7 @@
37
37
 
38
38
  .modalBtn
39
39
  height: 38px
40
- text-transform: uppercase !important
40
+ text-transform: capitalize !important
41
41
  +media-phone-only()
42
42
  font-size: 11px !important
43
43