@comercti/react-components-hmg 0.23.13 → 0.23.14

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
@@ -2211,8 +2211,8 @@ declare interface IDropzone {
2211
2211
  reserveSpaceFeedback?: boolean;
2212
2212
  /** Se deve mostrar o arquivo enviado */
2213
2213
  showUploadedFile?: boolean;
2214
- /** Sinaliza que pode remover o arquivo */
2215
- canRemoveFile?: boolean;
2214
+ /** Nome do arquivo para ser removido */
2215
+ removableFileName?: string;
2216
2216
  /** Exibi o botão de remover arquivo */
2217
2217
  showRemoveButton?: boolean;
2218
2218
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.23.13",
3
+ "version": "0.23.14",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",