@ledvance/ui-biz-bundle 1.0.90 → 1.1.1

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/ui-biz-bundle",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.0.90",
7
+ "version": "1.1.1",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -321,7 +321,7 @@ const SleepWakeUpPage = () => {
321
321
  <Spacer />
322
322
  <TextButton
323
323
  style={styles.emptyBtn}
324
- textStyle={isWakeUpMax ? styles.disableItemText : { color: '#fff' }}
324
+ textStyle={isSleepMax ? styles.disableItemText : { color: '#fff' }}
325
325
  text={I18n.getLang('sleepwakeschedule_add_button_text1')}
326
326
  onPress={() => onAddScheduleDialogItemClick(true, 'add')}
327
327
  />
@@ -84,6 +84,7 @@ const ManualSetting = (props: ManualSettingProps) => {
84
84
  ...state.singleActions,
85
85
  enable
86
86
  }
87
+ props.changeSkillEnable(props.dps[0].dpId, enable)
87
88
  state.flag = Symbol()
88
89
  }} />
89
90
  {state.singleActions.enable && <LampSwitchCard