@julseb-lib/react 1.0.2 → 1.0.3

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.
@@ -977,6 +977,8 @@ interface ILibHeaderBase extends LibComponentBase<HTMLDivElement> {
977
977
  };
978
978
  navDesktopPosition?: LibNavBurgerPosition;
979
979
  navMobileVariant?: LibNavMobileVariant;
980
+ navMobileBackground?: LibAllColors;
981
+ headerOpenMobileBackground?: LibAllColors;
980
982
  enableScrollingOpen?: boolean;
981
983
  search?: LibHeaderSearch;
982
984
  backgroundColor?: LibAllColors;
@@ -1063,6 +1065,8 @@ interface ILibMeta {
1063
1065
  manifest?: string;
1064
1066
  category?: string;
1065
1067
  twitterCard?: "app" | "player" | "summary" | "summary_large_image";
1068
+ appleTouchIcon?: string;
1069
+ themeColor?: string;
1066
1070
  children?: ReactChildren;
1067
1071
  }
1068
1072
 
@@ -977,6 +977,8 @@ interface ILibHeaderBase extends LibComponentBase<HTMLDivElement> {
977
977
  };
978
978
  navDesktopPosition?: LibNavBurgerPosition;
979
979
  navMobileVariant?: LibNavMobileVariant;
980
+ navMobileBackground?: LibAllColors;
981
+ headerOpenMobileBackground?: LibAllColors;
980
982
  enableScrollingOpen?: boolean;
981
983
  search?: LibHeaderSearch;
982
984
  backgroundColor?: LibAllColors;
@@ -1063,6 +1065,8 @@ interface ILibMeta {
1063
1065
  manifest?: string;
1064
1066
  category?: string;
1065
1067
  twitterCard?: "app" | "player" | "summary" | "summary_large_image";
1068
+ appleTouchIcon?: string;
1069
+ themeColor?: string;
1066
1070
  children?: ReactChildren;
1067
1071
  }
1068
1072
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "files": [