@scmlatam/web-ui 0.1.72 → 0.1.73

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.
Files changed (2) hide show
  1. package/dist/web-ui.d.ts +3 -0
  2. package/package.json +1 -1
package/dist/web-ui.d.ts CHANGED
@@ -35,6 +35,7 @@ import { RouteItem } from './core/types/types';
35
35
  import { Row } from './table/types/types';
36
36
  import { SelectFieldForm } from './form/types/types';
37
37
  import { SetStateAction } from 'react';
38
+ import { SheetFieldForm } from './form/types/types';
38
39
  import { SnackbarKey } from 'notistack';
39
40
  import { TableProps } from './table/types/types';
40
41
  import { TableProps as TableProps_2 } from './types/types';
@@ -131,6 +132,8 @@ export { Row }
131
132
 
132
133
  export { SelectFieldForm }
133
134
 
135
+ export { SheetFieldForm }
136
+
134
137
  export declare const Table: (props: TableProps_2) => JSX.Element;
135
138
 
136
139
  export { TableProps }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scmlatam/web-ui",
3
3
  "private": false,
4
- "version": "0.1.72",
4
+ "version": "0.1.73",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
7
  "access": "public"