@kashifd/jwero-components 0.8.29 → 0.8.30

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/src/App.d.ts CHANGED
@@ -7,3 +7,4 @@ export declare const TableTest: () => import("react/jsx-runtime").JSX.Element;
7
7
  export declare const JweroVerticalTabsTest: () => import("react/jsx-runtime").JSX.Element;
8
8
  export declare const JweroButtonMenuTest: () => import("react/jsx-runtime").JSX.Element;
9
9
  export declare const TestAutocomplete: () => import("react/jsx-runtime").JSX.Element;
10
+ export declare const TestJweroSidebar: () => import("react/jsx-runtime").JSX.Element;
@@ -11,6 +11,7 @@ type NavigationDataType = {
11
11
  flag?: boolean;
12
12
  badge_count?: number;
13
13
  };
14
+ is_beta?: boolean;
14
15
  };
15
16
  type JweroSidebarType = {
16
17
  currentPage: string;
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.29",
5
+ "version": "0.8.30",
6
6
  "type": "module",
7
7
  "main": "dist/index.umd.js",
8
8
  "module": "dist/index.es.js",