@ambuj.bhaskar/react-component-library 0.20.1-alpha → 0.20.3-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
@@ -962,6 +962,8 @@ export declare type MapViewProps = {
962
962
  navClassName?: string;
963
963
  navButtonColor?: Color;
964
964
  className?: string;
965
+ focusedIndex?: number;
966
+ onFocusedIndexChange?: (index: number) => void;
965
967
  };
966
968
 
967
969
  export declare const MathAnnotationHelper: {
@@ -1182,6 +1184,7 @@ export declare type SidebarConfig = {
1182
1184
  notification?: {
1183
1185
  value: number;
1184
1186
  };
1187
+ hoverTitle?: string;
1185
1188
  }[];
1186
1189
  dynamic: {
1187
1190
  [section: string]: {
@@ -1189,6 +1192,7 @@ export declare type SidebarConfig = {
1189
1192
  icon: string;
1190
1193
  key: string;
1191
1194
  action: () => void;
1195
+ hoverTitle?: string;
1192
1196
  }[];
1193
1197
  };
1194
1198
  };