@bytebrand/fe-ui-core 4.1.195 → 4.1.196

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.195",
3
+ "version": "4.1.196",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -92,7 +92,6 @@
92
92
  font-weight: bold
93
93
 
94
94
  .tdContent
95
- text-transform: capitalize
96
95
  +media-tablet-landscape-down()
97
96
  display: grid;
98
97
  grid-template-columns: repeat(3, 1fr);
@@ -132,6 +131,9 @@
132
131
  text-overflow: ellipsis;
133
132
  overflow: hidden;
134
133
 
134
+ .checkedItem:first-letter
135
+ text-transform capitalize;
136
+
135
137
  .subTitle
136
138
  font-size 10px
137
139
  font-weight normal