@comercti/react-components-hmg 0.0.42 → 0.0.44

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
@@ -453,6 +453,8 @@ declare type __VLS_Props_18 = {
453
453
  itemsMenuMyService: ItensMenu[];
454
454
  /** Array de opções do menuSidebar para versão mobile */
455
455
  itemsMenu?: ItensMenu[];
456
+ /** Array de módulos */
457
+ itemsModules?: ItensMenu[];
456
458
  /** Nome do usuário */
457
459
  name?: string;
458
460
  /** Email do usuário */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.0.42",
3
+ "version": "0.0.44",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",