@comercti/vue-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
@@ -174,6 +174,7 @@ close: (value: boolean) => any;
174
174
  }, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
175
175
  onClose?: (value: boolean) => any;
176
176
  }>, {
177
+ class: string;
177
178
  background: "1" | "2";
178
179
  isOpen: boolean;
179
180
  closeOutside: boolean;
@@ -658,6 +659,8 @@ declare type __VLS_Props_29 = {
658
659
  closeOutside?: boolean;
659
660
  /** Define se o botão de fechar fica visível */
660
661
  showCloseButton?: boolean;
662
+ /** Define a diretivas do modal */
663
+ class?: string;
661
664
  };
662
665
 
663
666
  declare type __VLS_Props_3 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-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",