@ledvance/ui-biz-bundle 1.1.34 → 1.1.36
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
|
@@ -270,7 +270,7 @@ export const defFlagList: FlagUiInfo[] = [
|
|
|
270
270
|
whiteColors: [
|
|
271
271
|
{ brightness: 100, colorTemp: 0},
|
|
272
272
|
],
|
|
273
|
-
colors: [{h:
|
|
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,
|
|
@@ -292,7 +292,7 @@ export const defFlagList: FlagUiInfo[] = [
|
|
|
292
292
|
whiteColors: [
|
|
293
293
|
{ brightness: 100, colorTemp: 0},
|
|
294
294
|
],
|
|
295
|
-
colors: [{h:
|
|
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,
|
|
@@ -314,7 +314,7 @@ export const defFlagList: FlagUiInfo[] = [
|
|
|
314
314
|
whiteColors: [
|
|
315
315
|
{ brightness: 100, colorTemp: 0},
|
|
316
316
|
],
|
|
317
|
-
colors: [{h:
|
|
317
|
+
colors: [{h: 50, s: 100, v: 100}, {h: 211, s: 100, v: 100}]
|
|
318
318
|
},
|
|
319
319
|
]
|
|
320
320
|
|
|
@@ -587,7 +587,7 @@ export const def2FlagList: FlagUiInfo[] = [
|
|
|
587
587
|
whiteColors: [
|
|
588
588
|
{ brightness: 100, colorTemp: 0},
|
|
589
589
|
],
|
|
590
|
-
colors: [{h:
|
|
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,
|
|
@@ -609,7 +609,7 @@ export const def2FlagList: FlagUiInfo[] = [
|
|
|
609
609
|
whiteColors: [
|
|
610
610
|
{ brightness: 100, colorTemp: 0},
|
|
611
611
|
],
|
|
612
|
-
colors: [{h:
|
|
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:
|
|
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,
|
|
@@ -881,7 +881,7 @@ export const def3FlagList: FlagUiInfo[] = [
|
|
|
881
881
|
whiteColors: [
|
|
882
882
|
{ brightness: 100, colorTemp: 0},
|
|
883
883
|
],
|
|
884
|
-
colors: [{h:
|
|
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,
|
|
@@ -903,6 +903,6 @@ export const def3FlagList: FlagUiInfo[] = [
|
|
|
903
903
|
whiteColors: [
|
|
904
904
|
{ brightness: 100, colorTemp: 0},
|
|
905
905
|
],
|
|
906
|
-
colors: [{h:
|
|
906
|
+
colors: [{h: 50, s: 100, v: 100}, {h: 211, s: 100, v: 100}]
|
|
907
907
|
},
|
|
908
908
|
]
|