@ledvance/group-ui-biz-bundle 1.0.104 → 1.0.106

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.104",
7
+ "version": "1.0.106",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@ledvance/base": "^1.x",
@@ -306,7 +306,7 @@ function ManualSettings(props: ManualSettingProps) {
306
306
  <View>
307
307
  <Card style={{ marginHorizontal: cx(24) }}>
308
308
  <LdvSwitch
309
- title={I18n.getLang('light_sources_tile_tw_lighting_headline')}
309
+ title={state.applyForList[0]?.name || state.applyForList[0]?.key}
310
310
  color={getBlockColor()}
311
311
  colorAlpha={1}
312
312
  enable={state.applyForList[0]?.enable}
@@ -389,7 +389,7 @@ function ManualSettings(props: ManualSettingProps) {
389
389
  <View key={item.dp}>
390
390
  <Card style={{ marginHorizontal: cx(24) }}>
391
391
  <LdvSwitch
392
- title={item.key}
392
+ title={item.name || item.key}
393
393
  color={getBlockColor(item.type)}
394
394
  colorAlpha={1}
395
395
  enable={item.enable}