@equinor/cpl-top-bar-react 1.0.0 → 1.0.2
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +274 -357
- package/dist/index.mjs +274 -359
- package/package.json +24 -17
package/dist/index.d.mts
CHANGED
|
@@ -51,7 +51,7 @@ type SideMenuProps = {
|
|
|
51
51
|
appUrls: AppUrls;
|
|
52
52
|
titleOtherMenuItems?: string;
|
|
53
53
|
otherMenuItems?: MenuItems[];
|
|
54
|
-
logoElement?:
|
|
54
|
+
logoElement?: React__default.ReactNode;
|
|
55
55
|
versionInfo?: React__default.ReactNode;
|
|
56
56
|
/**
|
|
57
57
|
* supports next/link and react-router-dom, will default to using a regular anchor-element if not provided
|
package/dist/index.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ type SideMenuProps = {
|
|
|
51
51
|
appUrls: AppUrls;
|
|
52
52
|
titleOtherMenuItems?: string;
|
|
53
53
|
otherMenuItems?: MenuItems[];
|
|
54
|
-
logoElement?:
|
|
54
|
+
logoElement?: React__default.ReactNode;
|
|
55
55
|
versionInfo?: React__default.ReactNode;
|
|
56
56
|
/**
|
|
57
57
|
* supports next/link and react-router-dom, will default to using a regular anchor-element if not provided
|