@kashifd/jwero-components 0.8.14 → 0.8.15

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.
@@ -17,7 +17,8 @@ type JweroSidebarType = {
17
17
  primaryNavigationData: NavigationDataType[];
18
18
  secondaryNavigationData: NavigationDataType[];
19
19
  onClick?: (option: NavigationDataType) => void;
20
+ onContextMenu?: (option: NavigationDataType) => void;
20
21
  boxSx?: SxProps<Theme>;
21
22
  };
22
- declare const JweroSidebar: ({ currentPage, primaryNavigationData, secondaryNavigationData, onClick, boxSx, }: JweroSidebarType) => import("react/jsx-runtime").JSX.Element;
23
+ declare const JweroSidebar: ({ currentPage, primaryNavigationData, secondaryNavigationData, onClick, onContextMenu, boxSx, }: JweroSidebarType) => import("react/jsx-runtime").JSX.Element;
23
24
  export default JweroSidebar;
@@ -26,7 +26,6 @@ type JweroTabsType = {
26
26
  tabListSx?: SxProps;
27
27
  tabSx?: SxProps;
28
28
  panelSx?: SxProps;
29
- mainSx?: SxProps;
30
29
  };
31
- declare const JweroTabs: ({ children, tabsObj, panelObj, onChangeFunction, customBorderBottom, customScrollButtons, customStartValue, tabListRightItem, tabListEndItem, boxSx, tabListSx, tabSx, panelSx, mainSx, }: JweroTabsType) => import("react/jsx-runtime").JSX.Element;
30
+ declare const JweroTabs: ({ children, tabsObj, panelObj, onChangeFunction, customBorderBottom, customScrollButtons, customStartValue, tabListRightItem, tabListEndItem, boxSx, tabListSx, tabSx, panelSx, }: JweroTabsType) => import("react/jsx-runtime").JSX.Element;
32
31
  export default JweroTabs;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@kashifd/jwero-components",
3
3
  "description": "A Jwero UI library for React",
4
4
  "private": false,
5
- "version": "0.8.14",
5
+ "version": "0.8.15",
6
6
  "type": "module",
7
7
  "main": "dist/index.umd.js",
8
8
  "module": "dist/index.es.js",