@ledvance/base 1.0.18 → 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 CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/base",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.0.18",
7
+ "version": "1.0.20",
8
8
  "scripts": {},
9
9
  "dependencies": {
10
10
  "@reduxjs/toolkit": "^1.8.6",
@@ -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 | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)> | null, Pick<{
5
+ }) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null, import("react-redux").Omit<{
6
6
  children: ChildrenType;
7
- }, "children"> & {
7
+ }, never> & {
8
8
  mapStateToProps: any;
9
9
  }>;
10
10
  export default _default;
@@ -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
- pt_BR: {
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
- 'pt-BR': {
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;