@ledvance/base 1.3.50 → 1.3.51

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 CHANGED
@@ -1083,7 +1083,36 @@
1083
1083
  "MATCH:timer_switch2_active_timer_field_description_on_text",
1084
1084
  "MATCH:timer_switch_active_timer_field_description_off_text",
1085
1085
  "MATCH:timer_switch1_active_timer_field_description_off_text",
1086
- "MATCH:timer_switch2_active_timer_field_description_off_text"
1086
+ "MATCH:timer_switch2_active_timer_field_description_off_text",
1087
+ "MATCH:switch_active_timer_field_small_off_text",
1088
+ "MATCH:switch1_active_timer_field_small_off_text",
1089
+ "MATCH:switch2_active_timer_field_small_off_text",
1090
+ "MATCH:switch_active_timer_field_small_on_text",
1091
+ "MATCH:switch1_active_timer_field_small_on_text",
1092
+ "MATCH:switch2_active_timer_field_small_on_text",
1093
+ "MATCH:curtain_control_title",
1094
+ "MATCH:curtain_control_headline_text",
1095
+ "MATCH:curtain_summary_action_txt_1",
1096
+ "MATCH:curtain_summary_action_txt_2",
1097
+ "MATCH:curtain_motor_steering",
1098
+ "MATCH:curtain_motor_steering_tip",
1099
+ "MATCH:curtain_motor_steering1",
1100
+ "MATCH:curtain_motor_steering1_description",
1101
+ "MATCH:curtain_motor_steering2",
1102
+ "MATCH:curtain_motor_steering2_description",
1103
+ "MATCH:curation_calibration_nextbtn_text",
1104
+ "MATCH:curation_calibration_callibrate_btn_text",
1105
+ "MATCH:curtain_intelligent_calibration",
1106
+ "MATCH:curtain_intelligent_calibration_step1",
1107
+ "MATCH:curtain_intelligent_calibration_step2",
1108
+ "MATCH:curtain_fast_calibration",
1109
+ "MATCH:curtain_fast_calibration_step1",
1110
+ "MATCH:curtain_fast_calibration_step2",
1111
+ "MATCH:curtain_fast_toast_text",
1112
+ "MATCH:curtain_calibration_success_text",
1113
+ "MATCH:curtain_calibration_failed_text",
1114
+ "MATCH:curtain_calibration_progress_text",
1115
+ "MATCH:curtain_calibration_tryagin_text"
1087
1116
  ],
1088
1117
  "replacements": {
1089
1118
  "REGEX:% %1\\$s.*?\\)%": "{0}",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/base",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.3.50",
7
+ "version": "1.3.51",
8
8
  "scripts": {
9
9
  "prepublishOnly": "python update-localazy.py"
10
10
  },
@@ -63,6 +63,7 @@ export const addListener = (store) => {
63
63
  pId: event.pId,
64
64
  dps: JSON.parse(event.dps),
65
65
  },
66
+ initialDps: JSON.parse(event.dps),
66
67
  uaGroupInfo: {} as UAGroupInfo,
67
68
  }
68
69
  store.dispatch(setNativeProps(nativeProps))
@@ -13,7 +13,7 @@ interface SocketItemProps extends PropsWithChildren<ViewProps>{
13
13
  theme?: ThemeType
14
14
  title: string
15
15
  name: string
16
- icon: any
16
+ icon?: any
17
17
  disabledEdit?: boolean
18
18
  onNameChange: (value: string) => void
19
19
  enabled: boolean