ikon-react-components-lib 1.0.2 → 1.0.3
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
|
@@ -2,6 +2,7 @@ import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
|
2
2
|
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
|
3
3
|
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
|
4
4
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
5
|
+
import { AxiosInstance } from 'axios';
|
|
5
6
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
6
7
|
import { ClassProp } from 'class-variance-authority/types';
|
|
7
8
|
import { ClassValue } from 'clsx';
|
|
@@ -184,6 +185,8 @@ export declare function AvatarGroupCount({ className, ...props }: React_2.Compon
|
|
|
184
185
|
|
|
185
186
|
export declare function AvatarImage({ className, ...props }: React_2.ComponentProps<typeof AvatarPrimitive.Image>): JSX.Element;
|
|
186
187
|
|
|
188
|
+
export declare const axiosInstance: AxiosInstance;
|
|
189
|
+
|
|
187
190
|
export declare function Badge({ className, variant, asChild, ...props }: React_2.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
|
|
188
191
|
asChild?: boolean;
|
|
189
192
|
}): JSX.Element;
|
|
@@ -1070,6 +1073,12 @@ export declare function RenderAppBreadcrumb({ breadcrumb, }: {
|
|
|
1070
1073
|
breadcrumb: BreadcrumbItemProps;
|
|
1071
1074
|
}): JSX.Element;
|
|
1072
1075
|
|
|
1076
|
+
export declare function RenderSidebarNav({ items, sidebarHeader, sidebarFooter, }: {
|
|
1077
|
+
items: SidebarNavItem[];
|
|
1078
|
+
sidebarHeader?: ReactNode;
|
|
1079
|
+
sidebarFooter?: ReactNode;
|
|
1080
|
+
}): null;
|
|
1081
|
+
|
|
1073
1082
|
export declare function ScrollArea({ className, children, ...props }: React_2.ComponentProps<typeof ScrollAreaPrimitive.Root>): JSX.Element;
|
|
1074
1083
|
|
|
1075
1084
|
export declare function ScrollBar({ className, orientation, ...props }: React_2.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ikon-react-components-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/ikon-react-components-lib.cjs.js",
|
|
7
7
|
"module": "./dist/ikon-react-components-lib.es.js",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"react-dom": "^19.2.0",
|
|
74
74
|
"react-hook-form": "^7.71.1",
|
|
75
75
|
"react-resizable-panels": "^4.6.4",
|
|
76
|
-
"react-router
|
|
76
|
+
"react-router": "^7.13.1",
|
|
77
77
|
"recharts": "^2.15.4",
|
|
78
78
|
"remark-gfm": "^4.0.1",
|
|
79
79
|
"sonner": "^2.0.7",
|