@scmlatam/web-ui 0.1.28 → 0.1.29

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 }: CoreProps) => JSX.Element;
44
45
 
45
46
  export declare const CoreContext: Context<ICoreContext>;
46
47
 
@@ -105,6 +106,8 @@ export { TimeFieldForm }
105
106
 
106
107
  export { TreeviewFieldForm }
107
108
 
109
+ export { TypographyFieldForm }
110
+
108
111
  export declare const useSystemAlert: () => {
109
112
  showAlert: (severity: "error" | "info" | "success" | "warning" | "default", message: string) => SnackbarKey;
110
113
  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-vg1A3Dgg.js";
2
2
  export {
3
3
  o as Core,
4
4
  s as CoreContext,