siam-ui-utils 2.0.20 → 2.0.22

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/index.d.ts CHANGED
@@ -12,6 +12,10 @@ declare module "siam-ui-utils" {
12
12
  //DROPZONEUploader
13
13
  export function DropzoneUploader(props);
14
14
 
15
+ //DropzoneUploaderDniDigital
16
+ export function DropzoneUploaderDniDigital(props);
17
+
18
+
15
19
  //INTLMESSAGES
16
20
  export function IntlMessages(props);
17
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siam-ui-utils",
3
- "version": "2.0.20",
3
+ "version": "2.0.22",
4
4
  "keywords": [
5
5
  "ampf-react",
6
6
  "ampf-utils",
@@ -1,5 +1,4 @@
1
- /* eslint-disable react/prop-types */
2
- import { useState } from 'react'
1
+ /* eslint-disable react/prop-types */import { useState } from 'react'
3
2
 
4
3
  import { Button } from 'reactstrap'
5
4
 
package/src/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from './archivos-adjuntos'
2
+ export * from './archivos-adjuntos/dropzone-uploader-dni-digital'
2
3
  export * from './bridges'
3
4
  export * from './CustomBootstrap'
4
5
  export * from './CustomSelectInput'