@julseb-lib/react 0.1.81 → 0.1.83

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.cts CHANGED
@@ -3075,7 +3075,7 @@ declare const Drawer: FC$1<ILibDrawer>;
3075
3075
  * @prop {React.ReactNode} [props.nav] - Navigation content to display.
3076
3076
  * @prop {LibAllColors} [props.backgroundColor="primary"] - Background color for the header.
3077
3077
  * @prop {LibAllColors} [props.textColor="white"] - Text color for header content.
3078
- * @prop {LibColorsHover} [props.linkColor="white"] - Color for navigation links.
3078
+ * @prop {LibColorsHover} [props.linksColor="white"] - Color for navigation links.
3079
3079
  *
3080
3080
  * @returns {JSX.Element} The rendered Header component.
3081
3081
  *
@@ -3108,11 +3108,12 @@ declare const Header: FC$1<ILibHeader>;
3108
3108
  * @prop {React.ReactNode} [props.children] - Child elements to display in the footer links section.
3109
3109
  * @prop {boolean} [props.hideSeparator] - Whether to hide the top border separator line.
3110
3110
  * @prop {boolean} [props.hideLinksSeparator] - Whether to hide separators between footer links.
3111
- * @prop {"dot" | "dash"} [props.linksSeparator="dot"] - Type of separator to display between links.
3111
+ * @prop {"dot" | "dash"} [props.linksSeparator="dot"] - Type of separator to display between links. Possible values: "dot", "dash". Default: "dot".
3112
3112
  * @prop {Array<React.ReactNode>} [props.items] - Array of footer link items to display.
3113
3113
  * @prop {React.ReactNode} [props.logo] - Logo element to display in the footer.
3114
- * @prop {"horizontal" | "vertical"} [props.direction="horizontal"] - Layout direction for footer content.
3115
- * @prop {LibAllColors} [props.linksSeparatorColor="gray-500"] - Color for the separator between links.
3114
+ * @prop {"horizontal" | "vertical"} [props.direction="horizontal"] - Layout direction for footer content. Possible values: "horizontal", "vertical". Default: "horizontal".
3115
+ * @prop {LibAllColors} [props.linksSeparatorColor="gray-500"] - Color for the separator between links. Default: "gray-500".
3116
+ * @prop {LibColorsHover} [props.linksColor="primary"] - Color for the footer links. Default: "primary".
3116
3117
  *
3117
3118
  * @returns {JSX.Element} The rendered Footer component.
3118
3119
  *
package/dist/index.d.ts CHANGED
@@ -3075,7 +3075,7 @@ declare const Drawer: FC$1<ILibDrawer>;
3075
3075
  * @prop {React.ReactNode} [props.nav] - Navigation content to display.
3076
3076
  * @prop {LibAllColors} [props.backgroundColor="primary"] - Background color for the header.
3077
3077
  * @prop {LibAllColors} [props.textColor="white"] - Text color for header content.
3078
- * @prop {LibColorsHover} [props.linkColor="white"] - Color for navigation links.
3078
+ * @prop {LibColorsHover} [props.linksColor="white"] - Color for navigation links.
3079
3079
  *
3080
3080
  * @returns {JSX.Element} The rendered Header component.
3081
3081
  *
@@ -3108,11 +3108,12 @@ declare const Header: FC$1<ILibHeader>;
3108
3108
  * @prop {React.ReactNode} [props.children] - Child elements to display in the footer links section.
3109
3109
  * @prop {boolean} [props.hideSeparator] - Whether to hide the top border separator line.
3110
3110
  * @prop {boolean} [props.hideLinksSeparator] - Whether to hide separators between footer links.
3111
- * @prop {"dot" | "dash"} [props.linksSeparator="dot"] - Type of separator to display between links.
3111
+ * @prop {"dot" | "dash"} [props.linksSeparator="dot"] - Type of separator to display between links. Possible values: "dot", "dash". Default: "dot".
3112
3112
  * @prop {Array<React.ReactNode>} [props.items] - Array of footer link items to display.
3113
3113
  * @prop {React.ReactNode} [props.logo] - Logo element to display in the footer.
3114
- * @prop {"horizontal" | "vertical"} [props.direction="horizontal"] - Layout direction for footer content.
3115
- * @prop {LibAllColors} [props.linksSeparatorColor="gray-500"] - Color for the separator between links.
3114
+ * @prop {"horizontal" | "vertical"} [props.direction="horizontal"] - Layout direction for footer content. Possible values: "horizontal", "vertical". Default: "horizontal".
3115
+ * @prop {LibAllColors} [props.linksSeparatorColor="gray-500"] - Color for the separator between links. Default: "gray-500".
3116
+ * @prop {LibColorsHover} [props.linksColor="primary"] - Color for the footer links. Default: "primary".
3116
3117
  *
3117
3118
  * @returns {JSX.Element} The rendered Footer component.
3118
3119
  *