@comercti/react-components-hmg 0.23.9 → 0.23.10

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
@@ -307,6 +307,7 @@ errorLabel: string;
307
307
  successLabel: string;
308
308
  tertiaryVariantTitle: string;
309
309
  showUploadedFile: boolean;
310
+ showRemoveButton: boolean;
310
311
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
311
312
  inputFile: HTMLInputElement;
312
313
  }, HTMLDivElement>;
@@ -2209,6 +2210,8 @@ declare interface IDropzone {
2209
2210
  showUploadedFile?: boolean;
2210
2211
  /** Sinaliza que pode remover o arquivo */
2211
2212
  canRemoveFile?: boolean;
2213
+ /** Exibi o botão de remover arquivo */
2214
+ showRemoveButton?: boolean;
2212
2215
  }
2213
2216
 
2214
2217
  declare interface IItems {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.23.9",
3
+ "version": "0.23.10",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",