@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/comerc-style-guide.cjs.js +1 -1
- package/comerc-style-guide.es.js +2 -2
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +3 -3
- package/package.json +1 -1
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
|
-
|
|
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
|
|
690
|
-
|
|
689
|
+
/** Define a diretivas do modal */
|
|
690
|
+
class?: string;
|
|
691
691
|
};
|
|
692
692
|
|
|
693
693
|
declare type __VLS_Props_26 = {
|