@comercti/react-components-hmg 0.15.4 → 0.18.1

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
@@ -522,6 +522,8 @@ declare type __VLS_Props_19 = {
522
522
  isSearch?: boolean;
523
523
  /** Se true inicializa o menu aberto */
524
524
  isOpen?: boolean;
525
+ /** Título do menu */
526
+ title?: string;
525
527
  };
526
528
 
527
529
  declare type __VLS_Props_2 = {
@@ -1823,6 +1825,7 @@ toggleMenu: (clicado: boolean) => any;
1823
1825
  onRedirect?: (item: SubMenu | ItensMenu_2) => any;
1824
1826
  onToggleMenu?: (clicado: boolean) => any;
1825
1827
  }>, {
1828
+ title: string;
1826
1829
  itemsSearch: ItensMenu_2[];
1827
1830
  isHome: boolean;
1828
1831
  isSearch: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.15.4",
3
+ "version": "0.18.1",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",