@comercti/vue-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
@@ -174,7 +174,7 @@ close: (value: boolean) => any;
174
174
  }, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
175
175
  onClose?: (value: boolean) => any;
176
176
  }>, {
177
- width: string;
177
+ class: string;
178
178
  background: "1" | "2";
179
179
  isOpen: boolean;
180
180
  closeOutside: boolean;
@@ -659,8 +659,8 @@ declare type __VLS_Props_29 = {
659
659
  closeOutside?: boolean;
660
660
  /** Define se o botão de fechar fica visível */
661
661
  showCloseButton?: boolean;
662
- /** Define a largura do modal */
663
- width?: string;
662
+ /** Define a diretivas do modal */
663
+ class?: string;
664
664
  };
665
665
 
666
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.3",
3
+ "version": "0.32.4",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",