@ledvance/group-ui-biz-bundle 1.0.132 → 1.0.133

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
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/group-ui-biz-bundle",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.0.132",
7
+ "version": "1.0.133",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -132,7 +132,7 @@ const EnergyConsumptionChart = (props: { theme?: ThemeType }) => {
132
132
  state.headlineText = `${monthFormat(month)} ${year}`;
133
133
  break
134
134
  case DateType.Day:
135
- state.headlineText = `${day}/${month}/${year}\n${loopsText[dayOfWeek]}`;
135
+ state.headlineText = `${day}/${month}/${year} (${loopsText[dayOfWeek]})`;
136
136
  break
137
137
  }
138
138
  }, [state.dateType, state.headlineText]);