@comercti/react-components-hmg 0.32.2 → 0.32.4

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
@@ -171,6 +171,7 @@ close: (value: boolean) => any;
171
171
  }, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
172
172
  onClose?: (value: boolean) => any;
173
173
  }>, {
174
+ class: string;
174
175
  background: "1" | "2";
175
176
  isOpen: boolean;
176
177
  closeOutside: boolean;
@@ -685,6 +686,8 @@ declare type __VLS_Props_25 = {
685
686
  closeOutside?: boolean;
686
687
  /** Define se o botão de fechar fica visível */
687
688
  showCloseButton?: boolean;
689
+ /** Define a diretivas do modal */
690
+ class?: string;
688
691
  };
689
692
 
690
693
  declare type __VLS_Props_26 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.32.2",
3
+ "version": "0.32.4",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",