react-luminus-components 1.4.56 → 1.4.58

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.
@@ -0,0 +1,4 @@
1
+ type ChartTexts = {
2
+ confirmExport: string;
3
+ };
4
+ export default ChartTexts;
@@ -1,6 +1,7 @@
1
1
  import { default as ApprovalTexts } from './ApprovalTexts';
2
2
  import { default as AppSearchTexts } from './AppSearchTexts';
3
3
  import { default as AxiosTexts } from './AxiosTexts';
4
+ import { default as ChartTexts } from './ChartTexts';
4
5
  import { default as ClipboardTexts } from './ClipboardTexts';
5
6
  import { default as ConfirmTexts } from './ConfirmTexts';
6
7
  import { default as ContainerTexts } from './ContainerTexts';
@@ -46,5 +47,6 @@ type ComponentsContextTexts = {
46
47
  imports: ImportTexts;
47
48
  settings: SettingsTexts;
48
49
  localizations: LocalizationTexts;
50
+ chart: ChartTexts;
49
51
  };
50
52
  export default ComponentsContextTexts;