@ledvance/group-ui-biz-bundle 1.0.29 → 1.0.31

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.29",
7
+ "version": "1.0.31",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -47,7 +47,7 @@ export const useFlag: UseFlagType = (params) => {
47
47
  dps[workModeDpCode] = WorkMode.Colour
48
48
  }else{
49
49
  if(sceneStatus){
50
- dps[sceneStatus.sceneDataDpCode] = flag ? obj2Dp(flag, {isMixLight: params.isMixLight, isStringLight: params.isStringLight}) : ''
50
+ dps[sceneStatus.sceneDataDpCode] = flag ? obj2Dp(flag, {isStringLight: params.isStringLight}) : ''
51
51
  dps[workModeDpCode] = WorkMode.Scene
52
52
  }
53
53
  }
@@ -292,7 +292,7 @@ export const defFlagList: FlagUiInfo[] = [
292
292
  whiteColors: [
293
293
  { brightness: 100, colorTemp: 0},
294
294
  ],
295
- colors: [{h: 0, s: 0, v: 100}, {h: 218, s: 100, v: 100}, {h: 360, s: 100, v: 100}]
295
+ colors: [{h: 218, s: 100, v: 100},{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
296
296
  },
297
297
  {
298
298
  id: 232,
@@ -587,7 +587,7 @@ export const def2FlagList: FlagUiInfo[] = [
587
587
  whiteColors: [
588
588
  { brightness: 100, colorTemp: 0},
589
589
  ],
590
- colors: [{h: 0, s: 0, v: 100}, {h: 231, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 360, s: 100, v: 100}]
590
+ colors: [{h: 231, s: 100, v: 100}, {h: 360, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
591
591
  },
592
592
  {
593
593
  id: 232,
@@ -881,7 +881,7 @@ export const def3FlagList: FlagUiInfo[] = [
881
881
  whiteColors: [
882
882
  { brightness: 100, colorTemp: 0},
883
883
  ],
884
- colors: [{h: 0, s: 0, v: 100}, {h: 218, s: 100, v: 100}, {h: 360, s: 100, v: 100}]
884
+ colors: [{h: 218, s: 100, v: 100}, {h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
885
885
  },
886
886
  {
887
887
  id: 232,