@ledvance/group-ui-biz-bundle 1.0.145 → 1.0.146

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.145",
7
+ "version": "1.0.146",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -593,16 +593,17 @@ const BiorhythmPage = (props: { theme?: ThemeType }) => {
593
593
  {setTimer(item?.name)}
594
594
  </Text>
595
595
  </View>
596
- <View
597
- style={{
598
- width: cx(295),
599
- height: cx(24),
600
- backgroundColor: bgColor,
601
- marginLeft: cx(20),
602
- marginTop: cx(-5),
603
- marginBottom: cx(24),
604
- borderRadius: cx(8),
605
- }} />
596
+ <View style={{ width: '100%', paddingHorizontal: cx(20), }}>
597
+ <View
598
+ style={{
599
+ width: '100%',
600
+ height: cx(24),
601
+ backgroundColor: bgColor,
602
+ marginTop: cx(5),
603
+ marginBottom: cx(24),
604
+ borderRadius: cx(8),
605
+ }}/>
606
+ </View>
606
607
  </View>
607
608
  </TouchableOpacity>
608
609
  </View>
@@ -83,7 +83,8 @@ export const getStyles = (theme: ThemeType | undefined) => StyleSheet.create({
83
83
  justifyContent: 'flex-end',
84
84
  // marginHorizontal: cx(24),
85
85
  marginTop: cx(15),
86
- marginBottom: cx(-15)
86
+ marginBottom: cx(-15),
87
+ zIndex: 9999
87
88
  },
88
89
  downloadIcon: {
89
90
  width: cx(24),
@@ -42,6 +42,7 @@ const OverchargeSwitchPage = (props: { theme?: ThemeType }) => {
42
42
 
43
43
  return (<Page
44
44
  backText={uaGroupInfo.name}
45
+ accessibilityHint={I18n.getLang('switch_overcharge_headline_text')}
45
46
  loading={state.loading}>
46
47
  <Spacer height={cx(24)}/>
47
48
  <Card style={{marginHorizontal: cx(24)}}>
@@ -163,7 +163,7 @@ const TimeSchedulePage = (props: { theme?: ThemeType }) => {
163
163
  text={I18n.getLang('motion_detection_time_schedule_notifications_warning_text')}
164
164
  icon={res.ic_warning_amber}
165
165
  style={{ marginHorizontal: cx(24) }}
166
- textStyle={{ color: props.theme?.global.secondFontColor, fontSize: cx(12) }}
166
+ textStyle={{ color: '#FF9500', fontSize: cx(12) }}
167
167
  iconStyle={{ tintColor: props.theme?.global.warning }}
168
168
  />
169
169
  )}