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