@chayns-components/navigation 5.2.4 → 5.2.8-alpha.0
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/lib/types/components/dynamic-toolbar/DynamicToolbar.styles.d.ts +13 -8
- package/lib/types/components/dynamic-toolbar/dynamic-toolbar-item-button/DynamicToolbarItemButton.styles.d.ts +16 -9
- package/lib/types/components/dynamic-toolbar/dynamic-toolbar-overflow-tray/DynamicToolbarOverflowTray.styles.d.ts +10 -6
- package/lib/types/components/dynamic-toolbar-spacer/DynamicToolbarSpacer.styles.d.ts +1 -1
- package/lib/types/components/navigation-layout/NavigationLayout.styles.d.ts +25 -12
- package/lib/types/components/navigation-layout/navigation-header/NavigationHeader.styles.d.ts +11 -6
- package/lib/types/components/navigation-layout/navigation-header/menu-toggle/MenuToggle.styles.d.ts +3 -1
- package/lib/types/components/navigation-layout/navigation-sidebar/NavigationSidebar.styles.d.ts +35 -14
- package/lib/types/components/navigation-layout/navigation-sidebar/sidebar-divider/SidebarDivider.styles.d.ts +8 -5
- package/lib/types/components/navigation-layout/navigation-sidebar/sidebar-group/SidebarGroup.styles.d.ts +2 -2
- package/lib/types/components/navigation-layout/navigation-sidebar/sidebar-group/sidebar-item/SidebarItem.styles.d.ts +29 -15
- package/lib/types/components/split-layout/SplitLayout.styles.d.ts +17 -8
- package/lib/types/components/split-layout/resize-handle/ResizeHandle.styles.d.ts +21 -10
- package/lib/types/components/user-image/userImage.styles.d.ts +16 -8
- package/package.json +4 -4
|
@@ -1,12 +1,17 @@
|
|
|
1
|
-
import { WithTheme } from '@chayns-components/core';
|
|
2
1
|
import { DynamicToolbarLayout } from './DynamicToolbar.types';
|
|
3
2
|
export declare const StyledMotionDynamicToolbar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
4
3
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
-
}, never
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
}, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
5
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
6
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
7
|
+
export declare const StyledDynamicToolbarContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
8
|
+
export declare const StyledDynamicToolbarBackground: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$layout"> & {
|
|
9
|
+
$layout: DynamicToolbarLayout;
|
|
10
|
+
} & {
|
|
11
|
+
theme: import("@chayns-components/core").Theme;
|
|
12
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$layout"> & {
|
|
8
13
|
$layout: DynamicToolbarLayout;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
export
|
|
14
|
+
} & {
|
|
15
|
+
theme: import("@chayns-components/core").Theme;
|
|
16
|
+
}, never>>> & string;
|
|
17
|
+
export declare const StyledDynamicToolbarOverflowTrigger: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>>> & string;
|
|
@@ -1,14 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
type StyledDynamicToolbarItemButtonProps = WithTheme<{
|
|
1
|
+
export declare const StyledDynamicToolbarItemButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "$isDisabled" | "$isInOverflowTray" | "$hasRightSeparator" | "theme"> & {
|
|
3
2
|
$isDisabled: boolean;
|
|
4
3
|
$isInOverflowTray?: boolean;
|
|
5
4
|
$hasRightSeparator?: boolean;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
} & {
|
|
6
|
+
theme: import("@chayns-components/core").Theme;
|
|
7
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "$isDisabled" | "$isInOverflowTray" | "$hasRightSeparator" | "theme"> & {
|
|
8
|
+
$isDisabled: boolean;
|
|
9
|
+
$isInOverflowTray?: boolean;
|
|
10
|
+
$hasRightSeparator?: boolean;
|
|
11
|
+
} & {
|
|
12
|
+
theme: import("@chayns-components/core").Theme;
|
|
13
|
+
}, never>>> & string;
|
|
14
|
+
export declare const StyledDynamicToolbarItemIconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>> & string;
|
|
15
|
+
export declare const StyledDynamicToolbarItemBadge: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>> & string;
|
|
10
16
|
export declare const StyledMotionDynamicToolbarItemButtonBackground: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
11
17
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
12
|
-
}, never
|
|
13
|
-
|
|
14
|
-
|
|
18
|
+
}, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
19
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
20
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
21
|
+
export declare const StyledDynamicToolbarItemLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>> & string;
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
export declare const StyledMotionDynamicToolbarOverflowTray: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
1
|
+
export declare const StyledMotionDynamicToolbarOverflowTray: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
-
}, {
|
|
3
|
+
}, "theme"> & {
|
|
4
4
|
theme: import("@chayns-components/core").Theme;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
6
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
+
}, "theme"> & {
|
|
8
|
+
theme: import("@chayns-components/core").Theme;
|
|
9
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
10
|
+
export declare const StyledDynamicToolbarOverflowTrayItems: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
11
|
+
export declare const StyledMotionDynamicToolbarOverflowTrayWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
12
|
+
export declare const StyledMotionDynamicToolbarOverflowTraySpacer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StyledDynamicToolbarSpacer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
1
|
+
export declare const StyledDynamicToolbarSpacer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
@@ -1,19 +1,32 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const StyledNavigationLayout: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
1
|
+
export declare const StyledNavigationLayout: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
3
2
|
export declare const StyledMotionNavigationLayoutContentWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
4
3
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
-
}, never
|
|
6
|
-
|
|
4
|
+
}, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
5
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
6
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
7
|
+
export declare const StyledNavigationLayoutContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isCornerContent" | "$isMobile"> & {
|
|
8
|
+
$isCornerContent: boolean;
|
|
9
|
+
$isMobile: boolean;
|
|
10
|
+
} & {
|
|
11
|
+
theme: import("@chayns-components/core").Theme;
|
|
12
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$isCornerContent" | "$isMobile"> & {
|
|
7
13
|
$isCornerContent: boolean;
|
|
8
14
|
$isMobile: boolean;
|
|
9
|
-
}
|
|
10
|
-
|
|
15
|
+
} & {
|
|
16
|
+
theme: import("@chayns-components/core").Theme;
|
|
17
|
+
}, never>>> & string;
|
|
11
18
|
export declare const StyledMotionNavigationLayoutContentOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
12
19
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
13
|
-
}, never
|
|
14
|
-
|
|
20
|
+
}, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
21
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
22
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
23
|
+
export declare const StyledNavigationLayoutBackground: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$backgroundColor"> & {
|
|
24
|
+
$backgroundColor: string;
|
|
25
|
+
} & {
|
|
26
|
+
theme: import("@chayns-components/core").Theme;
|
|
27
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$backgroundColor"> & {
|
|
15
28
|
$backgroundColor: string;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
export
|
|
29
|
+
} & {
|
|
30
|
+
theme: import("@chayns-components/core").Theme;
|
|
31
|
+
}, never>>> & string;
|
|
32
|
+
export declare const StyledNavigationLayoutBackgroundImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, never>>> & string;
|
package/lib/types/components/navigation-layout/navigation-header/NavigationHeader.styles.d.ts
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
|
-
import { WithTheme } from '@chayns-components/core';
|
|
2
1
|
import { NavigationLayoutConfig } from '../NavigationLayout.types';
|
|
3
|
-
|
|
2
|
+
export declare const StyledNavigationHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$height" | "$color" | "$safeAreas"> & {
|
|
4
3
|
$height: number;
|
|
5
4
|
$color: string;
|
|
6
|
-
$safeAreas: NavigationLayoutConfig[
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
$safeAreas: NavigationLayoutConfig["safeAreas"];
|
|
6
|
+
} & {
|
|
7
|
+
theme: import("@chayns-components/core").Theme;
|
|
8
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$height" | "$color" | "$safeAreas"> & {
|
|
9
|
+
$height: number;
|
|
10
|
+
$color: string;
|
|
11
|
+
$safeAreas: NavigationLayoutConfig["safeAreas"];
|
|
12
|
+
} & {
|
|
13
|
+
theme: import("@chayns-components/core").Theme;
|
|
14
|
+
}, never>>> & string;
|
package/lib/types/components/navigation-layout/navigation-header/menu-toggle/MenuToggle.styles.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
export declare const StyledMotionMenuToggle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"button">, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
3
|
-
}, never
|
|
3
|
+
}, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"button">, "ref"> & import("react").RefAttributes<HTMLButtonElement>, "ref"> & {
|
|
4
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
5
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLButtonElement, import("motion/react").HTMLMotionProps<"button">>, keyof import("react").Component<any, {}, any>>;
|
package/lib/types/components/navigation-layout/navigation-sidebar/NavigationSidebar.styles.d.ts
CHANGED
|
@@ -1,27 +1,48 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export declare const StyledMotionNavigationSidebar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
2
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
+
}, "theme" | "$isMobile" | "$color"> & {
|
|
3
4
|
$color: string;
|
|
4
5
|
$isMobile?: boolean;
|
|
5
|
-
}
|
|
6
|
-
|
|
6
|
+
} & {
|
|
7
|
+
theme: import("@chayns-components/core").Theme;
|
|
8
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
7
9
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
8
|
-
},
|
|
10
|
+
}, "theme" | "$isMobile" | "$color"> & {
|
|
11
|
+
$color: string;
|
|
12
|
+
$isMobile?: boolean;
|
|
13
|
+
} & {
|
|
14
|
+
theme: import("@chayns-components/core").Theme;
|
|
15
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
9
16
|
export declare const StyledMotionNavigationSidebarContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
10
17
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
11
|
-
}, never
|
|
18
|
+
}, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
19
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
20
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
12
21
|
export declare const StyledMotionNavigationSidebarContentWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
13
22
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
14
|
-
}, never
|
|
23
|
+
}, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
24
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
25
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
15
26
|
export declare const StyledMotionNavigationSidebarExternalContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
16
27
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
17
|
-
}, never
|
|
18
|
-
|
|
28
|
+
}, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
29
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
30
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
31
|
+
export declare const StyledMotionNavigationSidebarContentList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
32
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
33
|
+
}, "theme" | "$isPinned"> & {
|
|
19
34
|
$isPinned?: boolean;
|
|
20
|
-
}
|
|
21
|
-
|
|
35
|
+
} & {
|
|
36
|
+
theme: import("@chayns-components/core").Theme;
|
|
37
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
22
38
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
23
|
-
},
|
|
39
|
+
}, "theme" | "$isPinned"> & {
|
|
40
|
+
$isPinned?: boolean;
|
|
41
|
+
} & {
|
|
42
|
+
theme: import("@chayns-components/core").Theme;
|
|
43
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
24
44
|
export declare const StyledNavigationSidebarResizeHandle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
25
45
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
26
|
-
}, never
|
|
27
|
-
|
|
46
|
+
}, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
47
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
48
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
type StyledSidebarDividerProps = WithTheme<{
|
|
1
|
+
export declare const StyledSidebarDivider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$color"> & {
|
|
3
2
|
$color: string;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
} & {
|
|
4
|
+
theme: import("@chayns-components/core").Theme;
|
|
5
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$color"> & {
|
|
6
|
+
$color: string;
|
|
7
|
+
} & {
|
|
8
|
+
theme: import("@chayns-components/core").Theme;
|
|
9
|
+
}, never>>> & string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare const StyledSidebarGroup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
1
|
+
export declare const StyledSidebarGroup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
2
2
|
interface StyledSidebarDropZoneProps {
|
|
3
3
|
$depth?: number;
|
|
4
4
|
$isActive: boolean;
|
|
5
5
|
$isDragging: boolean;
|
|
6
6
|
$placement?: 'before' | 'after' | 'inside';
|
|
7
7
|
}
|
|
8
|
-
export declare const StyledSidebarDropZone: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components
|
|
8
|
+
export declare const StyledSidebarDropZone: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledSidebarDropZoneProps> & StyledSidebarDropZoneProps, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof StyledSidebarDropZoneProps> & StyledSidebarDropZoneProps, never>>> & string;
|
|
9
9
|
export {};
|
|
@@ -1,24 +1,38 @@
|
|
|
1
|
-
import { WithTheme } from '@chayns-components/core';
|
|
2
1
|
import { Coordinates } from './SidebarItem.utils';
|
|
3
|
-
export declare const StyledSidebarItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
4
|
-
|
|
2
|
+
export declare const StyledSidebarItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
3
|
+
export declare const StyledSidebarItemHead: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled" | "theme" | "$isDragging" | "$shouldHighlight" | "$hasDisabledReason" | "$isReorderable"> & {
|
|
5
4
|
$shouldHighlight: boolean;
|
|
6
5
|
$hasDisabledReason: boolean;
|
|
7
6
|
$isDisabled?: boolean;
|
|
8
7
|
$isDragging?: boolean;
|
|
9
8
|
$isReorderable?: boolean;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
} & {
|
|
10
|
+
theme: import("@chayns-components/core").Theme;
|
|
11
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$isDisabled" | "theme" | "$isDragging" | "$shouldHighlight" | "$hasDisabledReason" | "$isReorderable"> & {
|
|
12
|
+
$shouldHighlight: boolean;
|
|
13
|
+
$hasDisabledReason: boolean;
|
|
14
|
+
$isDisabled?: boolean;
|
|
15
|
+
$isDragging?: boolean;
|
|
16
|
+
$isReorderable?: boolean;
|
|
17
|
+
} & {
|
|
18
|
+
theme: import("@chayns-components/core").Theme;
|
|
19
|
+
}, never>>> & string;
|
|
20
|
+
export declare const StyledSidebarItemHeadContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
21
|
+
export declare const StyledSidebarItemPopup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$coordinates"> & {
|
|
22
|
+
$coordinates: Coordinates;
|
|
23
|
+
} & {
|
|
24
|
+
theme: import("@chayns-components/core").Theme;
|
|
25
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$coordinates"> & {
|
|
14
26
|
$coordinates: Coordinates;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
27
|
+
} & {
|
|
28
|
+
theme: import("@chayns-components/core").Theme;
|
|
29
|
+
}, never>>> & string;
|
|
30
|
+
export declare const StyledSidebarItemIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
18
31
|
export declare const StyledMotionSidebarOpenIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
19
32
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
20
|
-
}, never
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
export declare const
|
|
24
|
-
export
|
|
33
|
+
}, never> & Partial<Pick<Omit<Omit<import("motion/react").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
34
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
35
|
+
}, never>>> & string & Omit<import("motion/react").ForwardRefComponent<HTMLDivElement, import("motion/react").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
36
|
+
export declare const StyledSidebarItemIconImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, never>>> & string;
|
|
37
|
+
export declare const StyledSidebarItemLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
38
|
+
export declare const StyledSidebarItemChildren: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
import { SplitLayoutDirection } from './SplitLayout.types';
|
|
2
|
-
|
|
3
|
-
type StyledSplitLayoutProps = WithTheme<{
|
|
2
|
+
export declare const StyledSplitLayout: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$direction"> & {
|
|
4
3
|
$direction: SplitLayoutDirection;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
} & {
|
|
5
|
+
theme: import("@chayns-components/core").Theme;
|
|
6
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$direction"> & {
|
|
7
|
+
$direction: SplitLayoutDirection;
|
|
8
|
+
} & {
|
|
9
|
+
theme: import("@chayns-components/core").Theme;
|
|
10
|
+
}, never>>> & string;
|
|
11
|
+
export declare const StyledSplitLayoutPane: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$direction" | "$size"> & {
|
|
12
|
+
$direction: SplitLayoutDirection;
|
|
13
|
+
$size?: number;
|
|
14
|
+
} & {
|
|
15
|
+
theme: import("@chayns-components/core").Theme;
|
|
16
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$direction" | "$size"> & {
|
|
8
17
|
$direction: SplitLayoutDirection;
|
|
9
18
|
$size?: number;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
19
|
+
} & {
|
|
20
|
+
theme: import("@chayns-components/core").Theme;
|
|
21
|
+
}, never>>> & string;
|
|
@@ -1,15 +1,26 @@
|
|
|
1
|
-
import { WithTheme } from '@chayns-components/core';
|
|
2
1
|
import { SplitLayoutDirection } from '../SplitLayout.types';
|
|
3
|
-
|
|
2
|
+
export declare const StyledResizeHandle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$direction" | "$size"> & {
|
|
4
3
|
$direction: SplitLayoutDirection;
|
|
5
4
|
$size: number;
|
|
6
|
-
}
|
|
7
|
-
export declare const StyledResizeHandle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledResizeHandleProps>> & string;
|
|
8
|
-
export declare const StyledResizeHandleLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
5
|
+
} & {
|
|
9
6
|
theme: import("@chayns-components/core").Theme;
|
|
10
|
-
}
|
|
11
|
-
type StyledResizeHandleDragProps = WithTheme<{
|
|
7
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$direction" | "$size"> & {
|
|
12
8
|
$direction: SplitLayoutDirection;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
$size: number;
|
|
10
|
+
} & {
|
|
11
|
+
theme: import("@chayns-components/core").Theme;
|
|
12
|
+
}, never>>> & string;
|
|
13
|
+
export declare const StyledResizeHandleLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
|
|
14
|
+
theme: import("@chayns-components/core").Theme;
|
|
15
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme"> & {
|
|
16
|
+
theme: import("@chayns-components/core").Theme;
|
|
17
|
+
}, never>>> & string;
|
|
18
|
+
export declare const StyledResizeHandleDrag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$direction"> & {
|
|
19
|
+
$direction: SplitLayoutDirection;
|
|
20
|
+
} & {
|
|
21
|
+
theme: import("@chayns-components/core").Theme;
|
|
22
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$direction"> & {
|
|
23
|
+
$direction: SplitLayoutDirection;
|
|
24
|
+
} & {
|
|
25
|
+
theme: import("@chayns-components/core").Theme;
|
|
26
|
+
}, never>>> & string;
|
|
@@ -1,10 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
type StyledUserImageProps = WithTheme<{
|
|
1
|
+
export declare const StyledUserImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$size"> & {
|
|
3
2
|
$size: number;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
} & {
|
|
4
|
+
theme: import("@chayns-components/core").Theme;
|
|
5
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "theme" | "$size"> & {
|
|
7
6
|
$size: number;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
} & {
|
|
8
|
+
theme: import("@chayns-components/core").Theme;
|
|
9
|
+
}, never>>> & string;
|
|
10
|
+
export declare const StyledUserImageUser: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "theme" | "$size"> & {
|
|
11
|
+
$size: number;
|
|
12
|
+
} & {
|
|
13
|
+
theme: import("@chayns-components/core").Theme;
|
|
14
|
+
}, never> & Partial<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "theme" | "$size"> & {
|
|
15
|
+
$size: number;
|
|
16
|
+
} & {
|
|
17
|
+
theme: import("@chayns-components/core").Theme;
|
|
18
|
+
}, never>>> & string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chayns-components/navigation",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.8-alpha.0",
|
|
4
4
|
"description": "A set of beautiful React components for developing your own applications with chayns.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"browserslist": [
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/cli": "^7.28.6",
|
|
56
56
|
"@babel/core": "^7.29.0",
|
|
57
|
-
"@babel/preset-env": "^7.29.
|
|
57
|
+
"@babel/preset-env": "^7.29.5",
|
|
58
58
|
"@babel/preset-react": "^7.28.5",
|
|
59
59
|
"@babel/preset-typescript": "^7.28.5",
|
|
60
60
|
"@types/react": "^18.3.28",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"typescript": "^5.9.3"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@chayns-components/core": "^5.2.
|
|
72
|
+
"@chayns-components/core": "^5.2.8-alpha.0",
|
|
73
73
|
"react-compiler-runtime": "^1.0.0"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "1c8fe6448a297b7837d271b23e00347b68f2214a"
|
|
86
86
|
}
|