@scmlatam/web-ui 0.1.28 → 0.1.30

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/dist/web-ui.d.ts CHANGED
@@ -32,6 +32,7 @@ import { TextFieldForm } from './form/types/types';
32
32
  import { Theme } from '@mui/material';
33
33
  import { TimeFieldForm } from './form/types/types';
34
34
  import { TreeviewFieldForm } from './form/types/types';
35
+ import { TypographyFieldForm } from './form/types/types';
35
36
  import { ValueItem } from './form/select/types/types';
36
37
 
37
38
  export { AutoCompleteFieldForm }
@@ -40,7 +41,7 @@ export { CheckboxFieldForm }
40
41
 
41
42
  export { CheckboxGroupForm }
42
43
 
43
- export declare const Core: ({ login, logout, sidebarItems, routes }: CoreProps) => JSX.Element;
44
+ export declare const Core: ({ login, logout, sidebarItems, routes, product, account, }: CoreProps) => JSX.Element;
44
45
 
45
46
  export declare const CoreContext: Context<ICoreContext>;
46
47
 
@@ -71,6 +72,8 @@ declare interface ICoreContext {
71
72
  setUser: (value: string) => void;
72
73
  pass: string;
73
74
  setPass: (value: string) => void;
75
+ avatar: string;
76
+ setAvatar: (value: string) => void;
74
77
  loadingAuth: boolean;
75
78
  setLoadingAuth: (value: boolean) => void;
76
79
  }
@@ -105,6 +108,8 @@ export { TimeFieldForm }
105
108
 
106
109
  export { TreeviewFieldForm }
107
110
 
111
+ export { TypographyFieldForm }
112
+
108
113
  export declare const useSystemAlert: () => {
109
114
  showAlert: (severity: "error" | "info" | "success" | "warning" | "default", message: string) => SnackbarKey;
110
115
  closeAlert: (key: SnackbarKey) => void;
package/dist/web-ui.js CHANGED
@@ -1,4 +1,4 @@
1
- import { C as o, b as s, c as r, F as t, G as b, a as m, T as C, d as T, u as d } from "./main-g73ecBzi.js";
1
+ import { C as o, b as s, c as r, F as t, G as b, a as m, T as C, d as T, u as d } from "./main-9s7qKz30.js";
2
2
  export {
3
3
  o as Core,
4
4
  s as CoreContext,