@lark-apaas/client-toolkit 1.0.4 → 1.0.5
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/apis/hooks/useTheme.d.ts +1 -0
- package/lib/apis/hooks/useTheme.js +1 -0
- package/lib/components/AppContainer/api-proxy/core.d.ts +182 -0
- package/lib/components/AppContainer/api-proxy/core.js +294 -0
- package/lib/components/AppContainer/utils/api-panel.d.ts +29 -0
- package/lib/components/AppContainer/utils/api-panel.js +66 -0
- package/lib/components/AppContainer/utils/childApi.js +11 -1
- package/lib/components/User/UserDisplay.d.ts +1 -1
- package/lib/components/User/UserDisplay.js +101 -25
- package/lib/components/User/UserProfile/UserProfile.css +1 -1
- package/lib/components/User/UserProfile/UserProfileContainer.d.ts +1 -1
- package/lib/components/User/UserProfile/UserProfileSkeleton.d.ts +0 -1
- package/lib/components/User/UserProfile/UserProfileSkeleton.js +21 -29
- package/lib/components/User/UserProfile/UserProfileUI.d.ts +1 -2
- package/lib/components/User/UserProfile/UserProfileUI.js +106 -92
- package/lib/components/User/UserSelect.d.ts +1 -1
- package/lib/components/User/UserSelect.js +17 -143
- package/lib/components/User/UserSelectUI/ActionButtons.d.ts +11 -0
- package/lib/components/User/UserSelectUI/ActionButtons.js +44 -0
- package/lib/components/User/UserSelectUI/Dropdown.d.ts +12 -0
- package/lib/components/User/UserSelectUI/Dropdown.js +66 -0
- package/lib/components/User/UserSelectUI/MultipleSelectionTags.d.ts +14 -0
- package/lib/components/User/UserSelectUI/MultipleSelectionTags.js +48 -0
- package/lib/components/User/UserSelectUI/SingleSelectionPreview.d.ts +9 -0
- package/lib/components/User/UserSelectUI/SingleSelectionPreview.js +37 -0
- package/lib/components/User/UserSelectUI/Spinner.d.ts +2 -0
- package/lib/components/User/UserSelectUI/Spinner.js +13 -0
- package/lib/components/User/UserSelectUI/UserSelectUI.d.ts +5 -0
- package/lib/components/User/UserSelectUI/UserSelectUI.js +230 -0
- package/lib/components/User/UserSelectUI/index.d.ts +2 -0
- package/lib/components/User/UserSelectUI/index.js +2 -0
- package/lib/components/User/UserSelectUI/types.d.ts +14 -0
- package/lib/components/User/UserSelectUI/types.js +0 -0
- package/lib/components/User/UserWithAvatar.js +38 -21
- package/lib/components/index.d.ts +2 -5
- package/lib/components/index.js +2 -3
- package/lib/components/ui/avatar.d.ts +6 -0
- package/lib/components/ui/avatar.js +27 -0
- package/lib/components/ui/badge.d.ts +9 -0
- package/lib/components/ui/badge.js +29 -0
- package/lib/components/ui/button.d.ts +10 -0
- package/lib/components/ui/button.js +42 -0
- package/lib/components/ui/input.d.ts +3 -0
- package/lib/components/ui/input.js +12 -0
- package/lib/components/ui/overflow-tooltip-text.d.ts +8 -0
- package/lib/components/ui/overflow-tooltip-text.js +66 -0
- package/lib/components/ui/popover.d.ts +7 -0
- package/lib/components/ui/popover.js +35 -0
- package/lib/components/ui/skeleton.d.ts +7 -0
- package/lib/components/ui/skeleton.js +10 -0
- package/lib/components/ui/tooltip.d.ts +7 -0
- package/lib/components/ui/tooltip.js +24 -0
- package/lib/override.css +0 -16
- package/lib/types/iframe-events.d.ts +9 -0
- package/lib/types/index.d.ts +0 -29
- package/package.json +7 -1
- package/lib/apis/components/SidebarNav.d.ts +0 -1
- package/lib/apis/components/SidebarNav.js +0 -2
- package/lib/components/SidebarNav/DrawerNav.d.ts +0 -3
- package/lib/components/SidebarNav/DrawerNav.js +0 -64
- package/lib/components/SidebarNav/DropdownNav.d.ts +0 -3
- package/lib/components/SidebarNav/DropdownNav.js +0 -40
- package/lib/components/SidebarNav/Sidebar.d.ts +0 -3
- package/lib/components/SidebarNav/Sidebar.js +0 -33
- package/lib/components/SidebarNav/index.d.ts +0 -5
- package/lib/components/SidebarNav/index.js +0 -61
- package/lib/components/User/UserSelect.css +0 -11
- package/lib/components/common/LogoInfo.d.ts +0 -5
- package/lib/components/common/LogoInfo.js +0 -30
- package/lib/components/common/NavItem.d.ts +0 -20
- package/lib/components/common/NavItem.js +0 -112
- package/lib/components/common/NavMenu.d.ts +0 -9
- package/lib/components/common/NavMenu.js +0 -50
- package/lib/components/common/UserAvatarLayout.d.ts +0 -4
- package/lib/components/common/UserAvatarLayout.js +0 -41
- package/lib/components/common/UserAvatarMenu.d.ts +0 -4
- package/lib/components/common/UserAvatarMenu.js +0 -58
- package/lib/components/common/index.d.ts +0 -9
- package/lib/components/common/index.js +0 -10
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import { Link } from "react-router-dom";
|
|
4
|
-
import { useAppInfo } from "../../hooks/useAppInfo.js";
|
|
5
|
-
import { clsxWithTw } from "../../utils/utils.js";
|
|
6
|
-
function LogoInfo({ className, logoClassName }) {
|
|
7
|
-
const { name, avatar } = useAppInfo();
|
|
8
|
-
return /*#__PURE__*/ jsx("div", {
|
|
9
|
-
className: clsxWithTw('overflow-hidden text-ellipsis whitespace-nowrap', className),
|
|
10
|
-
children: /*#__PURE__*/ jsxs(Link, {
|
|
11
|
-
to: "/",
|
|
12
|
-
className: "text-inherit flex items-center gap-2 w-full",
|
|
13
|
-
children: [
|
|
14
|
-
avatar ? /*#__PURE__*/ jsx("img", {
|
|
15
|
-
src: avatar,
|
|
16
|
-
alt: name,
|
|
17
|
-
className: clsxWithTw('h-7 w-7', logoClassName)
|
|
18
|
-
}) : null,
|
|
19
|
-
/*#__PURE__*/ jsxs("span", {
|
|
20
|
-
className: "w-full truncate",
|
|
21
|
-
children: [
|
|
22
|
-
name || '新应用',
|
|
23
|
-
" "
|
|
24
|
-
]
|
|
25
|
-
})
|
|
26
|
-
]
|
|
27
|
-
})
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
export { LogoInfo as default };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface NavItemProps {
|
|
3
|
-
name: string;
|
|
4
|
-
to: string;
|
|
5
|
-
icon?: React.ComponentType<{
|
|
6
|
-
className?: string;
|
|
7
|
-
}>;
|
|
8
|
-
children?: NavItemProps[];
|
|
9
|
-
className?: string;
|
|
10
|
-
hasBadge?: boolean;
|
|
11
|
-
direction?: 'horizontal' | 'vertical';
|
|
12
|
-
onClick?: () => void;
|
|
13
|
-
hideActive?: boolean;
|
|
14
|
-
forceActive?: boolean;
|
|
15
|
-
}
|
|
16
|
-
export declare const NavItem: React.ForwardRefExoticComponent<NavItemProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
17
|
-
export declare const MoreNavItem: React.FC<{
|
|
18
|
-
expandedNavItemsPath: string[];
|
|
19
|
-
isExpanded: boolean;
|
|
20
|
-
} & Omit<NavItemProps, 'icon' | 'to'>>;
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import react, { forwardRef, useCallback, useEffect, useMemo, useState } from "react";
|
|
3
|
-
import { NavLink, matchPath, useLocation } from "react-router-dom";
|
|
4
|
-
import { Button } from "antd";
|
|
5
|
-
import { clsxWithTw } from "../../utils/utils.js";
|
|
6
|
-
import { MoreHorizontal } from "lucide-react";
|
|
7
|
-
const HashLink = /*#__PURE__*/ forwardRef(({ className, to, name, icon, onClick, direction, hideActive = false }, _ref)=>{
|
|
8
|
-
const [isActive, setIsActive] = useState(false);
|
|
9
|
-
useEffect(()=>{
|
|
10
|
-
const checkHash = ()=>{
|
|
11
|
-
setIsActive(window.location.hash === to);
|
|
12
|
-
};
|
|
13
|
-
checkHash();
|
|
14
|
-
window.addEventListener('hashchange', checkHash);
|
|
15
|
-
return ()=>window.removeEventListener('hashchange', checkHash);
|
|
16
|
-
}, [
|
|
17
|
-
to
|
|
18
|
-
]);
|
|
19
|
-
const iconNode = icon ? /*#__PURE__*/ react.createElement(icon, {
|
|
20
|
-
className: 'w-6 h-6'
|
|
21
|
-
}) : null;
|
|
22
|
-
return /*#__PURE__*/ jsxs(Button, {
|
|
23
|
-
variant: "link",
|
|
24
|
-
href: to,
|
|
25
|
-
onClick: ()=>{
|
|
26
|
-
setIsActive(true);
|
|
27
|
-
onClick?.();
|
|
28
|
-
},
|
|
29
|
-
color: isActive && !hideActive ? 'primary' : 'default',
|
|
30
|
-
className: clsxWithTw('miao-nav p-0 b-0 h-full w-full', 'transition-colors inline-flex gap-1 items-center overflow-hidden', {
|
|
31
|
-
'flex-col': 'vertical' === direction,
|
|
32
|
-
'w-full': 'vertical' === direction,
|
|
33
|
-
'justify-center': 'horizontal' === direction,
|
|
34
|
-
'text-inherit': !isActive
|
|
35
|
-
}, className),
|
|
36
|
-
children: [
|
|
37
|
-
iconNode,
|
|
38
|
-
name ? /*#__PURE__*/ jsx("span", {
|
|
39
|
-
className: clsxWithTw('truncate w-full', {
|
|
40
|
-
'text-center': 'vertical' === direction
|
|
41
|
-
}),
|
|
42
|
-
children: name
|
|
43
|
-
}) : null
|
|
44
|
-
]
|
|
45
|
-
});
|
|
46
|
-
});
|
|
47
|
-
HashLink.displayName = 'HashLink';
|
|
48
|
-
const NavItem = /*#__PURE__*/ react.forwardRef((props, ref)=>{
|
|
49
|
-
const isHashLink = props.to.startsWith('#');
|
|
50
|
-
if (isHashLink) return /*#__PURE__*/ jsx(HashLink, {
|
|
51
|
-
ref: ref,
|
|
52
|
-
...props
|
|
53
|
-
});
|
|
54
|
-
return /*#__PURE__*/ jsx(NavLink, {
|
|
55
|
-
ref: ref,
|
|
56
|
-
to: props.to,
|
|
57
|
-
end: true,
|
|
58
|
-
onClick: props.onClick,
|
|
59
|
-
className: ()=>clsxWithTw('inline-flex justify-center'),
|
|
60
|
-
children: ({ isActive: linkIsActive })=>/*#__PURE__*/ jsxs(Button, {
|
|
61
|
-
variant: "link",
|
|
62
|
-
color: linkIsActive && !props.hideActive || props.forceActive ? 'primary' : 'default',
|
|
63
|
-
className: clsxWithTw('miao-nav p-0 b-0 h-full w-full', 'transition-colors inline-flex gap-1 items-center overflow-hidden', {
|
|
64
|
-
'flex-col': 'vertical' === props.direction,
|
|
65
|
-
'justify-center': 'horizontal' === props.direction,
|
|
66
|
-
'text-inherit': !(linkIsActive && !props.hideActive || props.forceActive)
|
|
67
|
-
}, props.className),
|
|
68
|
-
children: [
|
|
69
|
-
props.icon ? /*#__PURE__*/ jsx(props.icon, {
|
|
70
|
-
className: "w-6 h-6"
|
|
71
|
-
}) : null,
|
|
72
|
-
props.name ? /*#__PURE__*/ jsx("span", {
|
|
73
|
-
className: clsxWithTw('truncate w-full', {
|
|
74
|
-
' text-center': 'vertical' === props.direction
|
|
75
|
-
}),
|
|
76
|
-
children: props.name
|
|
77
|
-
}) : null
|
|
78
|
-
]
|
|
79
|
-
})
|
|
80
|
-
});
|
|
81
|
-
});
|
|
82
|
-
NavItem.displayName = 'NavItem';
|
|
83
|
-
const MoreNavItem = ({ expandedNavItemsPath, onClick, isExpanded, name = '更多', ...restProps })=>{
|
|
84
|
-
const { pathname } = useLocation();
|
|
85
|
-
const isActive = useMemo(()=>{
|
|
86
|
-
const matched = expandedNavItemsPath.some((path)=>{
|
|
87
|
-
const match = matchPath(path, pathname);
|
|
88
|
-
return match && match.pathname === pathname;
|
|
89
|
-
});
|
|
90
|
-
return matched;
|
|
91
|
-
}, [
|
|
92
|
-
expandedNavItemsPath,
|
|
93
|
-
pathname
|
|
94
|
-
]);
|
|
95
|
-
const handleClick = useCallback((e)=>{
|
|
96
|
-
e.preventDefault();
|
|
97
|
-
onClick?.();
|
|
98
|
-
}, [
|
|
99
|
-
onClick
|
|
100
|
-
]);
|
|
101
|
-
return /*#__PURE__*/ jsx(NavItem, {
|
|
102
|
-
icon: MoreHorizontal,
|
|
103
|
-
name: name,
|
|
104
|
-
to: "",
|
|
105
|
-
hideActive: !isActive,
|
|
106
|
-
forceActive: isExpanded || isActive,
|
|
107
|
-
onClick: handleClick,
|
|
108
|
-
...restProps
|
|
109
|
-
});
|
|
110
|
-
};
|
|
111
|
-
MoreNavItem.displayName = 'MoreNavItem';
|
|
112
|
-
export { MoreNavItem, NavItem };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseNavProps } from '../../types';
|
|
3
|
-
type NavMenuProps = BaseNavProps & {
|
|
4
|
-
mode?: 'horizontal' | 'vertical';
|
|
5
|
-
iconClassName?: string;
|
|
6
|
-
onClick?: (key: string) => void;
|
|
7
|
-
};
|
|
8
|
-
export default function NavMenu({ navList, className, iconClassName, mode, onClick, }: NavMenuProps): React.JSX.Element;
|
|
9
|
-
export {};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Menu } from "antd";
|
|
3
|
-
import react, { useEffect, useMemo, useState } from "react";
|
|
4
|
-
import { NavLink, useLocation } from "react-router-dom";
|
|
5
|
-
import { clsxWithTw } from "../../utils/utils.js";
|
|
6
|
-
function NavMenu({ navList, className, iconClassName = '', mode = 'horizontal', onClick }) {
|
|
7
|
-
const location = useLocation();
|
|
8
|
-
const [currentMenu, setCurrentMenu] = useState(location.pathname);
|
|
9
|
-
useEffect(()=>{
|
|
10
|
-
setCurrentMenu(location.pathname);
|
|
11
|
-
}, [
|
|
12
|
-
location
|
|
13
|
-
]);
|
|
14
|
-
const menuItems = useMemo(()=>navList?.map((n)=>({
|
|
15
|
-
label: /*#__PURE__*/ jsxs(NavLink, {
|
|
16
|
-
to: n.to,
|
|
17
|
-
end: true,
|
|
18
|
-
className: ({ isActive })=>clsxWithTw('flex items-center', {
|
|
19
|
-
'text-[var(--ant-menu-horizontal-item-selected-color)]': isActive
|
|
20
|
-
}),
|
|
21
|
-
children: [
|
|
22
|
-
n.icon ? /*#__PURE__*/ react.createElement(n.icon, {
|
|
23
|
-
className: clsxWithTw('w-4 h-4', iconClassName)
|
|
24
|
-
}) : null,
|
|
25
|
-
/*#__PURE__*/ jsx("span", {
|
|
26
|
-
children: n.name
|
|
27
|
-
})
|
|
28
|
-
]
|
|
29
|
-
}),
|
|
30
|
-
key: n.to
|
|
31
|
-
})), [
|
|
32
|
-
navList
|
|
33
|
-
]);
|
|
34
|
-
return /*#__PURE__*/ jsx(Menu, {
|
|
35
|
-
className: clsxWithTw('bg-inherit h-full', className),
|
|
36
|
-
items: menuItems,
|
|
37
|
-
selectedKeys: [
|
|
38
|
-
currentMenu
|
|
39
|
-
],
|
|
40
|
-
onClick: (info)=>{
|
|
41
|
-
setCurrentMenu(info.key);
|
|
42
|
-
onClick?.(info.key);
|
|
43
|
-
},
|
|
44
|
-
mode: mode,
|
|
45
|
-
style: {
|
|
46
|
-
borderBottomWidth: 0
|
|
47
|
-
}
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
export { NavMenu as default };
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import { Button } from "antd";
|
|
4
|
-
import { LogOut } from "lucide-react";
|
|
5
|
-
import { useCurrentUserProfile, useLogout } from "../../hooks/index.js";
|
|
6
|
-
import { clsxWithTw } from "../../utils/utils.js";
|
|
7
|
-
function UserAvatarLayout({ className }) {
|
|
8
|
-
const { name, avatar } = useCurrentUserProfile();
|
|
9
|
-
const { handlerLogout } = useLogout();
|
|
10
|
-
return /*#__PURE__*/ jsx(Fragment, {
|
|
11
|
-
children: name ? /*#__PURE__*/ jsx("div", {
|
|
12
|
-
className: clsxWithTw('py-4 px-5 border-gray-200 border-t', className),
|
|
13
|
-
children: /*#__PURE__*/ jsxs("div", {
|
|
14
|
-
className: "flex items-center justify-between",
|
|
15
|
-
children: [
|
|
16
|
-
/*#__PURE__*/ jsxs("div", {
|
|
17
|
-
className: "flex items-center gap-2 overflow-hidden text-ellipsis whitespace-nowrap",
|
|
18
|
-
children: [
|
|
19
|
-
avatar ? /*#__PURE__*/ jsx("img", {
|
|
20
|
-
src: avatar,
|
|
21
|
-
alt: name,
|
|
22
|
-
className: "h-8 w-8 rounded-full"
|
|
23
|
-
}) : null,
|
|
24
|
-
/*#__PURE__*/ jsx("span", {
|
|
25
|
-
className: "text-sm font-medium truncate",
|
|
26
|
-
children: name
|
|
27
|
-
})
|
|
28
|
-
]
|
|
29
|
-
}),
|
|
30
|
-
/*#__PURE__*/ jsx(Button, {
|
|
31
|
-
type: "text",
|
|
32
|
-
className: "text-inherit",
|
|
33
|
-
icon: /*#__PURE__*/ jsx(LogOut, {}),
|
|
34
|
-
onClick: handlerLogout
|
|
35
|
-
})
|
|
36
|
-
]
|
|
37
|
-
})
|
|
38
|
-
}) : null
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
export { UserAvatarLayout as default };
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import "react";
|
|
3
|
-
import { Avatar, Dropdown, Menu } from "antd";
|
|
4
|
-
import { LogOut } from "lucide-react";
|
|
5
|
-
import { useCurrentUserProfile, useLogout } from "../../hooks/index.js";
|
|
6
|
-
import { clsxWithTw } from "../../utils/utils.js";
|
|
7
|
-
function UserAvatarMenu({ className }) {
|
|
8
|
-
const { name, avatar } = useCurrentUserProfile();
|
|
9
|
-
const { handlerLogout } = useLogout();
|
|
10
|
-
if (!name) return null;
|
|
11
|
-
return /*#__PURE__*/ jsx(Dropdown, {
|
|
12
|
-
placement: "bottomRight",
|
|
13
|
-
overlay: /*#__PURE__*/ jsxs(Menu, {
|
|
14
|
-
className: clsxWithTw('min-w-48', className),
|
|
15
|
-
children: [
|
|
16
|
-
/*#__PURE__*/ jsx(Menu.Item, {
|
|
17
|
-
children: /*#__PURE__*/ jsxs("div", {
|
|
18
|
-
className: "flex items-center gap-2",
|
|
19
|
-
children: [
|
|
20
|
-
/*#__PURE__*/ jsx(Avatar, {
|
|
21
|
-
src: avatar,
|
|
22
|
-
className: "w-10 h-10"
|
|
23
|
-
}),
|
|
24
|
-
/*#__PURE__*/ jsx("span", {
|
|
25
|
-
className: "flex-1 text-ellipsis overflow-hidden whitespace-nowrap max-w-[120px]",
|
|
26
|
-
children: name
|
|
27
|
-
})
|
|
28
|
-
]
|
|
29
|
-
})
|
|
30
|
-
}, "user-info"),
|
|
31
|
-
/*#__PURE__*/ jsx(Menu.Divider, {}),
|
|
32
|
-
/*#__PURE__*/ jsx(Menu.Item, {
|
|
33
|
-
onClick: handlerLogout,
|
|
34
|
-
children: /*#__PURE__*/ jsxs("div", {
|
|
35
|
-
className: "flex items-center gap-2",
|
|
36
|
-
children: [
|
|
37
|
-
/*#__PURE__*/ jsx(LogOut, {}),
|
|
38
|
-
/*#__PURE__*/ jsx("span", {
|
|
39
|
-
children: "退出登录"
|
|
40
|
-
})
|
|
41
|
-
]
|
|
42
|
-
})
|
|
43
|
-
}, "logout")
|
|
44
|
-
]
|
|
45
|
-
}),
|
|
46
|
-
trigger: [
|
|
47
|
-
'click'
|
|
48
|
-
],
|
|
49
|
-
children: /*#__PURE__*/ jsx("div", {
|
|
50
|
-
className: "cursor-pointer py-3 flex items-center justify-center",
|
|
51
|
-
children: /*#__PURE__*/ jsx(Avatar, {
|
|
52
|
-
src: avatar,
|
|
53
|
-
className: "w-8 h-8"
|
|
54
|
-
})
|
|
55
|
-
})
|
|
56
|
-
});
|
|
57
|
-
}
|
|
58
|
-
export { UserAvatarMenu as default };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export { default as UserAvatarMenu } from './UserAvatarMenu';
|
|
2
|
-
export { default as UserAvatarLayout } from './UserAvatarLayout';
|
|
3
|
-
export { default as NavMenu } from './NavMenu';
|
|
4
|
-
export { default as LogoInfo } from './LogoInfo';
|
|
5
|
-
export * from './NavItem';
|
|
6
|
-
export declare const TopHeaderThemeClass = "bg-white text-gray-900 border-gray-200 dark:bg-neutral-50 dark:text-white dark:border-gray-700 border-b";
|
|
7
|
-
export declare const DropdownThemeClass = "bg-white text-gray-900 border-gray-200 dark:bg-neutral-50 dark:text-white dark:border-gray-700 border-b";
|
|
8
|
-
export declare const BottomBarThemeClass = "bg-white dark:bg-gray-800 text-[#646A73] dark:text-gray-300";
|
|
9
|
-
export declare const MaskThemeClass = "bg-black/55";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import UserAvatarMenu from "./UserAvatarMenu.js";
|
|
2
|
-
import UserAvatarLayout from "./UserAvatarLayout.js";
|
|
3
|
-
import NavMenu from "./NavMenu.js";
|
|
4
|
-
import LogoInfo from "./LogoInfo.js";
|
|
5
|
-
export * from "./NavItem.js";
|
|
6
|
-
const TopHeaderThemeClass = 'bg-white text-gray-900 border-gray-200 dark:bg-neutral-50 dark:text-white dark:border-gray-700 border-b';
|
|
7
|
-
const DropdownThemeClass = TopHeaderThemeClass;
|
|
8
|
-
const BottomBarThemeClass = 'bg-white dark:bg-gray-800 text-[#646A73] dark:text-gray-300';
|
|
9
|
-
const MaskThemeClass = 'bg-black/55';
|
|
10
|
-
export { BottomBarThemeClass, DropdownThemeClass, LogoInfo, MaskThemeClass, NavMenu, TopHeaderThemeClass, UserAvatarLayout, UserAvatarMenu };
|