@ledvance/base 1.0.19 → 1.0.20
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 +1 -1
- package/src/components/connect.d.ts +2 -2
- package/src/i18n/strings.d.ts +2 -2
- package/src/i18n/strings.ts +7140 -7140
- package/src/models/combine.d.ts +4 -4
- package/src/utils/ColorUtils.d.ts +1 -1
package/package.json
CHANGED
|
@@ -2,9 +2,9 @@ import React from 'react';
|
|
|
2
2
|
declare type ChildrenType = (props: any) => React.ReactElement | null;
|
|
3
3
|
declare const _default: import("react-redux").ConnectedComponent<({ children, ...props }: {
|
|
4
4
|
children: ChildrenType;
|
|
5
|
-
}) => React.ReactElement<any, string |
|
|
5
|
+
}) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null, import("react-redux").Omit<{
|
|
6
6
|
children: ChildrenType;
|
|
7
|
-
},
|
|
7
|
+
}, never> & {
|
|
8
8
|
mapStateToProps: any;
|
|
9
9
|
}>;
|
|
10
10
|
export default _default;
|
package/src/i18n/strings.d.ts
CHANGED
|
@@ -5099,7 +5099,7 @@ declare const _default: {
|
|
|
5099
5099
|
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
5100
5100
|
light_sources_feature_4_text_name: string;
|
|
5101
5101
|
};
|
|
5102
|
-
|
|
5102
|
+
'pt-BR': {
|
|
5103
5103
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
5104
5104
|
power_off_memory_default_state_title: string;
|
|
5105
5105
|
sockets_ce: string;
|
|
@@ -5354,7 +5354,7 @@ declare const _default: {
|
|
|
5354
5354
|
conflict_dialog_save_item_timeschedule_answer_yes_text: string;
|
|
5355
5355
|
light_sources_feature_4_text_name: string;
|
|
5356
5356
|
};
|
|
5357
|
-
|
|
5357
|
+
pt_BR: {
|
|
5358
5358
|
add_new_dynamic_mood_color_changing_mode_value: string;
|
|
5359
5359
|
power_off_memory_default_state_title: string;
|
|
5360
5360
|
sockets_ce: string;
|