@julseb-lib/react 0.1.82 → 0.1.84

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.
@@ -981,7 +981,7 @@ interface ILibHeaderBase extends LibComponentBase<HTMLDivElement> {
981
981
  search?: LibHeaderSearch;
982
982
  backgroundColor?: LibAllColors;
983
983
  textColor?: LibAllColors;
984
- linkColor?: LibColorsHover;
984
+ linksColor?: LibColorsHover;
985
985
  }
986
986
  interface HeaderFixed extends ILibHeaderBase {
987
987
  position?: Extract<LibHeaderPosition, "fixed">;
@@ -1014,6 +1014,7 @@ interface ILibFooterBase extends LibComponentBase<HTMLDivElement> {
1014
1014
  hideLinksSeparator?: boolean;
1015
1015
  linksSeparator?: LibFooterLinksSeparator;
1016
1016
  linksSeparatorColor?: LibAllColors;
1017
+ linksColor?: LibColorsHover;
1017
1018
  }
1018
1019
  interface FooterHorizontalWithItems extends ILibFooterBase {
1019
1020
  items: Array<ReactChildren>;
@@ -981,7 +981,7 @@ interface ILibHeaderBase extends LibComponentBase<HTMLDivElement> {
981
981
  search?: LibHeaderSearch;
982
982
  backgroundColor?: LibAllColors;
983
983
  textColor?: LibAllColors;
984
- linkColor?: LibColorsHover;
984
+ linksColor?: LibColorsHover;
985
985
  }
986
986
  interface HeaderFixed extends ILibHeaderBase {
987
987
  position?: Extract<LibHeaderPosition, "fixed">;
@@ -1014,6 +1014,7 @@ interface ILibFooterBase extends LibComponentBase<HTMLDivElement> {
1014
1014
  hideLinksSeparator?: boolean;
1015
1015
  linksSeparator?: LibFooterLinksSeparator;
1016
1016
  linksSeparatorColor?: LibAllColors;
1017
+ linksColor?: LibColorsHover;
1017
1018
  }
1018
1019
  interface FooterHorizontalWithItems extends ILibFooterBase {
1019
1020
  items: Array<ReactChildren>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@julseb-lib/react",
3
- "version": "0.1.82",
3
+ "version": "0.1.84",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "files": [