@ledvance/group-ui-biz-bundle 1.0.45 → 1.0.46

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.45",
7
+ "version": "1.0.46",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -76,7 +76,7 @@ const AddMoodPage = () => {
76
76
  mode: 'add',
77
77
  currentMood: index === 0 ? newMood(
78
78
  id,
79
- moduleParams.isSupportColor,
79
+ moduleParams.isSupportColor && moduleParams.isSupportTemperature,
80
80
  routeParams.isStatic,
81
81
  moduleParams
82
82
  ) : recommendMood2SceneUIState(item),
@@ -90,7 +90,7 @@ const AddMoodPage = () => {
90
90
  mode: 'add',
91
91
  currentMood: index === 0 ? newMood(
92
92
  id,
93
- moduleParams.isSupportColor,
93
+ moduleParams.isSupportColor && moduleParams.isSupportTemperature,
94
94
  routeParams.isStatic,
95
95
  moduleParams
96
96
  ) : recommendMood2SceneUIState(item),