@julseb-lib/react 1.0.6 → 1.0.8

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.
@@ -1073,8 +1073,8 @@ interface ILibMeta {
1073
1073
  interface ILibPageLayoutBase {
1074
1074
  children?: ReactChildren;
1075
1075
  meta?: ILibMeta;
1076
- header?: ILibHeader;
1077
- footer?: ILibFooter;
1076
+ header?: ILibHeader | ReactChildren;
1077
+ footer?: ILibFooter | ReactChildren;
1078
1078
  }
1079
1079
  interface PageLayoutWithWrapper extends ILibPageLayoutBase {
1080
1080
  noWrapper?: false | undefined;
@@ -1073,8 +1073,8 @@ interface ILibMeta {
1073
1073
  interface ILibPageLayoutBase {
1074
1074
  children?: ReactChildren;
1075
1075
  meta?: ILibMeta;
1076
- header?: ILibHeader;
1077
- footer?: ILibFooter;
1076
+ header?: ILibHeader | ReactChildren;
1077
+ footer?: ILibFooter | ReactChildren;
1078
1078
  }
1079
1079
  interface PageLayoutWithWrapper extends ILibPageLayoutBase {
1080
1080
  noWrapper?: false | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "files": [