@momo-webplatform/mobase 0.2.78 → 0.2.79

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.
@@ -638,7 +638,7 @@ interface GuideDataProps {
638
638
  */
639
639
  description?: string;
640
640
  /**
641
- * The avatar image of the guide item.
641
+ * The avatar image of the guide item. Image size: 540x960 or 540x1168. If not provided, the image in step first will be used.
642
642
  */
643
643
  avatar?: string;
644
644
  /**
@@ -986,9 +986,14 @@ interface HeaderNavigationProps {
986
986
  * Align dropdown menu position
987
987
  */
988
988
  alignDropdown?: "left" | "right" | "center";
989
+ /**
990
+ * Logo visible
991
+ * @default true
992
+ */
993
+ isLogoVisible?: Boolean;
989
994
  }
990
995
  declare const HeaderNavigation: {
991
- ({ className, dataMenu, serviceInfo, hasDownloadApp, navigationRight, isSticky, alignDropdown, }: HeaderNavigationProps): react_jsx_runtime.JSX.Element;
996
+ ({ className, dataMenu, serviceInfo, hasDownloadApp, navigationRight, isSticky, alignDropdown, isLogoVisible, }: HeaderNavigationProps): react_jsx_runtime.JSX.Element;
992
997
  displayName: string;
993
998
  };
994
999
 
@@ -638,7 +638,7 @@ interface GuideDataProps {
638
638
  */
639
639
  description?: string;
640
640
  /**
641
- * The avatar image of the guide item.
641
+ * The avatar image of the guide item. Image size: 540x960 or 540x1168. If not provided, the image in step first will be used.
642
642
  */
643
643
  avatar?: string;
644
644
  /**
@@ -986,9 +986,14 @@ interface HeaderNavigationProps {
986
986
  * Align dropdown menu position
987
987
  */
988
988
  alignDropdown?: "left" | "right" | "center";
989
+ /**
990
+ * Logo visible
991
+ * @default true
992
+ */
993
+ isLogoVisible?: Boolean;
989
994
  }
990
995
  declare const HeaderNavigation: {
991
- ({ className, dataMenu, serviceInfo, hasDownloadApp, navigationRight, isSticky, alignDropdown, }: HeaderNavigationProps): react_jsx_runtime.JSX.Element;
996
+ ({ className, dataMenu, serviceInfo, hasDownloadApp, navigationRight, isSticky, alignDropdown, isLogoVisible, }: HeaderNavigationProps): react_jsx_runtime.JSX.Element;
992
997
  displayName: string;
993
998
  };
994
999