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

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.27",
7
+ "version": "1.0.29",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -270,7 +270,7 @@ export const defFlagList: FlagUiInfo[] = [
270
270
  whiteColors: [
271
271
  { brightness: 100, colorTemp: 0},
272
272
  ],
273
- colors: [{h: 0, s: 0, v: 100}, {h: 220, s: 89, v: 100}, {h: 360, s: 100, v: 100}]
273
+ colors: [{h: 220, s: 89, v: 100},{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
274
274
  },
275
275
  {
276
276
  id: 234,
@@ -314,7 +314,7 @@ export const defFlagList: FlagUiInfo[] = [
314
314
  whiteColors: [
315
315
  { brightness: 100, colorTemp: 0},
316
316
  ],
317
- colors: [{h: 211, s: 100, v: 100}, {h: 50, s: 100, v: 100}]
317
+ colors: [{h: 50, s: 100, v: 100}, {h: 211, s: 100, v: 100}]
318
318
  },
319
319
  ]
320
320
 
@@ -609,7 +609,7 @@ export const def2FlagList: FlagUiInfo[] = [
609
609
  whiteColors: [
610
610
  { brightness: 100, colorTemp: 0},
611
611
  ],
612
- colors: [{h: 211, s: 100, v: 100}, {h: 50, s: 100, v: 100}]
612
+ colors: [{h: 50, s: 100, v: 100}, {h: 211, s: 100, v: 100}]
613
613
  },
614
614
  ]
615
615
 
@@ -859,7 +859,7 @@ export const def3FlagList: FlagUiInfo[] = [
859
859
  whiteColors: [
860
860
  { brightness: 100, colorTemp: 0},
861
861
  ],
862
- colors: [{h: 0, s: 0, v: 100}, {h: 220, s: 89, v: 100}, {h: 360, s: 100, v: 100}]
862
+ colors: [{h: 220, s: 89, v: 100},{h: 0, s: 0, v: 100}, {h: 360, s: 100, v: 100}]
863
863
  },
864
864
  {
865
865
  id: 234,
@@ -903,6 +903,6 @@ export const def3FlagList: FlagUiInfo[] = [
903
903
  whiteColors: [
904
904
  { brightness: 100, colorTemp: 0},
905
905
  ],
906
- colors: [{h: 211, s: 100, v: 100}, {h: 50, s: 100, v: 100}]
906
+ colors: [{h: 50, s: 100, v: 100}, {h: 211, s: 100, v: 100}]
907
907
  },
908
908
  ]