analytica-frontend-lib 1.1.54 → 1.1.56

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.
@@ -54,6 +54,10 @@ declare const ProfileMenuHeader: react.ForwardRefExoticComponent<HTMLAttributes<
54
54
  email: string;
55
55
  store?: DropdownStoreApi;
56
56
  } & react.RefAttributes<HTMLDivElement>>;
57
+ declare const ProfileToggleTheme: {
58
+ ({ ...props }: HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
59
+ displayName: string;
60
+ };
57
61
  declare const ProfileMenuSection: react.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & {
58
62
  store?: DropdownStoreApi;
59
63
  } & react.RefAttributes<HTMLDivElement>>;
@@ -65,4 +69,4 @@ declare const ProfileMenuFooter: {
65
69
  displayName: string;
66
70
  };
67
71
 
68
- export { DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, MenuLabel, ProfileMenuFooter, ProfileMenuHeader, ProfileMenuSection, ProfileMenuTrigger, createDropdownStore, DropdownMenu as default, useDropdownStore };
72
+ export { DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, MenuLabel, ProfileMenuFooter, ProfileMenuHeader, ProfileMenuSection, ProfileMenuTrigger, ProfileToggleTheme, createDropdownStore, DropdownMenu as default, useDropdownStore };
@@ -54,6 +54,10 @@ declare const ProfileMenuHeader: react.ForwardRefExoticComponent<HTMLAttributes<
54
54
  email: string;
55
55
  store?: DropdownStoreApi;
56
56
  } & react.RefAttributes<HTMLDivElement>>;
57
+ declare const ProfileToggleTheme: {
58
+ ({ ...props }: HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
59
+ displayName: string;
60
+ };
57
61
  declare const ProfileMenuSection: react.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & {
58
62
  store?: DropdownStoreApi;
59
63
  } & react.RefAttributes<HTMLDivElement>>;
@@ -65,4 +69,4 @@ declare const ProfileMenuFooter: {
65
69
  displayName: string;
66
70
  };
67
71
 
68
- export { DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, MenuLabel, ProfileMenuFooter, ProfileMenuHeader, ProfileMenuSection, ProfileMenuTrigger, createDropdownStore, DropdownMenu as default, useDropdownStore };
72
+ export { DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, MenuLabel, ProfileMenuFooter, ProfileMenuHeader, ProfileMenuSection, ProfileMenuTrigger, ProfileToggleTheme, createDropdownStore, DropdownMenu as default, useDropdownStore };