profinansy-ui-lib 2.0.42 → 2.0.44
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.
|
@@ -5,4 +5,4 @@ export declare const getTrial: (rights: Record<string, number | string>, purchas
|
|
|
5
5
|
export declare const getMainLinksColor: (isBlack: boolean, isActive: boolean) => "#6553F5" | "#898989" | "#C0C0C0" | "#756CBB";
|
|
6
6
|
export declare const getDropdownsLinksColor: (isBlack: boolean, isActive: boolean, isLocked: boolean) => "#FFFFFF" | "#6553F5" | "#9B8EFF" | "#242424" | "#898989";
|
|
7
7
|
export declare const getDropdownsIconsColor: (isBlack: boolean, isActive: boolean) => "#6553F5" | "#9B8EFF" | "#A2A1A7";
|
|
8
|
-
export declare const getDropdownItemBackground: (isBlack: boolean, isOpen: boolean) => "
|
|
8
|
+
export declare const getDropdownItemBackground: (isBlack: boolean, isOpen: boolean) => "transparent" | "#fff" | "#2B2B2B" | "#f8f8f8";
|
|
@@ -3,9 +3,7 @@ declare const Wrapper: import("styled-components").StyledComponent<"div", any, {
|
|
|
3
3
|
isOpen: boolean;
|
|
4
4
|
}, never>;
|
|
5
5
|
declare const Layout: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
-
declare const Sidebar: import("styled-components").StyledComponent<"div", any, {
|
|
7
|
-
width: string;
|
|
8
|
-
}, never>;
|
|
6
|
+
declare const Sidebar: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
7
|
declare const Header: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
10
8
|
declare const LeftWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
11
9
|
declare const Title: import("styled-components").StyledComponent<"span", any, {}, never>;
|