@scmlatam/web-ui 0.1.27 → 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
@@ -30,7 +30,9 @@ import { TableProps as TableProps_2 } from './types/types';
30
30
  import { TableProviderProps } from './table/types/types';
31
31
  import { TextFieldForm } from './form/types/types';
32
32
  import { Theme } from '@mui/material';
33
+ import { TimeFieldForm } from './form/types/types';
33
34
  import { TreeviewFieldForm } from './form/types/types';
35
+ import { TypographyFieldForm } from './form/types/types';
34
36
  import { ValueItem } from './form/select/types/types';
35
37
 
36
38
  export { AutoCompleteFieldForm }
@@ -39,7 +41,7 @@ export { CheckboxFieldForm }
39
41
 
40
42
  export { CheckboxGroupForm }
41
43
 
42
- export declare const Core: ({ login, logout, sidebarItems, routes }: CoreProps) => JSX.Element;
44
+ export declare const Core: ({ login, logout, sidebarItems, routes, product }: CoreProps) => JSX.Element;
43
45
 
44
46
  export declare const CoreContext: Context<ICoreContext>;
45
47
 
@@ -100,8 +102,12 @@ export { TableProviderProps }
100
102
 
101
103
  export { TextFieldForm }
102
104
 
105
+ export { TimeFieldForm }
106
+
103
107
  export { TreeviewFieldForm }
104
108
 
109
+ export { TypographyFieldForm }
110
+
105
111
  export declare const useSystemAlert: () => {
106
112
  showAlert: (severity: "error" | "info" | "success" | "warning" | "default", message: string) => SnackbarKey;
107
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-Db-kye0q.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,