@ambuj.bhaskar/react-component-library 0.20.1-alpha → 0.20.2-alpha

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.ts CHANGED
@@ -1182,6 +1182,7 @@ export declare type SidebarConfig = {
1182
1182
  notification?: {
1183
1183
  value: number;
1184
1184
  };
1185
+ hoverTitle?: string;
1185
1186
  }[];
1186
1187
  dynamic: {
1187
1188
  [section: string]: {
@@ -1189,6 +1190,7 @@ export declare type SidebarConfig = {
1189
1190
  icon: string;
1190
1191
  key: string;
1191
1192
  action: () => void;
1193
+ hoverTitle?: string;
1192
1194
  }[];
1193
1195
  };
1194
1196
  };