@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/comerc-style-guide.cjs.js +1 -1
- package/comerc-style-guide.es.js +4 -3
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +3 -0
- package/package.json +1 -1
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 = {
|