@aic-kits/react 0.32.0 → 0.33.0
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/components/Header/HeaderLogo.d.ts +1 -0
- package/dist/components/Header/types.d.ts +4 -0
- package/dist/index.cjs +77 -77
- package/dist/index.js +2863 -2801
- package/package.json +2 -2
|
@@ -43,6 +43,10 @@ export interface HeaderProps extends BoxProps {
|
|
|
43
43
|
* Background color of the header
|
|
44
44
|
*/
|
|
45
45
|
backgroundColor?: Color;
|
|
46
|
+
/**
|
|
47
|
+
* Logo to display in the header
|
|
48
|
+
*/
|
|
49
|
+
logo?: string;
|
|
46
50
|
/**
|
|
47
51
|
* Navigation items to display in the center of the header
|
|
48
52
|
*/
|