tcce-design-system-test 0.3.11 → 0.3.12
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.
|
@@ -931,7 +931,7 @@ export declare interface SidebarProps {
|
|
|
931
931
|
activePath?: string;
|
|
932
932
|
logoImgExpanded?: default_2.ReactNode;
|
|
933
933
|
logoImgCollapsed?: default_2.ReactNode;
|
|
934
|
-
onNavigate?: (href
|
|
934
|
+
onNavigate?: (href: string) => void;
|
|
935
935
|
}
|
|
936
936
|
|
|
937
937
|
export declare const SidebarProvider: ({ children }: PropsWithChildren) => JSX.Element;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.3.
|
|
6
|
+
"version": "0.3.12",
|
|
7
7
|
"description": "This package provides reusable UI components to ensure consistency across all CRM frontend applications",
|
|
8
8
|
"author": "BizAppsTotal <bizapps@tcce.biz>",
|
|
9
9
|
"type": "module",
|