@inceptionbg/main 2.0.23 → 2.0.25

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/dist/index.d.ts CHANGED
@@ -28,7 +28,7 @@ interface IScanData {
28
28
  duplex?: boolean;
29
29
  }
30
30
 
31
- declare const ModuleIds: readonly ["ADMIN", "EARCHIVE", "EDELIVERY", "EINVOICE", "EFORMS", "EDMS", "ESIGN", "EVALIDATION"];
31
+ declare const ModuleIds: readonly ["ADMIN", "DASHBOARD", "EARCHIVE", "EDELIVERY", "EINVOICE", "EFORMS", "EDMS", "ESIGN", "EVALIDATION"];
32
32
  type IModuleId = (typeof ModuleIds)[number];
33
33
  type IModule = {
34
34
  [id in IModuleId]: {
@@ -1553,7 +1553,9 @@ declare const NoMatchPage: FC;
1553
1553
  declare const SelectOrgPage: FC;
1554
1554
 
1555
1555
  interface Props$7 {
1556
+ customTitle?: string;
1556
1557
  hideModules?: boolean;
1558
+ hideNotifications?: boolean;
1557
1559
  children?: ReactNode;
1558
1560
  }
1559
1561
  declare const Header: FC<Props$7>;