@bigbinary/neetoui 4.4.10 → 4.4.11

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/layouts.d.ts CHANGED
@@ -110,7 +110,7 @@ type FooterLinkType = {
110
110
 
111
111
  type LinkType = {
112
112
  onClick?: React.MouseEventHandler<HTMLButtonElement>;
113
- label: React.ReactNode;
113
+ label?: React.ReactNode;
114
114
  icon?: any;
115
115
  } & React.DetailedHTMLProps<
116
116
  React.ButtonHTMLAttributes<HTMLButtonElement>,
@@ -130,6 +130,7 @@ export interface SidebarProps {
130
130
  helpLinks?: {
131
131
  documentationProps?: LinkType;
132
132
  keyboardShortcutProps?: LinkType;
133
+ liveChatProps?: LinkType;
133
134
  changelogProps?: LinkType;
134
135
  };
135
136
  profileInfo?: {