@s_mart/dropzone 4.0.0 → 4.0.1

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/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -15,7 +15,7 @@ interface DropzoneProps extends Omit<DropzoneProps$1, 'children' | 'onReset' | '
15
15
  * @description Texto que é renderizado no centro do dropzone quando não há arquivos selecionados
16
16
  * @default "Arraste os arquivos aqui ou clique para selecionar"
17
17
  */
18
- placeholder?: string;
18
+ placeholder?: React.ReactNode | string;
19
19
  /**
20
20
  * @description Props que são passadas para o componente FileItem do dropzone
21
21
  * @default {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s_mart/dropzone",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -40,6 +40,6 @@
40
40
  "devDependencies": {
41
41
  "@s_mart/tsconfig": "*",
42
42
  "eslint": "^8.47.0",
43
- "eslint-config-s_mart": "*"
43
+ "eslint-config-smarten": "*"
44
44
  }
45
45
  }