@ledvance/base 1.3.109 → 1.3.111
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/localazy.json +9 -1
- package/package.json +1 -1
- package/src/components/ColorAdjustView.tsx +42 -37
- package/src/components/ColorTempAdjustView.tsx +42 -41
- package/src/components/MoodColorsLine.tsx +33 -23
- package/src/components/ldvColorSlider.tsx +59 -45
- package/src/i18n/strings.ts +271 -31
- package/src/res/index.ts +2 -0
- package/src/utils/interface.ts +1 -1
- package/translateKey.txt +9 -1
package/src/res/index.ts
CHANGED
|
@@ -85,6 +85,7 @@ export default {
|
|
|
85
85
|
leverkusen_icon: 'leverkusen_icon',
|
|
86
86
|
olympic_icon: 'olympic',
|
|
87
87
|
ic_refresh: 'refresh',
|
|
88
|
+
ic_reset_energy: 'icons_reset_energy',
|
|
88
89
|
ic_co_alert_effect: 'pic_co_alert_effect',
|
|
89
90
|
ic_co_alert_free: 'pic_co_alert_free',
|
|
90
91
|
ic_smoke_alert_effect: 'pic_smoke_alert_effct',
|
|
@@ -92,6 +93,7 @@ export default {
|
|
|
92
93
|
ic_water_alert_effect: 'pic_water_alert_effct',
|
|
93
94
|
ic_water_alert_free: 'pic_water_alert_free',
|
|
94
95
|
flag_icon: 'flag_icon',
|
|
96
|
+
latam_flags: 'latam_flags',
|
|
95
97
|
arrow_temp_up: 'arrow_temp_up',
|
|
96
98
|
arrow_temp_down: 'arrow_temp_down',
|
|
97
99
|
arrow_left: 'materialicons_outlined_arrows_nav_keyboard_arrow_left',
|
package/src/utils/interface.ts
CHANGED
|
@@ -11,7 +11,7 @@ export enum WorkMode {
|
|
|
11
11
|
LoveScene = 'love_scene'
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
export type Category = 'light' | 'socket' | 'fan' | 'mainLight' | 'secondaryLight' | 'shutter' | 'osramFan'
|
|
14
|
+
export type Category = 'light' | 'socket' | 'fan' | 'mainLight' | 'secondaryLight' | 'shutter' | 'osramFan' | 'siren'
|
|
15
15
|
|
|
16
16
|
export interface ApplyForItem {
|
|
17
17
|
key: string;
|
package/translateKey.txt
CHANGED
|
@@ -1295,4 +1295,12 @@ country_BA
|
|
|
1295
1295
|
country_north_macedonia
|
|
1296
1296
|
country_werder_bremen
|
|
1297
1297
|
reset_energy
|
|
1298
|
-
thermostat_infotempcurve
|
|
1298
|
+
thermostat_infotempcurve
|
|
1299
|
+
latam_groups
|
|
1300
|
+
latam_group_format
|
|
1301
|
+
country_KR
|
|
1302
|
+
country_HT
|
|
1303
|
+
country_CW
|
|
1304
|
+
country_SN
|
|
1305
|
+
country_DZ
|
|
1306
|
+
country_UZ
|