@comercti/react-components-hmg 0.10.16 → 0.10.17

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
@@ -60,6 +60,7 @@ onLogout?: (value: boolean) => any;
60
60
  }>, {
61
61
  itemsMenu: ItensMenu_2[];
62
62
  itemsMenuMyService: ItensMenu_2[];
63
+ itemsSearch: ItensMenu_2[];
63
64
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
64
65
 
65
66
  declare const __VLS_component_13: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -503,6 +504,8 @@ declare type __VLS_Props_18 = {
503
504
  name?: string;
504
505
  /** Email do usuário */
505
506
  email?: string;
507
+ /** Array de opções de pesquisa do menu */
508
+ itemsSearch?: ItensMenu_2[];
506
509
  };
507
510
 
508
511
  declare type __VLS_Props_19 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.10.16",
3
+ "version": "0.10.17",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",